summaryrefslogtreecommitdiff
path: root/setuptools/dist.py
Commit message (Expand)AuthorAgeFilesLines
* DelintJason R. Coombs2017-07-131-20/+31
* Use filter and next to directly extract a single failure.Jason R. Coombs2017-07-131-8/+12
* Use better variable names and the partition method for simplicity.Jason R. Coombs2017-07-131-7/+6
* ReindentJason R. Coombs2017-07-131-11/+12
* Extract _check_extra functionJason R. Coombs2017-07-131-7/+11
* fix handling of environment markers in `install_requires`Benoit Pierre2017-07-131-1/+33
* Merge branch 'master' into feature/re-vendor-sadfaceJason R. Coombs2017-05-301-1/+6
|\
| * Fixes #999: support python_requires, py_modules in configuration filesMarcel Bargull2017-04-071-1/+3
| * fixed incomplete import of packaging.specifiers and packaging.versionJim Fulton2017-03-241-1/+2
* | Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle"Jason R. Coombs2017-02-241-3/+3
|/
* Strip out vendored packages and require them instead. Ref #581.Jason R. Coombs2017-01-011-3/+3
* Backport config file parsing behavior from Python 3.7. Ref #889.Jason R. Coombs2016-12-141-1/+2
* Added API functions.idle sign2016-12-051-3/+2
* Metadata and options are now could be set in setup.cfg (see #394).idle sign2016-11-261-0/+11
* Use a meaningful variable nameJason R. Coombs2016-10-191-3/+4
* ReindentJason R. Coombs2016-10-191-4/+4
* Use rpartition for simplicityJason R. Coombs2016-10-191-3/+2
* Fix spacing after comment hash.stepshal2016-10-191-2/+2
* In test command, add installed eggs to PYTHONPATH when invoking tests so that...Jason R. Coombs2016-09-171-0/+1
* Add Deprecation warning for _get_unpatched.Jason R. Coombs2016-09-091-0/+5
* Remove unused importJason R. Coombs2016-09-091-1/+0
* Move (much of?) the rest of the monkey patching into the monkey moduleJason R. Coombs2016-09-041-78/+51
* Remove private prefix from monkey as monkey module explicitly declares that a...Jason R. Coombs2016-09-041-2/+2
* Introduce a new monkey module to encapsulate the monkeypatching.Jason R. Coombs2016-09-041-17/+2
* Merge pull request #663 from stepshal/unalignedJason R. Coombs2016-07-211-3/+3
|\
| * Fix continuation line unaligned for hanging indent.stepshal2016-07-221-3/+3
* | Remove unused variableJason R. Coombs2016-07-211-1/+0
* | Also update the Metadata-Version when adding Requires-PythonXavier Fernandez2016-07-211-1/+37
|/
* Add missing blank lines after class or function definition.stepshal2016-07-211-0/+6
* Merge pull request #631 from xavfernandez/xfernandez/python_requiresJason R. Coombs2016-07-201-0/+28
|\
| * Drop external_requires keywordXavier Fernandez2016-07-141-4/+0
| * Add python/external_requires keywords to setupXavier Fernandez2016-07-141-0/+32
* | Put colon-separated compound statement on separate lines.stepshal2016-07-211-3/+6
* | Fix missing whitespace around operator.stepshal2016-07-141-24/+24
|/
* Add missing whitespace.stepshal2016-07-141-68/+68
* Fix quantity of blank lines after code object.stepshal2016-07-131-3/+10
* Update most bitbucket references to point to Github now. Fixes #422.Jason R. Coombs2016-03-291-2/+2
* Always use Python 3 version of mapJason R. Coombs2016-01-161-0/+1
* Use the same technique in pkg_resources, relying on an 'extern' module to res...Jason R. Coombs2015-12-311-2/+1
* Modeling after Astropy's technique for bundling libraries, the imports are no...Jason R. Coombs2015-12-311-6/+1
* Update vendoring technique to match that used for packaging. Ref #229.Jason R. Coombs2015-12-311-1/+6
* Merge with master. Ref #229.Jason R. Coombs2015-12-311-17/+25
|\
| * Merged in viraptor/setuptools (pull request #162)Jason R. Coombs2015-12-251-2/+2
| |\
| | * Fix multiline strings with missing spacesStanislaw Pitucha2015-12-071-2/+2
| * | Merged in nakatoio/setuptools/get_command_list (pull request #163)Jason R. Coombs2015-12-251-0/+8
| |\ \
| | * | Add get_command_list to dist and process distutils.commands entry pointsSachi King2015-12-071-0/+8
| | |/
| * | Prefer setdefault to hasattr/setattrJason R. Coombs2015-12-141-2/+1
| |/
| * Use new string formattingJason R. Coombs2015-05-031-7/+8
| * Render the error message as a single line without a period (for consistency w...Jason R. Coombs2015-05-031-5/+3
| * Let the exception render itself.Jason R. Coombs2015-05-031-2/+2