summaryrefslogtreecommitdiff
path: root/setuptools/command
Commit message (Expand)AuthorAgeFilesLines
...
* | Support scripts with unicode contentDaniele Esposti2018-08-171-4/+4
* | Remove spurious executable permissionsMiro HronĨok2018-07-2712-0/+0
* | Merge pull request #1416 from pganssle/use_sixPaul Ganssle2018-07-201-1/+1
|\ \ | |/ |/|
| * Switch over to using six.PY{2,3} when possiblePaul Ganssle2018-07-101-1/+1
* | Extract name/version functionality from egg_info to be re-used by a dist-info...Jason R. Coombs2018-07-131-26/+35
|/
* Deprecate upload and register commandsDustin Ingram2018-07-082-3/+22
* Use Python 3 syntax for new-style clasessJason R. Coombs2018-06-033-3/+9
* Remove redundant Python 3.1 codeHugo2018-05-241-1/+2
* Drop support for EOL Python 3.3Hugo2018-05-242-12/+2
* Update all pypi.python.org URLs to pypi.orgJon Dufresne2018-04-261-1/+1
* Setuptools now vendors its own direct dependencies (packaging, six, pyparsing...Jason R. Coombs2018-03-171-1/+1
* Revert "Prefer new_build_ext for Cython builds as recommended by Cython proje...Jason R. Coombs2018-02-061-1/+1
* Feed the hobgoblins (delint).Jason R. Coombs2018-02-051-4/+8
* Prefer new_build_ext for Cython builds as recommended by Cython project. Fixe...Jason R. Coombs2018-02-041-1/+1
* Import Cython.Compiler.Main as recommended by Cython project to improve Cytho...Jason R. Coombs2018-02-041-0/+3
* Merge pull request #1263 from benoit-pierre/fix_python37_supportJason R. Coombs2018-02-031-1/+3
|\
| * fix Python 3.7 supportBenoit Pierre2018-01-251-1/+3
* | Fix dry-run handlingBenoit Pierre2018-01-251-1/+1
|/
* Refactor to short-circuit on dry-runJason R. Coombs2018-01-201-7/+9
* Merge branch 'master' into masterJason R. Coombs2018-01-051-4/+1
|\
| * Merge pull request #1207 from cryvate/fix-issue-1206Jason R. Coombs2018-01-041-4/+1
| |\
| | * Rework how to handle long_description_content_typeHenk-Jaap Wagenaar2017-11-251-4/+1
| | * Add setup.cfg support for long_description_content_type (in line with docs).Henk-Jaap Wagenaar2017-11-211-1/+1
* | | Removed warning when PYTHONDONTWRITEBYTECODE is enabledZoran Simic2017-12-091-1/+0
|/ /
* | easy_install: add support for installing from wheelsBenoit Pierre2017-11-261-0/+32
* | Fix NameErrorJason R. Coombs2017-11-251-1/+1
|/
* Merge branch 'master' into drop-py26Jason R. Coombs2017-11-196-3/+69
|\
| * Merge pull request #1175 from xoviat/build_metaJason R. Coombs2017-11-131-6/+2
| |\
| | * dist_info: re-finalize the egg_info optionsxoviat2017-10-151-0/+1
| | * dist_info: create the egg_info in the same locationxoviat2017-10-151-6/+1
| * | Merge branch 'master'Jason R. Coombs2017-11-134-4/+23
| |\ \
| | * \ Merge branch 'master' into pr1145Jason R. Coombs2017-11-094-2/+45
| | |\ \
| | | * \ Merge branch 'master' of https://github.com/pypa/setuptoolsJason R. Coombs2017-11-091-2/+5
| | | |\ \ | | | | |/
| | | * | Feed the hobgoblins (delint).Jason R. Coombs2017-10-251-1/+2
| | | * | Shorten link for nicer indentationJason R. Coombs2017-10-251-1/+1
| | | * | Feed the hobgoblins (delint).Jason R. Coombs2017-10-251-1/+3
| | * | | Re-use pathJason R. Coombs2017-11-091-2/+3
| | * | | Avoid check/act race conditionJason R. Coombs2017-11-091-2/+4
| | * | | Use named groups in the patternJason R. Coombs2017-11-091-3/+3
| | * | | Unconditionally rename __pycache__ files if they exist.Jason R. Coombs2017-11-091-4/+3
| | * | | python 3 bdist_egg --exclude-source-files __pycache__ issueBibo Hao2017-09-151-0/+14
| * | | | fix `test` command running tests twiceBenoit Pierre2017-11-021-1/+10
| * | | | fix `test` command when run with Python 2Benoit Pierre2017-11-021-0/+2
| | |_|/ | |/| |
| * | | commands: dist_info: say something!xoviat2017-10-131-2/+5
| | |/ | |/|
| * | dist_info: register commandxoviat2017-09-071-1/+1
| * | dist_info: implement commandxoviat2017-09-071-0/+37
| |/
* | Merge branch 'master' into drop-py26Jason R. Coombs2017-09-0310-80/+228
|\ \ | |/
| * Fix Python 2.6 supportBenoit Pierre2017-09-031-1/+1
| * Merge branch 'master' into add_markdown_to_possible_readmesJason R. Coombs2017-09-032-4/+16
| |\
| | * Merge branch 'master' into long_description_content_typeJason R. Coombs2017-09-031-4/+12
| | |\