cython.git
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
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
2010-11-05 Stefan Behnelextended test case for builtin pow()
2010-11-05 Robert BradshawAdd build package.
2010-11-05 Robert Bradshawmerge
2010-11-05 Robert BradshawInline numpy support.
2010-11-05 Robert BradshawMore module caching.
2010-11-05 Robert BradshawString literal parsing in inline mode, hook up to cytho...
2010-11-05 Stefan Behnelslightly more telling error message on generic syntax...
2010-11-05 Robert BradshawFix doctests.
2010-11-05 Robert BradshawMove deps to new build directory.
2010-11-04 Stefan Behnelenable two-value form of builtin pow()
2010-11-03 Stefan Behnelfix ref-leak in Py2 metaclass support
2010-11-03 Stefan Behneltest cleanup
2010-11-03 Stefan Behnelmake sure the cname really is unique when overriding...
2010-11-03 Stefan Behnelmerge getattr() optimisation into builtin function...
2010-11-03 Stefan Behnelcleanup
2010-11-03 Stefan Behnelsimplify iter() optimisation based on signature override
2010-11-03 Stefan Behnelsupport exec(cmd,g) as alternative signature for exec...
2010-11-03 Stefan Behnelsupport overriding builtins with different signatures...
2010-11-02 Vitja Makarov__metaclass__ support
2010-11-03 Stefan Behnelexclude Python regression tests from Python doctest...
2010-11-03 Stefan Behneltest syntax fixes
2010-11-03 Stefan Behnelremoved test from pure.pyx that only works in real...
2010-11-03 Stefan Behnelonly run pure doctests in runnable tests directories
2010-11-03 Stefan Behnelfix test after changing autotestdict default setup
2010-11-03 Stefan Behneldrop tests from pure_py.py test file that do not work...
2010-11-03 Stefan Behnelenable CPython doctesting of .py files in tests/run/
2010-11-03 Stefan Behnelin pure mode: rename 'with nogil' to 'with cython.nogil...
2010-11-03 Stefan Behnelmerge
2010-11-03 Stefan Behneldisable 'with template' syntax in Python files
2010-11-03 Robert Bradshawmerge
2010-11-03 Robert BradshawPy < 2.6 fix.
2010-11-03 Stefan Behnelmove 'official' version number to Cython/__init__.py...
2010-11-03 Stefan Behnelmerge
2010-11-03 Stefan Behnelnew autotestdict.{cdef,all} directives that put cdef...
2010-11-03 Robert BradshawFix __version__ for py3
2010-11-02 Robert BradshawUnsigned PY_LONG_LONG.
2010-11-02 Stefan Behnelfix test runner warning in Python 3.2 debug builds
2010-11-02 Stefan Behnelfix octal literals as Python constants, convert octal...
2010-11-02 Stefan Behnelprevent 'file' from being recognised as a builtin type...
2010-11-02 Stefan Behnelfix language level setting in test runner
2010-11-02 Stefan Behnelbuild fix
2010-11-02 Stefan Behnelsupport running tests with language level 3 (mostly...
2010-11-02 Stefan Behnelfix *args/**kwargs in lambda function declaration:...
2010-11-02 Stefan Behneltest cleanup
2010-11-02 Stefan BehnelPy2.4 test fix
2010-11-02 Stefan Behnelreverted support for cdef functions in __test__ dict...
2010-11-02 Stefan Behnelenable doctests in cdef functions/methods, do not rewra...
2010-11-01 Stefan Behneluse branch hints in macros of slicing work-around
2010-11-01 Stefan Behnelfix ticket #578 by working around CPython bug 9834...
2010-10-31 Stefan BehnelPy2.[34] fix
2010-10-31 Stefan Behnelmerge
2010-10-31 Stefan Behnelsimplify auto __test__ dict generation:
2010-10-31 Robert BradshawFix indent stripping.
2010-10-31 Robert BradshawPython 2.3 fix.
2010-10-31 Robert BradshawAnother entry in .hgignore.
2010-10-31 Robert BradshawUse unbound symbols from local/global scope.
2010-10-31 Robert Bradshawnumpy and extension types for runtime cython
2010-10-31 Robert BradshawStrip common indentation in inline code.
2010-10-31 Robert BradshawBasic cython.inline
2010-10-30 Stefan Behnelmake bytes the common type of char* and bytes literal...
2010-10-30 Stefan BehnelPy3 test fix
2010-10-30 Stefan Behnelnew (partial) test case for ticket #582
2010-10-30 Stefan Behnelsupport 'internal' cdef classes that do not show up...
2010-10-30 Stefan Behnelmore missing 'directives' dicts, 'bool' actually is...
2010-10-30 Stefan Behnelfix scope of closures that was missing a 'directives...
2010-10-30 Stefan Behnelprevent subtyping final types in Cython (inside of...
2010-10-30 Stefan Behnelsupport for 'final' cdef types using a directive decorator
2010-10-30 Stefan Behnelfix decorators in external .pxd files after last commit
2010-10-30 Stefan Behnelclean up directive decorator parsing, support boolean...
2010-10-30 Stefan Behnelallow decorators on classes in the parser, just disable...
2010-10-29 Stefan BehnelIndex: Cython/Compiler/Parsing.py
2010-10-10 Haoyu BaiFix T422 by making module name as a StringConst
2010-10-22 Stefan BehnelPy3 install fix: keep original Py2 source modules of...
2010-10-22 Stefan Behnelcomment
next