summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version: 47.3.0 → 47.3.1v47.3.1Jason R. Coombs2020-06-165-4/+9
* Make the change backward-compatible, since v47 was the breaking change. Ref #...Jason R. Coombs2020-06-161-0/+0
* Restore __requires__ directive for compatibility. Fixes #2198.Jason R. Coombs2020-06-162-0/+4
* Merge pull request #1973 from jdufresne/makedirsJason R. Coombs2020-06-158-37/+9
|\
| * Remove pkg_resources.py31compat.makedirs() in favor of the stdlibJon Dufresne2020-02-168-37/+9
* | Merge pull request #2189 from cool-RR/2020-06-11-raise-fromJason R. Coombs2020-06-151-6/+6
|\ \
| * | Fix exception causes in package_index.pyRam Rachum2020-06-111-6/+6
* | | Bump version: 47.2.0 → 47.3.0v47.3.0Jason R. Coombs2020-06-155-4/+9
* | | Merge pull request #2197 from pypa/feature/unified-entry-pointJason R. Coombs2020-06-152-25/+30
|\ \ \
| * | | Update changelog.Jason R. Coombs2020-06-151-0/+1
| * | | Unify the entry point template.Jason R. Coombs2020-06-151-25/+29
|/ / /
* | | Merge pull request #2195 from ofek/fixJason R. Coombs2020-06-152-1/+2
|\ \ \
| * | | Update changelog.Jason R. Coombs2020-06-151-0/+1
| * | | Fix entry point scriptsOfek Lev2020-06-151-1/+1
|/ / /
* | | Bump version: 47.1.1 → 47.2.0v47.2.0Jason R. Coombs2020-06-154-3/+8
* | | Make a few assertions about the entry point script rather than keeping a full...Jason R. Coombs2020-06-151-31/+7
* | | Merge pull request #2194 from ofek/fastJason R. Coombs2020-06-143-26/+56
|\ \ \ | |/ / |/| |
| * | addressOfek Lev2020-06-142-2/+0
| * | addressOfek Lev2020-06-142-8/+4
| * | Decrease start-up time of editable-installed entry points on newer versions o...Ofek Lev2020-06-143-26/+62
|/ /
* | The workaround is only needed for Python 2. Ref #1998.Jason R. Coombs2020-05-291-1/+1
* | Bump version: 47.1.0 → 47.1.1v47.1.1Jason R. Coombs2020-05-284-3/+12
* | Merge branch 'master' of https://github.com/pypa/setuptoolsJason R. Coombs2020-05-282-5/+6
|\ \
| * \ Merge pull request #2156 from brainwane/mailinglist-updateJason R. Coombs2020-05-282-5/+6
| |\ \
| | * | DOC: Update mailing list linkSumana Harihareswara2020-05-282-5/+6
| |/ /
* | | Merge tag 'v44.1.1'Jason R. Coombs2020-05-282-4/+27
|\ \ \ | |/ / |/| |
| * | Bump version: 44.1.0 → 44.1.1v44.1.1maint/44.xJason R. Coombs2020-05-284-3/+8
| * | Merge pull request #2159 from pypa/bugfix/2158-defer-finalize-optionsJason R. Coombs2020-05-282-4/+22
| |\ \
| | * | Update changelog.Jason R. Coombs2020-05-281-0/+1
| | * | Avoid loading working set during `Distribution.finalize_options` prior to inv...Jason R. Coombs2020-05-281-4/+21
| |/ /
* | | Bump version: 47.0.0 → 47.1.0v47.1.0Jason R. Coombs2020-05-283-2/+8
* | | In wheel-to-egg conversion, use simple pkg_resources-style namespace declarat...Jason R. Coombs2020-05-281-6/+2
* | | Bump version: 46.4.0 → 47.0.0v47.0.0Jason R. Coombs2020-05-285-4/+9
* | | Extract _parents function and _set_egg method. Reword comment.Jason R. Coombs2020-05-281-12/+21
* | | Merge pull request #2151 from Carreau/fix-docJason R. Coombs2020-05-281-1/+1
|\ \ \
| * | | DOC: fix link missing >Matthias Bussonnier2020-05-271-1/+1
|/ / /
* | | Use new link to sunset page. Ref #2134.Jason R. Coombs2020-05-261-1/+1
* | | Merge pull request #2134 from pypa/feature/python-2-sunset-docsJason R. Coombs2020-05-265-18/+84
|\ \ \
| * | | s/respectful/considerate of those projects/Jason R. Coombs2020-05-251-5/+5
| * | | Wrap lines and remove newlines between enumerated paragraphs.Jason R. Coombs2020-05-251-17/+51
| * | | Add changelog entry.Jason R. Coombs2020-05-251-0/+1
| * | | Reword and simplify note about supported versions.Jason R. Coombs2020-05-251-1/+1
| * | | Prefer imperative voiceJason R. Coombs2020-05-241-3/+3
| * | | Force fail on Python 2. When doing so, emit an error that directs users to th...Jason R. Coombs2020-05-243-17/+8
| * | | Add landing page for Python 2 sunset. Ref #2094.Jason R. Coombs2020-05-242-0/+40
* | | | Merge pull request #2121 from wimglenn/docsJason R. Coombs2020-05-251-1/+1
|\ \ \ \
| * | | | use a less confusing example for requirements parsingwim glenn2020-05-191-1/+1
| |/ / /
* | | | Merge pull request #1802 from pganssle/docs_ciJason R. Coombs2020-05-241-0/+2
|\ \ \ \
| * \ \ \ Merge branch 'master' into docs_ciJason R. Coombs2020-05-24144-3439/+5661
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #1765 from venthur/fix/1700Jason R. Coombs2020-05-243-169/+347
|\ \ \ \ \ | |_|/ / / |/| | | |