aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/dist.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|\
| * 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
* | 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
|/
* Include setup_requires directive in Distribution attributes and metadata. Fix...Jason R. Coombs2014-08-101-1/+1
* Use numbers.Number to detect numeric typeJason R. Coombs2014-07-051-2/+3
* Extract variable for clarity.Jason R. Coombs2014-06-181-4/+6
* Remove superfluous importJason R. Coombs2014-06-181-4/+3
* Use a variable for less busy syntaxJason R. Coombs2014-06-011-2/+3
* generalize fix for issue #197 from 1cd816bb7c933eecd9d8464e054b21c7d5daf2dfJurko Gospodnetić2014-05-121-4/+4
* Use PY3 and PY2 throughoutJason R. Coombs2014-05-171-2/+2
* Monkey-patch the write_pkg_info method on Python 3.1 DistributionMetadata. Fi...Jason R. Coombs2014-05-031-0/+21
* Backout b17e9a0ea116 and 50725de303ef, restoring Feature model. Fixes #161 an...Jason R. Coombs2014-03-081-3/+256
* Removed Features functionality. Fixes #65.Jason R. Coombs2014-02-091-256/+3
* Backed out changeset: ef949e6e6de1, which was itself a backout of the fix for...Jason R. Coombs2014-01-271-2/+3
* Fix Python 3 failure when constructing an egg_fetcher. Fixes #131.Jason R. Coombs2014-01-051-1/+1
* Trim excess whitespaceJason R. Coombs2013-08-251-123/+4
* Remove unused importsJason R. Coombs2013-08-251-4/+0
* Reorganize importsJason R. Coombs2013-08-251-4/+9
* Set stacklevel on DeprecationWarning for more relevant locality.Jason R. Coombs2013-08-151-3/+6
* Fix TypeError when no attrs were passed1.0b2Jason R. Coombs2013-08-111-1/+2
* Officially deprecated Features functionality (per #65).Jason R. Coombs2013-08-111-3/+21
* Merge Python 3 native support from distributeJason R. Coombs2013-06-181-3/+6
|\
| * Merge Vinay Sajip's unified Python 2/3 support from distribute 3Jason R. Coombs2013-06-181-0/+5
| |\
| * \ Merge with upstreamJason R. Coombs2013-06-181-1/+34
| |\ \
| * | | Changes to support 2.x and 3.x in the same codebase.Vinay Sajip2011-06-201-3/+6
* | | | Merged latest changes from setuptools-0.6 branchJason R. Coombs2013-05-131-4/+4
|\ \ \ \
| * | | | Backport experimental environment marker support from the trunkpje2013-05-041-4/+4
| * | | | Major updates and fixes include:PJ Eby2009-10-121-6/+47
* | | | | Merge dist moduleJason R. Coombs2013-05-031-9/+43
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Copy changes to dist.py from 1aae1efe5733Jason R. Coombs2013-05-031-6/+47
| |/ / /
* | | | Backed out changeset: 98a9f9dcce0e; Fixes #335.Jason R. Coombs2012-11-261-3/+2
* | | | MergeJason R. Coombs2012-11-241-2/+3
|\ \ \ \
| * | | | Fixes and adds a regression test for #323; required adding some new keyword a...Erik Bray2012-09-111-2/+3
* | | | | Added comment and updated CHANGESJason R. Coombs2012-11-241-0/+2
* | | | | Don't wrap sys.stdout if it's in the correct encoding already.Gabriel2012-11-231-0/+3
| |_|_|/ |/| | |
* | | | Print metadata in UTF-8 independent of platform. Fixes #311.Stefan H. Holek2012-10-081-0/+32
|/ / /
* | / Adds a fix for issue #318, including a regression test. This also fixes anot...Erik Bray2012-09-061-1/+2
| |/ |/|
* | setting to_scan to [] instead of None ensures (somewhat confusingly) that fin...Erik Bray2011-05-231-0/+1
* | backporting the API Eby added in 0.6c11tarek2009-11-011-21/+11
* | Name changes of the parameters.Lennart Regebro2009-09-221-3/+3
* | Support attrs is None.Martin v. Löwis2009-09-131-1/+1
* | Deal with convert_doctests_2to3 not being set.Martin v. Löwis2009-09-131-1/+1