summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump version: 41.5.0 → 41.5.1v41.5.1Benoit Pierre2019-10-284-3/+8
|
* Merge pull request #1892 from benoit-pierre/fix_1891mergify[bot]2019-10-282-0/+2
|\ | | | | Fix code for detecting Visual Studio's version on Windows under Python 2.
| * msvc: fix Python 2 supportBenoit Pierre2019-10-282-0/+2
|/
* Bump version: 41.4.0 → 41.5.0v41.5.0Jason R. Coombs2019-10-2712-11/+16
|
* Merge pull request #1814 from benoit-pierre/fix_requirement_hash/equalityJason R. Coombs2019-10-273-0/+19
|\ | | | | pkg_resources: fix ``Requirement`` hash/equality implementation
| * pkg_resources: fix ``Requirement`` hash/equality implementationBenoit Pierre2019-08-133-0/+19
| | | | | | | | Take PEP 508 direct URL into account.
* | Merge pull request #1815 from Hawk777/document-package-data-asteriskJason R. Coombs2019-10-271-1/+5
|\ \ | | | | | | Document using asterisk in package_data section
| * | Document using asterisk in package_data sectionChristopher Head2019-08-121-1/+5
| |/
* | Fix typoJason R. Coombs2019-10-271-1/+1
| |
* | Merge pull request #1862 from benoit-pierre/drop-ez_setup-documentationJason R. Coombs2019-10-274-225/+4
|\ \ | | | | | | docs: drop ez_setup documentation and related references
| * | docs: drop ez_setup documentation and related referencesBenoit Pierre2019-10-084-225/+4
| | |
* | | Merge pull request #1868 from ↵Jason R. Coombs2019-10-275-148/+54
|\ \ \ | | | | | | | | | | | | | | | | benoit-pierre/drop-most-documentation-references-to-easy_install doc: drop most references to EasyInstall
| * | | doc: drop most references to EasyInstallBenoit Pierre2019-10-085-148/+54
| | | |
* | | | Merge pull request #1886 from jdufresne/test-py38Jason R. Coombs2019-10-272-1/+3
|\ \ \ \ | | | | | | | | | | Add Python 3.8 final to Travis test matrix
| * | | | Add Python 3.8 final to Travis test matrixJon Dufresne2019-10-222-1/+3
| | | | |
* | | | | Merge pull request #1824 from asottile/python310Jason R. Coombs2019-10-279-10/+11
|\ \ \ \ \ | | | | | | | | | | | | Fixes for python3.10
| * | | | | Fixes for python3.10Anthony Sottile2019-08-179-10/+11
| | | | | |
* | | | | | Merge pull request #1811 from JGoutin/msvc_updateJason R. Coombs2019-10-272-322/+700
|\ \ \ \ \ \ | | | | | | | | | | | | | | Improve Visual C++ 14.X support
| * | | | | | Improve Visual C++ 14.X supportjgoutin2019-08-032-322/+700
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve VC++14 support for VS 2017 and 2019. Separate VC from VS version (Miss match starting VS15). Improve docstrings args and returns information + fixe typos. Fix coding style and minor coding issues. Remove Microsoft "Windows SDK 7.0" dead link.
* | | | | | | Merge pull request #1884 from jdufresne/py38Paul Ganssle2019-10-232-0/+2
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Document support for Python 3.8 through a trove classifier
| * | | | | | Add a trove classifier to document support for Python 3.8Jon Dufresne2019-10-222-0/+2
| | | | | | |
* | | | | | | Merge pull request #1883 from jdufresne/test-exitmergify[bot]2019-10-221-6/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove outdated comment and suppressed exception from test_test.py
| * | | | | | | Remove outdated comment and suppressed exception from test_test.pyJon Dufresne2019-10-221-6/+2
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | The test command has not called sys.exit since commit 2c4fd43277fc477d85b50e15c37b176136676270.
* | | | | | | Merge pull request #1881 from jdufresne/utf-8Paul Ganssle2019-10-222-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Change coding cookie to use utf-8 (lowercase)
| * | | | | | | Change coding cookie to use utf-8 (lowercase)Jon Dufresne2019-10-212-2/+2
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While perfectly valid, the encoding 'UTF-8' (uppercase) is not recognized by the Emacs MULE system. As such, it displays the following warning when opening a file with it used as an encoding cookie: Warning (mule): Invalid coding system ‘UTF-8’ is specified for the current buffer/file by the :coding tag. It is highly recommended to fix it before writing to a file. Some discussion of this can be found at: https://stackoverflow.com/questions/14031724/how-to-make-emacs-accept-utf-8-uppercase-encoding While the post does offer a workaround for Emacs users, rather than ask all to implement it, use the more typical utf-8 (lowercase).
* | | | | | | Merge pull request #1878 from jdufresne/deprecate-test-suitePaul Ganssle2019-10-224-1/+73
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Deprecate the test command
| * | | | | | Deprecate the test commandJon Dufresne2019-10-214-1/+73
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Provide a warning to users. Suggest using tox as an alternative generic entry point. Refs #1684
* | | | | | Merge pull request #1866 from benoit-pierre/drop-manual-easy_install-based-testsJason R. Coombs2019-10-081-100/+0
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | tests: drop (easy_install based) manual tests
| * | | | | tests: drop (easy_install based) manual testsBenoit Pierre2019-10-081-100/+0
|/ / / / /
* | | | | Merge pull request #1863 from benoit-pierre/minor_cleanupmergify[bot]2019-10-071-2/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | minor cleanup
| * | | | minor cleanupBenoit Pierre2019-10-071-2/+1
|/ / / /
* | | | Pin ordered-set to current version for consistency.Jason R. Coombs2019-10-071-1/+1
| | | |
* | | | Merge pull request #1860 from benoit-pierre/documentation_tweaksJason R. Coombs2019-10-072-0/+8
|\ \ \ \ | | | | | | | | | | Small documentation tweaks
| * | | | add news entryBenoit Pierre2019-10-071-0/+1
| | | | |
| * | | | docs: mention eggs are deprecated and not supported by pipBenoit Pierre2019-10-071-0/+3
| | | | |
| * | | | docs: mention dependency links support was dropped in pip 19.0Benoit Pierre2019-10-071-0/+4
|/ / / /
* | | | Bump version: 41.3.0 → 41.4.0v41.4.0Jason R. Coombs2019-10-064-3/+8
| | | |
* | | | Merge pull request #1847 from pypa/bugfix/1787-python-requires-invalidJason R. Coombs2019-10-063-0/+37
|\ \ \ \ | | | | | | | | | | Crash when invalid python_requires indicated in setup.cfg
| * | | | Clarify the scope of the change.Jason R. Coombs2019-10-061-1/+1
| | | | |
| * | | | Update changelog. Ref #1787.Jason R. Coombs2019-09-111-0/+1
| | | | |
| * | | | Ensure that python_requires is checked during option processing. Fixes #1787.Jason R. Coombs2019-09-111-0/+2
| | | | |
| * | | | Add more tests for valid behavior. Expand exception, any should do.Jason R. Coombs2019-09-111-1/+23
| | | | |
| * | | | Add test capturing failure. Ref #1787.Jason R. Coombs2019-09-111-0/+12
| | | | |
* | | | | Bump version: 41.2.0 → 41.3.0v41.3.0Jason R. Coombs2019-10-065-4/+9
| | | | |
* | | | | Allow 'long_description_content_type' warnings for new versions of ↵Jason R. Coombs2019-10-062-0/+2
| | | | | | | | | | | | | | | | | | | | packaging. Fixes #1858.
* | | | | Merge pull request #1690 from pypa/feature/deterministic-provides-extrasJason R. Coombs2019-10-066-2/+507
|\ \ \ \ \ | |/ / / / |/| | | | Honor declared ordering for Provides-Extra entries in package metadata.
| * | | | Refresh vendored packages (ordereddict 3.1.1)Jason R. Coombs2019-10-061-2/+2
| | | | |
| * | | | Update changelog. Ref #1690.Jason R. Coombs2019-09-111-0/+1
| | | | |
| * | | | Merge branch 'master' into feature/deterministic-provides-extrasJason R. Coombs2019-09-1134-222/+665
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #1785 from lazka/launcher-fix-mingw-buildPaul Ganssle2019-09-111-0/+1
|\ \ \ \ \ | | | | | | | | | | | | launcher: Fix build with mingw-w64