Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Merge monkeypatch-module | Jason R. Coombs | 2016-09-09 | 6 | -212/+245 | |
| |\ \ \ \ | ||||||
| | * | | | | Move changelog following v27 release | Jason R. Coombs | 2016-09-09 | 1 | -3/+6 | |
| | | | | | | ||||||
| | * | | | | Add Deprecation warning for _get_unpatched. | Jason R. Coombs | 2016-09-09 | 2 | -1/+9 | |
| | | | | | | ||||||
| | * | | | | Remove unused import | Jason R. Coombs | 2016-09-09 | 1 | -1/+0 | |
| | | | | | | ||||||
| | * | | | | Use unpatched locally | Jason R. Coombs | 2016-09-04 | 1 | -2/+0 | |
| | | | | | | ||||||
| | * | | | | Update changelog | Jason R. Coombs | 2016-09-04 | 1 | -0/+3 | |
| | | | | | | ||||||
| | * | | | | Move msvc patch logic into monkey module. | Jason R. Coombs | 2016-09-04 | 2 | -70/+79 | |
| | | | | | | ||||||
| | * | | | | distutils will always be in globals | Jason R. Coombs | 2016-09-04 | 1 | -4/+0 | |
| | | | | | | ||||||
| | * | | | | Move (much of?) the rest of the monkey patching into the monkey module | Jason R. Coombs | 2016-09-04 | 3 | -90/+95 | |
| | | | | | | ||||||
| | * | | | | Remove private prefix from monkey as monkey module explicitly declares that ↵ | Jason R. Coombs | 2016-09-04 | 4 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | all functions are private. | |||||
| | * | | | | Move monkeypatching in package module into monkey. | Jason R. Coombs | 2016-09-04 | 2 | -35/+41 | |
| | | | | | | ||||||
| | * | | | | Introduce a new monkey module to encapsulate the monkeypatching. | Jason R. Coombs | 2016-09-04 | 4 | -21/+28 | |
| | | | | | | ||||||
| * | | | | | Bump version: 26.1.1 → 27.0.0v27.0.0 | Jason R. Coombs | 2016-09-09 | 2 | -2/+2 | |
| | | | | | | ||||||
| * | | | | | Update changelog | Jason R. Coombs | 2016-09-09 | 1 | -0/+6 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #777 from dstufft/fix-py-limited-api | Jason R. Coombs | 2016-09-09 | 1 | -1/+1 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Use EXT_SUFFIX instead of SO for py_limited_api renaming | |||||
| | * | | | | | Use EXT_SUFFIX instead of SO for py_limited_api renaming | Donald Stufft | 2016-09-09 | 1 | -1/+1 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #775 from vallsv/patch-2 | Jason R. Coombs | 2016-09-06 | 1 | -2/+2 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Use LegacyVersion instead of LooseVersion | |||||
| | * | | | | | Use LegacyVersion instead of LooseVersion | Valentin Valls | 2016-09-06 | 1 | -2/+2 | |
| |/ / / / / | | | | | | | | | | | | | - Also apply the patch for numpy 1.11.2 pre release | |||||
| * | | | | | Merge pull request #774 from vallsv/patch-1 | Jason R. Coombs | 2016-09-05 | 1 | -2/+2 | |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | Use LooseVersion instread of StrictVersion | |||||
| | * | | | | Use LooseVersion instread of StrictVersion | Valentin Valls | 2016-09-05 | 1 | -2/+2 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #770 from nicoddemus/pytest-3 | Jason R. Coombs | 2016-09-03 | 3 | -3/+3 | |
| |\ \ \ \ | | | | | | | | | | | | | Use pytest>=3.0.2 | |||||
| | * | | | | Use pytest>=3.0.2 | Bruno Oliveira | 2016-09-01 | 3 | -3/+3 | |
| | | |/ / | | |/| | | | | | | | | | | | | The bug that lead to pin it (pytest-dev/pytest#1888) was fixed in 3.0.2 | |||||
| * | | | | Provide forward compatibility for Warehouse as the default repository for ↵ | Jason R. Coombs | 2016-09-01 | 3 | -0/+44 | |
| | | | | | | | | | | | | | | | | | | | | the upload command. | |||||
| * | | | | Only apply findall patch on affected Pythons. | Jason R. Coombs | 2016-09-01 | 1 | -3/+13 | |
| |/ / / | ||||||
| * | | | Added tag v26.1.1 for changeset e1d057e23b2f | Jason R. Coombs | 2016-08-29 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Bump version: 26.1.0 → 26.1.1v26.1.1 | Jason R. Coombs | 2016-08-29 | 2 | -2/+2 | |
| | | | | ||||||
| * | | | Update changelog | Jason R. Coombs | 2016-08-29 | 1 | -0/+7 | |
| | | | | ||||||
| * | | | Merge pull request #765 from timheap/bad-pytest-version | Jason R. Coombs | 2016-08-29 | 3 | -3/+6 | |
| |\ \ \ | | |/ / | |/| | | Install py.test>=2.8,<3 | |||||
| | * | | Install py.test>=2.8,<3 | Tim Heap | 2016-08-29 | 3 | -3/+6 | |
| |/ / | | | | | | | | | | | | | The 3.x series is currently broken. Until py.test works again, 3.x should not be used by anything. | |||||
| * | | Added tag v26.1.0 for changeset b299cfc9d7d8 | Jason R. Coombs | 2016-08-28 | 1 | -0/+1 | |
| | | | ||||||
| * | | Bump version: 26.0.0 → 26.1.0v26.1.0 | Jason R. Coombs | 2016-08-28 | 2 | -2/+2 | |
| | | | ||||||
| * | | Rely on appdirs for resolving a cache dir for Python-Eggs. Fixes #763. | Jason R. Coombs | 2016-08-27 | 2 | -41/+17 | |
| | | | ||||||
| * | | Add appdirs as vendored package. Ref #763. | Jason R. Coombs | 2016-08-27 | 5 | -2/+557 | |
| | | | ||||||
| * | | Make exactly one space after comma. (#756) | stepshal | 2016-08-22 | 1 | -1/+1 | |
| | | | ||||||
| * | | Issue is fixed, so just exclude the offending version. | Jason R. Coombs | 2016-08-20 | 1 | -1/+1 | |
| | | | ||||||
| * | | Added tag v26.0.0 for changeset 7cb13a0cd176 | Jason R. Coombs | 2016-08-20 | 1 | -0/+1 | |
| | | | ||||||
| * | | Bump version: 25.4.0 → 26.0.0v26.0.0 | Jason R. Coombs | 2016-08-20 | 2 | -2/+2 | |
| | | | ||||||
| * | | Update changelog | Jason R. Coombs | 2016-08-20 | 1 | -0/+3 | |
| | | | ||||||
| * | | Update changelog | Jason R. Coombs | 2016-08-20 | 1 | -3/+5 | |
| | | | ||||||
| * | | Merge pull request #753 from tlandschoff-scale/master | Jason R. Coombs | 2016-08-20 | 1 | -3/+5 | |
| |\ \ | | | | | | | | | Make Extension accept positional arguments again (fixes #752). | |||||
| | * | | Make Extension accept positional arguments again (fixes #752). | Torsten Landschoff | 2016-08-20 | 1 | -3/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | As a side effect, py_limited_api may now only be passed as keyword argument. I think it is early enough for this feature to change this and enforce the flag to be passed as a keyword... | |||||
| * | | | Merge pull request #736 from Ofekmeister/master | Jason R. Coombs | 2016-08-20 | 3 | -0/+7 | |
| |\ \ \ | | | | | | | | | | | Fix issue #459 | |||||
| | * | | | Make import unconditional | Ofekmeister | 2016-08-20 | 3 | -2/+5 | |
| | | | | | | | | | | | | | | | | | | | | Put import on top and updated CHANGES.rst | |||||
| | * | | | Merge remote-tracking branch 'refs/remotes/pypa/master' | Ofekmeister | 2016-08-20 | 18 | -936/+3329 | |
| | |\ \ \ | ||||||
| | * | | | | Fix issue #459 | Ofekmeister | 2016-08-16 | 2 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Patched sys.argv[0] before loading entry point | |||||
| * | | | | | Default to gztar for sdists on all platforms. Ref #748. | Jason R. Coombs | 2016-08-20 | 2 | -0/+18 | |
| | |/ / / | |/| | | | ||||||
| * | | | | fix tests on windows (#754) | Gabi Davar | 2016-08-20 | 1 | -0/+1 | |
| | |/ / | |/| | | | | | | - have tox pass env variables used by setuptools on windows. | |||||
| * | | | Remove trailing whitespace. (#751) | stepshal | 2016-08-19 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Merge pull request #749 from stepshal/E3 | Jason R. Coombs | 2016-08-19 | 8 | -1/+73 | |
| |\ \ \ | | | | | | | | | | | Fix quantity of blank lines after code object, class of function definition. | |||||
| | * | | | Fix quantity of blank lines after code object, class of function definition. | stepshal | 2016-08-20 | 8 | -1/+73 | |
| |/ / / |