| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add interfaces to docs | Anderson Bravalheri | 2022-06-25 | 1 | -1/+1 |
| | | |||||
| * | Add docstrings for command classes | Anderson Bravalheri | 2022-06-24 | 1 | -1/+59 |
| | | |||||
| * | Decrease verbosity of _install_setup_requires | Anderson Bravalheri | 2022-03-27 | 1 | -0/+8 |
| | | |||||
| * | Add back convert_path as deprecated function | Anderson Bravalheri | 2022-03-25 | 1 | -0/+15 |
| | | |||||
| * | Prevent setup_requires patches from activating auto-discovery | Anderson Bravalheri | 2022-03-19 | 1 | -0/+2 |
| | | |||||
| * | Move *PackageFinder to the new 'discovery' module | Anderson Bravalheri | 2022-03-05 | 1 | -81/+1 |
| | | | | | | | | | | Following up the discussion in #2887 and #2329, it seems that setuptools is moving towards more automatic discovery features. PackageFinder and PEP420PackageFinder are fundamental pieces of this puzzle and grouping together them togheter with the code implementing these new discovery features make a lot of sense. | ||||
| * | Use super() | 谭九鼎 | 2022-01-26 | 1 | -2/+2 |
| | | |||||
| * | Add setuptools.log to supersede distutils.log. Ref #2973. | Jason R. Coombs | 2021-12-28 | 1 | -0/+2 |
| | | |||||
| * | Reduce scope of setup_requires deprecation to only deprecate the ↵feature/deprecate-installer | Jason R. Coombs | 2021-11-14 | 1 | -6/+0 |
| | | | | | installation of these requirements, but still honor setup_requires in PEP 517 installers. Fixes #2877. | ||||
| * | Emit a SetuptoolsDeprecationWarning when setup_requires is used. Ref #2823.debt/deprecate-setup-requires | Jason R. Coombs | 2021-10-22 | 1 | -0/+6 |
| | | |||||
| * | remove lib2to3 usage | Thomas Grainger | 2021-09-04 | 1 | -21/+22 |
| | | |||||
| * | Remove Python 2 compatibility | Jason R. Coombs | 2020-08-16 | 1 | -15/+5 |
| | | |||||
| * | Rename _distutils_importer to _distutils_hack, as it supplies more than just ↵ | Jason R. Coombs | 2020-07-26 | 1 | -1/+1 |
| | | | | | an importer. | ||||
| * | Consolidate distutils importing hacks into _distutils_importer package. ↵ | Jason R. Coombs | 2020-07-19 | 1 | -2/+1 |
| | | | | | Generate distutils-precedence.pth inline. | ||||
| * | Clean up setuptools/__init__.py imports | Paul Ganssle | 2020-07-13 | 1 | -4/+3 |
| | | | | | This puts non-distutils imports first and removes one unused import. | ||||
| * | Allow opt-in and opt-out of distutils adoption at run time with ↵distutils-adopt-escape-hatch | Jason R. Coombs | 2020-07-11 | 1 | -1/+1 |
| | | | | | SETUPTOOLS_USE_DISTUTILS environment variable. | ||||
| * | Disable adopted distutils while troubleshooting #2228 and #2230. | Jason R. Coombs | 2020-07-03 | 1 | -1/+2 |
| | | |||||
| * | Merge branch 'master' into distutils | Jason R. Coombs | 2020-05-30 | 1 | -4/+21 |
| |\ | |||||
| | * | Merge tag 'v44.1.1' | Jason R. Coombs | 2020-05-28 | 1 | -4/+21 |
| | |\ | |||||
| | | * | Avoid loading working set during `Distribution.finalize_options` prior to ↵ | Jason R. Coombs | 2020-05-28 | 1 | -4/+21 |
| | | | | | | | | | | | | | invoking `_install_setup_requires`, broken since v42.0.0. Fixes #2158. | ||||
| * | | | Move distutils import to a separate file to avoid linter errors. | Jason R. Coombs | 2020-05-25 | 1 | -0/+3 |
| |/ / | |||||
| * | | Extract method for normalization, allowing for bypass when the version is ↵ | Jason R. Coombs | 2020-03-15 | 1 | -0/+4 |
| | | | | | | | | | wrapped in 'sic'. Fixes #308. | ||||
| * | | Merge remote-tracking branch 'origin/master' into debt/remove-features | Jason R. Coombs | 2020-03-07 | 1 | -3/+4 |
| |\ \ | |||||
| | * | | 👹 Feed the hobgoblins (delint). | Jason R. Coombs | 2020-01-19 | 1 | -2/+2 |
| | | | | |||||
| | * | | 👹 Feed the hobgoblins (delint). | Jason R. Coombs | 2020-01-19 | 1 | -3/+3 |
| | |/ | |||||
| * | | Remove the Features feature. Fixes #65. | Jason R. Coombs | 2020-01-19 | 1 | -4/+3 |
| |/ | | | | This commit reverts e4460fad043f4fa0edc7b7e1eef0b209f4588fe5. | ||||
| * | Merge branch 'master' into fix_889_and_non-ascii_in_setup.cfg_take_2 | Jason R. Coombs | 2019-01-25 | 1 | -4/+38 |
| |\ | |||||
| | * | Add custom deprecation warning classes | Junhan Huang | 2018-10-28 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | `DeprecationWarning` is not visible by default in the latest versions of CPython, so this switches the deprecation warnings in setuptools and pkg_resources over to custom classes derived from `Warning` instead. Fixes issue github issue #159 Co-authored-by: Junhan Huang <robin.j.huang@gmail.com> Co-authored-by: Marton Pono <marci93@gmail.com> | ||||
| | * | Rename find_namepaces_ns to find_namespace_packages (#1423) | Carsten Klein | 2018-08-17 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix #1419 PEP420: add find_namespace: directive * fix #1419 PEP420: add find_namespace: directive to documentation * fix #1419 PEP420: add tests * fix #1419 PEP420: clean up code * fix #1419 PEP420: fix typo in documentation * fix #1419 PEP420: fix typo in documentation * fix #1419 PEP420: clean up code * fix #1419 PEP420: add changelog entry * fixup! fix #1419 PEP420: add tests * fix #1419 PEP420: cleanup code refactor markers * #1420: Rename find_namespace_ns to find_namespace_packages * #1420: update changelog entry | ||||
| | * | Add find_packages_ns() | Carsten Klein | 2018-07-04 | 1 | -1/+10 |
| | | | | | | | | | | | This fixes GH #97 by introducing an alternate version of find_packages that works with PEP 420 namespace packages. | ||||
| | * | Use Python 3 syntax for new-style clasess | Jason R. Coombs | 2018-06-03 | 1 | -1/+3 |
| | | | |||||
| | * | support `setup_requires` in setup.cfg | Benoit Pierre | 2017-10-16 | 1 | -1/+21 |
| | | | |||||
| * | | improve encoding handling for `setup.cfg` | Benoit Pierre | 2017-10-25 | 1 | -0/+34 |
| |/ | | | | | | | | Support the same mechanism as for Python sources for declaring the encoding to be used when reading `setup.cfg` (see PEP 263), and return the results of reading it as Unicode. Fix #1062 and #1136. | ||||
| * | Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle" | Jason R. Coombs | 2017-02-24 | 1 | -1/+1 |
| | | | | | | This reverts commit 089cdeb489a0fa94d11b7307b54210ef9aa40511, reversing changes made to aaec654d804cb78dbb6391afff721a63f26a71cd. | ||||
| * | Merge with master | Jason R. Coombs | 2017-01-16 | 1 | -1/+1 |
| |\ | |||||
| | * | Remove unused imports | Jason R. Coombs | 2017-01-16 | 1 | -1/+1 |
| | | | |||||
| * | | Strip out vendored packages and require them instead. Ref #581. | Jason R. Coombs | 2017-01-01 | 1 | -1/+1 |
| |/ | |||||
| * | Fix quantity of blank lines. | stepshal | 2016-10-18 | 1 | -1/+0 |
| | | |||||
| * | Find nested packages with excluded parent | Tim Heap | 2016-10-05 | 1 | -6/+10 |
| | | | | | | | | `find_packages(exclude=['pkg'])` should still find and include the `pkg.subpkg` package. Fixes #808 | ||||
| * | Do not search excluded directories for packages | Tim Heap | 2016-09-22 | 1 | -48/+35 |
| | | | | | | | | | | | Previously, PackageFinder.find would search the whole directory tree looking for packages, then remove excluded packages from this list. This made building a package very slow under some circumstances where the file tree was large. This change stops PackageFinder.find from descending in to directories that will never be included. | ||||
| * | Remove private prefix from monkey as monkey module explicitly declares that ↵ | Jason R. Coombs | 2016-09-04 | 1 | -1/+1 |
| | | | | | all functions are private. | ||||
| * | Move monkeypatching in package module into monkey. | Jason R. Coombs | 2016-09-04 | 1 | -35/+3 |
| | | |||||
| * | Introduce a new monkey module to encapsulate the monkeypatching. | Jason R. Coombs | 2016-09-04 | 1 | -3/+3 |
| | | |||||
| * | Provide forward compatibility for Warehouse as the default repository for ↵ | Jason R. Coombs | 2016-09-01 | 1 | -0/+17 |
| | | | | | the upload command. | ||||
| * | Only apply findall patch on affected Pythons. | Jason R. Coombs | 2016-09-01 | 1 | -3/+13 |
| | | |||||
| * | Add missing blank lines after class or function definition. | stepshal | 2016-07-21 | 1 | -0/+2 |
| | | |||||
| * | Fix quantity of blank lines after code object. | stepshal | 2016-07-13 | 1 | -0/+4 |
| | | |||||
| * | Always use Python 3 version of map | Jason R. Coombs | 2016-01-16 | 1 | -1/+1 |
| | | |||||
| * | Modeling after Astropy's technique for bundling libraries, the imports are ↵ | Jason R. Coombs | 2015-12-31 | 1 | -6/+1 |
| | | | | | | | | now much cleaner. Thanks @embray. Ref #229. --HG-- branch : feature/issue-229 | ||||
| * | Update vendoring technique to match that used for packaging. Ref #229. | Jason R. Coombs | 2015-12-31 | 1 | -3/+6 |
| | | | | | | --HG-- branch : feature/issue-229 | ||||
