cython.git
2010-11-16 Stefan Behnelmore cythonisation in the scanner/parser
2010-11-16 Stefan Behnelenabled a compile test
2010-11-16 Stefan Behnelenabled stupid test
2010-11-16 Stefan Behnelcache constant tuples (including constant call arg...
2010-11-15 Stefan Behnelremoved unused code
2010-11-15 Stefan Behnelcode simplification
2010-11-15 Stefan Behnelremoved unused level of indirection from tree visitors...
2010-11-15 Stefan Behnelcleanup
2010-11-15 Stefan Behnelreduced overhead in the scanner
2010-11-15 Stefan Behnelfix test case
2010-11-15 Stefan Behnelreduced overhead in the scanner
2010-11-15 Stefan Behnelcleanup
2010-11-15 Stefan Behnelfix list comprehensions as if conditions
2010-11-15 Stefan Behnelfix list comprehension used in string test in Parsing.py
2010-11-15 Stefan Behnelreduced call overhead (and code size) in the parser...
2010-11-14 Stefan Behneldrop some useless code in the string literal parser
2010-11-14 Stefan Behnelfaster parsing of escape sequences in string literals
2010-11-14 Stefan Behneloptimise 'int_val in string_literal' into a switch...
2010-11-14 Stefan Behnelsupport non-trivial switch() values in SwitchStatNode
2010-11-14 Stefan Behnelparse integer literals differently based on the type...
2010-11-14 Stefan Behneltest runner: support expected errors in .py files
2010-11-14 Robert Bradshawtiny fix, cleanup
2010-11-14 Robert BradshawTest for inplace fix.
2010-11-14 Robert BradshawInplace analysis fix.
2010-11-14 Robert BradshawFix large integer exception return codes.
2010-11-14 Robert BradshawException propagation test.
2010-11-13 Robert BradshawCreate directive for fast __getattr__.
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 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-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 Stefan Behnelclean up metaclass code
2010-11-08 Stefan Behnelbetter function names in parser, declare new functions...
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
next