cython.git
2008-05-14 Stefan Behnelmake it explicit in the generated source code what...
2008-05-14 Stefan Behneldocstrings can't have u'abc' literals in Py3
2008-05-14 Stefan Behnelimporting a module named by a unicode string seems...
2008-05-14 Stefan Behnelremoved 'intern_names' Option - always intern identifie...
2008-05-13 Stefan Behnelsupport running tests without running Cython to test...
2008-05-13 Stefan Behnelmerged trunk changes
2008-05-13 Stefan Behnelcleanup
2008-05-13 Stefan Behnelfixes: generate constant declarations before we access...
2008-05-13 Stefan Behnelmerged intern table with general string table to suppor...
2008-05-13 Stefan Behnelwhitespace
2008-05-13 Stefan Behnelidentifiers are encoded strings
2008-05-10 Stefan Behnelhack to make __Pyx_InternStrings() work for now: switch...
2008-05-10 Stefan Behnelmore #define's for stuff that's gone in Py3
2008-05-10 Stefan Behnelunicode fixes
2008-05-10 Stefan Behnelit's Cython, not Pyrex :)
2008-05-09 Stefan Behneloriginal Py3 code generation patch by Lisandro Dalcin
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
next