rename PYREX_WITHOUT_ASSERTIONS -> CYTHON_WITHOUT_ASSERTIONS
[cython.git] / Cython / Compiler / Nodes.py
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-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-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-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
2010-07-18 Robert BradshawFix #549, compiler crash on bad template type.
2010-07-17 Stefan Behnelmerged in latest cython-devel
2010-07-17 Stefan Behnelmerged in latest cython-devel
2010-07-15 Stefan Behnelmerge
2010-07-14 Stefan Behnelmerged in latest cython-devel
2010-07-07 Craig CitroCorrectly resolve imports of modules already cimported.
2010-07-02 Lisandro Dalcinuse PyCapsule for Py 2.7+ (but not in Py 3.0)
2010-06-25 Stefan Behnelmerged in latest cython-devel
2010-06-15 Stefan Behnelmerged in latest cython-devel
2010-06-01 Stefan Behnelmerged in latest cython-devel
2010-05-31 Stefan Behnelmerged in latest cython-devel
2010-05-27 Stefan Behnelmerged in latest cython-devel
2010-05-27 Robert BradshawMore large literal as double fixes.
2010-05-26 Stefan Behnelmerged in latest cython-devel
2010-05-25 Stefan Behnelbetter error message
2010-05-18 Stefan Behnelmerged in latest cython-devel
2010-05-16 Stefan Behnelmerged in latest cython-devel
2010-05-14 Stefan Behnelmerged in latest cython-devel
2010-05-12 Stefan Behnelmerged in latest cython-devel
2010-05-12 Stefan Behnelmerged in latest cython-devel
2010-05-12 Stefan Behnelmerged in latest cython-devel
2010-05-12 Stefan Behnelmerged in latest cython-devel
2010-05-12 Stefan Behnelmerged in latest cython-devel
2010-05-12 Stefan Behnelmerged in latest cython-devel
2010-05-09 Stefan Behnelmerged in latest cython-devel
2010-05-09 Stefan Behnelfix ticket #533: 'continue' in the 'else' block of...
2010-05-05 Stefan Behnelmerged in latest cython-devel
2010-05-01 Stefan Behnelmerged in latest cython-devel
2010-04-29 Stefan Behnelcode cleanup for if-const dead code removal: move handl...
2010-04-28 Lisandro Dalcinintroduce CYTHON_UNUSED macro to annotate functions...
2010-04-28 Stefan Behnelmerged in latest cython-devel
2010-04-27 Stefan Behnelavoid generating code for 'if' conditions that are...
2010-04-25 Stefan Behnelmerge
2010-04-25 Robert Bradshawtiny cleanup
2010-04-24 Stefan Behnelcomment fix
2010-04-24 Stefan Behnelgetbuffer slot was broken by the ref-counting fixes...
2010-04-24 Stefan Behnelmerged in latest cython-devel
2010-04-24 Stefan Behnelfix several ref-counting issues with closure variables...
2010-04-22 Stefan Behnelmerged in latest cython-devel
2010-04-16 Stefan Behnelspecial case '=None' default arguments in ext arg type...
2010-04-15 Stefan Behnelprint correct column in error message
2010-04-15 Stefan Behnelmerge
2010-04-15 Stefan Behnelsupport 'not None' and 'or None' on any Python argument
2010-04-15 Lisandro Dalcindo not emit C code for unused special method docstrings
2010-04-14 Stefan Behnelenable 'not/or None' annotation for builtin types
2010-04-14 Stefan Behnelmerge
2010-04-14 Stefan Behnelquick fix for 'not None' tests
2010-04-14 Lisandro Dalcinfixes and tests for enum in bool contexts and func...
next