| Commit message (Expand) | Author | Age | Files | Lines |
| * | Extract name/version functionality from egg_info to be re-used by a dist-info... | Jason R. Coombs | 2018-07-13 | 1 | -26/+35 |
| * | Setuptools now vendors its own direct dependencies (packaging, six, pyparsing... | Jason R. Coombs | 2018-03-17 | 1 | -1/+1 |
| * | Merge pull request #1207 from cryvate/fix-issue-1206 | Jason R. Coombs | 2018-01-04 | 1 | -4/+1 |
| |\ |
|
| | * | Rework how to handle long_description_content_type | Henk-Jaap Wagenaar | 2017-11-25 | 1 | -4/+1 |
| | * | Add setup.cfg support for long_description_content_type (in line with docs). | Henk-Jaap Wagenaar | 2017-11-21 | 1 | -1/+1 |
| * | | Fix NameError | Jason R. Coombs | 2017-11-25 | 1 | -1/+1 |
| |/ |
|
| * | Merge branch 'master' into drop-py26 | Jason R. Coombs | 2017-09-03 | 1 | -31/+28 |
| |\ |
|
| | * | Add new long_description_content_type kwarg | Marc Abramowitz | 2017-08-28 | 1 | -0/+4 |
| | * | Merge branch 'master' into feature/re-vendor-sadface | Jason R. Coombs | 2017-05-30 | 1 | -1/+2 |
| | |\ |
|
| | | * | Pass flags programmatically, avoiding deprecating trailing pattern flags synt... | Jason R. Coombs | 2017-04-18 | 1 | -1/+2 |
| | | * | Revert "addresses #436". Fixes #1016. | Jason R. Coombs | 2017-04-18 | 1 | -0/+2 |
| | | * | addresses #436 | Stefano Miccoli | 2017-04-13 | 1 | -2/+0 |
| | * | | Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle" | Jason R. Coombs | 2017-02-24 | 1 | -3/+3 |
| | |/ |
|
| | * | Prefer list comprehension to init/append loop. Ref #936. | Jason R. Coombs | 2017-01-23 | 1 | -3/+5 |
| | * | fixes #935 - allows for glob syntax in graft | Hatem Nassrat | 2017-01-23 | 1 | -1/+3 |
| | * | Merge branch 'master' into feature/581-depend-not-bundle | Jason R. Coombs | 2017-01-13 | 1 | -8/+15 |
| | |\ |
|
| | | * | Add a no-op property for 'tag_svn_revision' to suppress errors when distutils... | Jason R. Coombs | 2017-01-02 | 1 | -0/+12 |
| | | * | More aggressively remove references to 'tag_svn_revision' option in egg_info.... | Jason R. Coombs | 2017-01-02 | 1 | -8/+3 |
| | * | | Strip out vendored packages and require them instead. Ref #581. | Jason R. Coombs | 2017-01-01 | 1 | -3/+3 |
| | |/ |
|
| | * | Drop support for 'tag_svn_version' distribution option. Fixes #619. | Jason R. Coombs | 2017-01-01 | 1 | -19/+0 |
| | * | Revert "Fix #849 global-exclude globbing" | Tim Heap | 2016-12-15 | 1 | -2/+2 |
| * | | Drop support for Python 2.6, removing lots of compatibility code for a leaner... | Jason R. Coombs | 2016-12-09 | 1 | -3/+1 |
| |/ |
|
| * | Merge pull request #853 from timheap/global-exclude-glob | Jason R. Coombs | 2016-12-03 | 1 | -2/+2 |
| |\ |
|
| | * | Fix #849 global-exclude globbing | Tim Heap | 2016-11-21 | 1 | -2/+2 |
| * | | Also suppress warning for a single file missing | Charles Bouchard-Légaré | 2016-11-07 | 1 | -2/+9 |
| |/ |
|
| * | Much faster implementation of FileList, for big egg_info speedups | Tim Heap | 2016-10-15 | 1 | -30/+232 |
| * | Mark tag_svn_revision as deprecated. Ref #619. | Jason R. Coombs | 2016-06-24 | 1 | -0/+4 |
| * | Nicer indentation | Jason R. Coombs | 2016-06-24 | 1 | -2/+4 |
| * | Correction for expected dict order when PYTHONHASHSEED=0 | Jason R. Coombs | 2016-04-20 | 1 | -1/+1 |
| * | Use OrderedDict to retain deterministic ordering of version info in egg_info ... | Jason R. Coombs | 2016-04-20 | 1 | -8/+15 |
| * | Always use Python 3 version of map | Jason R. Coombs | 2016-01-16 | 1 | -0/+1 |
| * | Use the same technique in pkg_resources, relying on an 'extern' module to res... | Jason R. Coombs | 2015-12-31 | 1 | -1/+1 |
| * | Modeling after Astropy's technique for bundling libraries, the imports are no... | Jason R. Coombs | 2015-12-31 | 1 | -6/+1 |
| * | Update vendoring technique to match that used for packaging. Ref #229. | Jason R. Coombs | 2015-12-31 | 1 | -1/+6 |
| * | Merge with master. Ref #229. | Jason R. Coombs | 2015-12-31 | 1 | -23/+24 |
| |\ |
|
| | * | Move imports to top | Jason R. Coombs | 2015-12-09 | 1 | -6/+5 |
| | * | Reorganize imports | Jason R. Coombs | 2015-12-09 | 1 | -5/+6 |
| | * | Remove check that would never succeed, because svn_utils always returns an in... | Jason R. Coombs | 2015-12-09 | 1 | -3/+1 |
| | * | Deprecate get_pkg_info_revision | Jason R. Coombs | 2015-12-09 | 1 | -0/+2 |
| | * | Replace comment with docstring | Jason R. Coombs | 2015-12-09 | 1 | -3/+4 |
| | * | Reindent | Jason R. Coombs | 2015-12-09 | 1 | -5/+5 |
| | * | Use io.open for future compatibility and consistency | Jason R. Coombs | 2015-12-09 | 1 | -2/+2 |
| | * | Replace deprecated usage with preferred usage. Fixes #364. | Jason R. Coombs | 2015-03-19 | 1 | -1/+2 |
| * | | Merge with 10.2.1 | Jason R. Coombs | 2015-01-02 | 1 | -3/+47 |
| |\ \
| |/ |
|
| | * | Merge with master | Jason R. Coombs | 2014-12-28 | 1 | -0/+6 |
| | |\ |
|
| | | * | Merge pull request #106 from Richard Ipsum. | Jason R. Coombs | 2014-12-26 | 1 | -0/+6 |
| | | |\ |
|
| | | | * | Make egg_info command write out setup requirements | Richard Ipsum | 2014-11-03 | 1 | -0/+6 |
| | * | | | Removed svn support from setuptools. Ref #313. | Jason R. Coombs | 2014-12-24 | 1 | -1/+7 |
| | |/ / |
|
| | * | | Setuptools now uses the 'packaging' package from pkg_resources, unifying the ... | Jason R. Coombs | 2014-12-24 | 1 | -7/+1 |
| | * | | Move vendored packaging module into pkg_resources._vendor, restoring independ... | Jason R. Coombs | 2014-12-24 | 1 | -2/+2 |