summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Pin to pytest < 3 until skip errors can be resolved.Jason R. Coombs2016-08-191-1/+1
| | | |
| * | | Rewrite test, dynamically generating the .tar.gz file, with help from ↵Jason R. Coombs2016-08-191-32/+18
| | | | | | | | | | | | | | | | dstufft in #748.
| * | | Added tag v25.4.0 for changeset f713f9faaaa3Jason R. Coombs2016-08-191-0/+1
| | | |
| * | | Bump version: 25.3.0 → 25.4.0v25.4.0Jason R. Coombs2016-08-192-2/+2
| | | |
| * | | 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
| | | |
| * | | Move changelog into a new releaseJason R. Coombs2016-08-191-8/+12
| | | |
| * | | Merge pull request #718 from dholth/masterJason R. Coombs2016-08-194-2/+52
| |\ \ \ | | | | | | | | | | use abi3 extension if Extension().is_abi3
| | * | | changelogDaniel Holth2016-08-191-0/+8
| | | | |
| | * | | 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
| | | | |
| * | | | Added tag v25.3.0 for changeset 2371456ae99dJason R. Coombs2016-08-191-0/+1
| | | | |
| * | | | Bump version: 25.2.0 → 25.3.0v25.3.0Jason R. Coombs2016-08-192-2/+2
| | | | |
| * | | | Update changelogJason R. Coombs2016-08-191-4/+5
| | | | |
| * | | | Merge pull request #747 from stepshal/comment_hashJason R. Coombs2016-08-191-1/+1
| |\ \ \ \ | | | | | | | | | | | | Fix spacing after comment hash.
| | * | | | Fix spacing after comment hash.stepshal2016-08-181-1/+1
| | | | | |
| * | | | | Merge pull request #742 from stepshal/whitespaceJason R. Coombs2016-08-192-52/+52
| |\ \ \ \ \ | | | | | | | | | | | | | | Add missing whitespace after comma.
| | * | | | | Add missing whitespace after comma.stepshal2016-08-182-52/+52
| | |/ / / /
| * | | | | Merge pull request #737 from timheap/manifest-testsJason R. Coombs2016-08-191-0/+475
| |\ \ \ \ \ | | | | | | | | | | | | | | Add tests for MANIFEST.in
| | * | | | | Copy FileList tests from distutilsTim Heap2016-08-171-9/+274
| | | | | | |
| | * | | | | Add tests for MANIFEST.inTim Heap2016-08-171-0/+210
| | | |_|/ / | | |/| | |
| * | | | | Merge pull request #739 from JGoutin/patch-1Jason R. Coombs2016-08-192-6/+35
| |\ \ \ \ \ | | |_|/ / / | |/| | | | numpy.distutils and distutils._msvccompiler compatibility
| | * | | | 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
| | | | | | | | | | | | | | | | | | Agree with @pitrou comment.
| | * | | | Patch with numpy at execution time and not at import timeJ. Goutin2016-08-161-7/+18
| | | | | |
| | * | | | Add history for unquoted libpaths problemJ. Goutin2016-08-161-3/+9
| | | | | |
| | * | | | numpy.distutils and distutils._msvccompiler compatibilityJ. Goutin2016-08-161-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/pyparsingJason R. Coombs2016-08-172-795/+2565
| |\ \ \ \ | | | | | | | | | | | | Upgrade pyparsing to version 2.1.8
| | * | | | Upgrade pyparsing to version 2.1.8insiv2016-08-172-795/+2565
| | |/ / /
| * | | | Merge pull request #744 from stepshal/comparisonJason R. Coombs2016-08-171-1/+1
| |\ \ \ \ | | | | | | | | | | | | Fix comparison with None.
| | * | | | Fix comparison with None.insiv2016-08-171-1/+1
| | |/ / /
| * | | | Merge pull request #743 from stepshal/block-commentJason R. Coombs2016-08-171-1/+1
| |\ \ \ \ | | | | | | | | | | | | Fix spacing after comment hash.
| | * | | | Fix spacing after comment hash.insiv2016-08-171-1/+1
| | |/ / /
| * | | | Merge pull request #741 from stepshal/operatorsJason R. Coombs2016-08-172-34/+34
| |\ \ \ \ | | | | | | | | | | | | Add missing whitespace around operators.
| | * | | | Add missing whitespace around operators.insiv2016-08-172-34/+34
| | |/ / /
| * | | | Merge pull request #740 from stepshal/parameterJason R. Coombs2016-08-172-2/+2
| |\ \ \ \ | | |/ / / | |/| | | Remove whitespace around parameter = sign.
| | * | | Remove whitespace around parameter = sign.insiv2016-08-172-2/+2
| |/ / /
| * | | Merge pull request #735 from jakirkham/bundle_licenseJason R. Coombs2016-08-151-0/+1
| |\ \ \ | | | | | | | | | | Bundle the license
| | * | | Include the license in sdists and similar packagings.John Kirkham2016-08-141-0/+1
| | | | |
| * | | | Merge pull request #734 from timheap/toxJason R. Coombs2016-08-151-1/+1
| |\ \ \ \ | | |/ / / | |/| | | Update tox.ini envlist to match supported Pythons
| | * | | Update tox.ini envlist to match supported PythonsTim Heap2016-08-141-1/+1
| |/ / / | | | | | | | | | | | | | | | | Pythons 3.1, 3.2 are no longer supported, but Python 3.5, Pypy, and Pypy3 are.
| * | | Update changelogJason R. Coombs2016-08-131-0/+5
| | | |
| * | | Merge pull request #731 from mindw/certifi_bumpJason R. Coombs2016-08-131-2/+2
| |\ \ \ | | | | | | | | | | bump certifi to 2016.8.8
| | * | | bump certifi to 2016.8.8Gabi Davar2016-08-131-2/+2
| |/ / /