compiler directive to control METH_O and METH_NOARGS flags (ticket #295)
[cython.git] / Cython /
2009-04-28 Lisandro Dalcincompiler directive to control METH_O and METH_NOARGS...
2009-04-28 Dag Sverre SeljebotnWhoops, committed debug code. Undoing.
2009-04-28 Dag Sverre SeljebotnSimple fix for #155
2009-04-25 Dag Sverre SeljebotnFix tuple unpacking bug (related to old temps)
2009-04-23 Dag Sverre Seljebotn#290: whoops
2009-04-23 Dag Sverre SeljebotnPacked struct support (#290)
2009-04-23 Robert BradshawInput from Mark Lodato on embedding
2009-04-22 Robert Bradshawmore complete embedded mode (trac 291)
2009-04-21 Robert Bradshaw__name__ == "__main__" for embedded modules
2009-04-21 Robert BradshawEmbed flag for Cython modules
2009-04-18 Stefan Behnelmerge
2009-04-17 Lisandro Dalcinchange usage of global variable '__pyx_modulename'...
2009-04-17 Lisandro Dalcinmake '__pyx_modulename' have static storage in generate...
2009-04-16 Robert BradshawVersion 0.11.1
2009-04-15 Dag Sverre SeljebotnProper nogil checks for buffer access
2009-04-18 Robert BradshawFix T284, cdef list setitem
2009-04-15 Dag Sverre SeljebotnAdd warning in situations where command line directive...
2009-04-15 Dag Sverre SeljebotnDeprecation warning for -X switch
2009-04-15 Robert BradshawRequire GIL for pythonic division, check for division...
2009-04-14 Robert Bradshaw0.11.1 release candidate
2009-04-14 Robert Bradshawcdivision - raise zero division errors
2009-04-14 Lisandro Dalcinfix error when Lexicon source file cannot be open ...
2009-04-10 Robert Bradshaw0.11.1.beta
2009-04-06 Lisandro Dalcinbetter Py -> C conversion for integral types (ticket... 0.11.1.beta
2009-04-10 Robert Bradshawmerge
2009-04-10 Robert BradshawTicket #270, CEnumDefNode leaks memory during construction
2009-04-08 Lisandro Dalcinfixes for "exec" statement implementation.
2009-04-10 Stefan Behnelsimplify nogil declarations in std*.pxd
2009-04-10 Stefan Behnelmerge
2009-04-09 Robert BradshawAnother for..from fix when target is a python global
2009-04-09 Stefan Behnelmerge
2009-04-09 Robert BradshawTrac #158 (defined after used) a warning for now for...
2009-04-09 Robert BradshawPropagate env directives the correct way (fallout from...
2009-04-09 Robert BradshawFix 158 to ignore extern redeclarations.
2009-04-09 Stefan Behnelfix some compiler errors
2009-04-08 Stefan Behnelmerge
2009-04-07 Stefan Behneldeclare standard C functions 'nogil'
2009-04-06 Lisandro Dalcinuse PY_FORMAT_SIZE_T to format Py_ssize_t values
2009-04-08 Lisandro Dalcinfix bad core generation for ctypedef classes when init...
2009-04-06 Stefan Behnelmerge
2009-04-06 Stefan Behneldisable some constant folding operations that can break...
2009-04-06 Lisandro Dalcinfix bug in __Pyx_SetItemInt_Fast
2009-04-03 Robert BradshawInclude stdexcept in all cases.
2009-04-03 Robert Bradshaw0.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 BradshawFix py target for-from loop.
2009-03-25 Robert Bradshawloop cleanup, comment
2009-03-25 Robert Bradshawfix most loop tests
2009-03-31 Dag Sverre SeljebotnFix #271
2009-03-29 Dag Sverre SeljebotnGuard against the class of bugs which #267 was a member of
2009-03-29 Dag Sverre Seljebotnmerge
2009-03-29 Dag Sverre SeljebotnFix #267
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 BradshawFix for #260, float floor div
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 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 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 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 Behnelcleanup last commit
2009-03-25 Stefan Behnelmove optimisation for empty except-blocks to code gener...
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-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 Robert BradshawMore unpickling error catching.
2009-03-17 Hoyt Koepke hoytak... 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 Seljebotn#158: Small change to error message
2009-03-17 Kurt SmithBug 158 -- raise error if cdef variable declared after...
2009-03-15 Stefan Behnelprint node position in PrintTree
next