cython.git
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-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-11-13 Vitja MakarovAdd testcase for ticket #593
2010-12-29 Stefan Behnelfix resource leaks when writing exported header/api...
2010-12-29 Stefan Behnelfix annotation writing after changing source position...
2010-12-29 Stefan Behnelticket #635: use relative paths in generated C code...
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-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-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-15 Lisandro DalcinInline: Py3 fixes
2010-12-15 Lisandro Dalcinremove ancient MANIFEST.in entries
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.
2010-12-14 Robert BradshawFix any/all.
2010-12-13 Lisandro DalcinMSVC: fixes for complex types
2010-12-13 Robert Bradshawmerge
2010-12-13 Robert BradshawPut back trailing whitespace in doctest output.
2010-12-13 Robert Bradshawmerge
2010-12-13 Robert BradshawCouple more trailing whitespace deletions.
2010-12-13 Robert Bradshawmerge whitespace changes
2010-12-13 Robert BradshawRemove trailing whitespace.
2010-12-12 Robert BradshawFix #559, <void *> [] is not caught by Cython but by gcc
2010-12-12 Robert BradshawFix #528, x.conjugate() not available in nogil mode
2010-12-12 Robert Bradshawconjugate for other numeric types
2010-12-11 Robert BradshawBetter unicode/str handling for user-supplied code.
2010-12-11 Robert BradshawAdded tag 0.14.rc0 for changeset a6b9f0a6d02d
2010-12-11 Robert Bradshawbump version 0.14.rc0
2010-12-11 Robert Bradshawanother fix
2010-12-11 Robert BradshawPython 2.3 fix.
2010-12-11 Robert Bradshawfix introduced bug
2010-12-11 Robert BradshawMore inline tests, quiet tests.
2010-12-11 Robert BradshawDependencies fixes/cleaunup.
2010-12-11 Robert Bradshawnewlines
2010-12-11 Robert Bradshawcython.inline test
2010-12-11 Robert Bradshawcython.inline type inference
2010-12-11 Robert BradshawSome unit tests for the build system.
2010-12-10 Robert BradshawChange numeric demo to numpy demo using new features...
2010-12-10 Robert BradshawBetter compile message.
2010-12-10 Robert BradshawUpdate spam demo.
2010-12-10 Robert BradshawCythonize exclude parameter.
2010-12-10 Robert BradshawMore gdb test guards.
2010-12-10 Robert Bradshawmerge
2010-12-09 Mark FlorissonRemove Python 3 metaclass support from Python 2 code...
2010-12-09 Mark FlorissonCompile C test sample code with -fPIC
2010-12-09 Mark FlorissonDrop Python 2.5 support + unicode UCS4 builds support...
2010-12-09 Mark FlorissonDrop Python 2.5 support + unicode UCS4 builds support...
2010-12-09 Stefan Behnelcompile fix for Cython/Compiler/ParseTreeTransforms.py
2010-12-09 Stefan Behnelfix local variable init code in ScopedExprNode
2010-12-09 Robert BradshawAdded tag 0.14.beta2 for changeset 8412b39fbc3e
2010-12-09 Robert BradshawBump version number again. 0.14.beta2
2010-12-09 Robert BradshawMore test fiddling.
2010-12-09 Robert BradshawMore gdb test disabling.
2010-12-09 Robert Bradshawnewlines
next