summaryrefslogtreecommitdiff
path: root/setuptools/package_index.py
Commit message (Expand)AuthorAgeFilesLines
* Just check for if destination file existsAnderson Bravalheri2022-02-271-2/+1
* Check for file existence before using samefileAnderson Bravalheri2022-02-271-1/+2
* Use samefile from stdlib, supported on Windows since Python 3.2.Jason R. Coombs2022-02-261-2/+1
* Use super()谭九鼎2022-01-261-2/+2
* Suppress invalid versions when parsing in package_index. They will still be a...Jason R. Coombs2021-11-151-1/+9
* Remove ssl_support. Fixes #2715.Jason R. Coombs2021-07-041-10/+1
* Use unique_everseen from more_itertools.Jason R. Coombs2021-05-221-19/+2
* Fix misc. doc typosluz paz2021-05-141-1/+1
* Apply noqa C901 comments to overly complex codeSviatoslav Sydorenko2020-12-311-3/+5
* Simplify `PackageIndex.process_index`Sviatoslav Sydorenko2020-12-311-32/+36
* Remove Python 2 compatibilityJason R. Coombs2020-08-161-17/+16
* Fix exception causes in package_index.pyRam Rachum2020-06-111-6/+6
* change: Mac OS X -> macOSReece Dunham2020-04-111-1/+1
* Merge pull request #1894 from ataylor284/bad-auth-messageJason R. Coombs2020-03-071-0/+2
|\
| * Add info message when authentication error encountered processing package index.Andrew Taylor2019-10-291-0/+2
* | 👹 Feed the hobgoblins (delint).Jason R. Coombs2020-01-191-2/+4
|/
* Fixes for python3.10Anthony Sottile2019-08-171-1/+1
* FIX: git and hg revision checkout under Windows2xB2019-04-121-2/+2
* Also restore port consideration when re-injecting credentials for found links.Jason R. Coombs2019-02-031-1/+1
* Revert to using a copy of splituser from Python 3.8. Using urllib.parse.urlpa...Jason R. Coombs2019-02-031-7/+11
* Ensure a specified port in package_index isn't lost in the parse/unparse of t...Jason R. Coombs2019-01-311-1/+1
* Remove use of splituser in packag_index.py. Fixes #1499.Jason R. Coombs2018-12-151-6/+10
* Deprecate Subversion download functionality. Ref #1502. Used UserWarning inst...Jason R. Coombs2018-09-231-0/+2
* Use preferred interface, fixing DeprecationWarning on later Pythons.Jason R. Coombs2018-09-231-2/+1
* Remove spurious executable permissionsMiro Hrončok2018-07-271-0/+0
* Add test and adjust match. Fixes #1366.Jason R. Coombs2018-06-061-2/+9
* Remove stale comment, added in 8cc0d5c2 and made meaningless in 26eee297.Jason R. Coombs2018-06-031-1/+0
* Use raw strings for regexesJason R. Coombs2018-06-031-3/+3
* Use Python 3 syntax for new-style clasessJason R. Coombs2018-06-031-2/+4
* Update all pypi.python.org URLs to pypi.orgJon Dufresne2018-04-261-1/+1
* Rely on stdlib to decode entities.Jason R. Coombs2018-03-171-15/+2
* Use six for splituserJason R. Coombs2018-03-171-7/+2
* easy_install: add support for installing from wheelsBenoit Pierre2017-11-261-1/+13
* Merge branch 'master' into drop-py26Jason R. Coombs2017-11-191-17/+28
|\
| * Feed the hobgoblins (delint).Jason R. Coombs2017-11-141-15/+26
| * Update broken link. Fixes #1197.Jason R. Coombs2017-11-141-1/+1
| * Use platform-friendly syntax for Mercurial checkouts. Fixes #170.Jason R. Coombs2017-09-131-1/+1
* | Merge branch 'master' into drop-py26Jason R. Coombs2017-09-031-7/+7
|\ \ | |/
| * Merge branch 'master' into feature/re-vendor-sadfaceJason R. Coombs2017-05-301-4/+4
| |\
| | * Python 3.6 invalid escape sequence deprecation fixesVille Skyttä2017-02-241-4/+4
| * | Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle"Jason R. Coombs2017-02-241-2/+2
| |/
| * An epoch starts with a number followed by '!'.Moriyoshi Koizumi2017-02-131-1/+1
| * A local version label starts with '+' sign, as per https://www.python.org/dev...Moriyoshi Koizumi2017-02-131-1/+1
| * Merge with masterJason R. Coombs2017-01-161-2/+2
| |\
| | * Restore setuptools import, falsely identified as an unused import by linter.Jason R. Coombs2017-01-161-1/+2
| | * Remove unused importsJason R. Coombs2017-01-161-2/+1
| * | Strip out vendored packages and require them instead. Ref #581.Jason R. Coombs2017-01-011-2/+2
| |/
* | Drop support for Python 2.6, removing lots of compatibility code for a leaner...Jason R. Coombs2016-12-091-2/+1
|/
* package_index: fix bug not catching some network timeoutsJulien Muchembled2016-11-141-1/+1
* Fix spacing after comment hash.stepshal2016-10-251-3/+3