summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update C++ Rectangle example.robertwb-rectRobert Bradshaw2016-03-241-29/+48
* Update wrapping_CPlusPlus.rstRobert Bradshaw2016-03-241-13/+1
* Merge branch '0.23.x'Stefan Behnel2016-03-241-2/+2
|\
| * rst fix0.23.50.23.xStefan Behnel2016-03-241-2/+2
* | Merge branch '0.23.x'Stefan Behnel2016-03-241-2/+2
|\ \ | |/
| * changelogStefan Behnel2016-03-241-2/+2
* | Merge branch '0.23.x'Stefan Behnel2016-03-241-3/+3
|\ \ | |/
| * remove dead left-over code in any()/all() optimisation that issued an "unreac...Stefan Behnel2016-03-244-21/+79
| * improve commentsStefan Behnel2016-03-241-4/+4
* | remove dead left-over code in any()/all() optimisation that issued an "unreac...Stefan Behnel2016-03-244-21/+79
* | improve commentsStefan Behnel2016-03-241-4/+4
* | fix copy&paste bugStefan Behnel2016-03-241-1/+1
* | avoid truth-testing overhead in Py3.3+ also for non-ready (wchar_t) Unicode s...Stefan Behnel2016-03-242-1/+3
* | avoid alignment overhead in internal structStefan Behnel2016-03-241-1/+1
* | Merge branch '0.23.x'Stefan Behnel2016-03-241-1/+6
|\ \ | |/
| * changelogStefan Behnel2016-03-241-0/+5
| * Fixed a bugAaron M. Watson2016-03-241-1/+1
| * Silence a warning about applying unary minus to an unsigned integerIan Henriksen2016-03-241-1/+1
| * __Pyx_PyInt_TrueDivideObjC: switch comparison orderNikolaus Rath2016-03-241-1/+2
| * FROM_PY_FUNCTION: Cast to sdigit after unary minus, not beforeNikolaus Rath2016-03-241-1/+1
| * Fix typoAditya Bhosale2016-03-241-1/+1
| * fix reference leak in closure when reassigning to "*args" argumentStefan Behnel2016-03-242-1/+12
* | Merge branch '0.23.x'Stefan Behnel2016-03-242-2/+11
|\ \ | |/
| * use portable #define instead of directly calling a Py3.3+ only functionStefan Behnel2016-03-241-1/+1
| * prepare release of 0.23.5Stefan Behnel2016-03-242-2/+4
| * release hand break from truth tests on Unicode strings in Py3.3+Stefan Behnel2016-03-241-1/+1
| * changelogStefan Behnel2016-03-181-1/+5
* | release hand break from truth tests on Unicode strings in Py3.3+Stefan Behnel2016-03-241-1/+1
* | fix reference leak in closure when reassigning to "*args" argumentStefan Behnel2016-03-242-1/+12
* | Merge branch 'master' of git+ssh://github.com/cython/cythonStefan Behnel2016-03-224-14/+24
|\ \
| * | Add helpful utility code logging.Robert Bradshaw2016-03-211-6/+9
| * | Forward declare some memoryview utility code functions.Robert Bradshaw2016-03-211-0/+5
| * | Use proper conversion for import star and memory views.Robert Bradshaw2016-03-212-8/+10
* | | exclude another crashing buffer test in PyPyStefan Behnel2016-03-221-0/+1
|/ /
* | speed up compilation for functions with large numbers of temps (already shows...Stefan Behnel2016-03-211-9/+11
* | Merge branch 'master' of github.com:cython/cythonRobert Bradshaw2016-03-191-0/+13
|\ \
| * | extend testStefan Behnel2016-03-191-0/+13
* | | Note about property syntax in CHANGES.rstRobert Bradshaw2016-03-191-1/+3
* | | Lower level for old property syntax use.Robert Bradshaw2016-03-191-3/+3
|/ /
* | Bump to 0.24.alpha1Robert Bradshaw2016-03-171-1/+1
* | Let the span of error types be object again.Robert Bradshaw2016-03-171-1/+2
* | generally #define PyObject_Malloc() and friends to their PyMem_*() counterpar...Stefan Behnel2016-03-172-8/+6
* | fall back to PyMem_Malloc() in PyPy (which doesn't have PyObject_Malloc() and...Stefan Behnel2016-03-171-0/+8
* | Remove deprecated property syntax from MemoryView utility code.Robert Bradshaw2016-03-171-58/+50
* | Fix error with fused types and optional template params.Robert Bradshaw2016-03-111-1/+1
* | Bump version to 0.24a00.24a0Robert Bradshaw2016-03-112-12/+3
* | Merge branch 'molpopgen'Robert Bradshaw2016-03-1010-12/+89
|\ \
| * | Fix for stl conversions with default template params.Robert Bradshaw2016-03-101-4/+14
| * | add in MRE for devs to look atKevin R. Thornton2016-02-241-0/+9
| * | restore c++0x to make the test pass on older compilers.Kevin R. Thornton2016-02-241-1/+1