cleaned up lambda cname mangeling by moving it into the Scope class
[cython.git] / Cython / Compiler / Nodes.py
2010-12-27 Robert BradshawMerge https://github.com/snaury/cython
2010-12-27 Stefan Behnelre-allow Python values in ExprStatNode and NameNode...
2010-12-27 Stefan Behnelnogil fix: disallow ExprStatNode to clean up Python...
2010-12-27 Stefan Behnelalways INCREF Python arguments in 'with gil' C function...
2010-12-21 Vitja MakarovMerge remote branch 'upstream/master'
2010-12-21 Robert BradshawMake __new__ -> __cinit__ into an error, fix compiler...
2010-12-19 Vitja MakarovMerge remote branch 'upstream/master'
2010-12-16 Stefan Behnelmanual merge of Haoyu's nonlocal implementation
2010-12-14 Stefan Behnelmerge
2010-12-14 Stefan Behnelcomments, code cleanup
2010-12-14 Stefan BehnelC code simplification
2010-12-13 Stefan Behnelemit code comment before generator wrapper function
2010-12-13 Stefan Behnelcomment
2010-12-13 Stefan Behnelfix reference leak in error case
2010-12-13 Robert Bradshawmerge whitespace changes
2010-12-13 Robert BradshawRemove trailing whitespace.
2010-12-13 Vitja MakarovRename temps_allocator to closure_temps and move it...
2010-12-13 Stefan Behnelmerge
2010-12-13 Stefan Behnelfix reference counting for function arguments that...
2010-12-12 Vitja MakarovMove ClosureTempAllocator to Code.py
2010-12-12 Vitja MakarovMerge remote branch 'upstream/master'
2010-12-11 Vitja MakarovMerge remote branch 'upstream/master'
2010-12-11 Stefan Behneleliminate StopIterationNode
2010-12-11 Stefan Behnelsplit refnanny setup macro in declaration and setup...
2010-12-11 Stefan Behneloptimise away redundant ref-counting of unused yield...
2010-12-10 Vitja MakarovMove generate parsing,checking and misc code to generat...
2010-12-10 Vitja MakarovTryExceptStatNode: save previous exception state in...
2010-12-10 Vitja MakarovChange generator body signature to PyObject* (*body...
2010-12-10 Vitja MakarovAdd close() support
2010-12-09 Mark FlorissonCompile C test sample code with -fPIC
2010-12-09 Vitja MakarovMake Refnanny happy, fix some errors. More testcases.
2010-12-09 Vitja MakarovExperimental support for generators
2010-12-09 Robert BradshawMerge https://github.com/markflorisson88/cython
2010-12-06 Vitja MakarovAllow pyfunction redefinition
2010-12-05 Mark FlorissonMerge branch 'master' of https://github.com/cython...
2010-12-04 Robert BradshawMerge branch 'math' of https://github.com/certik/cython
2010-12-04 Robert BradshawMerge branch 'fatal_errors' of https://github.com/certi...
2010-12-04 Stefan Behnelprevent inheriting from PyVarObjects: tuple, bytes...
2010-12-04 Stefan Behnelsupport ext type inheritance from builtin types
2010-12-04 Stefan Behnelmake 'complex' the C double complex type instead of...
2010-12-03 Stefan Behnelfix compiler crash after last change
2010-12-03 Vitja MakarovSupport lambda in class and cclass scope, ticket #605.
2010-12-01 Mark Florissonbranch merge
2010-11-27 Vitja MakarovSupport lambda in module scope #603
2010-11-26 Stefan Behnelmerge
2010-11-26 Lisandro Dalcinrename PYREX_WITHOUT_ASSERTIONS -> CYTHON_WITHOUT_ASSER...
2010-11-26 Stefan Behnelfix several Py3 and import issues in the compiled modules
2010-11-26 Stefan Behnelfix unknown names in Nodes.py
2010-11-25 Stefan Behneloutput hex numbers for node ids in Node.dump() as in...
2010-11-25 Stefan Behneloutput hex numbers for node ids in Node.dump() as in...
2010-11-25 Vitja MakarovClosure optimization
2010-11-21 Mark Florissonbranch merge
2010-11-18 Vitja MakarovSupport class closures and nested classes.
2010-11-20 Stefan Behnelmerge
2010-11-20 Stefan Behnelcomment
2010-11-20 Stefan Behneloptimise Py3-style metaclass also when other keywords...
2010-11-19 Stefan Behneloptimisation: do not build and test metaclass kwargs...
2010-11-18 Stefan Behnelminor code cleanups for metaclass patch
2010-11-13 Vitja MakarovActually implement py3 style metaclasses with support...
2010-11-18 Stefan Behnelbacked out class closures patch - breaks CPython regres...
2010-11-17 Vitja MakarovSupport class closures and nested classes
2010-11-15 Stefan Behnelfix list comprehensions as if conditions
2010-11-14 Stefan Behnelsupport non-trivial switch() values in SwitchStatNode
2010-11-14 Robert BradshawFix large integer exception return codes.
2010-11-13 Robert BradshawCreate directive for fast __getattr__.
2010-11-13 Mark Florissonbranch merge
2010-11-12 Stefan Behnelmerge
2010-11-12 Robert Bradshawmerge
2010-11-12 Robert BradshawActualy use PyNumber_Inplace* operations.
2010-11-12 Robert Bradshawcleanup
2010-11-12 Robert BradshawHandle inplace arithmatic via parse tree transform.
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-03 Mark Florissonmerge with cython-devel
2010-11-02 Vitja Makarov__metaclass__ support
2010-10-30 Stefan Behnelsupport 'internal' cdef classes that do not show up...
2010-10-30 Stefan Behnelprevent subtyping final types in Cython (inside of...
2010-10-06 Lisandro Dalcinfix Python exception checking within nogil blocks
2010-10-06 Robert BradshawGet rid of unused __get__/__set__ warnings for cimporte...
2010-10-02 Lisandro Dalcinprotect PyGILState_Ensure|Release for Python configured...
2010-09-11 Robert BradshawCleanup slice iteration code.
2010-09-09 Stefan Behnelmerge
2010-09-09 Robert Bradshawin and not in operators for C arrays and sliced pointers
2010-08-20 Lisandro Dalcinprevious commit broke numpy buffer access for Py<=2.4
2010-08-18 Lisandro Dalcinconditional compilation for {Py2|Py3}-only special...
2010-08-16 Lisandro Dalcinset CYTHON_UNUSED modifier for __index__ special method
2010-08-16 Stefan Behnelmerged in latest cython-release
2010-08-15 Stefan Behnelmerge
2010-08-15 Robert BradshawFix invisible special methods.
2010-08-15 Robert BradshawRestore special method docstrings.
2010-08-13 Stefan Behnelunpack exception test tuples in 'except' clauses, resul...
2010-07-27 Carl Wittytrac #561: fixed major performance bug in special funct...
2010-08-09 Stefan Behnelmerged in changes from cython-release branch
2010-07-28 Stefan Behnelcode cleanup for function default arguments, make sure...
2010-07-28 Stefan Behnelcomments
2010-07-28 Stefan Behnelfix performance hit in argument unpacking when passing...
2010-07-23 Stefan Behnelmerge
2010-07-23 Robert BradshawMerge closures into main development branch.
2010-07-20 Stefan Behnelfix code annotation of 'finally' block
next