Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #965 from idgserpro/bootstrapbootstrap | Jason R. Coombs | 2017-02-09 | 1 | -2/+3 |
|\ | | | | | Deprecation message if not doing 'python ez_setup.py' | ||||
| * | 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. | ||||
* | Merge pull request #959 from idgserpro/bootstrap | Jason R. Coombs | 2017-02-02 | 1 | -1/+4 |
|\ | | | | | Refs for self upgrade/installation deprecation | ||||
| * | 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 |
| | |||||
* | Merge pull request #842 from idgserpro/bootstrap | Jason R. Coombs | 2016-11-18 | 2 | -2/+28 |
|\ | | | | | Meaningful message if corrupted setuptools. | ||||
| * | Meaningful message if corrupted setuptools. | idgserpro | 2016-11-08 | 2 | -2/+28 |
|/ | | | | | | | | | | | | 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 |
| | |||||
* | Run pyflakes checks in pytest | Jason R. Coombs | 2016-05-02 | 2 | -3/+2 |
| | |||||
* | Merge pull request #567 from jayvdb/pyflakes | Jason R. Coombs | 2016-05-02 | 2 | -0/+2 |
|\ | | | | | Use pyflakes | ||||
| * | Use pyflakes | John Vandenberg | 2016-05-02 | 2 | -0/+2 |
|/ | |||||
* | That fixture passes the original dir, so set cwd separately. | Jason R. Coombs | 2016-04-26 | 1 | -1/+4 |
| | |||||
* | Add link to the branch in Github. | Jason R. Coombs | 2016-04-26 | 1 | -0/+2 |
| | |||||
* | Re-use implementation as found in setuptools.test.fixtures | Jason R. Coombs | 2016-04-26 | 2 | -8/+5 |
| | |||||
* | Test on travis | Jason R. Coombs | 2016-04-26 | 1 | -0/+14 |
| | |||||
* | Add tests for ez_setup.py | Jason R. Coombs | 2016-04-26 | 2 | -0/+20 |
| | |||||
* | Remove all but ez_setup.py from bootstrap branch. | Jason R. Coombs | 2016-04-26 | 136 | -35136/+0 |
| | |||||
* | 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 |
| | |||||
* | Merge pull request #559 from buildout/master | Jason R. Coombs | 2016-04-25 | 1 | -2/+2 |
|\ | | | | | Fix setuptools url and curl wants --location to follow redirects | ||||
| * | 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. | ||||
* | Added tag v20.10.1 for changeset 3b5fdd077c7d | Jason R. Coombs | 2016-04-25 | 1 | -0/+1 |
| | |||||
* | Bump version: 20.10.0 → 20.10.1v20.10.1 | Jason R. Coombs | 2016-04-25 | 2 | -2/+2 |
| | |||||
* | Try comparing eq | Jason R. Coombs | 2016-04-25 | 1 | -1/+1 |
| | |||||
* | Merge | Jason R. Coombs | 2016-04-25 | 0 | -0/+0 |
|\ | |||||
| * | Added tag v20.10.0 for changeset 98779f519092 | Jason R. Coombs | 2016-04-24 | 1 | -0/+1 |
| | | |||||
* | | Added tag v20.10.0 for changeset c72faa468919 | Jason R. Coombs | 2016-04-25 | 1 | -0/+1 |
| | | |||||
* | | Bump version: 20.9.0 → 20.10.0v20.10.0 | Jason R. Coombs | 2016-04-25 | 2 | -2/+2 |
|/ | |||||
* | Simplify logic by eliminating retries in password prompt and returning ↵ | Jason R. Coombs | 2016-04-24 | 1 | -10/+4 |
| | | | | results directly. | ||||
* | Add carriage return for symmetry | Jason R. Coombs | 2016-04-24 | 1 | -1/+2 |
| | |||||
* | Move import to header | Jason R. Coombs | 2016-04-24 | 1 | -1/+1 |
| | |||||
* | Update changelog | Jason R. Coombs | 2016-04-24 | 1 | -0/+3 |
| | |||||
* | Merge pull request #555 from brookskindle/dev_prompt_password | Jason R. Coombs | 2016-04-24 | 1 | -6/+26 |
|\ | | | | | password prompt on upload command | ||||
| * | Prompt for password on upload. | Brooks Kindle | 2016-04-23 | 1 | -6/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | The upload command wasn't prompting for a password. If there was no password specified in ~/.pypirc, the upload command, python setup.py sdist upload would fail and raise a TypeError. The workaround for this was to use python setup.py sdist register upload since the register command does prompt for a password. This commit ensures that the upload command prompts for a password if not given one by ~/.pypirc or the register command. | ||||
* | | Update changelog | Jason R. Coombs | 2016-04-24 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #556 from gsnedders/packaging_167 | Jason R. Coombs | 2016-04-24 | 3 | -3/+12 |
|\ \ | |/ |/| | Update packaging to 16.7 | ||||
| * | Update packaging to 16.7 | Geoffrey Sneddon | 2016-04-23 | 3 | -3/+12 |
|/ | | | | | | This adds support for the deprecated python_implementation marker which was an undocumented setuptools marker prior to 20.2 in addition to the newer markers. | ||||
* | Support pypy3 also | Jason R. Coombs | 2016-04-20 | 1 | -3/+0 |
| | |||||
* | Correction for expected dict order when PYTHONHASHSEED=0 | Jason R. Coombs | 2016-04-20 | 2 | -7/+7 |
| | |||||
* | Update changelog. Closes #553. | Jason R. Coombs | 2016-04-20 | 1 | -0/+8 |
| | |||||
* | Add docstrings explaining the intention of the test. Ref #553. | Jason R. Coombs | 2016-04-20 | 1 | -0/+13 |
| | |||||
* | It's not necessary to build a file with an empty egg_info. | Jason R. Coombs | 2016-04-20 | 1 | -5/+0 |
| | |||||
* | Move Python 2.6 exception into specific test, capturing that the expected ↵ | Jason R. Coombs | 2016-04-20 | 1 | -6/+12 |
| | | | | order is different on Python 2.6, not because of the lack of OrderedDict, but because of different behavior in RawConfigParser. Ref #553. | ||||
* | Extract method for validating the order. | Jason R. Coombs | 2016-04-20 | 1 | -8/+14 |
| | |||||
* | Remove superfluous slice | Jason R. Coombs | 2016-04-20 | 1 | -2/+2 |
| | |||||
* | Dedent | Jason R. Coombs | 2016-04-20 | 1 | -16/+16 |
| |