cython.git
2008-11-27 Dag Sverre... One shouldn't have to maintain manual recursion stacks...
2008-11-27 Dag Sverre... Inline function definitions in pxd files
2008-11-27 Dag Sverre... Fix broken error reporting for functions in pxds
2008-11-27 Dag Sverre... Fix refcount bug with buffers of objects
2008-11-27 Dag Sverre... Cleanup, make manage_ref mandatory for allocate_temp...
2008-11-27 Dag Sverre... Code.py: Make a wall between non-managed and managed...
2008-11-27 Dag Sverre... Make a few common cases not use temporary for buffer...
2008-11-27 Dag Sverre... Mark temp as not managed in buffer code (see previous...
2008-11-27 Dag Sverre... merge
2008-11-27 Dag Sverre... Backed out changeset 56c6f2f22f4a
2008-11-27 Dag Sverre... Introduced manage_ref parameter in funcstate.allocate_t...
2008-11-27 Stefan Behnelsome code cleanup
2008-11-27 Stefan Behnelfix ref-counting bug in buffer assignments
2008-11-27 Stefan Behnelfix temp handling in 'with' transform
2008-11-27 Stefan Behnelfix iterdict transform for new temp semantics
2008-11-27 Stefan Behnelclean up new-style temps after use (breaks code for...
2008-11-26 Stefan Behnelmake TupleNode and ListNode a NewTempExprNode
2008-11-26 Stefan Behnellet types inherit from object to work around hashing...
2008-11-26 Stefan Behnelfixed typo
2008-11-26 Stefan Behnelfix for two problems with optimised dict iteration...
2008-11-26 Robert Bradshawcleanup
2008-11-26 Robert Bradshawmerge
2008-11-26 Robert Bradshawcdef extern structs may be c++ classes, can refer to...
2008-11-25 Robert Bradshawmerge
2008-11-25 Robert Bradshawmerge 0.10.2
2008-11-25 Robert Bradshawbump version number
2008-11-25 Robert BradshawAdded tag 0.10.2 for changeset 92baafe0edf3
2008-11-25 Robert BradshawFix gcc crash on recursive typedef struct 0.10.2
2008-11-25 Stefan Behneltest case from ticket 123
2008-11-25 Stefan Behnelfix PyTypeTestNode after iter-dict changes
2008-11-25 Stefan Behneluse type cast to enforce INCREF() on Python objects
2008-11-25 Stefan Behnelhandle value coercion correctly in dict iteration
2008-11-25 Stefan Behnelsupport 'yield' statement/expression in parser to provi...
2008-11-24 Stefan Behnelcleanup
2008-11-24 Stefan Behnelnew test for import-from with/without parentheses
2008-11-24 Stefan Behnelsupport parentheses around import-from names
2008-11-23 Stefan Behneltest case for inlined function
2008-11-23 Stefan Behnelavoid GCC warning about '/*' in generated C comments
2008-11-23 Stefan Behnelmerge
2008-11-23 Stefan Behnelc function predeclarations need to know about INLINE
2008-11-23 Stefan Behnelfix compiler crash on forward declarations
2008-11-25 DagSverreSeljebotnfix for infinite loop in buffer code
2008-11-23 Stefan Behnelfix compiler crash on forward declarations
2008-11-23 Lisandro Dalcinadd custom distutils build_ext command ignoring C compi...
2008-11-22 Robert Bradshawfix typo
2008-11-22 Robert BradshawPut cimported includes first.
2008-11-21 Stefan Behnelfix sequence assignments for value coercion to non...
2008-11-21 Stefan Behnelfix for assignments to sequences
2008-11-19 Stefan BehnelPyDict_Copy() can be used for dict.copy()
2008-11-19 Stefan Behnelfixed wrong signature of PyList_Insert()
2008-11-19 Stefan Behnelenable iter-dict optimisation also for a plain 'for...
2008-11-19 Stefan Behnelmerge
2008-11-19 Stefan Behnelgenerate expected code when for-looping over type-decla...
2008-11-19 Stefan Behnelextended for-loop test case
2008-11-19 Stefan Behneldon't use PyTuple_SetItem(): it differs from 'tup[i...
2008-11-19 Robert BradshawMerge 0.10.1 release.
2008-11-19 Robert Bradshaw0.10.1 - bump version, metadata
2008-11-19 Robert BradshawAdded tag cython-0.10.1 for changeset ef9d2c680684
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 0.10.1
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...
next