Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Warn deprecation at the beginning of file. | idgserpro | 2017-02-09 | 1 | -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 deprecation | idgserpro | 2017-02-02 | 1 | -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. Coombs | 2017-01-23 | 1 | -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. Coombs | 2016-12-24 | 1 | -3/+4 |
| | |||||
* | Meaningful message if corrupted setuptools. | idgserpro | 2016-11-08 | 1 | -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. Coombs | 2016-06-02 | 1 | -3/+4 |
| | | | | construct it. | ||||
* | Re-use pypa.io for loading metadata as well. Fixes #568. | Jason R. Coombs | 2016-05-06 | 1 | -1/+4 |
| | |||||
* | convert tabs to spaces. Ref #489. | Jason R. Coombs | 2016-05-02 | 1 | -10/+10 |
| | |||||
* | Add link to the branch in Github. | Jason R. Coombs | 2016-04-26 | 1 | -0/+2 |
| | |||||
* | Separate clauses onto different lines for clarity and consistency. | Jason R. Coombs | 2016-04-26 | 1 | -2/+5 |
| | |||||
* | Remove unnecessary mention of Python 2.6, now required. | Jason R. Coombs | 2016-04-26 | 1 | -1/+1 |
| | |||||
* | restore previous fix that was never deployed. | Jim Fulton | 2016-04-25 | 1 | -0/+2 |
| | |||||
* | Fix setuptools url and curl wants --location to follow redirects | Jim Fulton | 2016-04-25 | 1 | -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 hook | Alex Grönholm | 2016-03-17 | 1 | -4/+1 |
| | | | | | --HG-- branch : agronholm/remove-the-import-hook-when-unloading-th-1458177009332 | ||||
* | Remove the import hook when unloading the old pkg_resources modules | Alex Grönholm | 2016-03-17 | 1 | -0/+5 |
| | | | | | --HG-- branch : agronholm/remove-the-import-hook-when-unloading-th-1458177009332 | ||||
* | Prefer locals to vars | Jason R. Coombs | 2015-12-16 | 1 | -1/+1 |
| | |||||
* | Explicitly quote strings rather than relying on repr. Fixes #477. | Jason R. Coombs | 2015-12-16 | 1 | -1/+1 |
| | |||||
* | In resolve version, always cast to a string (avoiding Unicode on Python 2). ↵ | Jason R. Coombs | 2015-12-16 | 1 | -1/+1 |
| | | | | Fixes #476. | ||||
* | Restore Python 2.7 compatibility | Jason R. Coombs | 2015-12-15 | 1 | -1/+5 |
| | |||||
* | Use contextlib.closing for the response | Jason R. Coombs | 2015-12-15 | 1 | -1/+2 |
| | |||||
* | Just use the indicated version directly. | Jason R. Coombs | 2015-12-15 | 1 | -7/+1 |
| | |||||
* | ez_setup now loads latest version using metadata | Jason R. Coombs | 2015-12-15 | 1 | -2/+27 |
| | |||||
* | Bumped to 19.1 in preparation for next release. | Jason R. Coombs | 2015-12-15 | 1 | -1/+1 |
| | |||||
* | Bumped to 19.0 in preparation for next release.19.0 | Jason R. Coombs | 2015-12-15 | 1 | -1/+1 |
| | |||||
* | Bumped to 18.8.2 in preparation for next release. | Jason R. Coombs | 2015-12-13 | 1 | -1/+1 |
| | |||||
* | Bumped to 18.8.1 in preparation for next release.18.8.1 | Jason R. Coombs | 2015-12-13 | 1 | -1/+1 |
| | |||||
* | Bumped to 18.9 in preparation for next release. | Jason R. Coombs | 2015-12-11 | 1 | -1/+1 |
| | |||||
* | Bumped to 18.8 in preparation for next release.18.8 | Jason R. Coombs | 2015-12-11 | 1 | -1/+1 |
| | |||||
* | Bumped to 18.7.2 in preparation for next release. | Jason R. Coombs | 2015-12-01 | 1 | -1/+1 |
| | |||||
* | Bumped to 18.7.1 in preparation for next release.18.7.1 | Jason R. Coombs | 2015-12-01 | 1 | -1/+1 |
| | |||||
* | Bumped to 18.8 in preparation for next release. | Jason R. Coombs | 2015-11-28 | 1 | -1/+1 |
| | |||||
* | Bumped to 18.7 in preparation for next release.18.7 | Jason R. Coombs | 2015-11-28 | 1 | -1/+1 |
| | |||||
* | Merged in dweepcan/setuptools (pull request #153) | Jason R. Coombs | 2015-11-27 | 1 | -1/+1 |
|\ | | | | | | | Unload all pkg_resources modules and not just the main module. | ||||
| * | Uses an existing method to delete pkg_resources | Dweep Shah | 2015-10-27 | 1 | -6/+1 |
| | | |||||
| * | Unload all pkg_resources modules and not just the main module. Fixes #453. | Dweep Shah | 2015-10-26 | 1 | -1/+6 |
| | | |||||
* | | Bumped to 18.6.2 in preparation for next release. | Jason R. Coombs | 2015-11-24 | 1 | -1/+1 |
| | | |||||
* | | Bumped to 18.6.1 in preparation for next release.18.6.1 | Jason R. Coombs | 2015-11-24 | 1 | -1/+1 |
| | | |||||
* | | Bumped to 18.7 in preparation for next release. | Jason R. Coombs | 2015-11-24 | 1 | -1/+1 |
| | | |||||
* | | Bumped to 18.6 in preparation for next release. | Jason R. Coombs | 2015-11-01 | 1 | -1/+1 |
|/ | |||||
* | Bumped to 18.5 in preparation for next release. | Jason R. Coombs | 2015-10-10 | 1 | -1/+1 |
| | |||||
* | Bumped to 18.4 in preparation for next release.18.4 | Jason R. Coombs | 2015-10-10 | 1 | -1/+1 |
| | |||||
* | Bumped to 18.3.3 in preparation for next release. | Jason R. Coombs | 2015-09-19 | 1 | -1/+1 |
| | |||||
* | Bumped to 18.3.2 in preparation for next release.18.3.2 | Jason R. Coombs | 2015-09-19 | 1 | -1/+1 |
| | |||||
* | Bumped to 18.3.1 in preparation for next release.18.3.1 | Jason R. Coombs | 2015-09-07 | 1 | -1/+1 |
| | |||||
* | Bumped to 18.4 in preparation for next release. | Jason R. Coombs | 2015-09-06 | 1 | -1/+1 |
| | |||||
* | Bumped to 18.3 in preparation for next release. | Jason R. Coombs | 2015-08-19 | 1 | -1/+1 |
| | |||||
* | Bumped to 18.2 in preparation for next release. | Jason R. Coombs | 2015-08-02 | 1 | -1/+1 |
| | |||||
* | Bumped to 18.1 in preparation for next release.18.1 | Jason R. Coombs | 2015-08-02 | 1 | -1/+1 |
| | |||||
* | Bumped to 18.0.2 in preparation for next release. | Jason R. Coombs | 2015-06-24 | 1 | -1/+1 |
| | |||||
* | Bumped to 18.0.1 in preparation for next release.18.0.1 | Jason R. Coombs | 2015-06-24 | 1 | -1/+1 |
| |