cython.git
2010-11-13 Mark FlorissonFix DebugTransform compiler crash
2010-11-13 Mark FlorissonAdded 'cy select' command
2010-11-13 Mark Florisson'cy exec' and 'py-exec' multiline code support
2010-11-13 Mark Florissonbranch merge
2010-11-13 Mark FlorissonFriendly error if no Cython or Python stack is there...
2010-11-13 Mark FlorissonAdded 'cy exec' and 'py-exec' commands
2010-11-12 Stefan Behnelfix interaction between complex types and IntNode
2010-11-12 Stefan Behnelproperly assign target type to new IntNode on coercion
2010-11-12 Stefan Behnelfix for Python <=2.5
2010-11-12 Stefan Behnelmerge
2010-11-12 Stefan Behnelbetter integer handling in constant folding, including...
2010-11-12 Stefan Behnelmake IntNode smarter about the type of integer it choos...
2010-11-12 Stefan Behnelfix coercion from IntNode to FloatNode, e.g. for hex...
2010-11-12 Stefan Behnelcleanup, support UnaryPlusNode in constant folding
2010-11-12 Stefan Behnelbetter error output from test case
2010-11-12 Stefan Behnelenable constant folding for UnaryMinusNode
2010-11-12 Lisandro DalcinCYTHON_INLINE for __Pyx_GetAttr3
2010-11-12 Stefan Behnelcleanup
2010-11-12 Stefan Behnelfix PostParse transform after changing its superclass
2010-11-12 Stefan Behnellet PostParse transform inherit from ScopeTrackingTrans...
2010-11-12 Stefan Behnelfix more dangling open files in tests
2010-11-12 Stefan Behneloptimise Visitor.ScopeTrackingTransform
2010-11-12 Stefan Behneltest runner: close files immediately after use
2010-11-12 Stefan Behnelinclude RecursiveNodeReplacer in optimised Visitor...
2010-11-12 Stefan Behnelmerge
2010-11-12 Stefan Behnelinclude EnvTransform in optimised Visitor classes
2010-11-12 Stefan Behneldrop redundant code in ExpandInplaceOperators transform
2010-11-12 Robert BradshawFix for non-parse generated BinOp nodes.
2010-11-12 Stefan Behnelmerge
2010-11-12 Robert Bradshawmerge
2010-11-12 Robert Bradshawmore inplace arithmatic tests
2010-11-12 Stefan Behnelfix compiler crash in Py3 on negative Py2 octal integer...
2010-11-12 Robert BradshawComplex inplace operators test.
2010-11-12 Robert BradshawInplace cdivision tests. (#591)
2010-11-12 Robert BradshawActualy use PyNumber_Inplace* operations.
2010-11-12 Stefan Behnelanother pyregr test that won't work in Cython
2010-11-12 Robert Bradshawcleanup
2010-11-12 Robert BradshawOne more buffer fix.
2010-11-12 Robert BradshawTree structure test changes.
2010-11-12 Robert BradshawBuffer fix.
2010-11-12 Robert BradshawHandle inplace arithmatic via parse tree transform.
2010-11-12 Stefan Behneltimely close Cython source file when generating C sourc...
2010-11-11 Stefan Behneldeclare purely internal methods of Scanner class as...
2010-11-11 Stefan Behnelcleanup
2010-11-11 Stefan Behnelfix TupleNode typing as tuple_type instead of py_object...
2010-11-11 Stefan Behneltrial fix for bizarre build bug
2010-11-11 Stefan BehnelVisitor cleanup: mark internal (cdef) methods with...
2010-11-11 Stefan Behnelanother tiny bit faster Visitors
2010-11-11 Stefan Behnelanother bit less overhead inside of Visitor classes
2010-11-11 Stefan Behneldeclare purely internal method of Visitor class as...
2010-11-11 Stefan Behnelrecompile Cython source files when .pxd override files...
2010-11-11 Stefan Behnelskip None checks on a node if we know its constant...
2010-11-11 Stefan Behnelreplace literal None check by a NoneCheckNode
2010-11-11 Stefan Behnelcomment
2010-11-11 Mark FlorissonAdd 'cy finish', 'py-finish', 'py-run' and 'py-cont...
2010-11-11 Stefan Behnelfaster equality check for unicode strings (speeds up...
2010-11-11 Stefan Behnelextended test case
2010-11-11 Stefan Behnelanother minor scanner speed-up
2010-11-10 Stefan Behnelmore typing in Scanners.pxd for slightly faster scanning
2010-11-10 Mark Florissonos.path.join() debug files correctly
2010-11-09 Stefan Behnelminor code cleanup
2010-11-08 Stefan Behnelerror handling fix in metaclass utility code
2010-11-08 Stefan BehnelPy2.3 fix
2010-11-08 Mark FlorissonFix converting a remote PyStringObject to a local string
2010-11-08 Stefan Behnelclean up metaclass code
2010-11-08 Mark Florissondisable C/C++ compiler optimization when compiling...
2010-11-08 Stefan Behnelbetter function names in parser, declare new functions...
2010-11-07 Mark FlorissonLex only the lines of code that are displayed in a...
2010-11-07 Mark FlorissonSupport breaking on line numbers in the current Cython...
2010-11-07 Mark FlorissonJump through excruciable hoops to ensure step-into...
2010-11-07 Mark FlorissonMore efficient step-into and step-over which hopefully...
2010-11-06 Mark FlorissonSupport dereferencing variables in Cython frames
2010-11-06 Mark FlorissonSort locals and globals
2010-11-06 Mark FlorissonPretty print any supported python object (previously...
2010-11-06 Mark FlorissonRemove n-steps argument for stepping and stepping over
2010-11-06 Mark FlorissonFixed 'cy bt' bug where backtraces wouldn't be printed...
2010-11-06 Mark FlorissonSupport python 2.5
2010-11-05 Mark FlorissonDefault 'is_called' attribute to False if not set in...
2010-11-05 Vitja MakarovPy3 metaclasses initial support.
2010-11-08 Stefan Behnelsecond try to fix ticket #583: method signatures of...
2010-11-08 Stefan Behnelremoved dead code
2010-11-08 Stefan Behnelreverted last change - generates problematic C code
2010-11-08 Stefan Behneltrial fix for ticket #583: method signatures of overrid...
2010-11-08 Stefan Behnelfailing test for ticket #583
2010-11-08 Stefan Behnelfix ticket #589: bound methods of optimised builtin...
2010-11-07 Stefan Behnelfailing test case for ticket #589
2010-11-07 Stefan Behnelextended test case
2010-11-07 Stefan Behnelremoved (hopefully) dead code
2010-11-07 Stefan Behnelreminder comment: need to disable C-API mapping for...
2010-11-07 Stefan Behneloptimise iteration over dict.keys/values/items() in...
2010-11-07 Stefan Behnelmajor refactoring of builtin method/function overrides...
2010-11-07 Stefan Behnelmore builtin method cleanups
2010-11-07 Stefan Behnelfix exception type on None error
2010-11-07 Stefan Behnelsimplify some builtin method optimisations
2010-11-07 Stefan Behnelforgotten test fix
2010-11-07 Stefan Behnelfix 'self' argument type in generic builtin method...
2010-11-06 Stefan Behnelmoved string.h utility code over to Builtin.py to make...
2010-11-06 Robert BradshawCompile decorator.
2010-11-05 Stefan Behnelextended test case
2010-11-05 Stefan Behnelimplement builtin next() to make it available in Py2
next