| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump version: 40.4.3 → 40.5.0v40.5.0 | Jason R. Coombs | 2018-10-26 | 8 | -7/+12 |
| | | |||||
| * | Merge pull request #1526 from LaimeJesus/fix-easy-install-warning-#1525 | Paul Ganssle | 2018-10-26 | 2 | -1/+2 |
| |\ | | | | | Fix easy install warning #1525 | ||||
| | * | Add changelog for PR #1526 (issue #1525) | Jesus Laime | 2018-10-26 | 1 | -0/+1 |
| | | | |||||
| | * | Fix deprecation warning in easy_install docs | Jesus Laime | 2018-10-26 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #1335 from themiwi/patch-1 | Jason R. Coombs | 2018-10-25 | 2 | -1/+13 |
| |\ | | | | | Adds call to os.path.abspath() in pkg_resources.normalize_path() on Cygwin | ||||
| | * | Update changelog | Jason R. Coombs | 2018-10-25 | 1 | -0/+1 |
| | | | |||||
| | * | Extract patch and its purpose into a specialized function which can be ↵ | Jason R. Coombs | 2018-10-25 | 1 | -9/+12 |
| | | | | | | | | | excluded from coverage. | ||||
| | * | Adds call to os.path.abspath() in pkg_resources.normalize_path() on Cygwin | Michael Wild | 2018-04-22 | 1 | -1/+9 |
| | | | | | | | This works around problems that stem from getcwd(3) on Cygwin returning paths containing symlinks. I am not sure at all whether this is a good place to fix it, but that's where I got hit by the issue when doing a `python setup.py develop` (or `pip install -e .`). | ||||
| * | | Merge pull request #1520 from ssato/data_files_2 | Jason R. Coombs | 2018-10-25 | 4 | -0/+31 |
| |\ \ | | | | | | | Add data_files support in setup.cfg | ||||
| | * | | Add a news fragment for PR #1520 | Satoru SATOH | 2018-10-24 | 1 | -0/+1 |
| | | | | |||||
| | * | | Add docs on how to use data_files in setup.cfg | Satoru SATOH | 2018-10-24 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | This adds the `[options.data_files]` section to the existing setup.cfg example. | ||||
| | * | | Add data_files support in setup.cfg with test case | Satoru SATOH | 2018-10-24 | 2 | -0/+25 |
| | | | | | | | | | | | | | | | | | | | In the test case, dist.data_files needs to be sorted because the current implementation loads the configuration files as a dictionary with arbitrary order on Python < 3.6. | ||||
| * | | | 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 | ||||
