Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update changelog.distutils | Jason R. Coombs | 2020-07-03 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2226 from pypa/distutils-nested | Jason R. Coombs | 2020-07-03 | 111 | -16/+8 |
|\ | | | | | Move distutils to setuptools._distutils | ||||
| * | Ensure the module is named 'distutils'. Avoids errors when distutils.log and ↵ | Jason R. Coombs | 2020-07-03 | 1 | -0/+1 |
| | | | | | | | | setuptools._distutils.log are two separate modules with separate state. | ||||
| * | Move distutils into a submodule of setuptools. | Jason R. Coombs | 2020-07-03 | 111 | -16/+7 |
|/ | |||||
* | Merge pull request #2221 from mattip/pypy | Jason R. Coombs | 2020-07-02 | 4 | -18/+26 |
|\ | | | | | add pypy schemas to command/install.py | ||||
| * | catch some resource leaks | mattip | 2020-07-02 | 3 | -17/+25 |
| | | |||||
| * | fix test for deprecation warning | mattip | 2020-07-02 | 1 | -1/+1 |
|/ | |||||
* | Merge https://github.com/pypa/distutils into distutils | Jason R. Coombs | 2020-07-02 | 12 | -43/+182 |
|\ | |||||
| * | Merge pull request #1 from pypa/feature/integrate-pypy | Jason R. Coombs | 2020-07-02 | 4 | -36/+84 |
| |\ | | | | | | | Add support for PyPy | ||||
| | * | In test_unixcompiler.test_osx*, also patch sysconfig.get_config_vars ↵ | Jason R. Coombs | 2020-07-02 | 1 | -0/+14 |
| | | | | | | | | | | | | following the patterns of prior implementations. | ||||
| | * | Skip test on PyPy where the functionality is disabled. | Jason R. Coombs | 2020-07-01 | 1 | -0/+1 |
| | | | |||||
| | * | no Makefile with PyPy and has own layout for python stdlib, site-packages | mattip | 2020-07-01 | 1 | -35/+44 |
| | | | |||||
| | * | do the minimum to fix sysconfig.py for PyPy, more will probably be needed | mattip | 2020-07-01 | 1 | -1/+5 |
| | | | |||||
| | * | add pypy schemas | mattip | 2020-07-01 | 1 | -0/+20 |
| |/ | |||||
| * | Acknowledge and ignore warning about TestDistribution (it's a "test" ↵ | Jason R. Coombs | 2020-07-01 | 1 | -0/+4 |
| | | | | | | | | distribution, not a "test of distributions"). | ||||
| * | Fix failing test in test_fileutil by adapting expectation based on Python ↵ | Jason R. Coombs | 2020-07-01 | 2 | -1/+13 |
| | | | | | | | | version. | ||||
| * | Add compatibility module to fix failing tests on Python 3.5 due to missing ↵ | Jason R. Coombs | 2020-07-01 | 4 | -3/+77 |
| | | | | | | | | functionality. | ||||
| * | Restore Python 3.5 syntax compatibility in distutils.tests.test_build_ext | Jason R. Coombs | 2020-07-01 | 1 | -2/+2 |
| | | |||||
| * | Fallback to '_sysconfigdata' when platform-specific sysconfigdata is ↵ | Jason R. Coombs | 2020-07-01 | 1 | -1/+6 |
| | | | | | | | | unavailable. | ||||
| * | Restore Python 3.5 syntax compatibility in distutils.dist. | Jason R. Coombs | 2020-07-01 | 1 | -1/+2 |
| | | |||||
| * | Mark test_venv to be skipped when running under a virtualenv as virtualenv ↵ | Jason R. Coombs | 2020-06-28 | 1 | -0/+4 |
| | | | | | | | | monkey patches distutils. | ||||
| * | Fix test on Python 3.8 and earlier. | Jason R. Coombs | 2020-06-28 | 1 | -1/+2 |
| | | |||||
| * | Use tox for tests | Jason R. Coombs | 2020-06-28 | 2 | -5/+8 |
| | | |||||
| * | Add conftest so that tests can run under pytest | Jason R. Coombs | 2020-06-28 | 1 | -0/+5 |
| | | |||||
* | | Replace distutils rather than requiring it to be present in advanec. Instead ↵ | Jason R. Coombs | 2020-06-21 | 2 | -2/+15 |
| | | | | | | | | of crashing, issue a warning when Setuptools is replacing distutils. | ||||
* | | Wordsmith | Jason R. Coombs | 2020-06-21 | 1 | -1/+1 |
| | | |||||
* | | Update setuptools/distutils_patch.py | Jason R. Coombs | 2020-06-21 | 1 | -1/+1 |
| | | | | | | Co-authored-by: Steve Dower <steve.dower@microsoft.com> | ||||
* | | Add changelog entry. | Jason R. Coombs | 2020-05-31 | 1 | -0/+1 |
| | | |||||
* | | Fallback to '_sysconfigdata' when platform-specific sysconfigdata is ↵ | Jason R. Coombs | 2020-05-31 | 1 | -1/+6 |
| | | | | | | | | unavailable. | ||||
* | | Extract function for ensure_local_distuils | Jason R. Coombs | 2020-05-31 | 1 | -4/+6 |
| | | |||||
* | | Restore Python 3.5 syntax compatibility in distutils.dist. | Jason R. Coombs | 2020-05-31 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'master' into distutils | Jason R. Coombs | 2020-05-30 | 15 | -51/+166 |
|\ \ | |||||
| * | | The workaround is only needed for Python 2. Ref #1998. | Jason R. Coombs | 2020-05-29 | 1 | -1/+1 |
| | | | |||||
| * | | Bump version: 47.1.0 → 47.1.1v47.1.1 | Jason R. Coombs | 2020-05-28 | 4 | -3/+12 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pypa/setuptools | Jason R. Coombs | 2020-05-28 | 2 | -5/+6 |
| |\ \ | |||||
| | * \ | Merge pull request #2156 from brainwane/mailinglist-update | Jason R. Coombs | 2020-05-28 | 2 | -5/+6 |
| | |\ \ | | | | | | | | | | | DOC: Update mailing list link | ||||
| | | * | | DOC: Update mailing list link | Sumana Harihareswara | 2020-05-28 | 2 | -5/+6 |
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Per https://groups.google.com/d/msg/pypa-dev/rUNsfIbruHM/LCEx-CB5AgAJ the pypa-dev Google Group is now decommissioned. Pointing to distutils-sig instead. Signed-off-by: Sumana Harihareswara <sh@changeset.nyc> | ||||
| * | | | Merge tag 'v44.1.1' | Jason R. Coombs | 2020-05-28 | 2 | -4/+27 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | Bump version: 44.1.0 → 44.1.1v44.1.1maint/44.x | Jason R. Coombs | 2020-05-28 | 4 | -3/+8 |
| | | | | |||||
| | * | | Merge pull request #2159 from pypa/bugfix/2158-defer-finalize-options | Jason R. Coombs | 2020-05-28 | 2 | -4/+22 |
| | |\ \ | | | | | | | | | | | Defer finalize options | ||||
| | | * | | Update changelog. | Jason R. Coombs | 2020-05-28 | 1 | -0/+1 |
| | | | | | |||||
| | | * | | 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. | ||||
| * | | | Bump version: 47.0.0 → 47.1.0v47.1.0 | Jason R. Coombs | 2020-05-28 | 3 | -2/+8 |
| | | | | |||||
| * | | | In wheel-to-egg conversion, use simple pkg_resources-style namespace ↵ | Jason R. Coombs | 2020-05-28 | 1 | -6/+2 |
| | | | | | | | | | | | | | | | | declaration for packages that declare namespace_packages. Fixes #2070. | ||||
| * | | | Bump version: 46.4.0 → 47.0.0v47.0.0 | Jason R. Coombs | 2020-05-28 | 5 | -4/+9 |
| | | | | |||||
| * | | | Extract _parents function and _set_egg method. Reword comment. | Jason R. Coombs | 2020-05-28 | 1 | -12/+21 |
| | | | | |||||
| * | | | Merge pull request #2151 from Carreau/fix-doc | Jason R. Coombs | 2020-05-28 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | DOC: fix link missing > | ||||
| | * | | | DOC: fix link missing > | Matthias Bussonnier | 2020-05-27 | 1 | -1/+1 |
| |/ / / | | | | | | | | | | | | | | | | | The `decalrative config`_ link present higher in the document is also unresolved, I'm not quite sure what the intended target was. | ||||
| * | | | Use new link to sunset page. Ref #2134. | Jason R. Coombs | 2020-05-26 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #2134 from pypa/feature/python-2-sunset-docs | Jason R. Coombs | 2020-05-26 | 5 | -18/+84 |
| |\ \ \ | | | | | | | | | | | Crash under Python 2 |