cython.git
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.
2010-12-14 Robert BradshawFix any/all.
2010-12-14 Mark FlorissonMerge branch 'master' of https://github.com/cython...
2010-12-14 Mark FlorissonFaster Python stepping using a watchpoint approach...
2010-12-13 Mark FlorissonLocate C source code properly and lex C source code...
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
2010-12-09 Robert BradshawDisable gdb tests for now.
2010-12-09 Robert BradshawClearer versioning.
2010-12-09 Robert BradshawInclude debugging files in manifest.
2010-12-09 Robert BradshawDebugging test package in setup.py.
2010-12-09 Robert BradshawAdded tag 0.14.beta1 for changeset 31b531a6c45b
2010-12-09 Robert BradshawBump version number. 0.14.beta1
2010-12-09 Robert Bradshawmerge
2010-12-09 Robert BradshawBump version number. 0.14.beta0
2010-12-09 Robert BradshawMerge https://github.com/markflorisson88/cython
2010-12-09 Robert BradshawFix bug with -t option.
2010-12-09 Robert Bradshawmerge
2010-12-09 Robert BradshawDisable pure test for Py < 2.6.
2010-12-09 Robert BradshawEnd-to-end fixes.
2010-12-09 Robert Bradshawfatal_errors -> fast_fail
2010-12-09 Robert BradshawFix fatal errors + nice exception traceback interaction.
2010-12-09 Stefan BehnelPy2.3 fix
2010-12-09 Stefan Behnelcompile fixes in Parsing.py: kwargs names must be bytes...
2010-12-09 Stefan Behneltyping fixes in compiled Code.py
2010-12-09 Stefan Behnelfix Py3 version dependency in C code
2010-12-09 Stefan Behnelcompile Code.py
2010-12-08 Stefan Behnelslight scanner C code simplification
2010-12-08 Stefan Behnelreduce code size of parser and speed it up a little...
2010-12-08 Mark FlorissonFetch and restore error for Cython locals dict building
2010-12-06 Stefan Behnelfix ext type inheritance from 'int' in Py3
2010-12-06 Stefan Behnelcleanup of last patch, fix typo in test name
2010-12-06 Vitja MakarovAllow pyfunction redefinition
2010-12-05 Mark FlorissonMerge branch 'master' of https://github.com/cython...
next