aboutsummaryrefslogtreecommitdiffstats
path: root/distribute_setup.py
Commit message (Expand)AuthorAgeFilesLines
* pip uses python -c "... execfile(setup.py)" magic to run a package. This was ...Tarek Ziade2010-05-311-0/+3
* make self setup correctly consider --user when checking for setuptools, fixes...Ronny Pfannschmidt2010-05-281-2/+2
* removing decorators from the bootstrap fileTarek Ziade2010-05-191-4/+5
* raised the revisionTarek Ziade2010-05-061-1/+1
* starting 0.6.12Tarek Ziade2010-05-061-1/+1
* fixed another sandbox viloation issuetarek2009-12-191-22/+26
* starting 0.6.11tarek2009-12-121-1/+1
* fixed version in distribute_setup0.6.10tarek2009-12-121-1/+1
* avoid sandbox violations on installation fixes #100tarek2009-12-111-10/+24
* Remove an unecessary assertion fixes #104tarek2009-12-111-1/+3
* now faking Setuptools 0.6c11tarek2009-11-071-3/+6
* started 0.6.9tarek2009-11-011-1/+1
* raised version in distribute_setup as welltarek2009-11-011-2/+2
* Merged bugfixes from the danielstutzbach forkDaniel Stutzbach2009-10-191-5/+6
|\
| * no_fake needs to be True by default fixes #74tarek2009-10-181-5/+6
* | Fixed egg filename computation to respect to_dirDaniel Stutzbach2009-10-171-2/+2
* | Fixed bug in previous patch (oops)Daniel Stutzbach2009-10-171-3/+4
* | Fixed build_egg to test for the existence of the correct egg filename.Daniel Stutzbach2009-10-171-7/+4
* | Fix for Issue 64: setup.py rebuilds the distribute egg every.single.time.Daniel Stutzbach2009-10-171-4/+7
|/
* starting 0.6.7tarek2009-10-161-1/+1
* merge dancetarek2009-10-151-7/+12
|\
| * Unified the bootstrap file so it works on both py2.x and py3k without 2to3 (p...agronholm2009-10-161-7/+12
* | make sure the old api can be called in case of an old versiontarek2009-10-151-2/+7
|/
* starting 0.6.6tarek2009-10-151-1/+1
* we need to be able to use these API to detect the real setuptools at bootstra...tarek2009-10-151-1/+2
* added a new option to drive the fakery when use_setuptools is calledtarek2009-10-131-2/+3
* starting 0.6.5tarek2009-10-111-1/+1
* returning if setuptools is not found0.6.4tarek2009-10-101-6/+7
* the parse API needs to return distribute when setuptools is askedtarek2009-10-101-22/+30
* fixed use_setuptoolstarek2009-10-091-0/+1
* some function don't need public exposition + fixed the os.curdir bug that was...tarek2009-09-271-13/+16
* Fixed two bugs in the bootstrapper that prevented use_setuptools() from workingagronholm2009-09-271-2/+2
* starting 0.6.4tarek2009-09-271-1/+1
* Fixed Python 3 compatibility issue introduced in #435agronholm2009-09-271-4/+7
* starting 0.6.3 developmenttarek2009-09-261-1/+1
* make the bootstrap file py2.3+win32 compatibletarek2009-09-251-13/+28
* Merging. Mercurial is confusing.Lennart Regebro2009-09-231-104/+103
|\
| * Fix python_cmd return valueagronholm2009-09-231-12/+4
| * Get rid of the ugly Jython hack since the subprocess module is now always ava...agronholm2009-09-231-9/+2
| * Convert string template arguments in logger calls to logger argumentsagronholm2009-09-231-14/+14
| * PEP8 fixesagronholm2009-09-231-70/+84
* | Fixed a bug that gave a traceback when doing install --help under Python 3.Lennart Regebro2009-09-221-1/+1
|/
* fixed typotarek2009-09-131-1/+1
* next version is 0.6.2tarek2009-09-121-1/+1
* better marker for easy_install detectiontarek2009-09-111-3/+5
* reintroduced use_setuptools in distribute_setup.pytarek2009-09-101-26/+103
* don't user USER_SITE on py < 2.6tarek2009-09-091-2/+6
* now with 2.4 support for tarfile0.6.1tarek2009-09-081-6/+43
* simplifying the bootstrap processtarek2009-09-081-149/+36
* no more bdist_egg releasetarek2009-09-081-59/+3