summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare release of 0.28.6.0.28.60.28.xStefan Behnel2018-11-012-2/+6
* Workaround for long internals misconfiguration on 64-bit MinGW.Robert Bradshaw2018-11-012-0/+9
* Fix some Python warnings about unknown/unnecessary string escape sequences.Stefan Behnel2018-09-081-8/+8
* Fix escaping in a test runner regex.Stefan Behnel2018-09-081-1/+1
* Fix constant folding of multiplied string literals when they appear in anothe...Stefan Behnel2018-09-083-1/+15
* Enable some tests that were unintentionally not being executed because docstr...Stefan Behnel2018-08-032-24/+24
* Make a test work in Py3.7 that changed behaviour in Python 3.7 ("generator_st...Stefan Behnel2018-08-032-11/+24
* Include Py3.7 in appveyor builds.Stefan Behnel2018-08-031-0/+8
* Replace GCC's attribute optimize("Os") by the better supported and similar (c...0.28.5Stefan Behnel2018-08-031-1/+1
* Update changelog and prepare release of 0.28.5.Stefan Behnel2018-08-032-1/+14
* Add docs comment that "verbatim" C code is at least parsed as normal docstring.Stefan Behnel2018-08-031-0/+4
* Fix reference leak in Py2 string comparison code when comparing str with unic...Stefan Behnel2018-07-231-0/+3
* Fix `fused_pointer_except_null` test undefined behaviorCallie LeFave2018-07-221-7/+10
* Add changelog entry for GH #2199 (fixed in 0.28.3).Stefan Behnel2018-07-181-0/+3
* Prepare release of 0.28.4.0.28.4Stefan Behnel2018-07-081-1/+1
* Prepare release of 0.28.4.Stefan Behnel2018-07-081-1/+3
* The change of making "tstate->exc_state" a struct was introduced in CPython 3...Stefan Behnel2018-07-082-6/+6
* Add safety checks to prevent exception subtype checks with non-types. This ra...Stefan Behnel2018-06-261-3/+11
* Correct the runtime handling of exception tuples in except clauses.Stefan Behnel2018-06-263-0/+62
* Fix: reallowing tp_clear() in a subtype of an @no_gc_clear extension type gen...Stefan Behnel2018-06-033-1/+27
* Reverse Py3.x build order in appveyor as 3.4 takes very long and is the least...Stefan Behnel2018-05-271-8/+8
* Fix test.0.28.3Stefan Behnel2018-05-271-1/+1
* Prepare release of 0.28.3.Stefan Behnel2018-05-272-2/+2
* Revert "Make cpdef methods overridable in Python classes with slots (which do...Stefan Behnel2018-05-273-39/+1
* Fix error reporting on very early errors when the Cython runtime configuratio...Stefan Behnel2018-05-212-1/+7
* Avoid segfault due to a bug in g++ 4.4.7 when the -Os setting for the module ...Stefan Behnel2018-05-182-1/+5
* Update changelog.Stefan Behnel2018-05-181-1/+1
* Prevent UnicodeEncodeError in Py2 when ``%s`` formatting is optimised for uni...Stefan Behnel2018-05-184-1/+18
* Make cpdef methods overridable in Python classes with slots (which do not hav...Stefan Behnel2018-05-033-1/+39
* Trailing newlineRobert Bradshaw2018-05-031-1/+1
* Merge branch 'cpp-operator'Robert Bradshaw2018-05-036-7/+170
|\
| * Documented ways of wrapping nonmember operatorsda_woods2015-09-191-0/+8
| * Added a few more tests for the C++ standard libraryda_woods2015-09-191-0/+20
| * Further operator finding fixesda_woods2015-09-191-8/+12
| * Allow nonmember operators in c++ classesda_woods2015-09-194-6/+136
* | Merge pull request #2217 from Alexhuszagh/boolean_returnRobert Bradshaw2018-05-013-1/+29
|\ \
| * | Bug fix for boolean return using statement with internal commas.Alex Huszagh2018-04-263-1/+29
* | | Change format of contributions document to ReST.Stefan Behnel2018-05-011-0/+1
* | | Add an initial contributions document.Stefan Behnel2018-05-011-0/+10
|/ /
* | Avoid uninitialised C variable (and thus potentially undefined behaviour), ev...Stefan Behnel2018-04-171-6/+6
* | Make sure there is always a 'return' in the specialised set iteration C code,...Stefan Behnel2018-04-171-1/+1
* | Fix for non-CPython: continue iterating during set iteration after finding th...Stefan Behnel2018-04-172-1/+10
* | Update changelog.Stefan Behnel2018-04-131-1/+1
* | Prepare release of 0.28.2.0.28.2Stefan Behnel2018-04-132-2/+5
* | Merge pull request #2168 from vallsv/patch-1scoder2018-04-121-0/+2
|\ \
| * | Improve unordered_map APIValentin Valls2018-03-211-0/+2
* | | Merge pull request #2184 from jkleckner/add-no_zip_safe-to-documentationscoder2018-04-083-0/+23
|\ \ \
| * | | Add zip_safe=False to userguide setup.pyJim Kleckner2018-03-293-0/+23
* | | | Merge pull request #2187 from luzpaz/misc-typosscoder2018-04-086-7/+7
|\ \ \ \
| * | | | Misc. typosluz.paz2018-03-286-7/+7
| |/ / /