Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Nest try/except/finally for use on Python 2.4. Fixes #72.1.1 | Jason R. Coombs | 2013-08-26 | 1 | -9/+12 |
| | |||||
* | Merge | Jason R. Coombs | 2013-08-19 | 1 | -3/+14 |
|\ | |||||
| * | Powershell isn't installed by default on Windows Server 2008. Also it's ↵ | Jason R. Coombs | 2013-08-19 | 1 | -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. Coombs | 2013-08-17 | 1 | -1/+1 |
|/ | |||||
* | Restore Python 2.4 compatibility in ez_setup | Jason R. Coombs | 2013-08-10 | 1 | -0/+9 |
| | |||||
* | Suppress output when checking viability of wget/curl. Fixed viability ↵ | Jason R. Coombs | 2013-08-10 | 1 | -4/+10 |
| | | | | assignment and Windows platform detection. | ||||
* | Use more explicit command-line parameters | Jason R. Coombs | 2013-08-10 | 1 | -2/+2 |
| | |||||
* | Implemented download using wget | Jason R. Coombs | 2013-08-10 | 1 | -3/+17 |
| | |||||
* | Implemented curl support for bootstrapping. | Jason R. Coombs | 2013-08-10 | 1 | -1/+15 |
| | |||||
* | Issue #63: Initial implementation of a mechanism for securely bootstrapping ↵ | Jason R. Coombs | 2013-08-10 | 1 | -18/+57 |
| | | | | setuptools, leveraging system tools for trust validation. | ||||
* | Bumped to 1.0 in preparation for next release. | Jason R. Coombs | 2013-08-09 | 1 | -1/+1 |
| | |||||
* | Bumped to 0.9.9 in preparation for next release. | Jason R. Coombs | 2013-07-25 | 1 | -1/+1 |
| | |||||
* | Bumped to 0.9.8 in preparation for next release. | Jason R. Coombs | 2013-07-22 | 1 | -1/+1 |
| | |||||
* | Add comment and link back to justification. | Jason R. Coombs | 2013-07-20 | 1 | -0/+4 |
| | | | | | --HG-- extra : rebase_source : e6f4e62a87e24933c8821fdef141d194b90874d3 | ||||
* | Make certain no previous imports of old versions of pkg_resources are ↵ | Erik Bray | 2013-07-19 | 1 | -0/+2 |
| | | | | floating around before importing the newly installed setuptools. | ||||
* | Bumped to 0.9.7 in preparation for next release. | Jason R. Coombs | 2013-07-17 | 1 | -1/+1 |
| | |||||
* | Bumped to 0.9.6 in preparation for next release. | Jason R. Coombs | 2013-07-15 | 1 | -1/+1 |
| | |||||
* | Bumped to 0.9.5 in preparation for next release. | Jason R. Coombs | 2013-07-15 | 1 | -1/+1 |
| | |||||
* | Bumped to 0.9.4 in preparation for next release. | Jason R. Coombs | 2013-07-15 | 1 | -1/+1 |
| | |||||
* | Bumped to 0.9.3 in preparation for next release. | Jason R. Coombs | 2013-07-15 | 1 | -1/+1 |
| | |||||
* | Bumped to 0.9.2 in preparation for next release. | Jason R. Coombs | 2013-07-13 | 1 | -1/+1 |
| | |||||
* | Bumped to 0.9.1 in preparation for next release. | Jason R. Coombs | 2013-07-13 | 1 | -1/+1 |
| | |||||
* | Bumped to 0.10 in preparation for next release. | Jason R. Coombs | 2013-07-13 | 1 | -1/+1 |
| | |||||
* | Bumped to 0.9 in preparation for next release. | Jason R. Coombs | 2013-07-05 | 1 | -1/+1 |
| | |||||
* | Bumped to 0.8 in preparation for next release. | Jason R. Coombs | 2013-06-18 | 1 | -1/+1 |
| | |||||
* | Bumped to 0.7.3 in preparation for next release. | Jason R. Coombs | 2013-06-09 | 1 | -1/+1 |
| | |||||
* | Bumped to 0.7.2 in preparation for next release. | Jason R. Coombs | 2013-06-03 | 1 | -1/+1 |
| | |||||
* | Use https in ez_setup (fixes #10) | Jason R. Coombs | 2013-06-03 | 1 | -1/+1 |
| | |||||
* | Bumped to 0.7.1 in preparation for next release. | Jason R. Coombs | 2013-06-02 | 1 | -1/+1 |
| | |||||
* | Bumped to 0.7 in preparation for next release.0.7 | Jason R. Coombs | 2013-06-02 | 1 | -1/+1 |
| | |||||
* | Bumped to 0.7b5 in preparation for next release. | Jason R. Coombs | 2013-05-28 | 1 | -1/+1 |
| | |||||
* | Remove Python 2.3 support from ez_setup.py | Jason R. Coombs | 2013-05-28 | 1 | -20/+4 |
| | |||||
* | Bump version for subsequent release | Jason R. Coombs | 2013-05-25 | 1 | -1/+1 |
| | |||||
* | Bump to next anticipated version | Jason R. Coombs | 2013-05-24 | 1 | -1/+1 |
| | |||||
* | Bump to 0.7b2 for next release | Jason R. Coombs | 2013-05-24 | 1 | -1/+1 |
| | |||||
* | Update versions in preparation for an 0.7b1 release0.7b1 | Jason R. Coombs | 2013-05-13 | 1 | -1/+1 |
| | |||||
* | Merge with Distribute 0.6.39 | Jason R. Coombs | 2013-05-13 | 1 | -1/+1 |
|\ | | | | | | | | | --HG-- rename : distribute_setup.py => ez_setup.py | ||||
* | | Removed the bulk of the anti-setuptools logic in ez_setup.py | Jason R. Coombs | 2013-03-03 | 1 | -305/+33 |
| | | | | | | | | | | | | --HG-- branch : Setuptools-Distribute merge extra : source : 68b6b7a23e9150de6f2cc6ea37e1233ddbf79b22 | ||||
* | | Rename distribute_setup back to ez_setup | Jason R. Coombs | 2013-03-03 | 1 | -0/+546 |
|/ | | | | | | | --HG-- branch : Setuptools-Distribute merge rename : distribute_setup.py => ez_setup.py extra : source : 6672af83b8acc0a4f88dd0e7a4df55591b878565 | ||||
* | using boostrap.py name for ez_setup.py because that is what it is | tarek | 2009-07-22 | 1 | -286/+0 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : 2398b9d16b2cda1f2c20c6eff792f49fb59c8cbd | ||||
* | hooked the patching code into setup.py | tarek | 2009-07-22 | 1 | -1/+10 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : 8e77b3c98ea725103494ee55ec403dc967dbb3a6 | ||||
* | re-wrote the release.sh script | tarek | 2009-07-22 | 1 | -4/+4 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : 4d70b693676a2e6e290e3cc097fde2cca9412d38 | ||||
* | re-launching when setuptools is faked, and also detecting it's a fake egg to ↵ | tarek | 2009-07-21 | 1 | -8/+31 |
| | | | | | | | | avoid re-patching twice --HG-- branch : distribute extra : rebase_source : 460953d0172aac7d61e6ffd784fa9ef47ec94d9e | ||||
* | populating md5 hashes and default url location | tarek | 2009-07-21 | 1 | -5/+6 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : 998bc889ba6d41e4051df8cdc3c36e273b78118b | ||||
* | simplified the installation process. Now faking setuptools eggs. This is ↵ | tarek | 2009-07-21 | 1 | -23/+38 |
| | | | | | | | | making the whole switch simpler for people --HG-- branch : distribute extra : rebase_source : 6ca2a67f386ab8237b02fc1dda918e4e734e273c | ||||
* | forcing a distribute reinstallation over an existing setuptools one | tarek | 2009-07-21 | 1 | -0/+2 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : a44844ab6dc54f82f172fcf55d01f78eab25beaf | ||||
* | fixed typo | tarek | 2009-07-21 | 1 | -1/+1 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : e1bab09caad12a809e484eb516bde5260f578628 | ||||
* | making ez_setup removing an existing setuptools distribution out of the way | tarek | 2009-07-20 | 1 | -1/+29 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : a97ad8f22e698747b81a097215b8ebffdf7edae6 | ||||
* | cleaning a bit ez_setup.py while reading it | tarek | 2009-07-20 | 1 | -47/+9 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : b6243971cad89290dc4e3856e9f3c98aa1949d6c | ||||
* | Update and prepare the ez_setup.py to use distribute instead. | Hanno Schlichting | 2009-07-18 | 1 | -47/+17 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : 77eca0d06e91cbf4d9ae569be863be35acc4cabb |