cython.git
2011-01-18 Robert BradshawVersion number. 0.14.1rc1
2011-01-18 Robert BradshawUpdate "make repo" to use git.
2011-01-18 Robert BradshawBump version number. 0.14.1rc0
2011-01-17 Robert BradshawMake decorators on special functions an error. Trac...
2011-01-17 Robert BradshawSpecial function decorator warning.
2011-01-17 Stefan Behnelpatch for ticket #646 by klepa: provide dedicated switc...
2011-01-16 Stefan Behnelmissing package data files for gdb support tests
2011-01-15 Stefan Behnelfix error reporting position for illegal string escapes
2011-01-15 Stefan Behnelreject invalid hex/unicode escape sequences instead...
2011-01-14 Robert Bradshawremove unneeded line
2011-01-14 Robert BradshawMerge branch 'master' of github.com:cython/cython
2011-01-14 Robert BradshawFix some warnings.
2011-01-14 Robert BradshawGet GDB tests running.
2011-01-14 Robert BradshawUndo EOL whitespace additions.
2011-01-14 Stefan Behnelmerge
2011-01-14 Robert BradshawMerge branch 'master' of https://github.com/markfloriss...
2011-01-14 Robert BradshawMerge branch 'pyregr' of github.com:vitek/cython
2011-01-13 Stefan Behneltest that inferring the function pointer type for a...
2011-01-13 Stefan Behnelextended test case
2011-01-13 Stefan Behnelfix ticket #644: infer type of C-API optimised methods...
2011-01-13 Stefan Behneltypo
2011-01-13 Stefan Behnelfix ticket #643: infer the type of C function names...
2011-01-13 Mark FlorissonMerge https://github.com/cython/cython
2011-01-12 Stefan Behnelfix typo in test
2011-01-12 Stefan Behnelextended test case for raw strings
2011-01-12 Stefan Behnelwhitespace (for test readability)
2011-01-12 Stefan Behneladditional tests for escape sequences in raw strings
2011-01-12 Stefan Behnelfix #641: parsing of raw strings
2011-01-12 Stefan Behnelmerge
2011-01-12 Robert BradshawRun long string literal tests.
2011-01-12 Robert BradshawAdded test for #640.
2011-01-12 Robert BradshawFix trac #640, long string literals with escapes.
2011-01-12 Stefan Behnelclean up unused import
2011-01-10 Mark FlorissonDebugger: Detect whether the scope object and cell...
2011-01-10 Mark FlorissonDebugger: Fix accessing cell variables in outer scopes
2011-01-08 Mark FlorissonDebugger: Disable optimization for test cases manually...
2011-01-08 Mark FlorissonMerge https://github.com/cython/cython
2011-01-08 Robert BradshawFix indexing type inference.
2011-01-03 Stefan Behnelfix ticket #602: let bytes literals start off as 'bytes...
2010-12-31 Stefan Behnelcode cleanup
2010-12-30 Stefan Behnelminor code cleanup: more selective utility code usage...
2010-12-30 Stefan Behnelfix strict aliasing issues for type importing code...
2010-12-30 Stefan Behnelclean up cmd line usage description
2010-12-30 Stefan Behnelsupport -h/--help in cmd line utility
2010-12-30 Stefan Behnelre-disable test
2010-12-30 Stefan Behnelmerge
2010-12-30 Stefan Behnelmerge
2010-12-30 Stefan BehnelBacked out changeset 291e2bdd20d5 - currently breaks...
2010-12-30 Stefan BehnelBacked out changeset 1fa88c894da7 - currently breaks...
2010-12-30 Stefan Behnelextended test case
2010-12-29 Stefan Behnelenable extended test case for ticket #593
2010-12-29 Stefan Behnelfix closure handling for decorated methods
2010-12-29 Stefan Behnelfix decorator lookup by avoiding (re-)assignments to...
2010-12-29 Vitja MakarovImprove pyregr test runner: add CythonPyregrTestCase
2010-12-28 Mark FlorissonTake first Cython step into function before reading...
2010-12-27 Robert BradshawMerge https://github.com/snaury/cython
2010-12-27 Stefan Behnelanother post-#633 fix: accidentally wasn't restricted...
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-27 Stefan Behnelfix for the #633 fix: cannot create owned reference...
2010-12-26 Stefan Behnelfix bug 633: make sure we own references to Python...
2010-12-25 Mark FlorissonDebugger: Fix closure support + tests
2010-12-22 Alexey BorzenkovFix --pyrex-c-in-temp compiling package1/module.pyx...
2010-12-22 Alexey BorzenkovFix .pyxdep files in pyximport and tests
2010-12-21 Robert BradshawMake __new__ -> __cinit__ into an error, fix compiler...
2010-12-21 Robert BradshawFix #632 isinstance bugs.
2010-12-21 Robert BradshawRegression tests for #632.
2010-12-19 Stefan Behnelfix ticket #631: temp leak when deleting slices
2010-12-19 Stefan Behneltest cleanup
2010-12-19 W. Trevor KingUpdate PyBuffer_Release() declaration to match new...
2010-12-18 Mark FlorissonDebugger closure support
2010-12-17 Lisandro Dalcinstatic storage for typeobjects of private cdef classes
2010-12-16 Lisandro Dalcinadd missing static storage specifiers
2010-12-16 Stefan Behnelmerge
2010-12-16 Stefan Behnelfix compile crash
2010-12-16 Lisandro Dalcinaesthetic code generation fix for module preamble
2010-12-16 Stefan Behnelfix ticket #576: builtin 'str' type must be 'unicode...
2010-12-16 Stefan Behnelprovide 'builtins' builtin module in -3 mode
2010-12-16 Stefan Behnelsafer way to check for builtins in Optimize.py
2010-12-16 Stefan Behneldrop unused import
2010-12-16 Stefan Behnelworking test for ticket #87
2010-12-16 Lisandro Dalcinfix ResourceWarning about unclosed files in Py 3.2
2010-12-16 Mark FlorissonRemove tempfile
2010-12-15 Mark FlorissonMade libpython.py compatible with gdb 7.1
2010-12-15 Lisandro DalcinInline: Py3 fixes
2010-12-15 Mark FlorissonFix breakpoint approach for stepping (make stepping...
2010-12-15 Mark FlorissonFix Python stepping watchpoints + cy step repeatability
2010-12-15 Lisandro Dalcinremove ancient MANIFEST.in entries
2010-12-14 Mark FlorissonDisable watchpoint stepping by default (use cy step...
2010-12-14 Mark FlorissonDetect Python exceptions
2010-12-14 Mark FlorissonGeneric exception support
2010-12-14 Mark FlorissonRefactor inferior execution control code, better gdb...
2010-12-14 Robert BradshawBump version number for devel branch.
2010-12-14 Robert Bradshawmerge
2010-12-14 Robert BradshawAdded tag 0.14 for changeset 15bf34c93874
2010-12-14 Robert BradshawBump version number. 0.14
2010-12-14 Stefan Behneldo not generate vtable for subtypes of builtin types...
2010-12-14 Robert Bradshawmerge
2010-12-14 Robert BradshawAdd --disable-function-redefinition for legacy code.
next