summaryrefslogtreecommitdiff
path: root/setuptools/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Cluster deprecations due_dateAnderson Bravalheri2023-03-071-1/+1
* Use new warnings in setuptools/__init__.pyAnderson Bravalheri2023-03-061-8/+10
* Import SetuptoolsDeprecationWarning from setuptools.warningsAnderson Bravalheri2023-03-061-1/+1
* Add informative notes for the InvalidVersion error (LegacyVersion removal)Anderson Bravalheri2023-01-181-0/+21
* Add interfaces to docsAnderson Bravalheri2022-06-251-1/+1
* Add docstrings for command classesAnderson Bravalheri2022-06-241-1/+59
* Decrease verbosity of _install_setup_requiresAnderson Bravalheri2022-03-271-0/+8
* Add back convert_path as deprecated functionAnderson Bravalheri2022-03-251-0/+15
* Prevent setup_requires patches from activating auto-discoveryAnderson Bravalheri2022-03-191-0/+2
* Move *PackageFinder to the new 'discovery' moduleAnderson Bravalheri2022-03-051-81/+1
* Use super()谭九鼎2022-01-261-2/+2
* Add setuptools.log to supersede distutils.log. Ref #2973.Jason R. Coombs2021-12-281-0/+2
* Reduce scope of setup_requires deprecation to only deprecate the installation...feature/deprecate-installerJason R. Coombs2021-11-141-6/+0
* Emit a SetuptoolsDeprecationWarning when setup_requires is used. Ref #2823.debt/deprecate-setup-requiresJason R. Coombs2021-10-221-0/+6
* remove lib2to3 usageThomas Grainger2021-09-041-21/+22
* Remove Python 2 compatibilityJason R. Coombs2020-08-161-15/+5
* Rename _distutils_importer to _distutils_hack, as it supplies more than just ...Jason R. Coombs2020-07-261-1/+1
* Consolidate distutils importing hacks into _distutils_importer package. Gener...Jason R. Coombs2020-07-191-2/+1
* Clean up setuptools/__init__.py importsPaul Ganssle2020-07-131-4/+3
* Allow opt-in and opt-out of distutils adoption at run time with SETUPTOOLS_US...distutils-adopt-escape-hatchJason R. Coombs2020-07-111-1/+1
* Disable adopted distutils while troubleshooting #2228 and #2230.Jason R. Coombs2020-07-031-1/+2
* Merge branch 'master' into distutilsJason R. Coombs2020-05-301-4/+21
|\
| * Merge tag 'v44.1.1'Jason R. Coombs2020-05-281-4/+21
| |\
| | * Avoid loading working set during `Distribution.finalize_options` prior to inv...Jason R. Coombs2020-05-281-4/+21
* | | Move distutils import to a separate file to avoid linter errors.Jason R. Coombs2020-05-251-0/+3
|/ /
* | Extract method for normalization, allowing for bypass when the version is wra...Jason R. Coombs2020-03-151-0/+4
* | Merge remote-tracking branch 'origin/master' into debt/remove-featuresJason R. Coombs2020-03-071-3/+4
|\ \
| * | 👹 Feed the hobgoblins (delint).Jason R. Coombs2020-01-191-2/+2
| * | 👹 Feed the hobgoblins (delint).Jason R. Coombs2020-01-191-3/+3
| |/
* | Remove the Features feature. Fixes #65.Jason R. Coombs2020-01-191-4/+3
|/
* Merge branch 'master' into fix_889_and_non-ascii_in_setup.cfg_take_2Jason R. Coombs2019-01-251-4/+38
|\
| * Add custom deprecation warning classesJunhan Huang2018-10-281-0/+4
| * Rename find_namepaces_ns to find_namespace_packages (#1423)Carsten Klein2018-08-171-2/+2
| * Add find_packages_ns()Carsten Klein2018-07-041-1/+10
| * Use Python 3 syntax for new-style clasessJason R. Coombs2018-06-031-1/+3
| * support `setup_requires` in setup.cfgBenoit Pierre2017-10-161-1/+21
* | improve encoding handling for `setup.cfg`Benoit Pierre2017-10-251-0/+34
|/
* Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle"Jason R. Coombs2017-02-241-1/+1
* Merge with masterJason R. Coombs2017-01-161-1/+1
|\
| * Remove unused importsJason R. Coombs2017-01-161-1/+1
* | Strip out vendored packages and require them instead. Ref #581.Jason R. Coombs2017-01-011-1/+1
|/
* Fix quantity of blank lines.stepshal2016-10-181-1/+0
* Find nested packages with excluded parentTim Heap2016-10-051-6/+10
* Do not search excluded directories for packagesTim Heap2016-09-221-48/+35
* Remove private prefix from monkey as monkey module explicitly declares that a...Jason R. Coombs2016-09-041-1/+1
* Move monkeypatching in package module into monkey.Jason R. Coombs2016-09-041-35/+3
* Introduce a new monkey module to encapsulate the monkeypatching.Jason R. Coombs2016-09-041-3/+3
* Provide forward compatibility for Warehouse as the default repository for the...Jason R. Coombs2016-09-011-0/+17
* Only apply findall patch on affected Pythons.Jason R. Coombs2016-09-011-3/+13
* Add missing blank lines after class or function definition.stepshal2016-07-211-0/+2