summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update changelogJason R. Coombs2016-08-291-0/+7
|
* Merge pull request #765 from timheap/bad-pytest-versionJason R. Coombs2016-08-293-3/+6
|\ | | | | Install py.test>=2.8,<3
| * Install py.test>=2.8,<3Tim Heap2016-08-293-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 b299cfc9d7d8Jason R. Coombs2016-08-281-0/+1
|
* Bump version: 26.0.0 → 26.1.0v26.1.0Jason R. Coombs2016-08-282-2/+2
|
* Rely on appdirs for resolving a cache dir for Python-Eggs. Fixes #763.Jason R. Coombs2016-08-272-41/+17
|
* Add appdirs as vendored package. Ref #763.Jason R. Coombs2016-08-275-2/+557
|
* Make exactly one space after comma. (#756)stepshal2016-08-221-1/+1
|
* Issue is fixed, so just exclude the offending version.Jason R. Coombs2016-08-201-1/+1
|
* Added tag v26.0.0 for changeset 7cb13a0cd176Jason R. Coombs2016-08-201-0/+1
|
* Bump version: 25.4.0 → 26.0.0v26.0.0Jason R. Coombs2016-08-202-2/+2
|
* Update changelogJason R. Coombs2016-08-201-0/+3
|
* Update changelogJason R. Coombs2016-08-201-3/+5
|
* Merge pull request #753 from tlandschoff-scale/masterJason R. Coombs2016-08-201-3/+5
|\ | | | | Make Extension accept positional arguments again (fixes #752).
| * Make Extension accept positional arguments again (fixes #752).Torsten Landschoff2016-08-201-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/masterJason R. Coombs2016-08-203-0/+7
|\ \ | | | | | | Fix issue #459
| * | Make import unconditionalOfekmeister2016-08-203-2/+5
| | | | | | | | | | | | Put import on top and updated CHANGES.rst
| * | Merge remote-tracking branch 'refs/remotes/pypa/master'Ofekmeister2016-08-2018-936/+3329
| |\ \
| * | | Fix issue #459Ofekmeister2016-08-162-0/+4
| | | | | | | | | | | | | | | | Patched sys.argv[0] before loading entry point
* | | | Default to gztar for sdists on all platforms. Ref #748.Jason R. Coombs2016-08-202-0/+18
| |/ / |/| |
* | | fix tests on windows (#754)Gabi Davar2016-08-201-0/+1
| |/ |/| | | - have tox pass env variables used by setuptools on windows.
* | Remove trailing whitespace. (#751)stepshal2016-08-191-1/+1
| |
* | Merge pull request #749 from stepshal/E3Jason R. Coombs2016-08-198-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.stepshal2016-08-208-1/+73
|/ /
* | 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
| | |_|/ | |/| |