aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/dist.py
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Nicer error when problem in install_requiresMarc Abramowitz2015-05-011-2/+6
| * soften normalized version warningMinRK2015-02-051-0/+6
| * remove warning on normalizationMin RK2015-01-201-7/+0
| * Add EntryPoint.resolve and deprecate most usage of EntryPoint.load. Removed E...11.3Jason R. Coombs2015-01-051-1/+1
| * Use except/as, now supported by Python 2.6Jason R. Coombs2015-01-041-2/+1
* | Merge with 10.2.1Jason R. Coombs2015-01-021-1/+26
|\|
| * Use underlying invocation of ._load directlyJason R. Coombs2014-12-311-1/+2
| * Setuptools now uses the 'packaging' package from pkg_resources, unifying the ...Jason R. Coombs2014-12-241-7/+2
| * Move vendored packaging module into pkg_resources._vendor, restoring independ...Jason R. Coombs2014-12-241-2/+2
| * Merge branch 'master' into use-packagingDonald Stufft2014-11-191-1/+18
| |\
| * | Prefer packaging library if available.Jason R. Coombs2014-09-271-3/+11
| * | Implement PEP 440 by using the packaging libraryDonald Stufft2014-09-251-0/+21
* | | Merge with masterJason R. Coombs2014-11-161-1/+18
|\ \ \ | | |/ | |/|
| * | Declare argtypes and restype on SetFileAttributesW so that it will cast Pytho...Jason R. Coombs2014-10-191-2/+2
| * | The name win32 is a misnomer. Use 'windows_support' instead.Jason R. Coombs2014-10-191-2/+2
| * | Cache eggs required for building in .eggs dirMarc Abramowitz2014-10-131-2/+19
| |/
* | Merge with 6.0.2Jason R. Coombs2014-09-291-1/+1
|\|
| * Include setup_requires directive in Distribution attributes and metadata. Fix...Jason R. Coombs2014-08-101-1/+1