summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | | | | * | | | | | | | | Revert README to match setuptools-0.6Jason R. Coombs2013-03-191-169/+143
| | | | | | | | | | * | | | | | | | | Update test_distribute_setup to reference ez_setup.pyJason R. Coombs2013-03-191-14/+4
| | | | | | | | | | * | | | | | | | | Updated manual test to test against setuptoolsJason R. Coombs2013-03-191-15/+13
| | | | | | | | | | * | | | | | | | | Removing install_test altogether (the only thing it tests is the presence of ...Jason R. Coombs2013-03-191-81/+0
| | | | | | | | | | * | | | | | | | | Updated install_test to reference the new bootstrap scriptJason R. Coombs2013-03-191-10/+16
| | | | | | | | | | * | | | | | | | | Updated a couple more references from Distribute to SetuptoolsJason R. Coombs2013-03-191-2/+2
| | | | | | | | | | * | | | | | | | | Removed tests relevant to the co-existence of distribute and setuptools; reta...Jason R. Coombs2013-03-191-37/+6
| | | | | | | | | | * | | | | | | | | Updated references in tests to refer to setuptools in favor of distributeJason R. Coombs2013-03-192-7/+7
| | | | | | | | | | * | | | | | | | | Restore entry_points.txt in egg-info. This file must be present if one desire...Jason R. Coombs2013-03-191-0/+62
| | | | | | | | | | * | | | | | | | | Removed references to removed methods in ez_setupJason R. Coombs2013-03-101-19/+0
| | | | | | | | | | * | | | | | | | | Removed more distribute-specific, anti-setuptools code in setup.pyJason R. Coombs2013-03-101-12/+1
| | | | | | | | | | * | | | | | | | | Remove references to distribute in setup.pyJason R. Coombs2013-03-101-4/+4
| | | | | | | | | | * | | | | | | | | Removed the bulk of the anti-setuptools logic in ez_setup.pyJason R. Coombs2013-03-031-305/+33
| | | | | | | | | | * | | | | | | | | Rename distribute_setup back to ez_setupJason R. Coombs2013-03-031-0/+0
| | | | | | | | | | * | | | | | | | | Backed out distribute-specific reference in setuptools packageJason R. Coombs2013-03-031-11/+1
| | | | | | | | | | * | | | | | | | | Backed out distribute-specific references in package_index moduleJason R. Coombs2013-03-031-2/+2
| | | | | | | | | | * | | | | | | | | Back out distribute-specific references in easy_install command moduleJason R. Coombs2013-03-031-6/+7
| | | | | | | | | | * | | | | | | | | Remove special Distribute handling from pkg_resources moduleJason R. Coombs2013-03-031-59/+5
| | | | | | | | | | * | | | | | | | | update devguideJason R. Coombs2013-03-011-4/+4
| | | | | | | | | | * | | | | | | | | Add original author of setuptools, PJ Eby, to CONTRIBUTORSJason R. Coombs2013-03-011-0/+1
| | | | | | | | | | * | | | | | | | | Updated documentation to reflect merged target name, only keeping legacy refe...Jason R. Coombs2013-03-018-150/+60
| | | | | | | | | | * | | | | | | | | Restore the project name and URL to pypiJason R. Coombs2013-03-011-2/+2
| | | | | | | | | | * | | | | | | | | In merge branch, a late version of distributeJason R. Coombs2013-05-110-0/+0
| | | | * | | | | | | | | | | | | | | Merged remaining changes from 1aae1efe5733 (setuptools 0.6c12dev)Jason R. Coombs2013-05-1212-58/+127
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |/ / / / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | Copy changes from 1aae1efe5733 for setuptools/command/* (except easy_install.pyJason R. Coombs2013-05-036-59/+141
| | | | | |/ / / / / / / / / / / / / | | | | |/| | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | Copy changes to easy_install.py from 1aae1efe5733Jason R. Coombs2013-05-031-11/+52
| | | | | |/ / / / / / / / / / / / | | | | |/| | | | | | | | | | | |
| | | | * | | | | | | | | | | | | Copy changes to setuptools/archive_util.py setuptools/depends.py setuptools/e...Jason R. Coombs2013-05-033-20/+20
| | | | | |_|_|_|_|/ / / / / / / | | | | |/| | | | | | | | | | |
| | | | * | | | | | | | | | | | Copy changes to dist.py from 1aae1efe5733Jason R. Coombs2013-05-031-6/+47
| | | | | |/ / / / / / / / / / | | | | |/| | | | | | | | | |
| | | | * | | | | | | | | | | Copy changes to package_index from 1aae1efe5733Jason R. Coombs2013-03-201-36/+77
| | | | | |_|_|/ / / / / / / | | | | |/| | | | | | | | |
| | | | * | | | | | | | | | Update sandbox.py to latest from setuptools-0.6Jason R. Coombs2013-03-201-19/+60
| | | | | |/ / / / / / / / | | | | |/| | | | | | | |
| | | | * | | | | | | | | Remove newlines to simplify mergeJason R. Coombs2013-03-191-5/+0
| | | | * | | | | | | | | Copied changes from setuptools-0.6 for pkg_resources.pyJason R. Coombs2013-03-191-36/+77
| | | | * | | | | | | | | This revision is where the distribute fork occurredJason R. Coombs2013-05-110-0/+0
| * | | | | | | | | | | | Bumped to 0.6.44 in preparation for next release.Jason R. Coombs2013-05-245-8/+8
| * | | | | | | | | | | | Added tag 0.6.43 for changeset 35086ee28673Jason R. Coombs2013-05-240-0/+0
| * | | | | | | | | | | | Update changelog0.6.43Jason R. Coombs2013-05-241-0/+6
| * | | | | | | | | | | | Restore Python 2.4 compatible syntaxJason R. Coombs2013-05-241-1/+1
| * | | | | | | | | | | | Update About the forkJason R. Coombs2013-05-241-27/+6
| * | | | | | | | | | | | Update code repository link.Jason R. Coombs2013-05-241-2/+1
| * | | | | | | | | | | | Bumped to 0.6.43 in preparation for next release.Jason R. Coombs2013-05-245-8/+8
| |/ / / / / / / / / / /
| * | | | | | | | | | | Added tag 0.6.42 for changeset f30167716b65Jason R. Coombs2013-05-240-0/+0
| * | | | | | | | | | | Update changelog0.6.42Jason R. Coombs2013-05-241-0/+2
| * | | | | | | | | | | First round of prepping setuptools for inclusion in Python 2.5: movePJ Eby2006-04-143-8/+4
| * | | | | | | | | | | Use a wrapper to ensure unique values on find_external_links. Factors out uni...Jason R. Coombs2013-05-242-9/+26
| * | | | | | | | | | | Add unique_everseen from Python 2.7 docsJason R. Coombs2013-05-241-0/+19
| * | | | | | | | | | | Added Dirley to contributorsJason R. Coombs2013-05-241-0/+1
| * | | | | | | | | | | actually filter the linksDirley Rodrigues2013-02-041-0/+2
| * | | | | | | | | | | avoid naming problemsDirley Rodrigues2013-02-041-7/+7
| * | | | | | | | | | | Improve external links finder to not yield duplicate links.Dirley Rodrigues2013-02-042-2/+15
| |/ / / / / / / / / /
| * | | | | | | | | | Bumped to 0.6.42 in preparation for next release.Jason R. Coombs2013-05-245-8/+8