cython.git
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 Behnelclean up exc_info handling in 'with' statement implemen...
2011-04-23 Stefan BehnelBuildExecutable: use correct executable extension,...
2011-04-22 Stefan Behnellink statically against libpython in BuildExecutable...
2011-04-22 Robert Bradshawremove trailing whitespace
2011-04-22 Stefan Behnelconfig cleanup in BuildExecutable.py, make it executable
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 Behnelbuild fix
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 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 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 Behneltest fix for narrow Py3 Unicode builds
2011-04-21 Stefan Behnelfix unprefixed strings with non-UTF8 source code encodi...
2011-04-21 Stefan Behnelbuild fix
2011-04-21 Stefan Behnelwhen C compiling original Cython/Py2 sources in Py3...
2011-04-21 Stefan Behnel__future__ imports syntax test
2011-04-21 Stefan Behnelallow multiple __future__ imports in separate statements
2011-04-21 Stefan Behnelfix compiler crash on uncachable builtins
2011-04-21 Stefan Behneldisable unknown names check for pyregr tests
2011-04-21 Stefan Behnelblacklist for uncachable builtins
2011-04-21 Stefan Behnelfix pyregr test language level at running CPython version
2011-04-21 Stefan Behnelprint sys pyregr directory in test runner
2011-04-20 Stefan BehnelPy3 fixes for stl string tests
2011-04-20 Stefan Behnelmerge
2011-04-20 Stefan Behnelmerged exception localisation fix for generators
2011-04-20 Brent Pedersen... add libcpp.string + tests.
2011-04-20 Vitja MakarovAdd swap_exception_utility_code
2011-04-20 Vitja MakarovSwap exception context inside generators
2011-04-19 Stefan Behnelmerged in Vitja's generators fix
2011-04-19 Stefan Behnelcomment
2011-04-19 Stefan Behnelkeep portability fix in generators.pyx to keep it worki...
2011-04-17 Vitja MakarovFix yield inside lambda
2011-04-17 Vitja MakarovGenerators tests are supported with python >=2.6
2011-04-17 Stefan Behneldisable Python generators testing in old Python versions
2011-04-17 Stefan Behneladded failing exception test for generators
2011-04-17 Stefan Behnelcopied generators tests into a .py file in order to...
2011-04-17 Stefan Behnelfix #688: optimised builtin functions/methods return...
2011-04-16 Dag Sverre... Merge branch 'bug/3118-align'
2011-04-16 Pauli VirtanenTST: numpy_test: run some of the buffer tests only...
2011-04-16 Pauli VirtanenTST: buffer: add additional buffer access tests for...
2011-04-16 Pauli VirtanenBUG: buffer: allow alignment characters also in the...
2011-04-16 Stefan BehnelPy2.3 fix
2011-04-16 Stefan Behnelmerge
2011-04-16 Stefan Behnelclean up special casing of non-portable builtin types...
2011-04-16 Robert BradshawMode tag for import compile only test.
2011-04-16 Haoyu Baiexclude relativeimport_star_T542 test for py<2.5
2011-04-16 Haoyu Baibetter way to fool Python in the tests (now works in...
2011-04-16 Haoyu Baiset py2_import directive so imports in Cython source...
2011-04-16 Haoyu Baiadd py2_import directive to control import level
2011-04-16 Haoyu Baifix compatibility with python<=2.4
2011-04-16 Haoyu BaiT542 relative import
2011-04-16 Robert BradshawMerge branch 'master' of https://github.com/gotgenes...
2011-04-16 Stefan Behnelmerge
2011-04-14 Chris LasherFixes missing code in User's Guide Tutorial.
2011-04-14 Stefan Behneldivert cythonrun output to stderr
2011-04-14 Stefan Behnelnew test for auto_cpdef with closure functions
2011-04-14 Vitja MakarovAdd simple test for cdef override warning
2011-04-14 Vitja Makarovruntests: add werror tag
2011-04-14 Vitja MakarovDon't report error if position is not set
2011-04-14 Vitja MakarovAdd command line flag --warning-errors and gcc compat...
2011-04-14 Stefan Behnelfix dir(obj) after implementing dir()
2011-04-13 Stefan Behnelticket #685: implement no-arg dir()
2011-04-13 Stefan Behnelfix #684: del in Python class scope
2011-04-13 Stefan Behneltests for class scope behaviour
2011-04-13 Stefan Behnelfix #683: allow overriding C-API mapped builtin functio...
2011-04-13 Stefan Behnelsupport test_fail_if_path_exists() decorator in shadow...
2011-04-13 Stefan Behnelmake builtin scope recognisable
2011-04-13 Stefan Behnelfix #682: compiler crash on auto_cpdef redefinition
2011-04-13 Stefan Behnelfix #675: make 'by' a non-keyword also in .pyx files
2011-04-12 Robert BradshawDocumentation cleanup.
2011-04-12 jasongroutVarious doc typo and wording fixes.
2011-04-12 Robert BradshawUse tags for test deps.
2011-04-12 Robert BradshawUse tags for ticket number.
2011-04-11 Stefan Behnelblacklist distutils.extension in pyximport
2011-04-11 Stefan Behnelfix py-importing in pyximport
2011-04-11 Stefan Behnelsupport 'from __future__ import generators'
2011-04-11 Stefan Behnelmove NULL out of the way in .py compilation
2011-04-11 Stefan Behnelsupport passing options to the compiler in cythonrun
2011-04-11 Stefan Behnelfix copy&paste bug in cythonrun
2011-04-11 Stefan Behneldoc fix in .pxd file
2011-04-10 Stefan Behnelmerge
2011-04-10 Stefan Behnelnew script to compile+run Python files directly in...
2011-04-09 Lisandro DalcinFix GCC warnings with Python 2.3
2011-04-08 Stefan Behnelpyximport debug output fix
2011-04-08 Robert BradshawBe a bit more liberal about top-of-the-file directives.
2011-04-08 Lisandro Dalcinfix pŕevious commit mixing declarations and code
2011-04-08 Robert BradshawMerge remote branch 'remotes/fransesc/compiler_directives'
2011-04-08 Robert BradshawMerge branch 'docs'
2011-04-08 Robert BradshawMove compilation block to before directives, add note...
2011-04-08 Robert Bradshawminor directive edits
2011-04-08 Francesc AltedAdded info on how to set directives.
2011-04-08 Francesc AltedAdded compiler directives to the Compilation section.
2011-04-08 Francesc AltedA first restructuration of Compilation section.
2011-04-07 Lisandro DalcinPEP 3118: fix for NULL Py_buffer arg
2011-04-07 Stefan Behnelerror test fix
next