aboutsummaryrefslogtreecommitdiffstats
path: root/distribute_setup.py
Commit message (Expand)AuthorAgeFilesLines
* Bumped to 0.6.31 in preparation for next release.Jason R. Coombs2012-10-221-1/+1
* Clean up temporary directory in distribute_setup.py. Fixes #328.g2p2012-10-221-0/+3
* Fixed bug by renaming _cmd to _cmd1Roy Hyunjin Han2012-10-211-1/+1
* Bumped to 0.6.30 in preparation for next release.Jason R. Coombs2012-10-211-1/+1
* Merged in leetrout/distribute (pull request #24)Stefan H. Holek2012-10-191-1/+2
|\
| * Fix command order for pip 1.2 per https://bitbucket.org/tarek/distribute/issu...Lee Trout2012-10-181-1/+2
* | Make sure distribute_setup.py signals errors in its exit status.Gabriel2012-10-141-2/+4
|/
* Fix a few messages in distribute_setup.py.Stefan H. Holek2012-10-081-3/+3
* os.access() cannot test for "createable" Fixes #320.Stefan H. Holek2012-10-081-4/+4
* Extract argument parsing as a separate functionJason R. Coombs2012-09-051-9/+18
* New command line option to enable downloading the distribute package from an ...Pedro Romano2012-08-301-1/+5
* Use 'optparse' module to parse command line arguments.Pedro Romano2012-08-301-9/+15
* Fix #231, second try.iElectric2012-08-151-0/+1
* Bumped to 0.6.29 in preparation for next release.Jason R. Coombs2012-07-221-1/+1
* pep8ify distribute_setup.pyMarcin Kuzminski2012-06-151-10/+28
* Bumped to 0.6.28 in preparation for next release.Jason R. Coombs2012-05-181-1/+1
* In the bootstrap script, don't attempt to write the setuptools egg info if wr...iElectric2012-04-161-0/+3
* Bumped to 0.6.27 in preparation for next release.Jason R. Coombs2012-04-071-1/+1
* Bumped to 0.6.26 in preparation for next release.Jason R. Coombs2012-03-091-1/+1
* distribute_setup.py now accepts the --user argument for installing to the use...Jason R. Coombs2011-11-291-3/+12
* Bumped to 0.6.25 in preparation for next release.Jason R. Coombs2011-10-141-1/+1
* Bumped to 0.6.24 in preparation for next release.Jason R. Coombs2011-10-141-1/+1
* bumped revisionguyroz2011-09-221-1/+1
* starting 0.6.22 devTarek Ziade2011-08-201-1/+1
* Bumped revisionJason R. Coombs2011-08-181-1/+1
* starting 0.6.20Tarek Ziade2011-06-021-1/+1
* starting 0.6.19Tarek Ziade2011-06-011-1/+1
* starting 0.6.18Tarek Ziade2011-05-301-1/+1
* Bumped working revisions to 0.6.17Jason R. Coombs2011-04-301-1/+1
* Bumped version numbers to 0.6.16Jason R. Coombs2011-03-151-1/+1
* raised to the current dev versionTarek Ziade2010-07-221-1/+1
* Updated bootstrapper to 0.6.14.Jannis Leidel2010-07-221-1/+1
* 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