aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.py
Commit message (Expand)AuthorAgeFilesLines
* Use unicode_literals in bootstrap scriptJason R. Coombs2017-07-131-0/+2
* Use io.open when saving entry_points.Jason R. Coombs2017-06-041-1/+2
* Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle"Jason R. Coombs2017-02-241-45/+2
* Always generate the dependencies.Jason R. Coombs2017-02-021-1/+1
* In bootstrap, defer installation of dependencies if unneeded. Ref #958.Jason R. Coombs2017-02-021-9/+4
* Extract main functionJason R. Coombs2017-02-021-1/+4
* Add --skip-dep-install to boostrap.py scriptJonathan Helmus2017-02-021-2/+12
* Use unicode literalsJason R. Coombs2017-01-011-1/+4
* In the bootstrap script, generate a requirements.txt file and use it to insta...Jason R. Coombs2017-01-011-3/+37
* Strip out vendored packages and require them instead. Ref #581.Jason R. Coombs2017-01-011-0/+2
* Fix quantity of blank lines.stepshal2016-10-181-1/+0
* Fix quantity of blank lines after code object.stepshal2016-07-131-0/+1
* Try generating egg_info twice.Jason R. Coombs2015-01-021-1/+4
* Also print a message hereJason R. Coombs2015-01-021-0/+1
* Add output to determine if egg-info is being created.Jason R. Coombs2015-01-021-2/+4
* Adding 'bootstrap.py' for bootstrapping a development environment when setupt...Jason R. Coombs2014-10-251-0/+51
* renamed bootstrap.py to bootstraping.py so it differs from zc.buildout filenametarek2009-08-041-431/+0
* now calling after_install in bootstrap.main tootarek2009-08-041-9/+30
* typotarek2009-08-041-1/+1
* added a post install function that ensures setuptools is faked even if not pr...tarek@MacZiade-2.local2009-08-041-2/+32
* fixed #24: the jython calls now workstarek2009-07-231-1/+1
* fixed the forbidden access problemtarek2009-07-231-2/+6
* rebuilt the eggstarek2009-07-231-4/+4
* shorcut to avoid unecessary work when located in a non-isolated environmenttarek2009-07-231-4/+5
* fixed a fork bomb when patching non-egg system-wide installationtarek2009-07-231-6/+17
* more cases from the communitytarek2009-07-231-20/+98
* using boostrap.py name for ez_setup.py because that is what it istarek2009-07-221-0/+286
* not neededtarek2009-07-221-90/+0
* Added a modified bootstrap.py for zc.buildoutHanno Schlichting2009-07-181-0/+90