Cython has moved to github.

pyrex

log

age author description
2 years Gregory Ewing Added tag 0.9.9 for changeset 67efcff42bd5default tip
2 years Gregory Ewing Fixed demos0.9.9
2 years Gregory Ewing Tests passed
2 years Gregory Ewing nogc option to suppress cyclic gc support
2 years Gregory Ewing Improve exception catch/raise efficiency
2 years Gregory Ewing Caught exceptions not put in thread state, capture traceback in except clause
2 years Gregory Ewing sizeof() return size_t
2 years Gregory Ewing size_t in parser
2 years Gregory Ewing More int type reworking
2 years Gregory Ewing Add ssize_t, more int type modifications
2 years Gregory Ewing Declaration of __new__ now an error
2 years Gregory Ewing Document change to Py_ssize_t ranking.
2 years Gregory Ewing Operation between signed and unsigned int of same size has unsigned result
2 years Gregory Ewing Document __fastcall calling convention
2 years Gregory Ewing Add __fastcall calling convention
2 years Gregory Ewing Do not assume __cdecl is the default calling convention
2 years Gregory Ewing Disable cimported type size check
2 years Gregory Ewing Fix cast to Python type evaluating operand twice, rename intern to cintern
2 years Gregory Ewing Tests passed
2 years Gregory Ewing C++ struct and del
2 years Gregory Ewing Added tag 0.9.8.6 for changeset f89737e75fc5
2 years Gregory Ewing Tests passed0.9.8.6
2 years Gregory Ewing References updated and hacks removed
2 years Gregory Ewing Add iter2() builtin
2 years Gregory Ewing Fix calling builtin method of subclass
2 years Gregory Ewing Check gil when calling "except */?" function, acquire in __Pyx_WriteUnraisable
2 years Gregory Ewing Scope problem with extension types declared in pxd
2 years Gregory Ewing Fix crash on return outside function
2 years Gregory Ewing Fix memory leak in __Pyx_ExportFunction
2 years Gregory Ewing Fix typo in restaurant example
2 years Gregory Ewing Added platform tips to INSTALL.txt
2 years Gregory Ewing Fix public extension type attribute with cname
2 years Gregory Ewing Fix typo in Shrubbing example
2 years Gregory Ewing Fix attribute reference in compile-time expresssion
2 years Gregory Ewing Fix startswith typo in ExprNodes.py
2 years Gregory Ewing Disallow self-referencing ctypedef struct
2 years Gregory Ewing Include headers for module after those for cimported modules
2 years Gregory Ewing Added license
2 years Gregory Ewing Only use PySequence_DelItem on lists
2 years Gregory Ewing Workaround for threading init bug in 2.3
2 years Gregory Ewing Preserve explicit type casts for non-Python types
2 years Gregory Ewing Fixed deprecation warnings in 2.6
2 years Gregory Ewing Added tags to .hgignore
2 years Gregory Ewing Module name attribute on methods of Python classes
2 years Gregory Ewing Crash on misspelled method name in property declaration
2 years Gregory Ewing Test case for traceback crash with 2.6 - szabo
2 years Gregory Ewing Test case for previous commit
3 years Gregory Ewing Added tag 0.9.8.5 for changeset ac4da2723c96
3 years Gregory Ewing Version number update0.9.8.5
3 years Gregory Ewing Tests passed
3 years Gregory Ewing Fix hex compile-time constants
3 years Gregory Ewing Do not set MACOSX_DEPLOYMENT_TARGET unless running linker
3 years Gregory Ewing Fixed ctypedef public api class
3 years Gregory Ewing Do not generate function export code for extern functions
3 years Gregory Ewing Only create .dep files when timestamp checking or recursion enabled
3 years Gregory Ewing Dead code removal
3 years Gregory Ewing De-documented cross-module forward declarations
3 years Gregory Ewing Added tag 0.9.8.4 for changeset ac76d2c45aa1
3 years Gregory Ewing Fix unsigned int indexing bug; tests passed0.9.8.4
3 years Gregory Ewing Added tag 0.9.8.3 for changeset 37554acbb702