| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | | | | | | | | | * | | | | | | | | | Revert README to match setuptools-0.6 | Jason R. Coombs | 2013-03-19 | 1 | -169/+143 | |
| | | | | | | | | | | * | | | | | | | | | Update test_distribute_setup to reference ez_setup.py | Jason R. Coombs | 2013-03-19 | 1 | -14/+4 | |
| | | | | | | | | | | * | | | | | | | | | Updated manual test to test against setuptools | Jason R. Coombs | 2013-03-19 | 1 | -15/+13 | |
| | | | | | | | | | | * | | | | | | | | | Removing install_test altogether (the only thing it tests is the presence of ... | Jason R. Coombs | 2013-03-19 | 1 | -81/+0 | |
| | | | | | | | | | | * | | | | | | | | | Updated install_test to reference the new bootstrap script | Jason R. Coombs | 2013-03-19 | 1 | -10/+16 | |
| | | | | | | | | | | * | | | | | | | | | Updated a couple more references from Distribute to Setuptools | Jason R. Coombs | 2013-03-19 | 1 | -2/+2 | |
| | | | | | | | | | | * | | | | | | | | | Removed tests relevant to the co-existence of distribute and setuptools; reta... | Jason R. Coombs | 2013-03-19 | 1 | -37/+6 | |
| | | | | | | | | | | * | | | | | | | | | Updated references in tests to refer to setuptools in favor of distribute | Jason R. Coombs | 2013-03-19 | 2 | -7/+7 | |
| | | | | | | | | | | * | | | | | | | | | Restore entry_points.txt in egg-info. This file must be present if one desire... | Jason R. Coombs | 2013-03-19 | 1 | -0/+62 | |
| | | | | | | | | | | * | | | | | | | | | Removed references to removed methods in ez_setup | Jason R. Coombs | 2013-03-10 | 1 | -19/+0 | |
| | | | | | | | | | | * | | | | | | | | | Removed more distribute-specific, anti-setuptools code in setup.py | Jason R. Coombs | 2013-03-10 | 1 | -12/+1 | |
| | | | | | | | | | | * | | | | | | | | | Remove references to distribute in setup.py | Jason R. Coombs | 2013-03-10 | 1 | -4/+4 | |
| | | | | | | | | | | * | | | | | | | | | Removed the bulk of the anti-setuptools logic in ez_setup.py | Jason R. Coombs | 2013-03-03 | 1 | -305/+33 | |
| | | | | | | | | | | * | | | | | | | | | Rename distribute_setup back to ez_setup | Jason R. Coombs | 2013-03-03 | 1 | -0/+0 | |
| | | | | | | | | | | * | | | | | | | | | Backed out distribute-specific reference in setuptools package | Jason R. Coombs | 2013-03-03 | 1 | -11/+1 | |
| | | | | | | | | | | * | | | | | | | | | Backed out distribute-specific references in package_index module | Jason R. Coombs | 2013-03-03 | 1 | -2/+2 | |
| | | | | | | | | | | * | | | | | | | | | Back out distribute-specific references in easy_install command module | Jason R. Coombs | 2013-03-03 | 1 | -6/+7 | |
| | | | | | | | | | | * | | | | | | | | | Remove special Distribute handling from pkg_resources module | Jason R. Coombs | 2013-03-03 | 1 | -59/+5 | |
| | | | | | | | | | | * | | | | | | | | | update devguide | Jason R. Coombs | 2013-03-01 | 1 | -4/+4 | |
| | | | | | | | | | | * | | | | | | | | | Add original author of setuptools, PJ Eby, to CONTRIBUTORS | Jason R. Coombs | 2013-03-01 | 1 | -0/+1 | |
| | | | | | | | | | | * | | | | | | | | | Updated documentation to reflect merged target name, only keeping legacy refe... | Jason R. Coombs | 2013-03-01 | 8 | -150/+60 | |
| | | | | | | | | | | * | | | | | | | | | Restore the project name and URL to pypi | Jason R. Coombs | 2013-03-01 | 1 | -2/+2 | |
| | | | | | | | | | | * | | | | | | | | | In merge branch, a late version of distribute | Jason R. Coombs | 2013-05-11 | 0 | -0/+0 | |
| | | | | * | | | | | | | | | | | | | | | Merged remaining changes from 1aae1efe5733 (setuptools 0.6c12dev) | Jason R. Coombs | 2013-05-12 | 12 | -58/+127 | |
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |/ / / / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | | | | Copy changes from 1aae1efe5733 for setuptools/command/* (except easy_install.py | Jason R. Coombs | 2013-05-03 | 6 | -59/+141 | |
| | | | | | |/ / / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | | | Copy changes to easy_install.py from 1aae1efe5733 | Jason R. Coombs | 2013-05-03 | 1 | -11/+52 | |
| | | | | | |/ / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | | Copy changes to setuptools/archive_util.py setuptools/depends.py setuptools/e... | Jason R. Coombs | 2013-05-03 | 3 | -20/+20 | |
| | | | | | |_|_|_|_|/ / / / / / / | | | | |/| | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | Copy changes to dist.py from 1aae1efe5733 | Jason R. Coombs | 2013-05-03 | 1 | -6/+47 | |
| | | | | | |/ / / / / / / / / / | | | | |/| | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | Copy changes to package_index from 1aae1efe5733 | Jason R. Coombs | 2013-03-20 | 1 | -36/+77 | |
| | | | | | |_|_|/ / / / / / / | | | | |/| | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | Update sandbox.py to latest from setuptools-0.6 | Jason R. Coombs | 2013-03-20 | 1 | -19/+60 | |
| | | | | | |/ / / / / / / / | | | | |/| | | | | | | | | ||||||
| | | | | * | | | | | | | | | Remove newlines to simplify merge | Jason R. Coombs | 2013-03-19 | 1 | -5/+0 | |
| | | | | * | | | | | | | | | Copied changes from setuptools-0.6 for pkg_resources.py | Jason R. Coombs | 2013-03-19 | 1 | -36/+77 | |
| | | | | * | | | | | | | | | This revision is where the distribute fork occurred | Jason R. Coombs | 2013-05-11 | 0 | -0/+0 | |
| | * | | | | | | | | | | | | Bumped to 0.6.44 in preparation for next release. | Jason R. Coombs | 2013-05-24 | 5 | -8/+8 | |
| | * | | | | | | | | | | | | Added tag 0.6.43 for changeset 35086ee28673 | Jason R. Coombs | 2013-05-24 | 0 | -0/+0 | |
| | * | | | | | | | | | | | | Update changelog0.6.43 | Jason R. Coombs | 2013-05-24 | 1 | -0/+6 | |
| | * | | | | | | | | | | | | Restore Python 2.4 compatible syntax | Jason R. Coombs | 2013-05-24 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | Update About the fork | Jason R. Coombs | 2013-05-24 | 1 | -27/+6 | |
| | * | | | | | | | | | | | | Update code repository link. | Jason R. Coombs | 2013-05-24 | 1 | -2/+1 | |
| | * | | | | | | | | | | | | Bumped to 0.6.43 in preparation for next release. | Jason R. Coombs | 2013-05-24 | 5 | -8/+8 | |
| | |/ / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | Added tag 0.6.42 for changeset f30167716b65 | Jason R. Coombs | 2013-05-24 | 0 | -0/+0 | |
| | * | | | | | | | | | | | Update changelog0.6.42 | Jason R. Coombs | 2013-05-24 | 1 | -0/+2 | |
| | * | | | | | | | | | | | First round of prepping setuptools for inclusion in Python 2.5: move | PJ Eby | 2006-04-14 | 3 | -8/+4 | |
| | * | | | | | | | | | | | Use a wrapper to ensure unique values on find_external_links. Factors out uni... | Jason R. Coombs | 2013-05-24 | 2 | -9/+26 | |
| | * | | | | | | | | | | | Add unique_everseen from Python 2.7 docs | Jason R. Coombs | 2013-05-24 | 1 | -0/+19 | |
| | * | | | | | | | | | | | Added Dirley to contributors | Jason R. Coombs | 2013-05-24 | 1 | -0/+1 | |
| | * | | | | | | | | | | | actually filter the links | Dirley Rodrigues | 2013-02-04 | 1 | -0/+2 | |
| | * | | | | | | | | | | | avoid naming problems | Dirley Rodrigues | 2013-02-04 | 1 | -7/+7 | |
| | * | | | | | | | | | | | Improve external links finder to not yield duplicate links. | Dirley Rodrigues | 2013-02-04 | 2 | -2/+15 | |
| | |/ / / / / / / / / / | ||||||
| | * | | | | | | | | | | Bumped to 0.6.42 in preparation for next release. | Jason R. Coombs | 2013-05-24 | 5 | -8/+8 | |
