aboutsummaryrefslogtreecommitdiffstats
path: root/distutils
Commit message (Expand)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 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
| * 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
* | Replace distutils rather than requiring it to be present in advanec. Instead ...Jason R. Coombs2020-06-211-0/+2
* | Fallback to '_sysconfigdata' when platform-specific sysconfigdata is unavaila...Jason R. Coombs2020-05-311-1/+6
* | 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