aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Update changelog.distutilsJason R. Coombs2020-07-031-1/+1
| * | | | | | Merge pull request #2226 from pypa/distutils-nestedJason R. Coombs2020-07-03111-16/+8
| |\ \ \ \ \ \
| | * | | | | | Ensure the module is named 'distutils'. Avoids errors when distutils.log and ...Jason R. Coombs2020-07-031-0/+1
| | * | | | | | Move distutils into a submodule of setuptools.Jason R. Coombs2020-07-03111-16/+7
| |/ / / / / /
| * | | | | | Merge pull request #2221 from mattip/pypyJason R. Coombs2020-07-024-18/+26
| |\ \ \ \ \ \
| | * | | | | | catch some resource leaksmattip2020-07-023-17/+25
| | * | | | | | fix test for deprecation warningmattip2020-07-021-1/+1
| |/ / / / / /
| * | | | | | Merge https://github.com/pypa/distutils into distutilsJason R. Coombs2020-07-0212-43/+182
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | Merge pull request #1 from pypa/feature/integrate-pypyJason R. Coombs2020-07-024-36/+84
| | |\ \ \ \ \
| | | * | | | | In test_unixcompiler.test_osx*, also patch sysconfig.get_config_vars followin...Jason R. Coombs2020-07-021-0/+14
| | | * | | | | Skip test on PyPy where the functionality is disabled.Jason R. Coombs2020-07-011-0/+1
| | | * | | | | no Makefile with PyPy and has own layout for python stdlib, site-packagesmattip2020-07-011-35/+44
| | | * | | | | do the minimum to fix sysconfig.py for PyPy, more will probably be neededmattip2020-07-011-1/+5
| | | * | | | | add pypy schemasmattip2020-07-011-0/+20
| | |/ / / / /
| | * | | | | Acknowledge and ignore warning about TestDistribution (it's a "test" distribu...Jason R. Coombs2020-07-011-0/+4
| | * | | | | Fix failing test in test_fileutil by adapting expectation based on Python ver...Jason R. Coombs2020-07-012-1/+13
| | * | | | | Add compatibility module to fix failing tests on Python 3.5 due to missing fu...Jason R. Coombs2020-07-014-3/+77
| | * | | | | Restore Python 3.5 syntax compatibility in distutils.tests.test_build_extJason R. Coombs2020-07-011-2/+2
| | * | | | | Fallback to '_sysconfigdata' when platform-specific sysconfigdata is unavaila...Jason R. Coombs2020-07-011-1/+6
| | * | | | | Restore Python 3.5 syntax compatibility in distutils.dist.Jason R. Coombs2020-07-011-1/+2
| | * | | | | Mark test_venv to be skipped when running under a virtualenv as virtualenv mo...Jason R. Coombs2020-06-281-0/+4
| | * | | | | Fix test on Python 3.8 and earlier.Jason R. Coombs2020-06-281-1/+2
| | * | | | | Use tox for testsJason R. Coombs2020-06-282-5/+8
| | * | | | | Add conftest so that tests can run under pytestJason R. Coombs2020-06-281-0/+5
| * | | | | | Replace distutils rather than requiring it to be present in advanec. Instead ...Jason R. Coombs2020-06-212-2/+15
| * | | | | | WordsmithJason R. Coombs2020-06-211-1/+1
| * | | | | | Update setuptools/distutils_patch.pyJason R. Coombs2020-06-211-1/+1
| * | | | | | Add changelog entry.Jason R. Coombs2020-05-311-0/+1
| * | | | | | Fallback to '_sysconfigdata' when platform-specific sysconfigdata is unavaila...Jason R. Coombs2020-05-311-1/+6
| * | | | | | Extract function for ensure_local_distuilsJason R. Coombs2020-05-311-4/+6
| * | | | | | Restore Python 3.5 syntax compatibility in distutils.dist.Jason R. Coombs2020-05-311-1/+2
| * | | | | | Merge branch 'master' into distutilsJason R. Coombs2020-05-3015-51/+166
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | Merge branch 'jaraco/setuptools-merge' of https://github.com/pypa/distutils i...Jason R. Coombs2020-05-25108-0/+23947
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Fallback to 'lib' when 'sys.platlibdir' does not exist.Jason R. Coombs2020-05-252-2/+2
| | * | | | | [maint] move all files into subfolderxoviat2020-05-25108-0/+0
| | | |_|_|/ | | |/| | |
| | * | | | bpo-40698: Improve distutils upload hash digests (GH-20260)Christian Heimes2020-05-202-5/+41
| | * | | | bpo-40055: test_distutils leaves warnings filters unchanged (GH-20095)Victor Stinner2020-05-151-0/+6
| | * | | | bpo-40443: Remove unused imports in distutils (GH-19802)Victor Stinner2020-04-3011-17/+6
| | * | | | bpo-40443: Remove unused imports in tests (GH-19804)Victor Stinner2020-04-304-5/+2
| | * | | | bpo-38360: macOS: support alternate form of -isysroot flag (GH-16480)Joshua Root2020-04-221-1/+1
| | * | | | bpo-40112: distutils test_search_cpp: Fix logic to determine if C compiler is...Michael Felt2020-04-031-2/+1
| | * | | | bpo-1294959: Add sys.platlibdir attribute (GH-18381)Victor Stinner2020-03-103-5/+14
| | * | | | bpo-39763: distutils.spawn now uses subprocess (GH-18743)Victor Stinner2020-03-042-117/+22
| | * | | | bpo-38597: Never statically link extension initialization code on Windows (GH...Steve Dower2020-03-032-104/+7
| | * | | | bpo-39586: Deprecate distutils bdist_msi command (GH-18415)Hugo van Kemenade2020-02-102-3/+12
| | * | | | bpo-39555: Fix distutils test to handle _d suffix on Windows debug build (GH-...Steve Dower2020-02-061-2/+2
| | * | | | bpo-39432: Implement PEP-489 algorithm for non-ascii "PyInit_*" symbol names ...Stefan Behnel2020-02-042-1/+22
| | * | | | bpo-38914 Do not require email field in setup.py. (GH-17388)Jürgen Gmach2019-12-231-5/+8
| | * | | | bpo-38021: Modify AIX platform_tag so it covers PEP 425 needs (GH-17303)Michael Felt2019-12-161-1/+2
| | * | | | bpo-38839: Fix some unused functions in tests (GH-17189)Adam Johnson2019-11-191-2/+0