summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* prepare release of 0.23b20.23b2Stefan Behnel2015-07-291-1/+1
* changelogStefan Behnel2015-07-291-2/+5
* Note PyTypeObject change.Robert Bradshaw2015-07-281-0/+3
* Merge branch 'master' of github.com:cython/cythonRobert Bradshaw2015-07-2793-536/+1213
|\
| * fix compiler crash due to uninitialised attributeStefan Behnel2015-07-282-1/+15
| * Merge pull request #422 from shaishasag/masterscoder2015-07-281-0/+23
| |\
| | * check that cython does not automatically convert from native type to an objec...shai2015-07-251-0/+23
| * | Merge pull request #425 from insertinterestingnamehere/call_fixscoder2015-07-281-0/+8
| |\ \
| | * | Added tests to verify that c++ call operator overloading works withIan Henriksen2015-07-271-0/+8
| |/ /
| * | prevent compiler error output in coroutine error testsStefan Behnel2015-07-271-1/+11
| * | prevent useless method call 'optimisation' for inner functions and classesStefan Behnel2015-07-271-2/+2
| * | fix coverage reporting for compiled .py files by disabling disfunctional cove...Stefan Behnel2015-07-271-2/+5
| * | changelogStefan Behnel2015-07-261-0/+5
| * | move 'unicode' name in Tempita out of the way of 2to3 in Py3.2Stefan Behnel2015-07-262-5/+5
| * | move variable declarations out of the way of 2to3 in Py3.2Stefan Behnel2015-07-262-1/+2
| * | add 2to3 fixers list file to sdistStefan Behnel2015-07-261-1/+1
| * | fix some dict iteration usages in Py3Stefan Behnel2015-07-261-2/+2
| * | Dependencies.py: use print() also in Py2Stefan Behnel2015-07-261-1/+1
| * | go back to using StringIO for XML test reporter in Py2Stefan Behnel2015-07-261-3/+7
| * | go back to using StringIO for test runner in Py2Stefan Behnel2015-07-261-1/+5
| * | fix unicode conversion in cython.inline() code hashingStefan Behnel2015-07-261-1/+2
| * | fix up more places where new "overloaded_assignment" argument was missing (th...Stefan Behnel2015-07-263-14/+17
| * | Merge branch '2to3'Stefan Behnel2015-07-2680-441/+670
| |\ \
| | * | Py2 fixStefan Behnel2015-07-261-1/+1
| | * | restrict 2to3 usage to Python 3.2 (which does not support the u'' string lite...Stefan Behnel2015-07-263-5/+4
| | * | adapt metaclass usage to Py2/Py3Stefan Behnel2015-07-264-11/+52
| | * | adapt 'unicode' usage to Py2/Py3Stefan Behnel2015-07-2618-71/+86
| | * | modernise pyximport testsStefan Behnel2015-07-262-13/+22
| | * | go back to using faster cStringIO for StringIOTree in Py2Stefan Behnel2015-07-261-1/+1
| | * | clean up some iteration code in memory viewsStefan Behnel2015-07-261-1/+1
| | * | fix testStefan Behnel2015-07-261-1/+1
| | * | modernise demos and make them Py2/3 compatibleStefan Behnel2015-07-2615-39/+82
| | * | fix Py3 bug in test runner: setUp() stored view instead of list for later res...Stefan Behnel2015-07-261-6/+5
| | * | minor code simplificationStefan Behnel2015-07-261-2/+2
| | * | remove some dead codeStefan Behnel2015-07-251-6/+1
| | * | enable doctests in Py3 and fix themStefan Behnel2015-07-254-11/+10
| | * | adapt some more syntax to Py2/Py3Stefan Behnel2015-07-254-13/+13
| | * | disable some now-unused 2to3 fixersStefan Behnel2015-07-251-10/+0
| | * | replace xrange() by range() to make it work in Py2/Py3Stefan Behnel2015-07-259-24/+20
| | * | adapt Py2-only 'raise' statements to Py2/Py3Stefan Behnel2015-07-253-15/+60
| | * | make 'basestring' usages compatible with Py2/Py3Stefan Behnel2015-07-254-0/+24
| | * | fix output writing in Py2 where io.StringIO does not support writing 'str'Stefan Behnel2015-07-252-2/+8
| | * | make dict iteration compatible with Py2/Py3Stefan Behnel2015-07-2523-91/+78
| | * | make some imports compatible with Py2/Py3Stefan Behnel2015-07-257-20/+20
| | * | make code usages of Python "long" compatible with Py2/Py3Stefan Behnel2015-07-259-49/+83
| | * | Merge branch '2to3' of https://github.com/encukou/cython into 2to3Stefan Behnel2015-07-2526-65/+54
| | |\ \
| | | * | 2to3: Run the 'import' fixerPetr Viktorin2015-07-256-8/+7
| | | * | 2to3: Run the 'has_key' fixerPetr Viktorin2015-07-252-3/+2
| | | * | 2to3: Apply 'funcattrs' fixer (conditionally)Petr Viktorin2015-07-252-2/+6
| | | * | 2to3: Apply the 'exec' fixerPetr Viktorin2015-07-252-3/+1