cython.git
2009-03-28 Robert BradshawUse warnings framework for c division.
2009-03-28 Robert BradshawCDP 516 warnings
2009-03-28 Robert BradshawPropagate directives in analysis phase.
2009-03-27 Robert BradshawAdd stdexcept when except+ syntax is used.
2009-03-27 Stefan Behneltest case for ticket 262
2009-03-27 Robert BradshawRemove internal dependancy on included .pxd files
2009-03-27 Robert BradshawStep towards fixing #252
2009-03-26 Stefan Behnelmark the real argument name mangling problem as FIXME...
2009-03-26 Stefan Behnelfix cdef opt-arg tests: do not double-mangle __pyx_n...
2009-03-26 Robert Bradshawcleanup _ERRORS
2009-03-26 Robert BradshawFIx #252, bad C struct identifiers
2009-03-26 Robert BradshawCEP 516 in pure mode
2009-03-26 Robert Bradshawmerge
2009-03-26 Robert Bradshawcython.cdiv and cython.cmod for CEP 516
2009-03-26 Robert Bradshawcdivision pragma as specified for CEP 516
2009-03-26 Robert BradshawTests for c division CEP 516
2009-03-26 Robert BradshawMore utility code specialization.
2009-03-25 Stefan Behnelmerge
2009-03-25 Robert BradshawWarning, not error, on builting type redeclaration.
2009-03-25 Robert BradshawDon't have complex as a builtin type (otherwise, can...
2009-03-25 Robert Bradshawmerge
2009-03-25 Robert Bradshawbetter error when user-declared type conflicts with...
2009-03-25 Robert BradshawFix bad self argument crash in cpdef methods (#165)
2009-03-25 Stefan Behnelcleanup
2009-03-25 Stefan Behnelmerge
2009-03-25 Stefan Behnelextended error test cases
2009-03-24 Kurt SmithAdded test case for ticket 135 in tests/bugs.
2009-03-25 Stefan Behnelcleanup last commit
2009-03-25 Stefan Behnelmove optimisation for empty except-blocks to code gener...
2009-03-25 Stefan Behnelenable temp allocation debug comments in test runner
2009-03-22 Stefan Behnelgenerate shorter code for empty except blocks (ticket...
2009-03-22 Stefan Behnelgenerate shorter code for empty except blocks (ticket...
2009-03-22 Stefan Behnelextended test cases to check for exception __context__...
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-19 Stefan Behnelmerge
2009-03-19 Robert BradshawTrac #247, better error reporting when Python.h not...
2009-03-19 Stefan Behnelminor cleanups
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-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 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
next