summaryrefslogtreecommitdiff
path: root/ez_setup.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * Don't leave junk file behindSuresh V.2013-09-171-1/+5
| |
* | Bumped to 1.1.7 in preparation for next release.Jason R. Coombs2013-09-181-1/+1
|/
* Bumped to 1.1.6 in preparation for next release.Jason R. Coombs2013-09-121-1/+1
|
* Bumped to 1.1.5 in preparation for next release.Jason R. Coombs2013-09-071-1/+1
|
* Bumped to 1.1.4 in preparation for next release.Jason R. Coombs2013-09-061-1/+1
|
* Bumped to 1.1.3 in preparation for next release.Jason R. Coombs2013-09-061-1/+1
|
* Bumped to 1.1.2 in preparation for next release.Jason R. Coombs2013-09-031-1/+1
|
* 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-3/+14
|\
| * 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.
* | Bumped to 1.1 in preparation for next release.Jason R. Coombs2013-08-171-1/+1
|/
* 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
| | | | | --HG-- extra : rebase_source : e6f4e62a87e24933c8821fdef141d194b90874d3
* 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
|\ | | | | | | | | --HG-- rename : distribute_setup.py => ez_setup.py
* | Removed the bulk of the anti-setuptools logic in ez_setup.pyJason R. Coombs2013-03-031-305/+33
| | | | | | | | | | | | --HG-- branch : Setuptools-Distribute merge extra : source : 68b6b7a23e9150de6f2cc6ea37e1233ddbf79b22
* | Rename distribute_setup back to ez_setupJason R. Coombs2013-03-031-0/+546
|/ | | | | | | --HG-- branch : Setuptools-Distribute merge rename : distribute_setup.py => ez_setup.py extra : source : 6672af83b8acc0a4f88dd0e7a4df55591b878565