cython.git
2011-04-29 Stefan Behnelmerged in Vitja's tab removals master
2011-04-29 Stefan Behnelalso optimise comparing bytes objects of equal length...
2011-04-29 Stefan Behnelfix bytes comparison fallback
2011-04-29 Stefan Behnelsubstantially faster equality comparison for str and...
2011-04-29 Stefan Behneldrop dead code (s1!=s2 => s1==s2==None is False)
2011-04-28 Stefan Behneltest fixes
2011-04-28 Stefan Behnelmerge
2011-04-28 Stefan Behnelmerge
2011-04-28 Robert BradshawAdd inline generator bugs to bug list.
2011-04-28 Stefan Behnelextended test case: coroutine.throw() while handling...
2011-04-28 Robert Bradshawtags -> tag
2011-04-28 Robert Bradshawtags -> tag
2011-04-28 Robert BradshawMore flexible testrunner extension customization.
2011-04-28 Robert BradshawMore flexible testrunner extension customization.
2011-04-28 Robert BradshawReduce testrunner disk io.
2011-04-28 Robert BradshawReduce testrunner disk io.
2011-04-28 Stefan Behnelbetter test case
2011-04-28 Stefan Behnelavoid redundant exception output in Python 3 build
2011-04-28 Stefan Behneloptimise away conditional expressions (x if cond else...
2011-04-28 Stefan Behneloptimise away conditional expressions (x if cond else...
2011-04-28 Stefan Behnelextended test case
2011-04-28 Stefan Behnelextended test case
2011-04-28 Stefan Behnelsupport HTML coverage reports
2011-04-28 Stefan Behnelsupport HTML coverage reports
2011-04-27 Vitja MakarovRemove tabs
2011-04-27 Stefan Behnelwork-around for ticket #691: look up unknown global...
2011-04-27 Stefan Behnelwork-around for ticket #691: look up unknown global...
2011-04-27 Stefan Behnelfix compiler crash in FlattenInListTransform for non...
2011-04-27 Stefan Behnelfix compiler crash in FlattenInListTransform for non...
2011-04-27 Stefan BehnelC++ const fix in test
2011-04-27 Stefan BehnelC++ const fix in test
2011-04-27 Stefan Behnelfix generators after raise-from merge
2011-04-27 Stefan Behnelfix generators after raise-from merge
2011-04-26 robertwbMerged pull request #12 from bhy/T423.
2011-04-26 robertwbMerged pull request #12 from bhy/T423.
2011-04-26 Stefan BehnelPy3 test fix
2011-04-26 Stefan BehnelPy3 test fix
2011-04-26 Stefan BehnelPy3 test fix
2011-04-26 Stefan BehnelPy3 test fix
2011-04-25 Stefan Behnelfix non-forked testing
2011-04-25 Stefan Behnelfix non-forked testing
2011-04-25 Stefan Behnelenable forked test runs for pyregr test suite
2011-04-25 Stefan Behnelenable forked test runs for pyregr test suite
2011-04-25 Stefan Behnelfix C++ function matching: Entry objects are not ordered
2011-04-25 Stefan Behnelfix C++ function matching: Entry objects are not ordered
2011-04-25 Stefan Behneltest fix
2011-04-25 Stefan Behneltest fix
2011-04-25 Stefan Behnelfix function declarations inside of 'with' blocks
2011-04-25 Stefan Behnelfix function declarations inside of 'with' blocks
2011-04-24 Stefan Behnelmove 'with' statement implementation back into WithTran...
2011-04-24 Stefan Behnelmove 'with' statement implementation back into WithTran...
2011-04-24 Stefan BehnelPy compatibility test fixes
2011-04-24 Stefan BehnelPy compatibility test fixes
2011-04-24 Stefan Behnelreimplement 'with' statement using dedicated nodes...
2011-04-24 Stefan Behnelreimplement 'with' statement using dedicated nodes...
2011-04-23 Stefan Behnelimproved test case
2011-04-23 Stefan Behnelimproved test case
2011-04-23 Stefan BehnelPy<2.5 test fix
2011-04-23 Stefan BehnelPy<2.5 test fix
2011-04-23 Stefan BehnelPy3 test fix
2011-04-23 Stefan BehnelPy3 test fix
2011-04-23 Stefan Behnelfix test after 'with' statement change
2011-04-23 Stefan Behnelfix test after 'with' statement change
2011-04-23 Stefan Behnelfix 'with' statement at module scope by reactivating...
2011-04-23 Stefan Behnelfix 'with' statement at module scope by reactivating...
2011-04-23 Stefan Behnelclean up exc_info handling in 'with' statement implemen...
2011-04-23 Stefan Behnelclean up exc_info handling in 'with' statement implemen...
2011-04-23 Stefan BehnelBuildExecutable: use correct executable extension,...
2011-04-23 Stefan BehnelBuildExecutable: use correct executable extension,...
2011-04-22 Stefan Behnellink statically against libpython in BuildExecutable...
2011-04-22 Stefan Behnellink statically against libpython in BuildExecutable...
2011-04-22 Robert Bradshawremove trailing whitespace
2011-04-22 Robert Bradshawremove trailing whitespace
2011-04-22 Stefan Behnelconfig cleanup in BuildExecutable.py, make it executable
2011-04-22 Stefan Behnelconfig cleanup in BuildExecutable.py, make it executable
2011-04-22 Stefan Behnelblacklist distutils sysconfig module in pyximport ...
2011-04-22 Stefan Behnelblacklist distutils sysconfig module in pyximport ...
2011-04-21 Stefan Behnelfix string constant declarations for non CPython-versio...
2011-04-21 Stefan Behnelfix string constant declarations for non CPython-versio...
2011-04-21 Stefan Behnelbuild fix
2011-04-21 Stefan Behnelbuild fix
2011-04-21 Stefan Behnelfix C warnings about unused string constants
2011-04-21 Stefan Behnelfix C warnings about unused string constants
2011-04-21 Stefan Behnelcleaned up lambda cname mangeling by moving it into...
2011-04-21 Stefan Behnelcleaned up lambda cname mangeling by moving it into...
2011-04-21 Stefan Behnelsupport for lambda inside of generator expressions
2011-04-21 Stefan Behnelsupport for lambda inside of generator expressions
2011-04-21 Stefan Behnelenable pyregr test that no longer seems to break the...
2011-04-21 Stefan Behnelenable pyregr test that no longer seems to break the...
2011-04-21 Stefan Behneldisable pyregr test for PEP 3131 (unicode identifiers)
2011-04-21 Stefan Behneldisable pyregr test for PEP 3131 (unicode identifiers)
2011-04-21 Stefan Behnelfix scanner level error reporting in Plex/Errors.py
2011-04-21 Stefan Behnelfix scanner level error reporting in Plex/Errors.py
2011-04-21 Stefan Behneltest fix for narrow Py3 Unicode builds
2011-04-21 Stefan Behneltest fix for narrow Py3 Unicode builds
2011-04-21 Stefan Behnelfix unprefixed strings with non-UTF8 source code encodi...
2011-04-21 Stefan Behnelfix unprefixed strings with non-UTF8 source code encodi...
2011-04-21 Stefan Behnelbuild fix
2011-04-21 Stefan Behnelbuild fix
2011-04-21 Stefan Behnelwhen C compiling original Cython/Py2 sources in Py3...
next