cython.git
2008-05-16 Stefan Behnelkeep tests from different directories separate to preve...
2008-05-15 Stefan Behnelrange optimisation fixes
2008-05-10 Stefan Behnelit's Cython, not Pyrex :)
2008-05-09 Stefan Behneltest runner: pass '-a' to get an annotated source versi...
2008-05-09 Stefan Behnelput the annotated .html file next to the .c file to...
2008-05-09 Stefan Behnelsupport enabling source annotation via CompilerOptions
2008-05-09 Stefan Behnelfix code annotation for unicode source
2008-05-09 Stefan Behnelmoved code for filename encoding to Utils.py to make...
2008-05-09 Stefan Behnelmerge
2008-05-09 Stefan Behnelfix for windows build
2008-05-08 Robert Bradshaw...
2008-05-08 Robert Bradshawmerge __getattribut__ code
2008-05-08 Stefan Behnelfix for negative compile time int constants
2008-05-07 Robert BradshawTemporary fix for annotation unicode incompatabilities.
2008-05-05 Peter Todd__getattr(ibute)__ special methods now work with subcla...
2008-05-04 Stefan Behnelupdated .hgignore
2008-05-03 Kirill SmelkovInitial .hgignore
2008-05-04 Stefan Behnelset exec bits on scripts
2008-05-02 Peter ToddFirst stage of __getattribute__ special method support.
2008-05-02 Stefan Behnelmerge of release changes for Cython 0.9.6.14
2008-05-02 Stefan Behnelfix test case and make it really test the expected...
2008-05-02 Stefan Behnelmake test for new style exceptions run on all Python...
2008-05-02 Stefan Behneldo not test exception message as it differs between...
2008-05-02 Stefan Behnelprint versions of Cython and Python when running tests
2008-05-01 Robert BradshawAdded tag 0.9.6.14 for changeset 966abe58538d
2008-05-01 Robert BradshawBump version number. 0.9.6.14
2008-05-01 Stefan Behnelfix test case on 64 bit systems
2008-05-01 Stefan Behnelanother Main.parse() cleanup to make sure a unicode...
2008-05-01 Stefan Behnelenabled test case
2008-05-01 Stefan Behnelsmall fix
2008-04-30 Stefan Behnelstupid bug ...
2008-04-30 Stefan Behnelrobustness against unicode errors on encoding detection
2008-04-30 Stefan Behneltest fix
2008-04-30 Robert BradshawForce tuple creation for generic append.
2008-04-30 Robert BradshawFix errors due to ambiguous names in type vs. variable...
2008-04-29 Robert Bradshawpublic enum
2008-04-28 Robert Bradshaw2.3 compatability, error message tests
2008-04-28 Robert BradshawFix obscure unicode error related to PEP 263 work.
2008-04-28 Robert Bradshawmerge
2008-04-28 Robert BradshawBetter unicode error.
2008-04-28 Stefan Behnelreplace '0' bytes in strings when escaping
2008-04-28 Stefan Behneluse str methods instead of importing string module
2008-04-28 Stefan Behneltest runner for doctests didn't handle compile errors
2008-04-28 Stefan Behnelchange working directory when running C compiler to...
2008-04-28 Stefan Behnelmerge
2008-04-28 Stefan Behnelsimple error test for undefined names
2008-04-28 Stefan Behnelcleanup in runtests.py, support for testing compiler...
2008-04-28 Stefan Behneldoctest fix
2008-04-26 Robert BradshawAppend optimization.
2008-04-26 Gary FurnishFixed issues with -w
2008-04-28 Robert BradshawBetter error for foo(void)
2008-04-28 Robert Bradshawbuiltin type fixes
2008-04-27 Robert Bradshawmerge
2008-04-27 Robert BradshawList and tuple types.
2008-04-26 Stefan Behnelanother simplification of type inheritance sorting
2008-04-26 Stefan Behnelmerge
2008-04-26 Stefan Behnelrewrite of type hierarchy sorting patch
2008-04-26 Robert BradshawMore merging
2008-04-26 Robert BradshawMerge circular imports stuff
2008-04-26 Robert BradshawMore extendable Setup.py
2008-04-26 Robert BradshawFix weakref issue for classes inheriting from a pxd
2008-04-26 Robert BradshawAllow predeclared __Pyx_CppExn2PyErr.
2008-04-26 Stefan Behnelmake test case actually do stuff
2008-04-26 Stefan Behnelsimpler test case for extern class subtyping
2008-04-26 Gary FurnishCircular imports
2008-04-26 Gary FurnishCircular imports
2008-04-26 Stefan Behnelmore tests for source code encodings: test latin-1...
2008-04-26 Gary Furnish-w
2008-04-25 Stefan Behnelno need to use yield for now
2008-04-25 Stefan Behnelwho needs lambda anyway ...
2008-04-25 Stefan Behnelfixed loads of bugs found by pychecker
2008-04-25 Stefan Behneltypo
2008-04-25 Stefan BehnelPython fixes
2008-04-25 Stefan Behneltrivial Python code fixes in Plex
2008-04-25 Stefan Behnelmerge
2008-04-25 Stefan Behneltreat .py files in distutils Extension() sources like...
2008-04-25 Robert Bradshawtrivial merge
2008-04-25 Robert BradshawRename pxi includes to pxd
2008-04-25 Stefan Behnelextended test case
2008-04-25 Stefan Behnelextended test case
2008-04-25 Stefan Behnelfixes for special float value constants (provided by...
2008-04-25 Stefan Behnellet Cython compile .py files without complaining about...
2008-04-25 Stefan Behneltest fix
2008-04-25 Stefan Behnelmoved special float tests into separate test
2008-04-25 Stefan Behnelfixed source filename and Cython code embedding in...
2008-04-23 Stefan Behnelfixed end marker in control flow engine
2008-04-22 Stefan Behnelstyle fixes
2008-04-22 Stefan Behnelinclude test case
2008-04-22 Stefan Behnelunused import
2008-04-22 Stefan Behnelfix encoding in file includes
2008-04-22 Stefan Behnelcomment fix
2008-04-22 Stefan Behnelfix string constants defined in extension classes
2008-04-22 Stefan Behnelsource code encoding support (PEP 263) and UTF-8 defaul...
2008-04-22 Stefan Behnellet docstring test check string type (str/unicode)
2008-04-21 Stefan Behnelfix inf/NaN float constants
2008-04-21 Stefan Behneltest case for DEF int constant assignment
2008-04-21 Stefan Behnelfixed DEF constant integer parsing (bug 220108)
2008-04-21 Stefan Behneltypo (bug 220109)
2008-04-10 Stefan Behnelextended docstring test
2008-04-10 Stefan Behnelfix doubled docstrings for Python classes
next