cython.git
2009-04-03 Robert BradshawTests for #230 0.11.1.alpha
2009-04-03 Robert BradshawFix ticket #230, pxd cdef override for subclass methods
2009-04-03 Robert BradshawTest for ticket #4, from package cimport module, finish...
2009-04-03 Lisandro Dalcinspecial-case __weakref__ when determining C-safe identi...
2009-04-02 Robert BradshawFix ticket #4, from package cimport module
2009-04-02 Robert BradshawAdd c99 keywords to invalid name list
2009-03-25 Robert BradshawFix for #253
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-04-02 Robert BradshawDemos/Setup.py -> Demos/setup.py
2009-03-31 Dag Sverre... Fix #271
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 Robert BradshawAdd trove classifier "Programming Language :: Cython"
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 ...'
next