Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Pin to pytest < 3 until skip errors can be resolved. | Jason R. Coombs | 2016-08-19 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Rewrite test, dynamically generating the .tar.gz file, with help from ↵ | Jason R. Coombs | 2016-08-19 | 1 | -32/+18 | |
| | | | | | | | | | | | | | | | | dstufft in #748. | |||||
| * | | | Added tag v25.4.0 for changeset f713f9faaaa3 | Jason R. Coombs | 2016-08-19 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Bump version: 25.3.0 → 25.4.0v25.4.0 | Jason R. Coombs | 2016-08-19 | 2 | -2/+2 | |
| | | | | ||||||
| * | | | Use six for python major version detection | Jason R. Coombs | 2016-08-19 | 1 | -4/+6 | |
| | | | | ||||||
| * | | | Extract variable for boolean expression for nicer indentation. | Jason R. Coombs | 2016-08-19 | 1 | -2/+6 | |
| | | | | ||||||
| * | | | Move import to the top | Jason R. Coombs | 2016-08-19 | 1 | -6/+3 | |
| | | | | ||||||
| * | | | Move import to top | Jason R. Coombs | 2016-08-19 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Reorganize imports | Jason R. Coombs | 2016-08-19 | 1 | -4/+4 | |
| | | | | ||||||
| * | | | Move changelog into a new release | Jason R. Coombs | 2016-08-19 | 1 | -8/+12 | |
| | | | | ||||||
| * | | | Merge pull request #718 from dholth/master | Jason R. Coombs | 2016-08-19 | 4 | -2/+52 | |
| |\ \ \ | | | | | | | | | | | use abi3 extension if Extension().is_abi3 | |||||
| | * | | | changelog | Daniel Holth | 2016-08-19 | 1 | -0/+8 | |
| | | | | | ||||||
| | * | | | gate test against get_abi3_suffix() | Daniel Holth | 2016-08-05 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | rename is_abi3 to py_limited_api | Daniel Holth | 2016-08-05 | 3 | -4/+6 | |
| | | | | | ||||||
| | * | | | call finalize_options in test | Daniel Holth | 2016-08-05 | 1 | -2/+7 | |
| | | | | | ||||||
| | * | | | use abi3 extension if Extension().is_abi3 | Daniel Holth | 2016-08-03 | 3 | -1/+36 | |
| | | | | | ||||||
| * | | | | Added tag v25.3.0 for changeset 2371456ae99d | Jason R. Coombs | 2016-08-19 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | Bump version: 25.2.0 → 25.3.0v25.3.0 | Jason R. Coombs | 2016-08-19 | 2 | -2/+2 | |
| | | | | | ||||||
| * | | | | Update changelog | Jason R. Coombs | 2016-08-19 | 1 | -4/+5 | |
| | | | | | ||||||
| * | | | | Merge pull request #747 from stepshal/comment_hash | Jason R. Coombs | 2016-08-19 | 1 | -1/+1 | |
| |\ \ \ \ | | | | | | | | | | | | | Fix spacing after comment hash. | |||||
| | * | | | | Fix spacing after comment hash. | stepshal | 2016-08-18 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #742 from stepshal/whitespace | Jason R. Coombs | 2016-08-19 | 2 | -52/+52 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Add missing whitespace after comma. | |||||
| | * | | | | | Add missing whitespace after comma. | stepshal | 2016-08-18 | 2 | -52/+52 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #737 from timheap/manifest-tests | Jason R. Coombs | 2016-08-19 | 1 | -0/+475 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Add tests for MANIFEST.in | |||||
| | * | | | | | Copy FileList tests from distutils | Tim Heap | 2016-08-17 | 1 | -9/+274 | |
| | | | | | | | ||||||
| | * | | | | | Add tests for MANIFEST.in | Tim Heap | 2016-08-17 | 1 | -0/+210 | |
| | | |_|/ / | | |/| | | | ||||||
| * | | | | | Merge pull request #739 from JGoutin/patch-1 | Jason R. Coombs | 2016-08-19 | 2 | -6/+35 | |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | numpy.distutils and distutils._msvccompiler compatibility | |||||
| | * | | | | Add numpy version check | J. Goutin | 2016-08-18 | 1 | -3/+4 | |
| | | | | | | ||||||
| | * | | | | Wrong line for comment | J. Goutin | 2016-08-16 | 1 | -2/+2 | |
| | | | | | | ||||||
| | * | | | | Improve numpy.distutils detection | J. Goutin | 2016-08-16 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | Agree with @pitrou comment. | |||||
| | * | | | | Patch with numpy at execution time and not at import time | J. Goutin | 2016-08-16 | 1 | -7/+18 | |
| | | | | | | ||||||
| | * | | | | Add history for unquoted libpaths problem | J. Goutin | 2016-08-16 | 1 | -3/+9 | |
| | | | | | | ||||||
| | * | | | | numpy.distutils and distutils._msvccompiler compatibility | J. Goutin | 2016-08-16 | 1 | -3/+13 | |
| | |/ / / | | | | | | | | | | | | | | | | - Fix compatibility between `numpy.distutils` and `distutils._msvccompiler`. See #728 : Setuptools 24 `msvc.py` improvement import `distutils._msvccompiler` (New Python 3.5 C compiler for MSVC >= 14), but this one is not compatible with `numpy.distutils` (because not patched with `numpy.distutils.ccompiler.gen_lib_options`) and return unquoted libpaths when linking. The problem was patched in Numpy, but need to be patched also in Setuptools for compatibility between older versions of Numpy and `distutils._msvccompiler` (and indirectly Setuptools > 24). - Replace some residuals `except Exception`. | |||||
| * | | | | Merge pull request #745 from stepshal/pyparsing | Jason R. Coombs | 2016-08-17 | 2 | -795/+2565 | |
| |\ \ \ \ | | | | | | | | | | | | | Upgrade pyparsing to version 2.1.8 | |||||
| | * | | | | Upgrade pyparsing to version 2.1.8 | insiv | 2016-08-17 | 2 | -795/+2565 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #744 from stepshal/comparison | Jason R. Coombs | 2016-08-17 | 1 | -1/+1 | |
| |\ \ \ \ | | | | | | | | | | | | | Fix comparison with None. | |||||
| | * | | | | Fix comparison with None. | insiv | 2016-08-17 | 1 | -1/+1 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #743 from stepshal/block-comment | Jason R. Coombs | 2016-08-17 | 1 | -1/+1 | |
| |\ \ \ \ | | | | | | | | | | | | | Fix spacing after comment hash. | |||||
| | * | | | | Fix spacing after comment hash. | insiv | 2016-08-17 | 1 | -1/+1 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #741 from stepshal/operators | Jason R. Coombs | 2016-08-17 | 2 | -34/+34 | |
| |\ \ \ \ | | | | | | | | | | | | | Add missing whitespace around operators. | |||||
| | * | | | | Add missing whitespace around operators. | insiv | 2016-08-17 | 2 | -34/+34 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #740 from stepshal/parameter | Jason R. Coombs | 2016-08-17 | 2 | -2/+2 | |
| |\ \ \ \ | | |/ / / | |/| | | | Remove whitespace around parameter = sign. | |||||
| | * | | | Remove whitespace around parameter = sign. | insiv | 2016-08-17 | 2 | -2/+2 | |
| |/ / / | ||||||
| * | | | Merge pull request #735 from jakirkham/bundle_license | Jason R. Coombs | 2016-08-15 | 1 | -0/+1 | |
| |\ \ \ | | | | | | | | | | | Bundle the license | |||||
| | * | | | Include the license in sdists and similar packagings. | John Kirkham | 2016-08-14 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | Merge pull request #734 from timheap/tox | Jason R. Coombs | 2016-08-15 | 1 | -1/+1 | |
| |\ \ \ \ | | |/ / / | |/| | | | Update tox.ini envlist to match supported Pythons | |||||
| | * | | | Update tox.ini envlist to match supported Pythons | Tim Heap | 2016-08-14 | 1 | -1/+1 | |
| |/ / / | | | | | | | | | | | | | | | | | Pythons 3.1, 3.2 are no longer supported, but Python 3.5, Pypy, and Pypy3 are. | |||||
| * | | | Update changelog | Jason R. Coombs | 2016-08-13 | 1 | -0/+5 | |
| | | | | ||||||
| * | | | Merge pull request #731 from mindw/certifi_bump | Jason R. Coombs | 2016-08-13 | 1 | -2/+2 | |
| |\ \ \ | | | | | | | | | | | bump certifi to 2016.8.8 | |||||
| | * | | | bump certifi to 2016.8.8 | Gabi Davar | 2016-08-13 | 1 | -2/+2 | |
| |/ / / |