Alex Willmer

Results 127 issues of Alex Willmer

Experimental, not intended for merge (yet)

Previous phrasing was misleading - it implied a given module was explicitly on the blacklist, even if it was due to a restrictive whitelist and the blacklist was empty. Arguably...

Previously f1503874de82353cbed8b51408d20fdfa899f8f7 fixed the priority of `ansible_become_pass` over `ansible_become_password`, but broke `--ask-become-pass`. Fixes #952.

### Project to be claimed `tai64`: https://pypi.org/project/tai64 ### Your PyPI username `moreati`: https://pypi.org/user/moreati ### Reasons for the request tai64 isn't used by an existing/released project. I infer it's in the...

PEP 541

Porting python-u2flib-server to cryptography I noticed that a few modules are duplicated in this project, and they're starting to diverge. Two examples are - `u2flib_host.utils` and `u2flib_server.utils` - `u2flib_host.soft` and...

Currently it's necessary to manually create symlinks, and compile from source to obtain a [cloudabi toolchain on Debian/Ubuntu Linux](https://nuxi.nl/doc/debian/). This ticket is for tracking efforts to fix that. - [x]...

`Unpickler.noload_obj()` does not append a `None` to the stack. This appears to be inconsistent with `noload_inst()` et al, which do - in order to substitute for an instantiated object. Like...