aboutsummaryrefslogtreecommitdiffstats
path: root/distutils
Commit message (Collapse)AuthorAgeFilesLines
* Move distutils into a submodule of setuptools.Jason R. Coombs2020-07-03109-24094/+0
|
* Merge https://github.com/pypa/distutils into distutilsJason R. Coombs2020-07-0212-43/+182
|\
| * In test_unixcompiler.test_osx*, also patch sysconfig.get_config_vars ↵Jason R. Coombs2020-07-021-0/+14
| | | | | | | | following the patterns of prior implementations.
| * 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
| |
| * Fix failing test in test_fileutil by adapting expectation based on Python ↵Jason R. Coombs2020-07-012-1/+13
| | | | | | | | version.
| * Add compatibility module to fix failing tests on Python 3.5 due to missing ↵Jason R. Coombs2020-07-014-3/+77
| | | | | | | | functionality.
| * 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 ↵Jason R. Coombs2020-07-011-1/+6
| | | | | | | | unavailable.
| * 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 ↵Jason R. Coombs2020-06-281-0/+4
| | | | | | | | monkey patches distutils.
| * Fix test on Python 3.8 and earlier.Jason R. Coombs2020-06-281-1/+2
| |
* | Replace distutils rather than requiring it to be present in advanec. Instead ↵Jason R. Coombs2020-06-211-0/+2
| | | | | | | | of crashing, issue a warning when Setuptools is replacing distutils.
* | Fallback to '_sysconfigdata' when platform-specific sysconfigdata is ↵Jason R. Coombs2020-05-311-1/+6
| | | | | | | | unavailable.
* | Restore Python 3.5 syntax compatibility in distutils.dist.Jason R. Coombs2020-05-311-1/+2
|/
* 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/+23947