summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into 0.20.x0.20b2Robert Bradshaw2014-01-1113-76/+582
|\
| * changelogStefan Behnel2014-01-111-0/+3
| * implement another try-finally corner case (the Py3 way only for now!): rerais...Stefan Behnel2014-01-113-2/+34
| * optimise string-to-something comparisons also when we know that the result is...Stefan Behnel2014-01-112-5/+411
| * extend testStefan Behnel2014-01-111-4/+8
| * add str comparison fallback to Py2 version of unicode comparisonStefan Behnel2014-01-101-0/+3
| * optimise x == basestring / basestring == xStefan Behnel2014-01-101-0/+4
| * optimise str == unicode / unicode == str in Py2Stefan Behnel2014-01-101-12/+49
| * revert dynamic tp_new() override because it breaks instantiating types with a...Stefan Behnel2014-01-105-112/+9
| * Backed out changeset d0470fb1d881Stefan Behnel2014-01-101-3/+0
| * changelogStefan Behnel2014-01-101-0/+3
| * reuse object's tp_new() for simple extension types if possible to improve sup...Stefan Behnel2014-01-105-9/+112
| * changelogStefan Behnel2014-01-101-0/+4
| * changelogStefan Behnel2014-01-101-0/+3
| * fix set.add(some_tuple) in Py2.4Stefan Behnel2014-01-102-6/+11
| * move set compatibility helpers into Builtins.cStefan Behnel2014-01-102-46/+46
| * call PyBaseObject_Type.tp_new() in tp_new() functions instead of tp_alloc() d...Stefan Behnel2014-01-102-3/+5
| * fix ref-counting bug when writing traceback of unraisable exceptionsStefan Behnel2014-01-101-0/+3
* | Merge branch 'master' into 0.20.xRobert Bradshaw2014-01-0915-18/+111
|\ \ | |/
| * more verbose non-trivial declarators errorRobert Bradshaw2014-01-091-1/+3
| * Merge pull request #270 from ohanar/special_method_docstring_guardRobert Bradshaw2014-01-082-1/+7
| |\
| | * test to ensure special methods are properly guardedR. Andrew Ohana2014-01-031-1/+1
| | * add guarding for special method docstringsR. Andrew Ohana2014-01-031-0/+6
| * | changelogStefan Behnel2014-01-071-0/+3
| * | Unraisable traceback docs.Robert Bradshaw2014-01-072-0/+6
| * | Traceback on unraisable exceptions.Robert Bradshaw2014-01-073-7/+15
| * | Cimported name mangling.Robert Bradshaw2014-01-071-0/+4
| * | undo smart quotesRobert Bradshaw2014-01-061-1/+1
| * | avoid wasting time on parsing pyregr test files for Cython tagsStefan Behnel2014-01-051-1/+4
| * | Py2.4/5 fixStefan Behnel2014-01-051-0/+4
| * | re-enable relaxed_strides test for pre-1.8 NumPy versionsStefan Behnel2014-01-041-1/+8
| * | work around different NumPy 0.18 compile time configurationsStefan Behnel2014-01-041-2/+6
| * | fix bytearray.append(ch) for non-ASCII 1-char strings in Py2 and extend testStefan Behnel2014-01-042-1/+16
| * | special case and optimise both PyInt and PyLong types in __Pyx_PyIndex_AsSsiz...Stefan Behnel2014-01-041-1/+20
| * | fix implicit integer downcast in __Pyx_PyByteArray_AppendObject() functionStefan Behnel2014-01-041-1/+6
| * | remove outdated commentStefan Behnel2014-01-041-1/+0
| * | Update docs about template functions.Robert Bradshaw2014-01-031-2/+10
* | | Bump version number.0.20b1Robert Bradshaw2014-01-031-1/+1
|/ /
* | fix test tagStefan Behnel2014-01-031-1/+1
* | whitespaceStefan Behnel2014-01-031-1/+3
* | make doctest output readable on errorStefan Behnel2014-01-031-6/+7
* | Py2.4/5 fixStefan Behnel2014-01-031-0/+2
* | fix test tagStefan Behnel2014-01-031-1/+0
* | fix Cython warningStefan Behnel2014-01-031-1/+2
* | fix node subtree access in last change (use either local variable or attribut...Stefan Behnel2014-01-031-10/+11
* | be another little more relaxed about temping in assignments (some things real...Stefan Behnel2014-01-031-3/+6
* | be a little more relaxed about temping in assignments (looks like some things...Stefan Behnel2014-01-031-4/+5
* | add tests for some evil cdef attribute assignments and fix themStefan Behnel2014-01-032-10/+114
* | fix test tagStefan Behnel2014-01-031-1/+2
* | make test runner bark at unknown tag names in test filesStefan Behnel2014-01-031-6/+19