aboutsummaryrefslogtreecommitdiffstats
path: root/distutils
Commit message (Expand)AuthorAgeFilesLines
* Restore default behavior on non-Debian systems.Jason R. Coombs2020-07-082-3/+7
* Restore test expectations on non-Debian hosts.Jason R. Coombs2020-07-083-3/+33
* Merge branch 'master' into feature/debian-supportJason R. Coombs2020-07-085-9/+77
* Merge branch 'cpython'Jason R. Coombs2020-07-0718-45/+119
* Move assert outside the context so it actually has its effect.Jason R. Coombs2020-07-071-1/+1
* Replace OSError with DistutilsExecError. Fixes pypa/distutils#3 and pypa/setu...Jason R. Coombs2020-07-051-3/+9
* Add test for spawn when exe is missing. Ref pypa/distutils#3.Jason R. Coombs2020-07-051-0/+5
* 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
* 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