cython.git
2008-11-18 Stefan Behneluse PyDict_DelItem() for 'del d[x]'
2008-11-18 Stefan Behneluse type specific Py*_SetItem() functions
2008-11-18 Stefan Behnelcleanup
2008-11-18 Stefan Behnelavoid calling TupleNode.allocate_temps() in iter-dict...
2008-11-17 Stefan Behnelfixed ref-count bug in try-except handling
2008-11-16 Stefan Behneltest case for iter-dict transform
2008-11-16 Stefan Behnelintegrate new iter-dict transform
2008-11-16 Stefan Behnelnew transform that converts for-in-dict.iter*() into...
2008-11-16 Stefan Behnelcrash work-around
2008-11-16 Stefan Behnelinheritance fix
2008-11-16 Stefan Behnelcleanup
2008-11-14 Lisandro Dalcinarray size could be expressions with known C compile...
2008-11-14 Stefan Behnelfix Python level 'import as' of packages
2008-11-14 Stefan Behnelmerge
2008-11-14 Stefan Behneldisable slice assignments to pointers for now
2008-11-14 Stefan Behneloff-by-one fix
2008-11-14 Stefan Behnelcompile time/runtime checks for array slice assignments
2008-11-14 Stefan Behnelarray size must be set as int, not numeric string
2008-11-14 Dag Sverre... merge
2008-11-13 Stefan Behneltest case for array slice assignments
2008-11-13 Stefan Behnelmore fixme's
2008-11-13 Stefan Behnelallow slice assignments for arrays
2008-11-13 Stefan Behnelextended test case
2008-11-13 Stefan Behneltest cases for 'import as'
2008-11-12 Stefan Behnelcompile Visitor.py, reduces lxml compile time by anothe...
2008-11-12 Stefan Behnelfixed bug in Visitor cache, reduces lxml compile time...
2008-11-12 Robert Bradshawmerge
2008-11-12 Robert BradshawMake raising a KeyError not the default for parsing...
2008-11-12 Robert BradshawMore Parsing.py optimizations
2008-11-12 Robert BradshawCompile Cython.Compiler.Parsing.py, auto_cpdef, fix...
2008-11-11 Stefan Behnelmerge
2008-11-11 Stefan Behnelextended test case
2008-11-11 Stefan Behnelpartial implementation of the "exec" statement
2008-11-11 Stefan Behnelimport fixes for Py2.6
2008-11-11 Robert Bradshawmore bootstrap tweaks
2008-11-11 Robert Bradshawmore compiler cythonization
2008-11-11 Robert BradshawFurther bootstrapping of Scanner
2008-11-11 Robert BradshawAdd __file__, __doc__, __name__, __builtins__ to module...
2008-11-10 Robert BradshawCleanup manifest, auxiliary files.
2008-11-10 Dag Sverre... cleanup
2008-11-10 Dag Sverre... Fix segfault problem with recent numpy.pxd/Python 2...
2008-11-10 Dag Sverre... Include complex float structs in numpy.pxd
2008-11-10 Dag Sverre... Minor optimization of previous change.
2008-11-10 David Cournapeaunumpy.pxd support also when Py_ssize_t and npy_intp...
2008-11-09 Robert Bradshawmerge
2008-11-09 Robert BradshawVersion 0.10 released
2008-11-09 Robert BradshawAdded tag 0.10 for changeset a89b05b78236
2008-11-07 Lisandro Dalcinadd explicit cast to avoid GCC warnings with -Wwrite...
2008-11-07 Stefan Behnelconservative fix for empty switch statements
2008-11-06 Lisandro DalcinFor Py>=2.5, make GCC happy when passing -Wwrite-strings
2008-11-04 Robert Bradshawremove line comments from annotated html 0.10
2008-11-04 Robert BradshawFix trac #107.
2008-11-04 Robert Bradshawmerge
2008-11-04 Robert BradshawFix compiler crash on error.
2008-11-01 Stefan Behneluse argument name directly instead of indirect pointer
2008-11-01 Stefan Behnelavoid generating inlined keyword unpacking code when...
2008-11-01 Stefan BehnelOptimisation for kw args parsing: static parsing only...
2008-11-01 Stefan Behnelfix Cython code context comments in C code when annotat...
2008-10-31 Stefan Behnelerror test case for boolean cooercion of incompatible...
2008-10-30 Robert Bradshawfirst beta
2008-10-30 Robert BradshawAdded tag 0.9.9.2.beta for changeset 82084a7b654e
2008-10-30 Robert BradshawAdd corner case temp (de)allocation test. 0.9.9.2.beta
2008-10-30 Robert BradshawFix subtle error in new temp allocation.
2008-10-29 Lisandro Dalcinmerge
2008-10-29 Lisandro Dalcinfix typo in generated C sources
2008-10-29 Robert BradshawLess string pxd function checking
2008-10-29 Robert Bradshawmore arg parsing fixes
2008-10-29 Robert BradshawTrac #80, error on unimplemented pxd cdef functions
2008-10-29 Robert BradshawTicket #60, compiler crash on bad array
2008-10-29 Robert Bradshawmore call tests with keywords
2008-10-29 Robert Bradshawmore tests for callargs
2008-10-28 Robert BradshawDon't bother testing the tuple type twice in the critic...
2008-10-28 Robert BradshawFix segfault/invalid value in argument parsing code...
2008-10-28 Robert BradshawFix ticket #98, better error reporting on bad types.
2008-10-28 Lisandro Dalcinunimportant fix in cleanup code for Py23 sets support
2008-10-28 Lisandro Dalcinfix bugs introduced in last commit
2008-10-28 Robert BradshawString subtyping fix from Jason Evans
2008-10-27 Stefan Behnelnew error test for uncallable C types
2008-10-27 Stefan Behnelfixes for compile-time slicing
2008-10-27 Lisandro Dalcinmore tests for get/del integer keys in dicts
2008-10-27 "Lisandro Dalcin"Re: [Cython] PATCH: fix delitem for index nodes
2008-10-27 Robert Bradshawfix for struct construction test
2008-10-27 Dag Sverre... Buffers.py: Remove dead code
2008-10-26 Stefan Behnelignore CmdLine.py in coverage tests
2008-10-26 Stefan Behneluse unicode strings for compiler error tests (just...
2008-10-26 Stefan Behnelnew error test case for string to int conversion
2008-10-26 Stefan Behnelgenerate cleanup code for set utility code
2008-10-26 Stefan Behnelsupport cleanup code for utility code
2008-10-25 Lisandro Dalcina few fixes for Py2.3 set support
2008-10-25 Stefan Behnelfixed stupid mistake from cleaning up Lisandros patch
2008-10-25 Stefan Behnelremoved now unused import
2008-10-25 Stefan Behnelfixes after last commit
2008-10-25 Stefan Behnel- more versatile utility code setup: use a dedicated...
2008-10-25 Stefan BehnelPy2.4 requires some more definitions for the set type
2008-10-25 Stefan Behnelreplacement implementation for set/frozenset in Py3...
2008-10-25 Stefan Behnelupdated test case
2008-10-25 Stefan Behnelmerge
2008-10-25 Stefan Behnelnew failing test case (from Pyrex list)
2008-10-23 Lisandro Dalcinfix return types for some numpy API macro calls
2008-10-23 Lisandro Dalcinfix the location of INLINE macro in prototypes of some...
next