summaryrefslogtreecommitdiff
path: root/setuptools/command
Commit message (Expand)AuthorAgeFilesLines
* Remove "upload" and "register" commands.Paul Ganssle2019-11-023-200/+20
* Merge pull request #1824 from asottile/python310Jason R. Coombs2019-10-272-4/+4
|\
| * Fixes for python3.10Anthony Sottile2019-08-172-4/+4
* | Deprecate the test commandJon Dufresne2019-10-211-1/+9
* | minor cleanupBenoit Pierre2019-10-071-2/+1
|/
* Fix some usage of deprecated `imp` moduleAnthony Sottile2019-08-172-5/+11
* Rely on unique_everseen to avoid unnecessarily polluting the PYTHONPATH with ...Jason R. Coombs2019-04-051-6/+6
* uniquify paths in PYTHONPATHrobnagler2019-02-261-5/+6
* Merge branch 'master' into license-fix-357Jason R. Coombs2019-01-274-18/+181
|\
| * Feed the hobgoblins (delint).Jason R. Coombs2018-12-291-2/+2
| * Import distribution in doctestPaul Ganssle2018-12-281-0/+1
| * Access pkg_resources objects through its namespaceJason R. Coombs2018-12-241-11/+13
| * import internal version of sixOleg Sharov2018-11-131-3/+3
| * Remove bdist_rpm and bdist_dumb commentPaul Ganssle2018-11-121-8/+2
| * Fix show_response behavior on Python 2Paul Ganssle2018-11-071-3/+5
| * Fix bdist_rpm and bdist_dumb in upload_filePaul Ganssle2018-11-071-0/+1
| * Fix gpg signature code in upload_filePaul Ganssle2018-11-071-0/+1
| * Use get_metadata_version in upload_filePaul Ganssle2018-11-071-1/+1
| * Add upload_file to setuptools.command.uploadPaul Ganssle2018-11-071-1/+146
| * Add setup.py to egg-info by defaultShashank Singh2018-11-021-0/+6
| * Add custom deprecation warning classesJunhan Huang2018-10-282-6/+17
* | Address review commentsDeniz Taneli2018-11-101-6/+6
* | `check_license` no longer needs to parse `setup.cfg`Deniz Taneli2018-10-281-17/+13
* | Setuptools will install licenses if included in setup.cfgDeniz Taneli2018-10-272-0/+26
|/
* Drop use of six.u (#1517)Thirumal Venkat2018-10-231-1/+1
* Replace redundant code with call of that code.Jason R. Coombs2018-09-231-3/+1
* Use stacklevel=2 to better reveal usage of deprecated calls.Jason R. Coombs2018-09-231-1/+1
* Merge pull request #1427 from stephenfin/touch-egg-info-directoryJason R. Coombs2018-09-162-0/+1
|\
| * egg_info: Touch 'egg-info' directoryStephen Finucane2018-08-191-0/+1
| * trivial: Fix file permissionsStephen Finucane2018-08-191-0/+0
* | setuptools: fix regression with `egg_info` commandBenoit Pierre2018-08-211-8/+8
|/
* 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