cython.git
2009-05-12 Dag Sverre... Fixes for previous commit
2009-05-12 Dag Sverre... Utility code code stream refactor
2009-05-11 Dag Sverre... More fine-grained type declaration (makes new buffmt...
2009-05-11 Dag Sverre... Introduce pre-splitting of code-stream in Code.py
2009-05-06 Dag Sverre... Minor testcase fixes
2009-05-06 Dag Sverre... I was not aware of the offsetof macro
2009-05-06 Dag Sverre... Testcases for #303
2009-05-06 Dag Sverre... wraparound directive implemented
2009-05-06 Dag Sverre... #115 appears to be fixed too
2009-05-06 Dag Sverre... Whoops
2009-05-06 Dag Sverre... More buffer typestring; fixes #285
2009-05-05 Dag Sverre... merge
2009-05-05 Dag Sverre... Buffers: format string check rewrite up to standards...
2009-05-05 Dag Sverre... Buffers: Checkpoint before making struct typeinfo flatt...
2009-05-04 Robert Bradshawwmain and wchar_t for windows main function
2009-05-04 Lisandro Dalcinmove testcase ('pass' in a 'cdef extern' block) from...
2009-05-04 Stefan Behnelre-allow 'pass' statement in cdef blocks
2009-05-04 Stefan Behnelprevent redundant type checks when 'converting' between...
2009-05-04 Stefan Behnelbe a little more conservative in the last change
2009-05-04 Stefan Behnelslicing a builtin type will return the same type
2009-05-03 Stefan Behnelfix test case
2009-05-03 Stefan Behnelremoved various invalid syntax combinations for the...
2009-05-03 Stefan Behnelfix pyregr tests in test runner
2009-05-02 Dag Sverre... Outdated comment
2009-05-02 Dag Sverre... Buffers: Rewrite of buffer acquisition
2009-05-02 Dag Sverre... Buffer format string checking rewrite
2009-04-28 Lisandro Dalcincompiler directive to control METH_O and METH_NOARGS...
2009-04-28 Dag Sverre... Whoops, committed debug code. Undoing.
2009-04-28 Dag Sverre... Simple fix for #155
2009-04-26 Stefan Behnelrenamed to correct ticket number
2009-04-25 Dag Sverre... Fix tuple unpacking bug (related to old temps)
2009-04-23 Dag Sverre... merge
2009-04-23 Dag Sverre... #290: whoops
2009-04-23 Dag Sverre... Packed 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 Bradshawembedding example
2009-04-21 Robert BradshawEmbed flag for Cython modules
2009-04-19 Dag Sverre... Buffer: Cleanup. There are no unsigned floats.
2009-04-19 Dag Sverre... Buffer: Always do item size check
2009-04-19 Dag Sverre... Format strings from numpy.pxd: Added endian/packing...
2009-04-18 Stefan Behnelmerge
2009-04-18 Stefan BehnelPyrex -> Cython
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-17 Stefan Behnelfix test case
2009-04-17 Stefan Behnelmark bug test for T284 as failing
2009-04-17 Stefan Behneladded test case for T284
2009-04-17 Robert Bradshawmove stuff out of tests/bugs directory
2009-04-17 Robert BradshawUse bugs list instead of bugs directory.
2009-04-16 Robert BradshawVersion 0.11.1
2009-04-16 Robert BradshawAdded tag 0.11.1 for changeset 6454db601984
2009-04-16 Robert BradshawModify test for T158 as warnings, not errors, are raised. 0.11.1
2009-04-16 Robert BradshawMove fixed ticket tests to testing directories.
2009-04-16 Robert BradshawMove T252 back to bugs until it is fixed.
2009-04-15 Dag Sverre... Proper nogil checks for buffer access
2009-04-18 Robert BradshawFix T284, cdef list setitem
2009-04-15 Dag Sverre... Add warning in situations where command line directive...
2009-04-15 Dag Sverre... Deprecation 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-10 Robert BradshawAdded tag 0.11.1.beta for changeset 7bc36a0f8172
2009-04-06 Lisandro Dalcinbetter Py -> C conversion for integral types (ticket... 0.11.1.beta
2009-04-10 Robert Bradshawno need for print in exectest
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 Bradshawfilter cpp tests based on module name
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 Lisandro Dalcinuse a "size_t" integral for casting to "char*" pointer...
2009-04-07 Lisandro Dalcincast result of "sizeof()" to "int" in testcase, silents...
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 BradshawTest for cpp exception handling
2009-04-03 Robert Bradshaw0.11.1.alpha
2009-04-03 Robert BradshawAdded tag 0.11.1.alpha for changeset 4497f635d5fd
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
next