cython.git
2008-02-02 Robert BradshawPython object pointer cast warnings
2008-02-02 Robert BradshawActual conversion on <type> casts with one side Python
2008-02-02 Robert BradshawRemove function pointer casting restriction
2008-02-01 Robert BradshawFix cython -v error when no source files given.
2008-02-01 Robert BradshawMangle naming for cleanup function.
2008-01-23 Stefan Behnelmake the fastest case 'likely()'
2008-01-23 Stefan Behnelcleanup, go back to inlining SplitStarArg, as the size...
2008-01-23 Stefan Behnelmore empty_tuple usage
2008-01-23 Stefan Behnelgenerate trivial *args splitting code into function...
2008-01-23 Stefan Behnelxdecref cleanup of star args only when required (also...
2008-01-23 Stefan Behnelxdecref cleanup of star args only when required
2008-01-23 Stefan Behnelfix kw-only handling in new function parameter unpackin...
2008-01-23 Robert BradshawFix to prepositional args parsing when self present.
2008-01-19 Robert BradshawMore efficient prepositional argument parsing.
2008-01-18 Robert Bradshawmerge
2008-01-18 Robert BradshawFix C++ fix
2008-01-17 Stefan Behnelwrite stararg utility functions only when they are...
2008-01-17 Stefan Behnelrevert C++ assignment fix as it breaks gcc
2008-01-17 Stefan Behnelfix tuple unpacking bug
2008-01-17 Stefan Behnelmerge of Robert's changes for 0.9.6.11
2008-01-17 Robert BradshawUpdate version number
2008-01-17 Robert Bradshawtp_new must always be generated to set the vtab
2008-01-17 Robert BradshawC++ assignment fix
2008-01-17 Robert BradshawAllow trivial __cinit__ that ignores __init__ values...
2008-01-17 Robert Bradshawtp_new, etc. cleanup
2008-01-17 Robert BradshawOptimize tp_new and tp_dealloc
2008-01-17 Robert BradshawFurther optimizations on tp_clear/traverse
2008-01-17 Robert Bradshawempty tuple optimization
2008-01-17 Robert Bradshawgeneric constant code
2008-01-17 Robert BradshawMerge Stefan Behnel's work.
2008-01-17 kayhayen@gmx.detypo
2008-01-17 Robert BradshawWarning on ++x and --x
2008-01-16 Stefan Behnelcleanup
2008-01-16 Robert Bradshawminor annotation additions
2008-01-15 Stefan BehnelGetStarArgs: separate out keyword handling, generate...
2008-01-15 Robert BradshawArgument parsing error handling
2008-01-15 Robert BradshawAnnotation work
2008-01-15 Robert Bradshawfix pre-import (broke with new Pyrex builtin code)
2008-01-15 Stefan Behnelsimplified __Pyx_GetStarArg(), moved more intelligence...
2008-01-15 Stefan Behnelsplit up __Pyx_GetStarArgs() into two separate function...
2008-01-14 Stefan Behneluse PyObject_Call() instead of _CallObject() just as...
2008-01-14 Stefan Behnelcleanup and faster kw arg splitting in __Pyx_GetStarArgs
2008-01-13 Stefan Behneldivert tp_clear()/tp_traverse() to parent type if type...
2008-01-13 Stefan Behnelreset to None instead of NULL in tp_clear()
2008-01-12 Stefan Behnelfix tp_clear() according to Python docs: zero out membe...
2008-01-12 Stefan Behnelraise compiler error for 'cdef readonly class'
2008-01-12 Stefan Behnelonly generate tp_clear/traverse functions if type suppo...
2008-01-12 Stefan Behnelonly reference type GC functions in extension type...
2008-01-09 Stefan Behnelfix subclassing non-GC types like 'unicode'
2008-01-09 Stefan BehnelBacked out changeset 4a6021b8a18c
2008-01-09 Stefan Behnelfix subclassing non-GC types like 'unicode'
2008-01-01 Stefan Behnelanother Distutils fix: keep source directory as target...
2008-01-01 Stefan Behnelmerge of 0.9.6.10.1
2007-12-31 Robert BradshawFatal typo fix
2007-12-31 Brian GrangerMACOSX_DEPLOYMENT_TARGET fix for OS X 10.5
2007-12-31 Robert BradshawFix bug for python targets in for...from loops, allow...
2007-12-31 Stefan BehnelC target directory fix for build_ext
2007-12-29 Stefan Behnelmerged changes from 0.9.6.10
2007-12-29 Robert BradshawCmd line option for convert-range, version number
2007-12-19 Stefan Behnelfix for memory leak when using keyword-only arguments
2007-12-19 Stefan Behnelkeyword-only arguments require __Pyx_GetStarArgs()...
2007-12-19 Stefan Behnelkeyword-only arguments require __Pyx_GetStarArgs()...
2007-12-12 Robert BradshawOverflow code (Ondrej suggested a much better way)
2007-12-12 Robert BradshawTypo fix suggested by Ondrej Certik
2007-12-12 Robert Bradshaw(Optionally) mutate range into for..from loops.
2007-12-10 Robert BradshawDue to occasional issues with cleanup on exit, cleanup...
2007-12-05 Robert BradshawPyrex type conversion with overflow check for all int...
2007-12-02 Stefan Behnelfixed broken call to compiler error function
2007-11-29 Robert BradshawRemove redundant marking code
2007-11-29 Robert BradshawFix classmethod for non-cdef classes.
2007-11-24 Stefan Behnelmerge of Cython 0.9.6.9
2007-11-21 Robert BradshawChange version number
2007-11-18 Robert BradshawAdd annotate file for html output
2007-11-16 Robert BradshawHTML source annotation module
2007-11-11 Robert BradshawFix agreement of cpdef functions and pxd files
2007-11-09 Stefan Behnelmerge of 0.9.6.8
2007-11-07 Robert Bradshawignore METH_COEXIST for python < 2.4
2007-11-07 Robert Bradshawdocstrings for special methods and cpdef functions
2007-11-07 "Gustavo Sverzut... Re: Disabling docstrings in generated .so?
2007-11-01 Robert BradshawMove assert exception object creation inside assert...
2007-11-01 Robert BradshawVersion number change
2007-11-01 Robert Bradshawmake overridable a type-level property, now overriding...
2007-11-01 Robert Bradshaw...
2007-11-01 Robert BradshawFix cpdef after merge, change so one can still call...
2007-10-30 Stefan Behnelenable builtin caching and cleanup
2007-10-29 Stefan Behnelfix DECREF of borrowed reference
2007-11-01 Robert BradshawFix function import refcount (Stefan Behnel)
2007-11-01 Robert BradshawRe-enable __index__ for Py_ssize_t, fix refcount error...
2007-10-29 Stefan Behnelfix DECREF of borrowed reference
2007-10-28 Robert BradshawFix missing decref in __Pyx_ImportModule
2007-10-27 Carl WittyPyObject_Hash returns long, not int
2007-10-27 Stefan Behnelerror handling code was missing
2007-10-26 Robert BradshawFix crash on undeclared builtin
2007-10-25 Robert Bradshawrdef -> cpdef
2007-10-25 Robert Bradshawcache builtins at module level
2007-10-24 Robert BradshawGenerate module cleanup code
2007-10-24 Robert BradshawFix builtins caching
2007-10-24 Robert BradshawCleanup builtin function code
2007-10-24 Robert BradshawEnable relative cimports
2007-10-24 Robert BradshawDecref error in except clause
next