summaryrefslogtreecommitdiff
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
|\ \
| * | The workaround is only needed for Python 2. Ref #1998.Jason R. Coombs2020-05-291-1/+1
| * | Bump version: 47.1.0 → 47.1.1v47.1.1Jason R. Coombs2020-05-284-3/+12
| * | Merge branch 'master' of https://github.com/pypa/setuptoolsJason R. Coombs2020-05-282-5/+6
| |\ \
| | * \ Merge pull request #2156 from brainwane/mailinglist-updateJason R. Coombs2020-05-282-5/+6
| | |\ \
| | | * | DOC: Update mailing list linkSumana Harihareswara2020-05-282-5/+6
| | |/ /
| * | | Merge tag 'v44.1.1'Jason R. Coombs2020-05-282-4/+27
| |\ \ \ | | |/ / | |/| |
| | * | Bump version: 44.1.0 → 44.1.1v44.1.1maint/44.xJason R. Coombs2020-05-284-3/+8
| | * | Merge pull request #2159 from pypa/bugfix/2158-defer-finalize-optionsJason R. Coombs2020-05-282-4/+22
| | |\ \
| | | * | Update changelog.Jason R. Coombs2020-05-281-0/+1
| | | * | Avoid loading working set during `Distribution.finalize_options` prior to inv...Jason R. Coombs2020-05-281-4/+21
| | |/ /
| * | | Bump version: 47.0.0 → 47.1.0v47.1.0Jason R. Coombs2020-05-283-2/+8
| * | | In wheel-to-egg conversion, use simple pkg_resources-style namespace declarat...Jason R. Coombs2020-05-281-6/+2
| * | | Bump version: 46.4.0 → 47.0.0v47.0.0Jason R. Coombs2020-05-285-4/+9
| * | | Extract _parents function and _set_egg method. Reword comment.Jason R. Coombs2020-05-281-12/+21
| * | | Merge pull request #2151 from Carreau/fix-docJason R. Coombs2020-05-281-1/+1
| |\ \ \
| | * | | DOC: fix link missing >Matthias Bussonnier2020-05-271-1/+1
| |/ / /
| * | | Use new link to sunset page. Ref #2134.Jason R. Coombs2020-05-261-1/+1
| * | | Merge pull request #2134 from pypa/feature/python-2-sunset-docsJason R. Coombs2020-05-265-18/+84
| |\ \ \