- 20 Aug, 2018 1 commit
-
-
Paul Moore authored
-
- 17 Aug, 2018 13 commits
-
-
Paul Ganssle authored
-
Paul Ganssle authored
Prepare 40.1.0
-
Paul Ganssle authored
-
Paul Ganssle authored
Add an empty .gitignore to changelog.d to prevent the directory from being deleted when it is emptied out during a release.
-
Paul Ganssle authored
Support for scripts with unicode content
-
Daniele Esposti authored
-
Daniele Esposti authored
-
Daniele Esposti authored
This also renames the _to_ascii function to better reflect its purpose.
-
Paul Ganssle authored
Upgrade vendored appdirs from 1.4.0 to 1.4.3
-
Hugo authored
-
Hugo authored
-
Paul Ganssle authored
Upgrade vendored PyParsing from 2.1.10 to 2.2.0
-
Carsten Klein authored
* fix #1419 PEP420: add find_namespace: directive * fix #1419 PEP420: add find_namespace: directive to documentation * fix #1419 PEP420: add tests * fix #1419 PEP420: clean up code * fix #1419 PEP420: fix typo in documentation * fix #1419 PEP420: fix typo in documentation * fix #1419 PEP420: clean up code * fix #1419 PEP420: add changelog entry * fixup! fix #1419 PEP420: add tests * fix #1419 PEP420: cleanup code refactor markers * #1420: Rename find_namespace_ns to find_namespace_packages * #1420: update changelog entry
-
- 12 Aug, 2018 1 commit
-
-
Jason R. Coombs authored
tox: fix configuration so newer tox versions are supported
-
- 11 Aug, 2018 2 commits
-
-
Benoit Pierre authored
Starting with tox 3.2.0, the commands for installing/listing dependencies changed from pip to python -m pip, which is problematic as this will leave bits of the previous (from the virtualenv creation) older version of setuptools installed in the site-packages directory because from pip's point of view, the active setuptools version is the one in the current directory (which cannot be uninstalled). Fix #1453.
-
Jason R. Coombs authored
-
- 09 Aug, 2018 2 commits
- 27 Jul, 2018 2 commits
-
-
Jason R. Coombs authored
Remove spurious executable permissions
-
Miro Hrončok authored
-
- 20 Jul, 2018 2 commits
-
-
Paul Ganssle authored
Egg race condition
-
Paul Ganssle authored
Switch over to using six.PY{2,3} when possible
-
- 15 Jul, 2018 1 commit
-
-
Benjamin Peterson authored
* Add a space after header, so reST rendering isn't mangled. * Add newline in template, too.
-
- 13 Jul, 2018 2 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 12 Jul, 2018 3 commits
-
-
Jon Kohler authored
-
Paul Ganssle authored
This fixes a race condition in _bypass_ensure_directory where two threads or processes may erroneously fail because they are both creating the same directory. A more robust implementation of this may involve exposing the un-wrapped os.makedirs. Originally reported with proposed patch by @JonKohler in github PR #1412. This patch came out of discussions on that thread.
-
Paul Ganssle authored
This mocks out the isdir call so that the directory is created immediately after you determine whether or not it exists, thus simulating a race condition between two threads or processes creating the same directory.
-
- 11 Jul, 2018 1 commit
-
-
Paul Ganssle authored
fix #97 PEP420: find_packages()
-
- 10 Jul, 2018 5 commits
-
-
Paul Ganssle authored
Fix "Microsoft Visual C++ Build Tools" link
-
JGoutin authored
-
JGoutin authored
-
Paul Ganssle authored
-
Paul Ganssle authored
-
- 09 Jul, 2018 5 commits
-
-
Paul Ganssle authored
Deprecate upload and register commands
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Dustin Ingram authored
-