| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove pypackaging from extern in pkg_resources | Anderson Bravalheri | 2023-01-23 | 1 | -1/+0 |
| | | |||||
| * | Replace appdirs with platformdirs. | Jason R. Coombs | 2023-01-13 | 1 | -2/+7 |
| | | |||||
| * | Include all the dependencies needed to run on Python 3.7 and patch all of ↵ | Jason R. Coombs | 2022-01-29 | 1 | -1/+4 |
| | | | | | them to work in a vendored environment. | ||||
| * | Vendor jaraco.text to supply yield_lines, drop_comment, and join_continuation. | Jason R. Coombs | 2022-01-29 | 1 | -1/+1 |
| | | |||||
| * | Use importlib.util.spec_from_loader in find_spec | Sviatoslav Sydorenko | 2021-04-09 | 1 | -2/+2 |
| | | |||||
| * | Drop deprecated `find_module` from vendor importer | Sviatoslav Sydorenko | 2021-04-08 | 1 | -8/+0 |
| | | |||||
| * | Implement `find_spec` in vendored module importers | Sviatoslav Sydorenko | 2021-04-08 | 1 | -6/+15 |
| | | | | | | | | | | | | | | | | This change makes the import warning emitted by Python 3.10 disappear but implementing the hook that is supposed to replace the old import mechanism. Refs: * https://bugs.python.org/issue42134 * https://bugs.python.org/issue43540 * https://github.com/pypa/setuptools/issues/2632#issuecomment-815701078 Fixes #2632 Co-authored-by: Jason R. Coombs <jaraco@jaraco.com> | ||||
| * | Define create_module()/exec_module() in VendorImporter | Miro Hrončok | 2021-01-04 | 1 | -0/+6 |
| | | | | | Fixes https://github.com/pypa/setuptools/issues/2481 | ||||
| * | Remove six from 'extern' as vendored. | Jason R. Coombs | 2020-08-16 | 1 | -1/+1 |
| | | |||||
| * | Also remove mysterious hack from pkg_resources.extern | Jason R. Coombs | 2020-03-07 | 1 | -7/+0 |
| | | |||||
| * | Avoid removing packages imported from the root. Fixes #1383. | Jason R. Coombs | 2018-07-09 | 1 | -1/+1 |
| | | |||||
| * | Revert 7392f01f for pkg_resources/extern. 3.3 is the right signal there. | Jason R. Coombs | 2018-07-09 | 1 | -1/+1 |
| | | |||||
| * | Drop support for EOL Python 3.3 | Hugo | 2018-05-24 | 1 | -1/+1 |
| | | |||||
| * | Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle" | Jason R. Coombs | 2017-02-24 | 1 | -0/+73 |
| | | | | | | This reverts commit 089cdeb489a0fa94d11b7307b54210ef9aa40511, reversing changes made to aaec654d804cb78dbb6391afff721a63f26a71cd. | ||||
| * | Strip out vendored packages and require them instead. Ref #581. | Jason R. Coombs | 2017-01-01 | 1 | -73/+0 |
| | | |||||
| * | Add appdirs as vendored package. Ref #763. | Jason R. Coombs | 2016-08-27 | 1 | -1/+1 |
| | | |||||
| * | Fix quantity of blank lines after code object, class of function definition. | stepshal | 2016-08-20 | 1 | -0/+2 |
| | | |||||
| * | Shift packaging to use shiny extern. | Steve Kowalik | 2016-01-07 | 1 | -1/+1 |
| | | |||||
| * | Move six to pkg_resources for use there. | Jason R. Coombs | 2016-01-04 | 1 | -1/+1 |
| | | | | | | --HG-- branch : feature/issue-229 | ||||
| * | Extract variable for extant name. Add comment about the hack. | Jason R. Coombs | 2016-01-02 | 1 | -3/+9 |
| | | | | | | --HG-- branch : feature/issue-229 | ||||
| * | Add some docstrings | Jason R. Coombs | 2016-01-02 | 1 | -0/+13 |
| | | | | | | --HG-- branch : feature/issue-229 | ||||
| * | Based on experimentation, the canonical module name needs to be in ↵ | Jason R. Coombs | 2016-01-02 | 1 | -1/+4 |
| | | | | | | | | sys.modules on Python prior to 3.3, but must be omitted on Python 3.3 and later. --HG-- branch : feature/issue-229 | ||||
| * | Combine separate VendorImporters into a single one in pkg_resources.extern | Jason R. Coombs | 2016-01-02 | 1 | -0/+1 |
| | | | | | | --HG-- branch : feature/issue-229 | ||||
| * | Pop the module off the stack, preventing the 'Version' class from having a ↵ | Jason R. Coombs | 2016-01-02 | 1 | -2/+1 |
| | | | | | | | | different manifestation in packaging than in pkg_resources. --HG-- branch : feature/issue-229 | ||||
| * | Make VendorImporter more generic | Jason R. Coombs | 2016-01-02 | 1 | -13/+20 |
| | | | | | | --HG-- branch : feature/issue-229 | ||||
| * | Create a PEP 302 importer for managing conditional import of vendored ↵ | Jason R. Coombs | 2016-01-02 | 2 | -45/+42 |
| | | | | | | | | packages from the 'extern' namespace. This technique avoids the use of 'imp' and works even when setuptools is installed as a zipped egg. Ref #229. --HG-- branch : feature/issue-229 | ||||
| * | Move extern.packaging into a package to enable package-relative imports to ↵ | Jason R. Coombs | 2016-01-01 | 1 | -0/+0 |
| | | | | | | | | resolve propertly. Ref #229. --HG-- branch : feature/issue-229 | ||||
| * | Use the same technique in pkg_resources, relying on an 'extern' module to ↵ | Jason R. Coombs | 2015-12-31 | 2 | -0/+45 |
| resolve the conditional import. --HG-- branch : feature/issue-229 | |||||
