Andreas Maier

Results 180 issues of Andreas Maier

### Describe the bug Consider the following Python module: File `mymodule/__init__.py`: ``` """ Module mymodule. * Reference to method Base.meth_base: :meth:`mymodule.Base.meth_base`. * Reference to inherited method A.meth_base: :meth:`mymodule.A.meth_base`. - does...

bug

**Issue** When creating a virtualenv under pypy3 on Travis, the content of the virtualenv directory (e.g. `bin` and `lib` directories) is created one level higher than specified. Example: ``` $...

bug

The current dependency on a debug version of Python is not unproblematic. For example, on MacOS there is no homebrew-installable debug version of Python. On Travis, a virtual env is...

enhancement

### Subject I am experimenting with different cases of broken connections in order to figure out how to handle the exceptions from the "requests" package, and found a case where...

It seems there is an issue that may be related to issue #665 because the branch name also contains a slash. However, the quick fix mentioned in that issue to...

type:Bug
tag:URL Encoding

**Issue:** When using the context manager for locks and specifying a timeout of 60s (or any value > 10s): ``` with etcd.lock(lock_name, 60) as lock: # serialized code ``` we...

Pywin32 version 225 added support for Python 3.8 by providing the corresponding wheel archives. However, the Python versions advertised in the setup.py files only go as far up as Python...

distribution/wheel

### Description Consider the following files: requirements.txt: ``` pywin32>=227 ``` minimum-constraints.txt: ``` pywin32==227 ``` Then pip fails installing this requirements file with the constraints file, reporting a conflict: ``` $...

C: error messages

Does this client support ETCD v3 servers?

This PR solved the issue for our repos. It is ready for review and merge. For details, see the commit message. Note that the description that I added, of how...