summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version: 40.4.3 → 40.5.0v40.5.0Jason R. Coombs2018-10-268-7/+12
* Merge pull request #1526 from LaimeJesus/fix-easy-install-warning-#1525Paul Ganssle2018-10-262-1/+2
|\
| * Add changelog for PR #1526 (issue #1525)Jesus Laime2018-10-261-0/+1
| * Fix deprecation warning in easy_install docsJesus Laime2018-10-261-1/+1
|/
* Merge pull request #1335 from themiwi/patch-1Jason R. Coombs2018-10-252-1/+13
|\
| * Update changelogJason R. Coombs2018-10-251-0/+1
| * Extract patch and its purpose into a specialized function which can be exclud...Jason R. Coombs2018-10-251-9/+12
| * Adds call to os.path.abspath() in pkg_resources.normalize_path() on CygwinMichael Wild2018-04-221-1/+9
* | Merge pull request #1520 from ssato/data_files_2Jason R. Coombs2018-10-254-0/+31
|\ \
| * | Add a news fragment for PR #1520Satoru SATOH2018-10-241-0/+1
| * | Add docs on how to use data_files in setup.cfgSatoru SATOH2018-10-241-0/+5
| * | Add data_files support in setup.cfg with test caseSatoru SATOH2018-10-242-0/+25
* | | Drop use of six.u (#1517)Thirumal Venkat2018-10-232-1/+2
|/ /
* | Merge pull request #1514 from benoit-pierre/update_ci_buildsPaul Ganssle2018-10-223-36/+42
|\ \
| * | coverage: ignore invalid Python 3.8 coverage dataBenoit Pierre2018-10-211-16/+11
| * | coverage: disable gcov processingBenoit Pierre2018-10-211-1/+1
| * | appveyor: only clone the first 50 commitsBenoit Pierre2018-10-211-0/+2
| * | appveyor: ensure test requirements are installed and up-to-dateBenoit Pierre2018-10-211-3/+6
| * | travis: ensure test requirements are installed and up-to-dateBenoit Pierre2018-10-211-3/+5
| * | travis: fix support for Python 3.7 and add support for 3.8Benoit Pierre2018-10-211-12/+17
| * | travis: preemptively switch to VM-based jobsBenoit Pierre2018-10-191-1/+0
|/ /
* | Deprecate Subversion download functionality. Ref #1502. Used UserWarning inst...Jason R. Coombs2018-09-232-0/+3
* | Suppress Unbuild egg warnings in TestPTHFileWriterJason R. Coombs2018-09-231-0/+1
* | Update tests to remove use of deprecated get_script_headerJason R. Coombs2018-09-231-5/+5
* | Replace redundant code with call of that code.Jason R. Coombs2018-09-231-3/+1
* | Use stacklevel=2 to better reveal usage of deprecated calls.Jason R. Coombs2018-09-231-1/+1
* | Use preferred interface, fixing DeprecationWarning on later Pythons.Jason R. Coombs2018-09-231-2/+1
* | Ignore warnings about deprecated features.Jason R. Coombs2018-09-231-0/+1
* | Capture expected warningJason R. Coombs2018-09-231-1/+3
* | Bump version: 40.4.2 → 40.4.3v40.4.3Jason R. Coombs2018-09-234-3/+8
* | Bump to pyparsing 2.2.1 and re-run paver update_vendored. Fixes #1480.Jason R. Coombs2018-09-233-13/+36
* | Bump version: 40.4.1 → 40.4.2v40.4.2Jason R. Coombs2018-09-214-3/+8
* | Update changelog for example release.Jason R. Coombs2018-09-211-0/+1
* | Merge pull request #1497 from joeflack4/feature_gitignore_ideaPaul Ganssle2018-09-201-0/+1
|\ \
| * | Added .idea/ to gitignore, to cover cases where people are using a Jetbrains ...joeflack42018-09-191-0/+1
|/ /
* | Bump version: 40.4.0 → 40.4.1v40.4.1Jason R. Coombs2018-09-184-3/+8
* | Bump to pyparsing 2.2.1 and re-run paver update_vendored. Fixes #1480.Jason R. Coombs2018-09-183-13/+36
* | Update pavement not to import pipJason R. Coombs2018-09-181-2/+5
* | Bump version: 40.3.0 → 40.4.0v40.4.0Jason R. Coombs2018-09-184-3/+8
* | Merge pull request #1481 from gaborbernat/sdist-dirJason R. Coombs2018-09-183-5/+38
|\ \
| * | wordsmith changelogJason R. Coombs2018-09-181-1/+1
| * | add changelog for #1481Bernat Gabor2018-09-161-0/+1
| * | Add tests exposing the issues with sdist_directory not being --dist-dirBernat Gabor2018-09-161-1/+35
| * | build_meta sdist directory delegate to --dist-dirBernat Gabor2018-09-161-4/+2
|/ /
* | Bump version: 40.2.0 → 40.3.0v40.3.0Jason R. Coombs2018-09-168-8/+13
* | Merge pull request #1491 from pypa/revert-1324-safe_nameJason R. Coombs2018-09-162-3/+2
|\ \
| * | Revert "Make safe_name compliant to PEP 503 and behaviour of pip > 8.1.2"Jason R. Coombs2018-09-162-3/+2
|/ /
* | Add periods to changelog entriesJason R. Coombs2018-09-162-2/+2
* | Minor rewordJason R. Coombs2018-09-161-1/+1
* | Merge pull request #1402 from daa/pkg-resources-always-handle-namespace-packa...Jason R. Coombs2018-09-163-13/+41
|\ \