Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid bitly links | Anderson Bravalheri | 2023-04-24 | 1 | -1/+2 |
| | |||||
* | Cluster deprecations due_date | Anderson Bravalheri | 2023-03-07 | 1 | -1/+1 |
| | |||||
* | Use new warnings in setuptools/package_index.py | Anderson Bravalheri | 2023-03-07 | 1 | -2/+6 |
| | |||||
* | Merge branch 'main' into debt/remove-legacy-version | Jason R. Coombs | 2023-01-14 | 1 | -67/+106 |
|\ | |||||
| * | Limit the amount of whitespace to search/backtrack. Fixes #3659. | Jason R. Coombs | 2022-11-04 | 1 | -1/+1 |
| | | |||||
| * | Add test capturing failed expectation. Ref #3659. | Jason R. Coombs | 2022-11-04 | 1 | -1/+5 |
| | | |||||
| * | Remove workaround for emacs. | Jason R. Coombs | 2022-11-04 | 1 | -1/+0 |
| | | |||||
| * | ⚫ Fade to black. | Jason R. Coombs | 2022-11-04 | 1 | -63/+100 |
| | | |||||
| * | Just check for if destination file exists | Anderson Bravalheri | 2022-02-27 | 1 | -2/+1 |
| | | |||||
| * | Check for file existence before using samefile | Anderson Bravalheri | 2022-02-27 | 1 | -1/+2 |
| | | |||||
| * | Use samefile from stdlib, supported on Windows since Python 3.2. | Jason R. Coombs | 2022-02-26 | 1 | -2/+1 |
| | | |||||
* | | Merge branch 'main' into debt/remove-legacy-version | Jason R. Coombs | 2022-02-12 | 1 | -5/+7 |
|\ \ | |/ | |||||
| * | Use super() | 谭九鼎 | 2022-01-26 | 1 | -2/+2 |
| | | |||||
| * | Suppress invalid versions when parsing in package_index. They will still be ↵ | Jason R. Coombs | 2021-11-15 | 1 | -1/+9 |
| | | | | | | | | allowed for now as long as DeprecationWarnings aren't treated as errors. | ||||
* | | Update test_egg_fragment to include a name with a dash in it. Expand on ↵ | Jason R. Coombs | 2021-10-22 | 1 | -1/+8 |
| | | | | | | | | interpret_distro_name to be a tiny bit smarter about inferring the pivot separating name and version. | ||||
* | | Suppress the now invalid pbr version. | Jason R. Coombs | 2021-10-22 | 1 | -0/+6 |
| | | |||||
* | | Merge branch 'main' into debt/remove-legacy-version | Jason R. Coombs | 2021-10-22 | 1 | -64/+44 |
|\ \ | |/ | |||||
| * | Remove ssl_support. Fixes #2715. | Jason R. Coombs | 2021-07-04 | 1 | -10/+1 |
| | | |||||
| * | Use unique_everseen from more_itertools. | Jason R. Coombs | 2021-05-22 | 1 | -19/+2 |
| | | |||||
| * | Fix misc. doc typos | luz paz | 2021-05-14 | 1 | -1/+1 |
| | | | | | | Found via `codespell` | ||||
| * | Apply noqa C901 comments to overly complex code | Sviatoslav Sydorenko | 2020-12-31 | 1 | -3/+5 |
| | | |||||
| * | Simplify `PackageIndex.process_index` | Sviatoslav Sydorenko | 2020-12-31 | 1 | -32/+36 |
| | | |||||
* | | package_index: don't create dists with non-PEP440 versions | Chih-Hsuan Yen | 2020-12-25 | 1 | -18/+7 |
|/ | |||||
* | 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 |
| | | | | Signed-off-by: Reece Dunham <me@rdil.rocks> | ||||
* | Merge pull request #1894 from ataylor284/bad-auth-message | Jason R. Coombs | 2020-03-07 | 1 | -0/+2 |
|\ | | | | | Add info message on package index auth error | ||||
| * | 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 |
| | | | Windows does not change the working directory for a process via `cd .. && <process>` (see e.g. this question: https://stackoverflow.com/q/55641332/8575607 ). This commit replaces the use of `cd .. &&` with arguments provided by `git` and `hg` respectively. | ||||
* | 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 ↵ | Jason R. Coombs | 2019-02-03 | 1 | -7/+11 |
| | | | | urllib.parse.urlparse is clumsy and causes problems as reported in #1663 and #1668. Alternative to #1499 and fixes #1668. | ||||
* | Ensure a specified port in package_index isn't lost in the parse/unparse of ↵ | Jason R. Coombs | 2019-01-31 | 1 | -1/+1 |
| | | | | the URL when auth is present. Fixes #1663. | ||||
* | 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 ↵ | Jason R. Coombs | 2018-09-23 | 1 | -0/+2 |
| | | | | instead of DeprecationWarning so it's visible to users who might be relying on this functionality. | ||||
* | 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 |
| | | | | | | For details on the new PyPI, see the blog post: https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html | ||||
* | 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 |
| | | | | | | | | | | Note: wheels are installed as eggs, so each install is self-contained and multiple versions of the same package can be installed at the same time. Limitations: - headers are not supported - resulting egg metadata requirements have their markers stripped | ||||
* | 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 |
| | |