summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* Fix msvc monkeypatching, revealed by Appveyor tests. Fixes #778.Jason R. Coombs2016-09-091-4/+5
* Remove unused importJason R. Coombs2016-09-091-2/+0
* Merge monkeypatch-moduleJason R. Coombs2016-09-095-212/+240
|\
| * Add Deprecation warning for _get_unpatched.Jason R. Coombs2016-09-092-1/+9
| * Remove unused importJason R. Coombs2016-09-091-1/+0
| * Use unpatched locallyJason R. Coombs2016-09-041-2/+0
| * Move msvc patch logic into monkey module.Jason R. Coombs2016-09-042-70/+79
| * distutils will always be in globalsJason R. Coombs2016-09-041-4/+0
| * Move (much of?) the rest of the monkey patching into the monkey moduleJason R. Coombs2016-09-043-90/+95
| * Remove private prefix from monkey as monkey module explicitly declares that a...Jason R. Coombs2016-09-044-6/+6
| * Move monkeypatching in package module into monkey.Jason R. Coombs2016-09-042-35/+41
| * Introduce a new monkey module to encapsulate the monkeypatching.Jason R. Coombs2016-09-044-21/+28
* | Use EXT_SUFFIX instead of SO for py_limited_api renamingDonald Stufft2016-09-091-1/+1
* | Use LegacyVersion instead of LooseVersionValentin Valls2016-09-061-2/+2
* | Use LooseVersion instread of StrictVersionValentin Valls2016-09-051-2/+2
|/
* Provide forward compatibility for Warehouse as the default repository for the...Jason R. Coombs2016-09-012-0/+22
* Only apply findall patch on affected Pythons.Jason R. Coombs2016-09-011-3/+13
* Merge pull request #753 from tlandschoff-scale/masterJason R. Coombs2016-08-201-3/+5
|\
| * Make Extension accept positional arguments again (fixes #752).Torsten Landschoff2016-08-201-3/+5
* | Merge pull request #736 from Ofekmeister/masterJason R. Coombs2016-08-202-0/+4
|\ \
| * | Make import unconditionalOfekmeister2016-08-202-2/+2
| * | Merge remote-tracking branch 'refs/remotes/pypa/master'Ofekmeister2016-08-206-44/+577
| |\ \ | | |/
| * | Fix issue #459Ofekmeister2016-08-162-0/+4
* | | Default to gztar for sdists on all platforms. Ref #748.Jason R. Coombs2016-08-201-0/+11
| |/ |/|
* | Remove trailing whitespace. (#751)stepshal2016-08-191-1/+1
* | Fix quantity of blank lines after code object, class of function definition.stepshal2016-08-203-0/+4
* | Rewrite test, dynamically generating the .tar.gz file, with help from dstufft...Jason R. Coombs2016-08-191-32/+18
* | Use six for python major version detectionJason R. Coombs2016-08-191-4/+6
* | Extract variable for boolean expression for nicer indentation.Jason R. Coombs2016-08-191-2/+6
* | Move import to the topJason R. Coombs2016-08-191-6/+3
* | Move import to topJason R. Coombs2016-08-191-1/+1
* | Reorganize importsJason R. Coombs2016-08-191-4/+4
* | Merge pull request #718 from dholth/masterJason R. Coombs2016-08-193-2/+44
|\ \
| * | gate test against get_abi3_suffix()Daniel Holth2016-08-051-1/+1
| * | rename is_abi3 to py_limited_apiDaniel Holth2016-08-053-4/+6
| * | call finalize_options in testDaniel Holth2016-08-051-2/+7
| * | use abi3 extension if Extension().is_abi3Daniel Holth2016-08-033-1/+36
* | | Merge pull request #737 from timheap/manifest-testsJason R. Coombs2016-08-191-0/+475
|\ \ \
| * | | Copy FileList tests from distutilsTim Heap2016-08-171-9/+274
| * | | Add tests for MANIFEST.inTim Heap2016-08-171-0/+210
| | |/ | |/|
* | | Add numpy version checkJ. Goutin2016-08-181-3/+4
* | | Wrong line for commentJ. Goutin2016-08-161-2/+2
* | | Improve numpy.distutils detectionJ. Goutin2016-08-161-1/+2
* | | Patch with numpy at execution time and not at import timeJ. Goutin2016-08-161-7/+18
* | | numpy.distutils and distutils._msvccompiler compatibilityJ. Goutin2016-08-161-3/+13
|/ /
* | revert `library_dir_option` patch.J. Goutin2016-08-051-28/+0
* | quote library_dir_option after calling unpatched versionMin RK2016-08-051-3/+4
* | Merge pull request #716 from JGoutin/patch-2Jason R. Coombs2016-08-042-30/+39
|\ \
| * | Update test_msvc.pyJ. Goutin2016-08-021-2/+0
| * | Fix #707 MSVC patch and Python 2J. Goutin2016-08-021-28/+39
| |/