| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove Python 2 compatibility | Jason R. Coombs | 2020-08-16 | 1 | -17/+16 |
* | Fix exception causes in package_index.py | Ram Rachum | 2020-06-11 | 1 | -6/+6 |
* | change: Mac OS X -> macOS | Reece Dunham | 2020-04-11 | 1 | -1/+1 |
* | Merge pull request #1894 from ataylor284/bad-auth-message | Jason R. Coombs | 2020-03-07 | 1 | -0/+2 |
|\ |
|
| * | Add info message when authentication error encountered processing package index. | Andrew Taylor | 2019-10-29 | 1 | -0/+2 |
* | | 👹 Feed the hobgoblins (delint). | Jason R. Coombs | 2020-01-19 | 1 | -2/+4 |
|/ |
|
* | Fixes for python3.10 | Anthony Sottile | 2019-08-17 | 1 | -1/+1 |
* | FIX: git and hg revision checkout under Windows | 2xB | 2019-04-12 | 1 | -2/+2 |
* | Also restore port consideration when re-injecting credentials for found links. | Jason R. Coombs | 2019-02-03 | 1 | -1/+1 |
* | Revert to using a copy of splituser from Python 3.8. Using urllib.parse.urlpa... | Jason R. Coombs | 2019-02-03 | 1 | -7/+11 |
* | Ensure a specified port in package_index isn't lost in the parse/unparse of t... | Jason R. Coombs | 2019-01-31 | 1 | -1/+1 |
* | Remove use of splituser in packag_index.py. Fixes #1499. | Jason R. Coombs | 2018-12-15 | 1 | -6/+10 |
* | Deprecate Subversion download functionality. Ref #1502. Used UserWarning inst... | Jason R. Coombs | 2018-09-23 | 1 | -0/+2 |
* | Use preferred interface, fixing DeprecationWarning on later Pythons. | Jason R. Coombs | 2018-09-23 | 1 | -2/+1 |
* | Remove spurious executable permissions | Miro Hrončok | 2018-07-27 | 1 | -0/+0 |
* | Add test and adjust match. Fixes #1366. | Jason R. Coombs | 2018-06-06 | 1 | -2/+9 |
* | Remove stale comment, added in 8cc0d5c2 and made meaningless in 26eee297. | Jason R. Coombs | 2018-06-03 | 1 | -1/+0 |
* | Use raw strings for regexes | Jason R. Coombs | 2018-06-03 | 1 | -3/+3 |
* | Use Python 3 syntax for new-style clasess | Jason R. Coombs | 2018-06-03 | 1 | -2/+4 |
* | Update all pypi.python.org URLs to pypi.org | Jon Dufresne | 2018-04-26 | 1 | -1/+1 |
* | Rely on stdlib to decode entities. | Jason R. Coombs | 2018-03-17 | 1 | -15/+2 |
* | Use six for splituser | Jason R. Coombs | 2018-03-17 | 1 | -7/+2 |
* | easy_install: add support for installing from wheels | Benoit Pierre | 2017-11-26 | 1 | -1/+13 |
* | Merge branch 'master' into drop-py26 | Jason R. Coombs | 2017-11-19 | 1 | -17/+28 |
|\ |
|
| * | Feed the hobgoblins (delint). | Jason R. Coombs | 2017-11-14 | 1 | -15/+26 |
| * | Update broken link. Fixes #1197. | Jason R. Coombs | 2017-11-14 | 1 | -1/+1 |
| * | Use platform-friendly syntax for Mercurial checkouts. Fixes #170. | Jason R. Coombs | 2017-09-13 | 1 | -1/+1 |
* | | Merge branch 'master' into drop-py26 | Jason R. Coombs | 2017-09-03 | 1 | -7/+7 |
|\ \
| |/ |
|
| * | Merge branch 'master' into feature/re-vendor-sadface | Jason R. Coombs | 2017-05-30 | 1 | -4/+4 |
| |\ |
|
| | * | Python 3.6 invalid escape sequence deprecation fixes | Ville Skyttä | 2017-02-24 | 1 | -4/+4 |
| * | | Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle" | Jason R. Coombs | 2017-02-24 | 1 | -2/+2 |
| |/ |
|
| * | An epoch starts with a number followed by '!'. | Moriyoshi Koizumi | 2017-02-13 | 1 | -1/+1 |
| * | A local version label starts with '+' sign, as per https://www.python.org/dev... | Moriyoshi Koizumi | 2017-02-13 | 1 | -1/+1 |
| * | Merge with master | Jason R. Coombs | 2017-01-16 | 1 | -2/+2 |
| |\ |
|
| | * | Restore setuptools import, falsely identified as an unused import by linter. | Jason R. Coombs | 2017-01-16 | 1 | -1/+2 |
| | * | Remove unused imports | Jason R. Coombs | 2017-01-16 | 1 | -2/+1 |
| * | | Strip out vendored packages and require them instead. Ref #581. | Jason R. Coombs | 2017-01-01 | 1 | -2/+2 |
| |/ |
|
* | | Drop support for Python 2.6, removing lots of compatibility code for a leaner... | Jason R. Coombs | 2016-12-09 | 1 | -2/+1 |
|/ |
|
* | package_index: fix bug not catching some network timeouts | Julien Muchembled | 2016-11-14 | 1 | -1/+1 |
* | Fix spacing after comment hash. | stepshal | 2016-10-25 | 1 | -3/+3 |
* | Fix spacing after comment hash. | stepshal | 2016-10-19 | 1 | -18/+18 |
* | Fix quantity of blank lines. | stepshal | 2016-10-18 | 1 | -2/+5 |
* | Add missing whitespace. | stepshal | 2016-09-18 | 1 | -1/+1 |
* | Don't duplicate error case in package_index | Steve Kowalik | 2016-09-13 | 1 | -7/+10 |
* | In package_index, reindent long lines. | Jason R. Coombs | 2016-08-03 | 1 | -4/+12 |
* | Fix logging using arguments instead of formatter | Valentin Valls | 2016-08-03 | 1 | -2/+1 |
* | specify that no 'working' links were found, previous behaviour didn't check i... | Jens Timmerman | 2016-07-25 | 1 | -1/+1 |
* | pick better names for variables | Jens Timmerman | 2016-07-25 | 1 | -4/+3 |
* | don't return a tuple, add a new attribute to current returnvalue | Jens Timmerman | 2016-07-25 | 1 | -7/+7 |
* | addressed remarks, None, None since a tuple is expected | Jens Timmerman | 2016-07-25 | 1 | -2/+3 |