cython.git
2009-03-25 Robert BradshawTests for floating point for..from steps (#254)
2009-03-25 Robert BradshawFix py target for-from loop.
2009-03-25 Robert Bradshawloop cleanup, comment
2009-03-25 Robert Bradshawfix a loop test
2009-03-25 Robert Bradshawfix most loop tests
2009-03-25 Robert Bradshawloop semantics are STILL wrong, as were some T203 doctests
2009-03-23 Stefan Behneltest for constant folding on character literals
2009-03-23 Stefan Behnelenabled now working bug test
2009-03-23 Stefan Behnelmoved constant folding before type analysis, disabled...
2009-03-20 Stefan Behnelmerged in latest cython-devel
2009-03-20 Stefan Behnelpatch cleanup and test fix (avoid uninitialised variable)
2009-03-20 Stefan Behnelpatch for ticket 203 by Prajwal Suhas P
2009-03-20 Stefan Behnelfix struct auto-typedef-ing
2009-03-20 Stefan Behnelminor cleanup
2009-03-20 Stefan Behnelfix test case
2009-03-20 Stefan Behnelmajor cleanup, move argument default value caching...
2009-03-19 Stefan Behnelmerge
2009-03-19 Robert BradshawTrac #247, better error reporting when Python.h not...
2009-03-19 Stefan Behneluse an explicit way to ask for a non-calculated constan...
2009-03-19 Stefan Behnelminor cleanups
2009-03-19 Stefan Behnelmerged in latest cython-devel
2009-03-19 Stefan Behnelmoved working bug test case
2009-03-19 Stefan Behnelminor cleanup of thread-init code
2009-03-19 Stefan Behnelfix keyword arguments in extension type calls
2009-03-19 Stefan Behnelthread initialisation when using with gil/nogil (by...
2009-03-19 Nicolas DumazetSpam.amount attribute has to be declared.
2009-03-19 Robert BradshawMore unpickling error catching.
2009-03-18 Stefan Behnelalmost complete refactoring of constant allocation...
2009-03-17 Hoyt Koepke... Made lexicon unpickling more robust; on error it regene...
2009-03-19 Robert BradshawTicket #241, better error for keywords in cdef functions.
2009-03-17 Dag Sverre... #158: Small change to error message
2009-03-17 Kurt SmithBug 158 -- raise error if cdef variable declared after...
2009-03-16 Stefan Behneltest case for ticket 232 (without __new__ support)
2009-03-16 Stefan Behnelmoved working bug test case to tests/run/
2009-03-16 Stefan Behneltest for ticket 237
2009-03-15 Stefan Behnelrefactored GIL checking into separate transform (ticket...
2009-03-15 Stefan Behnelprint node position in PrintTree
2009-03-15 Stefan Behnelmake code generation tracing an official debug feature...
2009-03-15 Stefan Behnelfix test case
2009-03-15 Robert BradshawFix #156, missing self in cpdef method.
2009-02-08 Magnus Lie... Added if around for loop (for issue 208)
2009-03-15 Robert Bradshawint powering tests
2009-03-15 Robert Bradshawpow operator on ints
2009-03-15 Robert BradshawTemplating utility code
2009-03-14 Stefan Behnelmerge
2009-03-14 Stefan Behnelminor cythonisation and cleanup in Scanners.pxd
2009-03-14 Stefan Behnelremoved dead code
2009-03-14 Robert BradshawReduce code size for tuple unpacking.
2009-03-14 Robert BradshawFix changeset 1839, both typecasts are valid.
2009-03-14 Stefan Behnelfix annotation of optimised switch statement
2009-03-14 Stefan Behnelmerge 0.11
2009-03-14 Robert BradshawBump version number to 0.11.
2009-03-13 Stefan Behnelticket #186: generate more efficient code when tuple...
2009-03-13 Stefan Behnelsupport interdependencies between utility code fragments
2009-03-13 Stefan Behnelmajor cleanup to fix Py3 code issues (found by 2to3...
2009-03-13 Stefan Behneluse new-style classes everywhere to prevent unexpected...
2009-03-12 Stefan Behnelsome more cythonisation in Plex scanner classes (15...
2009-03-12 Stefan Behnelcleanup: use new-style classes in PyrexTypes
2009-03-11 Stefan Behnelmerge
2009-03-11 Stefan Behnelprevent parser syntax from allowing 'cdef cpdef ...'
2009-03-11 Lisandro Dalcinfix typecast testcase, int and pointer have different...
2009-03-11 Robert BradshawRelease Candidate 3
2009-03-11 Robert Bradshawmerge
2009-03-11 Robert BradshawMore indexing tests
2009-03-11 Robert BradshawLess hacky fast c int indexing.
2009-03-11 Stefan Behnelbetter error message
2009-03-10 Stefan Behnelremove unused code
2009-03-10 Stefan Behnelfix (Py_s)size_t as argument type by removing old code...
2009-03-10 Robert BradshawRelease Candidate 2
2009-03-10 Stefan Behnelset up numpy include directories in test runner when...
2009-03-10 Stefan Behnelfix inclusion of package data files
2009-03-10 Robert Bradshawmerge
2009-03-10 Robert BradshawBetter error reporting in pyxbuild
2009-03-09 Stefan Behneladd missing files to MANIFEST.in
2009-03-08 Stefan Behneltest case for ticket #18
2009-03-08 Stefan Behneltest case for ticket #99
2009-03-08 Stefan Behneltests for T165 and T156
2009-03-08 Stefan Behnelextended test case to also cover ticket #6
2009-03-08 Robert Bradshawrelease candidate
2009-03-08 Robert BradshawAdded tag 0.11.rc for changeset 838a6b7cae62
2009-03-08 Stefan Behneluse function pointer arguments in import/export api... 0.11.rc
2009-03-08 Lisandro Dalcinget rid of the few usages of strcmp(), now replaced...
2009-03-07 Robert Bradshawanother warning avoidance
2009-03-07 Robert BradshawBetter cpdef override check (use method in C API rather...
2009-03-07 Robert BradshawEnable @locals for methods (ctx is c_class_pxd, not...
2009-03-07 Robert Bradshawre-instate @cython.locals in pxd
2009-03-06 Lisandro Dalcincleanup unused exception class and some fixes for bette...
2009-03-06 Lisandro DalcinFix warning when __Pyx_Print is not used
2009-03-03 Stefan Behnelwork-around to fix ticket #228 at least work in Py2...
2009-03-03 Stefan Behnelfix test case
2009-03-03 Stefan Behneltest case for ticket #228
2009-03-03 Stefan Behnelfix Cython compilation after cdef-locals change
2009-03-02 Robert Bradshawmerge
2009-03-02 Stefan Behnelprevent generating empty code section during vtable...
2009-03-01 Stefan Behnelenabled test for working ticket
2009-03-01 Stefan Behnelreverted rev 1786 as it breaks strict aliasing
2009-03-01 Stefan Behnelfix ticket #227: type check for bool is called PyBool_C...
2009-03-01 Stefan Behneltest case for ticket 227
2009-03-01 Robert BradshawFix warning when __Pyx_PrintOne not used.
2009-03-01 Robert BradshawFix bug in cdef locals
next