| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add test for #1519 demonstrating failure.pr/1521 | Tzu-ping Chung | 2018-10-25 | 1 | -0/+5 |
| | | |||||
| * | Drop use of six.u (#1517) | Thirumal Venkat | 2018-10-23 | 2 | -1/+2 |
| | | |||||
| * | Merge pull request #1514 from benoit-pierre/update_ci_builds | Paul Ganssle | 2018-10-22 | 3 | -36/+42 |
| |\ | | | | | Update CI builds | ||||
| | * | coverage: ignore invalid Python 3.8 coverage data | Benoit Pierre | 2018-10-21 | 1 | -16/+11 |
| | | | |||||
| | * | coverage: disable gcov processing | Benoit Pierre | 2018-10-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | We don't need it and it generates a couple of error messages on AppVeyor: FIND: Parameter format not correct [...] Error running `find 'C:\projects\setuptools' -not - [...] | ||||
| | * | appveyor: only clone the first 50 commits | Benoit Pierre | 2018-10-21 | 1 | -0/+2 |
| | | | |||||
| | * | appveyor: ensure test requirements are installed and up-to-date | Benoit Pierre | 2018-10-21 | 1 | -3/+6 |
| | | | |||||
| | * | travis: ensure test requirements are installed and up-to-date | Benoit Pierre | 2018-10-21 | 1 | -3/+5 |
| | | | | | | | | | Particularly: update pip so PEP 518 support is available. | ||||
| | * | travis: fix support for Python 3.7 and add support for 3.8 | Benoit Pierre | 2018-10-21 | 1 | -12/+17 |
| | | | |||||
| | * | travis: preemptively switch to VM-based jobs | Benoit Pierre | 2018-10-19 | 1 | -1/+0 |
| |/ | | | | Rational: https://blog.travis-ci.com/2018-10-04-combining-linux-infrastructures | ||||
| * | Deprecate Subversion download functionality. Ref #1502. Used UserWarning ↵ | Jason R. Coombs | 2018-09-23 | 2 | -0/+3 |
| | | | | | instead of DeprecationWarning so it's visible to users who might be relying on this functionality. | ||||
| * | Suppress Unbuild egg warnings in TestPTHFileWriter | Jason R. Coombs | 2018-09-23 | 1 | -0/+1 |
| | | |||||
| * | Update tests to remove use of deprecated get_script_header | Jason R. Coombs | 2018-09-23 | 1 | -5/+5 |
| | | |||||
| * | Replace redundant code with call of that code. | Jason R. Coombs | 2018-09-23 | 1 | -3/+1 |
| | | |||||
| * | Use stacklevel=2 to better reveal usage of deprecated calls. | Jason R. Coombs | 2018-09-23 | 1 | -1/+1 |
| | | |||||
| * | Use preferred interface, fixing DeprecationWarning on later Pythons. | Jason R. Coombs | 2018-09-23 | 1 | -2/+1 |
| | | |||||
| * | Ignore warnings about deprecated features. | Jason R. Coombs | 2018-09-23 | 1 | -0/+1 |
| | | |||||
| * | Capture expected warning | Jason R. Coombs | 2018-09-23 | 1 | -1/+3 |
| | | |||||
| * | Bump version: 40.4.2 → 40.4.3v40.4.3 | Jason R. Coombs | 2018-09-23 | 4 | -3/+8 |
| | | |||||
| * | Bump to pyparsing 2.2.1 and re-run paver update_vendored. Fixes #1480. | Jason R. Coombs | 2018-09-23 | 3 | -13/+36 |
| | | |||||
| * | Bump version: 40.4.1 → 40.4.2v40.4.2 | Jason R. Coombs | 2018-09-21 | 4 | -3/+8 |
| | | |||||
| * | Update changelog for example release. | Jason R. Coombs | 2018-09-21 | 1 | -0/+1 |
| | | |||||
| * | Merge pull request #1497 from joeflack4/feature_gitignore_idea | Paul Ganssle | 2018-09-20 | 1 | -0/+1 |
| |\ | | | | | Added .idea/ to gitignore, to cover cases where people are using a Jetbrains text editor | ||||
| | * | Added .idea/ to gitignore, to cover cases where people are using a Jetbrains ↵ | joeflack4 | 2018-09-19 | 1 | -0/+1 |
| |/ | | | | text editor. | ||||
| * | Bump version: 40.4.0 → 40.4.1v40.4.1 | Jason R. Coombs | 2018-09-18 | 4 | -3/+8 |
| | | |||||
| * | Bump to pyparsing 2.2.1 and re-run paver update_vendored. Fixes #1480. | Jason R. Coombs | 2018-09-18 | 3 | -13/+36 |
| | | |||||
| * | Update pavement not to import pip | Jason R. Coombs | 2018-09-18 | 1 | -2/+5 |
| | | |||||
| * | Bump version: 40.3.0 → 40.4.0v40.4.0 | Jason R. Coombs | 2018-09-18 | 4 | -3/+8 |
| | | |||||
| * | Merge pull request #1481 from gaborbernat/sdist-dir | Jason R. Coombs | 2018-09-18 | 3 | -5/+38 |
| |\ | | | | | build_meta sdist directory delegate to --dist-dir | ||||
| | * | wordsmith changelog | Jason R. Coombs | 2018-09-18 | 1 | -1/+1 |
| | | | |||||
| | * | add changelog for #1481 | Bernat Gabor | 2018-09-16 | 1 | -0/+1 |
| | | | |||||
| | * | Add tests exposing the issues with sdist_directory not being --dist-dir | Bernat Gabor | 2018-09-16 | 1 | -1/+35 |
| | | | |||||
| | * | build_meta sdist directory delegate to --dist-dir | Bernat Gabor | 2018-09-16 | 1 | -4/+2 |
| |/ | |||||
| * | Bump version: 40.2.0 → 40.3.0v40.3.0 | Jason R. Coombs | 2018-09-16 | 8 | -8/+13 |
| | | |||||
| * | Merge pull request #1491 from pypa/revert-1324-safe_name | Jason R. Coombs | 2018-09-16 | 2 | -3/+2 |
| |\ | | | | | Revert "Make safe_name compliant to PEP 503 and behaviour of pip > 8.1.2" | ||||
| | * | Revert "Make safe_name compliant to PEP 503 and behaviour of pip > 8.1.2" | Jason R. Coombs | 2018-09-16 | 2 | -3/+2 |
| |/ | |||||
| * | Add periods to changelog entries | Jason R. Coombs | 2018-09-16 | 2 | -2/+2 |
| | | |||||
| * | Minor reword | Jason R. Coombs | 2018-09-16 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #1402 from ↵ | Jason R. Coombs | 2018-09-16 | 3 | -13/+41 |
| |\ | | | | | | | | | daa/pkg-resources-always-handle-namespace-package-path Improved handling of module __path__ attribute for namespace packages, fixes #1321 | ||||
| | * | remove xfail for AppVeyor from namespace tests entirely | Alexander Duryagin | 2018-08-21 | 1 | -4/+0 |
| | | | |||||
| | * | remove xfail for namespace tests that actually pass in AppVeyor | Alexander Duryagin | 2018-08-21 | 1 | -13/+1 |
| | | | |||||
| | * | change formatting to fix flake8 warning | Alexander Duryagin | 2018-08-17 | 1 | -2/+4 |
| | | | |||||
| | * | xfail namespace packages tests on appveyor instead of skipping them | Alexander Duryagin | 2018-08-17 | 1 | -8/+16 |
| | | | |||||
| | * | added changelog.d entry | Alexander Duryagin | 2018-06-27 | 1 | -0/+2 |
| | | | |||||
| | * | always process module.__path__ for namespace packages, fixes #1321 | Alexander Duryagin | 2018-06-27 | 2 | -5/+37 |
| | | | |||||
| * | | Merge pull request #1324 from torsava/safe_name | Jason R. Coombs | 2018-09-16 | 2 | -2/+3 |
| |\ \ | | | | | | | Make safe_name compliant to PEP 503 and behaviour of pip > 8.1.2 | ||||
| | * | | Update changelog | Jason R. Coombs | 2018-09-16 | 1 | -0/+1 |
| | | | | |||||
| | * | | Make safe_name compliant to PEP 503 and behaviour of pip > 8.1.2 | Tomas Orsava | 2018-04-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to PEP 503, a "normalized" project name has all runs of the characters ., - and _ replaced with a single - character. [0] Similarly, since version 8.1.2, that is the behaviour of pip as well. [1] However, Setuptools still allows a . in the normalized name, which is causing trouble down the line. [0] https://www.python.org/dev/peps/pep-0503/#normalized-names [1] https://github.com/pypa/pip/issues/3666 | ||||
| * | | | Merge pull request #1427 from stephenfin/touch-egg-info-directory | Jason R. Coombs | 2018-09-16 | 5 | -0/+20 |
| |\ \ \ | | | | | | | | | Touch 'egg-info' directory | ||||
| | * | | | egg_info: Touch 'egg-info' directory | Stephen Finucane | 2018-08-19 | 3 | -0/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'tox' determines whether a package should be rebuilt by comparing the timestamp of the package's 'egg-info' directory and its 'setup.py' or 'setup.cfg' files [1][2]. Unfortunately this checks the 'egg-info' directory itself, which is not updated, unlike the contents of that directory. This means that 'tox' will always rebuild the package once one of the two setup files has been updated. While this is clearly a bug in 'tox' that should be fixed separately, there is merit in using this as a heuristic so enable it. [1] https://github.com/tox-dev/tox/blob/3.1.0/src/tox/venv.py#L253-L257 [2] https://github.com/tox-dev/tox/blob/3.1.0/src/tox/venv.py#L221-L244 Signed-off-by: Stephen Finucane <stephen@that.guru> | ||||
