cython.git
2011-02-05 Stefan Behnelin Py3.2, the unicode character testing/conversion...
2011-02-04 Robert BradshawMerge branch 'release 0.14.1'
2011-02-04 Robert BradshawBump version number. 0.14.1
2011-02-04 Robert BradshawMake unit tests testable from any directory.
2011-02-04 Robert BradshawAllow exclusion of end-to-end tests.
2011-02-04 Robert BradshawRuntest cleanup for different testing environments.
2011-02-04 Robert BradshawMove windows distutils hack to the correct place.
2011-02-04 Stefan Behnelfix isinstance() check against a tuple of extension...
2011-02-04 Mark FlorissonDebugger: made test less verbose (#645)
2011-02-04 Robert BradshawBump version number.
2011-02-04 Robert Bradshawconfigurable working and root dir
2011-02-04 Robert BradshawRestore cwd if debugger setUp() fails (to avoid breakin...
2011-02-04 Robert BradshawWindows runtests.py hack.
2011-02-04 Robert BradshawAvoid more gdb errors for insufficient gdb.
2011-01-31 Stefan Behnelcleanup
2011-01-31 Stefan Behnelcache constant 'slice' instances
2011-01-31 Stefan Behnelfix constant_result of SliceNode
2011-01-31 Stefan Behnelsupport surrogate pair to Py_UCS4 coercion only in...
2011-01-30 Robert BradshawMerge branch 'release2'
2011-01-30 Robert BradshawMove windows distutils hack to the correct place.
2011-01-29 Stefan Behneltest fix
2011-01-29 Stefan Behnelerror test fixes
2011-01-29 Stefan Behnelimplemented Py_UCS4 type
2011-01-29 Stefan Behnelfix isinstance() check against a tuple of extension...
2011-01-29 Robert BradshawAllow extern "functions" (e.g. macros) to return array...
2011-01-29 Stefan Behnelmerge
2011-01-29 Stefan Behnelfix isinstance() check against a tuple of extension...
2011-01-29 Stefan Behnelvarargs tempification needs to be done for all varargs...
2011-01-29 Stefan Behnelfunction argument temping algorithm is smart enough...
2011-01-29 Stefan Behnelfix isinstance() check against a tuple of extension...
2011-01-28 Stefan Behnellast call argument doesn't need to be simple, so don...
2011-01-28 Stefan Behnelwhen deciding if function argument must be moved into...
2011-01-28 Stefan Behnelfix IndexNode.is_simple() for buffer access
2011-01-28 Stefan Behnelfix Py2.7 warning
2011-01-28 Stefan Behnelindexing a C ptr/array is 'simple'
2011-01-28 Mark FlorissonDebugger: made test less verbose (#645)
2011-01-28 Robert BradshawMerge branch 'release'
2011-01-28 Robert BradshawBump version number. 0.14.1rc3
2011-01-28 Robert Bradshawconfigurable working and root dir
2011-01-28 Robert BradshawRestore cwd if debugger setUp() fails (to avoid breakin...
2011-01-28 Robert BradshawWindows runtests.py hack.
2011-01-28 Stefan Behnelbuild fix for the last self argument change
2011-01-28 Stefan Behnela method's self argument doesn't need to be in a temp...
2011-01-28 Robert BradshawAvoid more gdb errors for insufficient gdb.
2011-01-28 Stefan BehnelPyTypeTestNode and NoneCheckNode are 'simple' when...
2011-01-28 Stefan BehnelC type casts are 'simple'
2011-01-27 Stefan Behnelfix tweak: closure variables are not safe as function...
2011-01-27 Stefan Behnelmerge
2011-01-27 Robert BradshawTweak #654 fix, c functions can't be assinged to.
2011-01-27 Stefan BehnelTupleNode is always simple
2011-01-27 Stefan Behnelpartial rewrite of the #654 fix to exclude local variab...
2011-01-26 Stefan Behneltest case for ticket #654
2011-01-26 Stefan Behnelmerge
2011-01-26 Stefan Behnelfix ticket #654: fix function argument evaluation order...
2011-01-25 Mark FlorissonDebugger: Fix backtrace test -- don't check for main()
2011-01-25 Mark FlorissonDebugger: Fix a few libpython.py bugs
2011-01-24 Mark FlorissonDebugger: Python 3 compatibility testsuite
2011-01-24 Mark FlorissonDebugger: Don't run test suite if GDB python version...
2011-01-23 Robert BradshawAnother release candidate. 0.14.1rc2
2011-01-23 Robert BradshawMerge branch 'master' of github.com:cython/cython
2011-01-23 Robert BradshawSkip gdb if Python compiled with gdb not >= 2.5.
2011-01-23 Robert BradshawRemove "complex already builtin" warning from cpython...
2011-01-22 Stefan Behnelfix C name redefinition: names must be uniquified at...
2011-01-21 Robert BradshawWarning for inline methods with buffer arguments.
2011-01-20 Stefan Behnelanother xml test runner fix to make stdout/stderr outpu...
2011-01-20 Stefan Behnelfix xml test result generation to restrict the captured...
2011-01-19 Stefan Behnelimplement ticket #650: substitute PyErr_NoMemory()...
2011-01-19 Robert BradshawFix COPYING.txt.
2011-01-18 Mark FlorissonDebugger: Have 'cy run' take arguments (instead of...
2011-01-18 Mark FlorissonDebugger: fix is_initialized to avoid segfaults with...
2011-01-18 Mark FlorissonFix Python 3 testrunner and give a warning for Python...
2011-01-18 Mark FlorissonFix test runner for Python 3
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
next