summaryrefslogtreecommitdiff
path: root/ez_setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Bumped to 1.1.1 in preparation for next release.1.1.1Jason R. Coombs2013-09-031-1/+1
|
* Merge update to ez_setup.pyJason R. Coombs2013-08-311-3/+13
|\
| * ez_setup.py now takes a --insecure argument to bypass the secure ↵Jason R. Coombs2013-08-311-3/+13
| | | | | | | | downloaders. download_setuptools also now accepts a new keyword argument 'download_factory', enabling programmitic invocation to customize the downloader resolution. Fixes #75. Thanks to Pablo Algarvio for the report and suggestions.
* | Bumped to 1.2 in preparation for next release.Jason R. Coombs2013-08-261-1/+1
|/
* Nest try/except/finally for use on Python 2.4. Fixes #72.1.1Jason R. Coombs2013-08-261-9/+12
|
* MergeJason R. Coombs2013-08-191-1/+1
|\
| * Bumped to 1.1 in preparation for next release.Jason R. Coombs2013-08-171-1/+1
| |
* | Powershell isn't installed by default on Windows Server 2008. Also it's ↵Jason R. Coombs2013-08-191-3/+14
|/ | | | possible that Powershell is present on older systems. Now use direct detection of a Powershell executable to determine viability of that technique for a downloader. Fixes #67.
* Restore Python 2.4 compatibility in ez_setupJason R. Coombs2013-08-101-0/+9
|
* Suppress output when checking viability of wget/curl. Fixed viability ↵Jason R. Coombs2013-08-101-4/+10
| | | | assignment and Windows platform detection.
* Use more explicit command-line parametersJason R. Coombs2013-08-101-2/+2
|
* Implemented download using wgetJason R. Coombs2013-08-101-3/+17
|
* Implemented curl support for bootstrapping.Jason R. Coombs2013-08-101-1/+15
|
* Issue #63: Initial implementation of a mechanism for securely bootstrapping ↵Jason R. Coombs2013-08-101-18/+57
| | | | setuptools, leveraging system tools for trust validation.
* Bumped to 1.0 in preparation for next release.Jason R. Coombs2013-08-091-1/+1
|
* Bumped to 0.9.9 in preparation for next release.Jason R. Coombs2013-07-251-1/+1
|
* Bumped to 0.9.8 in preparation for next release.Jason R. Coombs2013-07-221-1/+1
|
* Add comment and link back to justification.Jason R. Coombs2013-07-201-0/+4
|
* Make certain no previous imports of old versions of pkg_resources are ↵Erik Bray2013-07-191-0/+2
| | | | floating around before importing the newly installed setuptools.
* Bumped to 0.9.7 in preparation for next release.Jason R. Coombs2013-07-171-1/+1
|
* Bumped to 0.9.6 in preparation for next release.Jason R. Coombs2013-07-151-1/+1
|
* Bumped to 0.9.5 in preparation for next release.Jason R. Coombs2013-07-151-1/+1
|
* Bumped to 0.9.4 in preparation for next release.Jason R. Coombs2013-07-151-1/+1
|
* Bumped to 0.9.3 in preparation for next release.Jason R. Coombs2013-07-151-1/+1
|
* Bumped to 0.9.2 in preparation for next release.Jason R. Coombs2013-07-131-1/+1
|
* Bumped to 0.9.1 in preparation for next release.Jason R. Coombs2013-07-131-1/+1
|
* Bumped to 0.10 in preparation for next release.Jason R. Coombs2013-07-131-1/+1
|
* Bumped to 0.9 in preparation for next release.Jason R. Coombs2013-07-051-1/+1
|
* Bumped to 0.8 in preparation for next release.Jason R. Coombs2013-06-181-1/+1
|
* Bumped to 0.7.3 in preparation for next release.Jason R. Coombs2013-06-091-1/+1
|
* Bumped to 0.7.2 in preparation for next release.Jason R. Coombs2013-06-031-1/+1
|
* Use https in ez_setup (fixes #10)Jason R. Coombs2013-06-031-1/+1
|
* Bumped to 0.7.1 in preparation for next release.Jason R. Coombs2013-06-021-1/+1
|
* Bumped to 0.7 in preparation for next release.0.7Jason R. Coombs2013-06-021-1/+1
|
* Bumped to 0.7b5 in preparation for next release.Jason R. Coombs2013-05-281-1/+1
|
* Remove Python 2.3 support from ez_setup.pyJason R. Coombs2013-05-281-20/+4
|
* Bump version for subsequent releaseJason R. Coombs2013-05-251-1/+1
|
* Bump to next anticipated versionJason R. Coombs2013-05-241-1/+1
|
* Bump to 0.7b2 for next releaseJason R. Coombs2013-05-241-1/+1
|
* Update versions in preparation for an 0.7b1 release0.7b1Jason R. Coombs2013-05-131-1/+1
|
* Merge with Distribute 0.6.39Jason R. Coombs2013-05-131-1/+1
|\
* | 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/+546
|/
* using boostrap.py name for ez_setup.py because that is what it istarek2009-07-221-286/+0
|
* hooked the patching code into setup.pytarek2009-07-221-1/+10
|
* re-wrote the release.sh scripttarek2009-07-221-4/+4
|
* re-launching when setuptools is faked, and also detecting it's a fake egg to ↵tarek2009-07-211-8/+31
| | | | avoid re-patching twice
* populating md5 hashes and default url locationtarek2009-07-211-5/+6
|
* simplified the installation process. Now faking setuptools eggs. This is ↵tarek2009-07-211-23/+38
| | | | making the whole switch simpler for people
* forcing a distribute reinstallation over an existing setuptools onetarek2009-07-211-0/+2
|