cython.git
2010-11-03 Mark Florissonmerge with cython-devel
2010-11-03 Mark Florissonfix completion error on 'cy break'
2010-11-03 Mark FlorissonMore graceful error handling in 'cy bt' when there...
2010-11-02 Mark FlorissonPython breakpoints (cy break -p / py-break)
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 Mark Florissoncy backtrace
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 Mark FlorissonAdded 'cy up' and 'cy down' commands.
2010-11-01 Mark FlorissonAdded commands 'cy cont' and 'cy step'
2010-11-01 Mark FlorissonAdd py-globals command
2010-11-01 Mark FlorissonReentrant gdb.execute()
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 Mark Florissonlots of tests
2010-10-31 Mark Florissondispatch based on frame
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-27 Mark FlorissonTests!
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
2010-10-22 Stefan Behnelclean up some imports
2010-10-22 Stefan Behnelfix new build for an installed Cython and in Py3 test...
2010-10-22 Stefan Behneltypos
2010-10-22 Stefan Behnelfix end-to-end test setup in Py3
2010-10-22 Stefan Behnelcode cleanup
2010-10-15 Robert BradshawPyrex -> Cython in error message.
2010-10-08 Mark FlorissonLine number support
2010-10-08 Stefan Behnelfix 'nogil' flag on PythonCapiCallNode after the last...
2010-10-06 Lisandro Dalcinfixes and enhancements in libcpp
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-05 Lisandro Dalcinfixes, additions and tests for libcpp.vector
2010-10-05 Robert BradshawTest for broken reference coercion - #581.
2010-10-05 Robert BradshawMake sure libcpp test runs as well as compiles.
2010-10-05 Robert Bradshaw#581 - bad reference type coercion
2010-10-04 Stefan Behnelfix PYTHONPATH setup if not previously set
2010-10-04 Stefan Behnelfix PYTHONPATH setting for end-to-end tests
2010-10-03 Robert BradshawTest for bad buffer types.
2010-10-03 Robert Bradshaw#579 - compiler crash on invalid buffer type
2010-10-02 Lisandro Dalcinprotect PyGILState_Ensure|Release for Python configured...
2010-09-27 Lisandro DalcinFix C++ exception handling for nogil functions (with...
2010-09-24 Mark FlorissonHave cygdb pass gdb command line arguments to gdb
2010-09-23 Robert BradshawComplex powers.
2010-09-22 Robert BradshawFix pow(float, -) for MSVC.
2010-09-21 Mark FlorissonPut debugger startup code in Cython.Debugger.cygdb
2010-09-19 Mark Florissoncygdb script in setup.py (posix and windows)
2010-09-18 Mark FlorissonPreliminary debug support for Cython
2010-09-15 Robert Bradshawcleanup GetAttrGetItemRedirect test.
2010-09-14 Robert BradshawIgnore non-cython modules in module list creation.
2010-09-14 Robert BradshawSimplify cythonize api.
2010-09-14 Robert BradshawAliases for inline dependencies (e.g. numpy_include_dirs).
2010-09-14 Robert BradshawParallel cythonization.
next