summaryrefslogtreecommitdiff
path: root/ez_setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Warn deprecation at the beginning of file.idgserpro2017-02-091-2/+3
| | | | | | | | | This way the deprecation message is shown when running 'python ez_setup.py' or other methods (like when using 'exec' in buildout world, check https://github.com/buildout/buildout/blob/9ba1e3170a474e6139c9a7eadd32a498c22cb3bb/bootstrap/bootstrap.py#L88 for more details). The deprecation message was improved as well.
* Refs for self upgrade/installation deprecationidgserpro2017-02-021-1/+4
| | | This can save some time for people that still use ez_setup.py but don't follow setuptools development or mailing lists.
* Pin the bootstrap script to the latest version that supports self-install ↵Jason R. Coombs2017-01-231-30/+3
| | | | and signal that the bootstrap script is deprecated. Ref #581.
* Fallback to UTF-8 also if no charset is specified. Fixes #898.Jason R. Coombs2016-12-241-3/+4
|
* Meaningful message if corrupted setuptools.idgserpro2016-11-081-2/+12
| | | | | | | | | | | | Fixes https://github.com/pypa/setuptools/issues/563. Is not clear in ez_setup.py that it always uses a setuptools archive if already downloaded: although useful (and even used as a feature in buildout-bootstrap.py), it's hard for beginners that may have a corrupted ez_setup.py. So we just improve the error message, even showing the full path of the probably "corrupted" zip.
* Refactor setuptools filename as a template and use format strings to ↵Jason R. Coombs2016-06-021-3/+4
| | | | construct it.
* Re-use pypa.io for loading metadata as well. Fixes #568.Jason R. Coombs2016-05-061-1/+4
|
* convert tabs to spaces. Ref #489.Jason R. Coombs2016-05-021-10/+10
|
* Add link to the branch in Github.Jason R. Coombs2016-04-261-0/+2
|
* Separate clauses onto different lines for clarity and consistency.Jason R. Coombs2016-04-261-2/+5
|
* Remove unnecessary mention of Python 2.6, now required.Jason R. Coombs2016-04-261-1/+1
|
* restore previous fix that was never deployed.Jim Fulton2016-04-251-0/+2
|
* Fix setuptools url and curl wants --location to follow redirectsJim Fulton2016-04-251-4/+2
| | | | | | | | | | | | | This change also removes: sys.meta_path = [importer for importer in sys.meta_path if importer.__class__.__module__ != 'pkg_resources.extern'] from _unload_pkg_resources. These lines were removed from the version at: https://bootstrap.pypa.io/ez_setup.py I don't know why the code there and here differs.
* Safer way to remove the import hookAlex Grönholm2016-03-171-4/+1
| | | | | --HG-- branch : agronholm/remove-the-import-hook-when-unloading-th-1458177009332
* Remove the import hook when unloading the old pkg_resources modulesAlex Grönholm2016-03-171-0/+5
| | | | | --HG-- branch : agronholm/remove-the-import-hook-when-unloading-th-1458177009332
* Prefer locals to varsJason R. Coombs2015-12-161-1/+1
|
* Explicitly quote strings rather than relying on repr. Fixes #477.Jason R. Coombs2015-12-161-1/+1
|
* In resolve version, always cast to a string (avoiding Unicode on Python 2). ↵Jason R. Coombs2015-12-161-1/+1
| | | | Fixes #476.
* Restore Python 2.7 compatibilityJason R. Coombs2015-12-151-1/+5
|
* Use contextlib.closing for the responseJason R. Coombs2015-12-151-1/+2
|
* Just use the indicated version directly.Jason R. Coombs2015-12-151-7/+1
|
* ez_setup now loads latest version using metadataJason R. Coombs2015-12-151-2/+27
|
* Bumped to 19.1 in preparation for next release.Jason R. Coombs2015-12-151-1/+1
|
* Bumped to 19.0 in preparation for next release.19.0Jason R. Coombs2015-12-151-1/+1
|
* Bumped to 18.8.2 in preparation for next release.Jason R. Coombs2015-12-131-1/+1
|
* Bumped to 18.8.1 in preparation for next release.18.8.1Jason R. Coombs2015-12-131-1/+1
|
* Bumped to 18.9 in preparation for next release.Jason R. Coombs2015-12-111-1/+1
|
* Bumped to 18.8 in preparation for next release.18.8Jason R. Coombs2015-12-111-1/+1
|
* Bumped to 18.7.2 in preparation for next release.Jason R. Coombs2015-12-011-1/+1
|
* Bumped to 18.7.1 in preparation for next release.18.7.1Jason R. Coombs2015-12-011-1/+1
|
* Bumped to 18.8 in preparation for next release.Jason R. Coombs2015-11-281-1/+1
|
* Bumped to 18.7 in preparation for next release.18.7Jason R. Coombs2015-11-281-1/+1
|
* Merged in dweepcan/setuptools (pull request #153)Jason R. Coombs2015-11-271-1/+1
|\ | | | | | | Unload all pkg_resources modules and not just the main module.
| * Uses an existing method to delete pkg_resourcesDweep Shah2015-10-271-6/+1
| |
| * Unload all pkg_resources modules and not just the main module. Fixes #453.Dweep Shah2015-10-261-1/+6
| |
* | Bumped to 18.6.2 in preparation for next release.Jason R. Coombs2015-11-241-1/+1
| |
* | Bumped to 18.6.1 in preparation for next release.18.6.1Jason R. Coombs2015-11-241-1/+1
| |
* | Bumped to 18.7 in preparation for next release.Jason R. Coombs2015-11-241-1/+1
| |
* | Bumped to 18.6 in preparation for next release.Jason R. Coombs2015-11-011-1/+1
|/
* Bumped to 18.5 in preparation for next release.Jason R. Coombs2015-10-101-1/+1
|
* Bumped to 18.4 in preparation for next release.18.4Jason R. Coombs2015-10-101-1/+1
|
* Bumped to 18.3.3 in preparation for next release.Jason R. Coombs2015-09-191-1/+1
|
* Bumped to 18.3.2 in preparation for next release.18.3.2Jason R. Coombs2015-09-191-1/+1
|
* Bumped to 18.3.1 in preparation for next release.18.3.1Jason R. Coombs2015-09-071-1/+1
|
* Bumped to 18.4 in preparation for next release.Jason R. Coombs2015-09-061-1/+1
|
* Bumped to 18.3 in preparation for next release.Jason R. Coombs2015-08-191-1/+1
|
* Bumped to 18.2 in preparation for next release.Jason R. Coombs2015-08-021-1/+1
|
* Bumped to 18.1 in preparation for next release.18.1Jason R. Coombs2015-08-021-1/+1
|
* Bumped to 18.0.2 in preparation for next release.Jason R. Coombs2015-06-241-1/+1
|
* Bumped to 18.0.1 in preparation for next release.18.0.1Jason R. Coombs2015-06-241-1/+1
|