summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* PyPy3: Register module cleanup with atexit (PyModuleDef.m_free is not used)dalcinl/fix-module-cleanupLisandro Dalcin2017-10-181-2/+2
* Merge pull request #1937 from cython/travis-ciLisandro Dalcin2017-10-185-24/+88
|\
| * Travis-CI: Exclude tests failing on macOS with C++travis-ciLisandro Dalcin2017-10-152-0/+16
| * Travis-CI: Add macOS to build matrix using MinicondaLisandro Dalcin2017-10-151-21/+60
| * Fix definition CYTHON_FALLTHROUGH in module setup utility codeLisandro Dalcin2017-10-151-1/+10
| * Fix embedded test to work with Anaconda PythonLisandro Dalcin2017-10-151-1/+2
| * Fix bad use of GCC version regex in runtest.pyLisandro Dalcin2017-10-151-1/+0
|/
* Use complete IPython dependency path in test runner to work around current te...Stefan Behnel2017-10-141-1/+1
* Tighten preprocessor check that avoids the "fallthrough" C compiler warnings.Stefan Behnel2017-10-141-1/+1
* Simplify preprocessor code that avoids the "fallthrough" C compiler warnings,...Stefan Behnel2017-10-141-3/+1
* Fix compiler warnings in clang and C++ about unknown "fallthrough" attribute.Stefan Behnel2017-10-142-2/+7
* Update changelog.Stefan Behnel2017-10-141-0/+3
* Update classifiersHugo2017-10-141-0/+8
* RF: remove unneeded definesMichaelWS2017-10-131-6/+0
* BF: closes 1484 for unordered mapMichael Schatzow2017-10-133-14/+73
* Include changelog in Sphinx documentationMichael V. DePalatis2017-10-132-0/+2
* Update changelog.Stefan Behnel2017-10-131-0/+3
* Fix the first argument special method signatures of "__eq__", "__lt__" and th...Stefan Behnel2017-10-133-42/+161
* Link to the special method documentation in CPython from the Cython docs.Stefan Behnel2017-10-132-5/+25
* Update changelog.Stefan Behnel2017-10-101-0/+3
* Remove overambitious constant folding of comprehensions when they occur in a ...Stefan Behnel2017-10-102-0/+52
* Fix "declaration after code" C compile error.Stefan Behnel2017-10-071-1/+4
* Remove accidental use of "await" as a name as it becomes a keyword in Py3.7.Stefan Behnel2017-10-072-14/+14
* Update changelog and version in 0.27.x branch.Stefan Behnel2017-10-032-1/+19
* Turn compiler assertion into an error since it's triggered by user code.Stefan Behnel2017-10-032-3/+13
* Fix combined testing of warnings and errors in test runner.Stefan Behnel2017-10-031-2/+2
* Make test more portable. Python's array() type does not support the buffer in...Stefan Behnel2017-10-031-4/+3
* Fix compiler crash when analysing a complex name as a type using sizeof(X) tr...Stefan Behnel2017-10-032-4/+26
* Prevent config lookup of "C line in traceback" option from clearing the live ...Stefan Behnel2017-10-031-16/+22
* Repair compilation error for nested module level comprehensions.Stefan Behnel2017-10-033-8/+56
* Exclude external integration tests in appveyor again to get a passing build.Stefan Behnel2017-10-011-1/+0
* Avoid starting IPython in test module if we don't execute the tests.Stefan Behnel2017-10-011-7/+19
* Catch concrete exception in test to prevent hiding actual errors.Stefan Behnel2017-10-011-1/+1
* Properly disable IPython tests on import failures.Stefan Behnel2017-10-011-1/+1
* Avoid calling undefined names if IPython import fails.0.27.1Stefan Behnel2017-10-011-4/+12
* Avoid calling undefined name if IPython import fails.Stefan Behnel2017-10-011-1/+3
* Disable "numpy_parallel" test on Windows as it seems to fail based on the MSV...Stefan Behnel2017-10-011-0/+1
* Skip Jupyter PGO test on Windows - not currently supported.Stefan Behnel2017-10-011-0/+1
* 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