| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Allow opt-in and opt-out of distutils adoption at run time with SETUPTOOLS_US...distutils-adopt-escape-hatch | Jason R. Coombs | 2020-07-11 | 1 | -0/+1 |
| * | Bump version: 49.1.0 → 49.1.1v49.1.1 | Jason R. Coombs | 2020-07-10 | 1 | -1/+0 |
| * | Update changelog. | Jason R. Coombs | 2020-07-07 | 1 | -0/+1 |
| * | Bump version: 49.0.0 → 49.1.0v49.1.0 | Jason R. Coombs | 2020-07-03 | 1 | -1/+0 |
| * | Update changelog. Ref #2228 and #2230. | Jason R. Coombs | 2020-07-03 | 1 | -0/+1 |
| * | Bump version: 48.0.0 → 49.0.0v49.0.0 | Jason R. Coombs | 2020-07-03 | 4 | -4/+0 |
| * | Merge branch 'master' into 2020-06-11-raise-from | Jason R. Coombs | 2020-07-03 | 4 | -1/+3 |
| |\ | |||||
| | * | Merge pull request #2180 from ozars/2175-bump-pkg-resources-vendor | Jason R. Coombs | 2020-07-03 | 1 | -0/+1 |
| | |\ | |||||
| | | * | Update changelog. | Jason R. Coombs | 2020-07-03 | 1 | -0/+1 |
| | * | | Merge pull request #2166 from pypa/bugfix/2165-remove-site-py | Jason R. Coombs | 2020-07-03 | 1 | -0/+1 |
| | |\ \ | |||||
| | | * | | Update changelog. | Jason R. Coombs | 2020-05-29 | 1 | -0/+1 |
| | | |/ | |||||
| | * | | Merge pull request #2137 from pypa/debt/remove-RequirementParseError | Jason R. Coombs | 2020-07-03 | 1 | -0/+1 |
| | |\ \ | |||||
| | | * | | Update changelog.debt/remove-RequirementParseError | Jason R. Coombs | 2020-07-03 | 1 | -0/+1 |
| | * | | | Bump version: 47.3.2 → 48.0.0v48.0.0 | Jason R. Coombs | 2020-07-03 | 1 | -1/+0 |
| | * | | | Update changelog.distutils | Jason R. Coombs | 2020-07-03 | 1 | -1/+1 |
| | * | | | Wordsmith | Jason R. Coombs | 2020-06-21 | 1 | -1/+1 |
| | * | | | Add changelog entry. | Jason R. Coombs | 2020-05-31 | 1 | -0/+1 |
| | | |/ | |/| | |||||
| * | | | Fix exception causes all over the codebase | Ram Rachum | 2020-06-28 | 1 | -0/+1 |
| * | | | Merge pull request #1973 from jdufresne/makedirs | Jason R. Coombs | 2020-06-15 | 1 | -0/+1 |
| |\ \ \ | |||||
| | * | | | Remove pkg_resources.py31compat.makedirs() in favor of the stdlib | Jon Dufresne | 2020-02-16 | 1 | -0/+1 |
| * | | | | Bump version: 47.2.0 → 47.3.0v47.3.0 | Jason R. Coombs | 2020-06-15 | 2 | -2/+0 |
| * | | | | Update changelog. | Jason R. Coombs | 2020-06-15 | 1 | -0/+1 |
| * | | | | Update changelog. | Jason R. Coombs | 2020-06-15 | 1 | -0/+1 |
| * | | | | Bump version: 47.1.1 → 47.2.0v47.2.0 | Jason R. Coombs | 2020-06-15 | 1 | -1/+0 |
| * | | | | Decrease start-up time of editable-installed entry points on newer versions o... | Ofek Lev | 2020-06-14 | 1 | -0/+1 |
| | |/ / |/| | | |||||
| * | | | Bump version: 47.1.0 → 47.1.1v47.1.1 | Jason R. Coombs | 2020-05-28 | 1 | -1/+0 |
| * | | | DOC: Update mailing list link | Sumana Harihareswara | 2020-05-28 | 1 | -0/+1 |
| * | | | Bump version: 46.4.0 → 47.0.0v47.0.0 | Jason R. Coombs | 2020-05-28 | 2 | -2/+0 |
| * | | | Merge pull request #2134 from pypa/feature/python-2-sunset-docs | Jason R. Coombs | 2020-05-26 | 1 | -0/+1 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | Add changelog entry. | Jason R. Coombs | 2020-05-25 | 1 | -0/+1 |
| | * | | Bump version: 46.3.1 → 46.4.0v46.4.0 | Jason R. Coombs | 2020-05-16 | 1 | -4/+0 |
| | * | | Disable test on Python 2. | Jason R. Coombs | 2020-05-16 | 1 | -2/+2 |
| | * | | Merge `literal_attr:` functionality into `attr:` | John T. Wodder II | 2020-05-15 | 1 | -1/+4 |
| | * | | Added changelog.d news fragment | John T. Wodder II | 2020-05-15 | 1 | -0/+1 |
| | * | | Bump version: 46.2.0 → 46.3.0v46.3.0 | Jason R. Coombs | 2020-05-13 | 3 | -3/+0 |
| | * | | bugfix isn't a thing | Jason R. Coombs | 2020-05-13 | 1 | -0/+0 |
| | * | | Merge pull request #2105 from hroncok/ack_2to3 | Jason R. Coombs | 2020-05-12 | 1 | -0/+1 |
| | |\ \ | |||||
| | | * | | Reuse @ack_2to3 in TestDevelop.test_2to3_user_mode | Miro Hrončok | 2020-05-12 | 1 | -0/+1 |
| | * | | | Update changelog | Jason R. Coombs | 2020-05-12 | 1 | -0/+1 |
| | |/ / | |||||
| | * | | Bump version: 46.1.3 → 46.2.0v46.2.0 | Jason R. Coombs | 2020-05-10 | 6 | -7/+0 |
| | * | | Based on my understanding, this is more of a bugfix than a breaking change. | Jason R. Coombs | 2020-05-10 | 1 | -1/+1 |
| | * | | Merge branch 'master' into check-file-distinfo | Jason R. Coombs | 2020-05-10 | 4 | -0/+5 |
| | |\ \ | |||||
| | | * \ | Merge pull request #2096 from pypa/feature/deprecate-2to3 | Jason R. Coombs | 2020-05-10 | 1 | -0/+1 |
| | | |\ \ | |||||
| | | | * | | Update changelog. | Jason R. Coombs | 2020-05-10 | 1 | -0/+1 |
| | | * | | | Merge pull request #2082 from hroncok/lib2to3-deprecated | Jason R. Coombs | 2020-05-03 | 1 | -0/+2 |
| | | |\ \ \ | | | |/ / | | |/| | | |||||
| | | | * | | Filter lib2to3 (Pending)DeprecationWarning in testes | Miro Hrončok | 2020-04-30 | 1 | -0/+2 |
| | | * | | | Merge branch 'master' of https://github.com/pypa/setuptools | Jason R. Coombs | 2020-05-03 | 2 | -0/+2 |
| | | |\ \ \ | |||||
| | | | * \ \ | Merge pull request #2051 from alvyjudy/master | Jason R. Coombs | 2020-05-03 | 1 | -0/+1 |
| | | | |\ \ \ | | | | |/ / | | | |/| | | |||||
| | | | | * | | Apply suggestions from code review | Jason R. Coombs | 2020-05-03 | 1 | -1/+1 |
| | | | | * | | added changelog file | alvyjudy | 2020-03-30 | 1 | -0/+1 |
