cython.git
2009-03-29 Dag Sverre... merge
2009-03-29 Dag Sverre... IndexNode went smoothly to newtemps
2009-03-29 Dag Sverre... Guard against the class of bugs which #267 was a member of
2009-03-29 Dag Sverre... merge
2009-03-29 Dag Sverre... Fix #267
2009-03-29 Dag Sverre... Fixed error in testcase
2009-03-29 Robert BradshawSplit int/float division cases for efficiency, make...
2009-03-29 Robert BradshawTest (and fix) corner case in C division
2009-03-28 Robert Bradshawtest for #183
2009-03-28 Robert BradshawFix for #260, float floor div
2009-03-28 Robert BradshawTest case for #260, floor div on floats
2009-03-28 Dag Sverre... Testcase for #267
2009-03-28 Dag Sverre... More easy ones to new temps
2009-03-28 Dag Sverre... Debug flag to not intercept pipeline exceptions
2009-03-28 Dag Sverre... DictNode, newtemps and so on
2009-03-28 Dag Sverre... Remove unused reference to result() in analysis
2009-03-28 Dag Sverre... ClassNode to new temps
2009-03-28 Robert BradshawAdd trove classifier "Programming Language :: Cython"
2009-03-28 Robert BradshawUse warnings framework for c division.
2009-03-28 Dag Sverre... Some trivial nodes to new temps
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 Dag Sverre... NameNode to new temps
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 Bradshawmerge in latest cython-devel
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 Behnelmerged in latest cython-devel
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 Robert Bradshawmerge
2009-03-25 Robert BradshawFix for #253
2009-03-25 Robert BradshawTests for floating point for..from steps (#254)
2009-03-25 Stefan Behnelmerge
2009-03-25 Stefan Behnelprevent duplicated calls to analyse_default_values...
2009-03-25 Stefan Behnelcleanup
2009-03-25 Robert BradshawFix py target for-from loop.
2009-03-25 Stefan Behnelmerge
2009-03-25 Stefan Behnelextended error test cases
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-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-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-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 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.
next