cython.git
2008-06-12 Robert BradshawFix e_declarations.pyx, e_nogilfunctype.pyx, e_tempcast... 0.9.8rc1
2008-06-11 Robert BradshawTests e_powop, e_pyobinstruct, e_tempcast, e_while...
2008-06-11 Robert BradshawFix e_nogilcmeth
2008-06-11 Robert BradshawWe do allow execution in cdef class bodies.
2008-06-11 Robert BradshawFix e_ctypedefornot
2008-06-11 Robert BradshawFix e_cstruct errors
2008-06-11 Robert BradshawFix crash for scope=None compilation error, more strict...
2008-06-11 Robert Bradshawmerge
2008-06-11 Robert BradshawCleanup MANIFEST
2008-06-11 Stefan Behnelmore error tests, some failing
2008-06-11 Stefan Behnelnew test cases from Pyrex
2008-06-11 Stefan Behnelnew test cases from Pyrex
2008-06-11 Stefan Behnelnew test cases from Pyrex
2008-06-11 Stefan Behnelscope isn't always set for new classes
2008-06-11 Stefan Behnelapplied pending fix by Greg
2008-06-11 Robert Bradshawmerge
2008-06-11 Stefan Behneladded test case from Pyrex rev 96
2008-06-11 Stefan Behnelstream-lined Node.end_pos()
2008-06-11 Stefan Behnelminor speed-ups in code writer
2008-06-11 Stefan Behnelsome stream-lining in CCodeWriter.mark_pos()
2008-06-11 Stefan Behneldo not print error context that resulted from encoding...
2008-06-11 Robert BradshawModule name sanity checking
2008-06-11 Robert BradshawFix for cdef extern classes
2008-06-10 Stefan Behnelremoved unused 'make version' target: there should...
2008-06-10 Stefan Behnelmore .hgignore's
2008-06-10 Robert BradshawCommit rejected hunk for nogill compatability.
2008-06-09 Stefan Behnelfix error context output
2008-06-08 Stefan Behnelcompile Cython.Plex.Scanners module on install to speed...
2008-06-07 Robert BradshawRemove spurious const cast and warnings, niceident...
2008-06-07 Robert Bradshawmerge
2008-06-07 Stefan BehnelPy3 test fixes
2008-06-07 Dag Sverre... Initialize unassigned node child attributes to None...
2008-06-07 Dag Sverre... Fix test case syntax error
2008-06-07 Dag Sverre... 64-bit testcase fix
2008-06-07 Stefan Behnellast merge broke the compiler, here are some initial...
2008-06-07 Robert BradshawFixed trac-17, default values as class members.
2008-06-07 Robert BradshawMerge -dagss and -devel
2008-06-07 Robert BradshawSwitch statement omptimization
2008-06-06 Stefan Behnelcode comments
2008-06-06 Stefan BehnelPyrex merge: removed leaking declarations
2008-06-06 Stefan BehnelPyrex merge: disable multiple compilation in one contex...
2008-06-06 Stefan BehnelPyrex merge: parser context refactoring + nogil blocks
2008-06-06 Robert BradshawFinal cleanup of child accessor stuff
2008-06-06 Stefan Behneltab cleanup
2008-06-06 Stefan Behneltest case cleanup, removes some gcc warnings
2008-06-06 Stefan Behnelcode cleanup after last change
2008-06-06 Stefan Behnelfix return value setting for 'except *' functions
2008-06-06 Stefan Behneltest case for exception propagation across functions
2008-06-06 Stefan Behnelremoved redundant left-over code that broke FQ module...
2008-06-05 Stefan Behnelsmall fix to actually use the module name extracting...
2008-06-05 Stefan Behnelallow diverging nogil declaration, but only when assign...
2008-06-05 Stefan Behnelnew error test for method redeclaration
2008-06-05 Stefan Behneltest output fix
2008-06-05 Stefan BehnelPyrex merge: nogil declaration checking
2008-06-04 Stefan Behnelanother little Pyrex merge that extracts FQ module...
2008-06-04 Stefan Behnelmerged (and partially rewrote) dependency tracking...
2008-06-04 Stefan Behneltest fix: provide the cimported package with an __init_...
2008-06-01 Stefan Behnelcleanup
2008-06-01 Stefan Behnelcleanup
2008-05-30 Stefan Behneluse PyBytes_Type instead of PyString_Type in the genera...
2008-05-30 Stefan BehnelPy3 fix for PyNumberMethods cleanup
2008-05-30 Stefan BehnelPy3 test fixes
2008-05-30 Dag Sverre... Merge
2008-05-30 Dag Sverre... SourceDescriptor-related bug
2008-05-30 Dag Sverre... Fixed bug related to embedding SourceDescriptor positio...
2008-05-30 Dag Sverre... Make TreeFragment.py more readable; copy substitution...
2008-05-30 Dag Sverre... Added eq and hash to source descriptors
2008-05-30 Dag Sverre... Bugfix in __repr__ of SourceDescriptors
2008-05-30 Stefan Behnelhispanic typos :)
2008-05-30 Stefan Behnel'#define PyString_Type PyBytes_Type' in Py3: 'str'...
2008-05-30 Stefan Behnelcleanup
2008-05-30 Stefan Behnelmerge
2008-05-30 Stefan Behneluse PyBytes_*() functions instead of PyString_*() in Py3
2008-05-29 Robert BradshawMinor fix in indexing test
2008-05-29 Stefan Behnelincrease warning level of __(set|del)slice_ methods
2008-05-29 Stefan Behnelenable warning output in tests (currently unused)
2008-05-29 Robert Bradshawmerge
2008-05-29 Robert BradshawFix bug when indexing with large unsigned int
2008-05-29 Robert BradshawImplement "from module [c]import *", some more work...
2008-05-28 Stefan BehnelPy3.0beta compatibility fixes
2008-05-28 Robert BradshawAccept new for-from syntax.
2008-05-28 Robert BradshawOptimized indexing into sequences (partially from Greg...
2008-05-28 Robert BradshawInplace operators <<= >>= //= **=
2008-05-28 Robert BradshawCasting from C pointer to object does not incref
2008-05-28 Robert BradshawFix typo for IF statement.
2008-05-27 Stefan Behnelremove superfluous cast
2008-05-27 Dag Sverre... Merge
2008-05-27 Dag Sverre... TreeFragment fix: Replace enclosing ExprStatNode if...
2008-05-27 Dag Sverre... Removed str conversion from SourceDescriptors in order...
2008-05-27 Dag Sverre... Focus on visitors rather than transforms; Transform...
2008-05-26 Stefan Behnelinvalidate the cache of all subtypes when updating...
2008-05-26 Stefan Behnelextended test case
2008-05-26 Stefan Behnelcomment
2008-05-26 Stefan Behnelmoved method cache invalidation next to dict update...
2008-05-26 Stefan Behnelsimple test for extension class body
2008-05-26 Stefan Behneldocument test runner options
2008-05-26 Stefan Behneltest cases for optional arguments in cdef functions
2008-05-26 Stefan Behnelfix coverage analysis in test runner
2008-05-25 Stefan Behnelcleanup for test runner: use optparse to read cmd line...
2008-05-25 Stefan Behnelrequire options '-v' or '-vv' for status output in...
next