- 17 Aug, 2018 2 commits
-
-
Hugo authored
-
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
-
- 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 6 commits
-
-
Paul Ganssle authored
Deprecate upload and register commands
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Dustin Ingram authored
-
Dustin Ingram authored
-
- 04 Jul, 2018 5 commits
-
-
Paul Ganssle authored
This moves the documentation out of "Basic Usage" and expands on some of the caveats of this approach.
-
Carsten Klein authored
-
Carsten Klein authored
-
Carsten Klein authored
This fixes GH #97 by introducing an alternate version of find_packages that works with PEP 420 namespace packages.
-
Carsten Klein authored
-
- 01 Jul, 2018 1 commit
-
-
Jason R. Coombs authored
docs: fix developer guide
-
- 29 Jun, 2018 1 commit
-
-
Paul Ganssle authored
fix PEP 518 configuration
-
- 28 Jun, 2018 3 commits
-
-
Benoit Pierre authored
Add `build-system.requires` key to `pyproject.toml`: - this is necessary with pip 10.0.1, as otherwise the defaults will be to require both `setuptools` and `wheel` (and we only need the later) - a `pyproject.toml` with no `build-system.requires` key will be invalid and rejected by a future version of pip (see https://github.com/pypa/pip/issues/5416#issuecomment-399638608)
-
Benoit Pierre authored
-
Benoit Pierre authored
Drop `Source Code` section, as it contains an outdated guideline with respect to documenting changes and its contents are already covered by other sections.
-
- 25 Jun, 2018 2 commits
-
-
Jason R. Coombs authored
Avoid resource warning from dev scripts installed editable
-
wim glenn authored
Avoid ` ResourceWarning: unclosed file <_io.TextIOWrapper name='whatever' mode='r' encoding='UTF-8'>` on dev scripts installed editable
-
- 21 Jun, 2018 1 commit
-
-
Paul Ganssle authored
Fix Town Crier Link
-