summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix Py2 doctest issue (shows on Windows).Stefan Behnel2017-10-011-1/+1
* Exclude Py3.3 from appveyor builds as it is out of maintenance anyway and isn...Stefan Behnel2017-10-011-8/+0
* Prepare release of 0.27.1.Stefan Behnel2017-10-012-2/+2
* Merge pull request #1900 from MaxBo/MaxBo-patch-1scoder2017-10-013-12/+74
|\
| * Merge remote-tracking branch 'upstream/master' into MaxBo-patch-1MaxBo2017-09-302-1/+3
| |\
| * | add regex to ######## coverage_test.py ########MaxBo2017-09-302-20/+12
| * | Merge remote-tracking branch 'upstream/master' into MaxBo-patch-1MaxBo2017-09-301-2/+8
| |\ \
| * | | add MixedCase packages and filenames for coverage testsMaxBo2017-09-301-2/+55
| * | | fix coverage_api test for windows by renaming the .pyd-filesMaxBo2017-09-301-0/+15
| * | | change quotation marks to work in windowsMaxBo2017-09-302-2/+2
| * | | use canonical_filename from coverage.filesMaxBo2017-09-301-33/+5
| * | | Update Coverage.pyMax Bohnet2017-09-291-5/+5
| * | | Update Coverage.pyMax Bohnet2017-09-291-2/+32
* | | | Enable external integration tests with NumPy, coverage, etc. on appveyor.Stefan Behnel2017-10-011-0/+1
* | | | Include coverage support for PyPy extension modules.Stefan Behnel2017-10-011-1/+1
| |_|/ |/| |
* | | Generalise .so file regex even further as the platform suffix of extension mo...Stefan Behnel2017-09-302-1/+3
| |/ |/|
* | Try to include also Macs in coverage .so file search.Stefan Behnel2017-09-301-2/+8
* | Include Windows DLL suffix pattern in coverage file search.Stefan Behnel2017-09-301-1/+1
|/
* Merge pull request #1899 from rlamy/pypy5.9scoder2017-09-291-3/+3
|\
| * Fix classmethod creation for (upcoming) PyPy{,3} 5.9Ronan Lamy2017-09-291-3/+3
|/
* Update changelog.Stefan Behnel2017-09-291-2/+5
* Make some dealloc behaviour depend on "tp_finalize" slot usage and not just P...Stefan Behnel2017-09-291-3/+3
* Correctly initialise "tp_finalize" slot even when its usage is disabled.Stefan Behnel2017-09-292-0/+6
* Revert "Use concrete macro for "tp_finalize" usage everywhere instead of Pyth...Stefan Behnel2017-09-294-11/+11
* Use concrete macro for "tp_finalize" usage everywhere instead of Python versi...Stefan Behnel2017-09-294-11/+11
* Prevent dict lookup with live exception when looking up names from class name...Stefan Behnel2017-09-291-2/+15
* Fix method name (no test failure?).Stefan Behnel2017-09-291-1/+1
* Fix generation of api code for C++ classes with object members.Robert Bradshaw2017-09-282-40/+63
* Remove dead code.Stefan Behnel2017-09-281-2/+0
* Remove dead code.Stefan Behnel2017-09-281-3/+0
* Fix typo.Stefan Behnel2017-09-281-1/+1
* Fix error handling when importing NumPy for Pythran modules.Stefan Behnel2017-09-282-9/+2
* Enforce single module initialisation despite PEP 489 allowing to re-execute a...Stefan Behnel2017-09-284-3/+17
* Disable failing PEP-489 test after disabling PEP-489.Stefan Behnel2017-09-271-0/+2
* Fix file path handling in setuptools hack.Stefan Behnel2017-09-271-1/+1
* Disable PEP-489 support by default (*sigh*). It actually requires more than ...Stefan Behnel2017-09-272-1/+9
* Add a pseudo example to the docs showing how to embed a Cython module in Py3.Stefan Behnel2017-09-271-1/+11
* Clarify fix in changelog.0.27.1b1Stefan Behnel2017-09-271-3/+3
* Try if increasing the number of test shards speeds up the travis build.Stefan Behnel2017-09-271-1/+1
* Prevent negative CRC32 values in Py2 from messing up the modulo calculation.Stefan Behnel2017-09-271-2/+2
* Re-enable sharding in appveyor builds after fixing the test splitting.Stefan Behnel2017-09-271-1/+1
* Make test runner shards deterministic with a non-forking multiprocessing pool...Stefan Behnel2017-09-271-2/+6
* Remove dead code.Stefan Behnel2017-09-271-28/+0
* Avoid using old-style class in test runner in Py2.Stefan Behnel2017-09-271-1/+3
* Rewrite tp_dealloc() of fused types functions to correctly disable GC before ...Stefan Behnel2017-09-272-5/+18
* Allow arbitrary annotations again with "annotation_typing=False", not only va...Stefan Behnel2017-09-273-7/+9
* Fix Py3 list comprehensions in (C-)class bodies: loop variable was declared i...Stefan Behnel2017-09-274-2/+43
* Separate functions in test for readability.Stefan Behnel2017-09-271-0/+16
* Separate functions in test for readability.Stefan Behnel2017-09-271-0/+15
* Correctly disable "pure_py3" doctest in plain Py2.x.Stefan Behnel2017-09-272-2/+1