cython.git
2008-05-21 Stefan Behnelfix intern() builtin in Py3
2008-05-21 Stefan Behnelcleanup
2008-05-21 Stefan Behnelfix method calls on Cython generated Python classes
2008-05-20 Stefan Behnelcleanup
2008-05-18 Stefan Behnelforgotten part of last commit
2008-05-18 Stefan Behnelmake imported names behave like identifiers, too
2008-05-18 Stefan Behnelmake imported names encoded strings to fix attribute...
2008-05-18 Stefan Behnelrename type imports of 'unicode' and 'str' type accordi...
2008-05-18 Stefan Behneltest case fix
2008-05-18 Stefan Behnelfix keyword arguments in function calls: must be unicod...
2008-05-18 Stefan Behnelcomment fix
2008-05-17 Stefan Behnelextended test case on string literals
2008-05-17 Stefan Behneltest case for various string literals
2008-05-17 Stefan Behnelenable ur'abc' literals and b'abc'/br'abc' literals
2008-05-16 Stefan Behnelmoved tests out of the way that are broken in Py3
2008-05-16 Stefan Behnelmerge
2008-05-16 Stefan Behneltrunk merge
2008-05-16 Stefan Behneltypo
2008-05-16 Stefan Behnelkeep tests from different directories separate to preve...
2008-05-16 Stefan Behnel'make test3' target to build with the default python...
2008-05-16 Stefan Behnelmore test fixes
2008-05-16 Stefan Behnelmore test fixes
2008-05-16 Stefan Behnelclass names are identifiers, too
2008-05-16 Stefan Behnelcleanup
2008-05-16 Stefan Behnelstruct fields were generated in the wrong order
2008-05-16 Stefan Behneltest fixes
2008-05-16 Stefan Behnelfix for name declarations of interned string values...
2008-05-16 Stefan Behnelbig rewrite for the print statement in Py2 to provide...
2008-05-16 Stefan Behnellet print statement use print() in Py3
2008-05-16 Stefan Behnel__future__ import fix for older Python versions
2008-05-15 Stefan Behnelenable __future__ imports
2008-05-15 Stefan Behnelfix for slot descriptor
2008-05-15 Stefan Behneltest fix
2008-05-15 Stefan Behneltest fix
2008-05-15 Stefan Behnelrange optimisation fixes
2008-05-15 Stefan Behnelcleanup and provisionary Py3 fix
2008-05-15 Stefan Behnelbyte encode docstrings correctly
2008-05-15 Stefan Behneltest fix - that's how things work ...
2008-05-15 Stefan Behnelwork around Cython problem with parsing ur'abc' literals
2008-05-15 Stefan Behnelsimplify
2008-05-15 Stefan Behnelempty tuple is used by traceback builder => must be...
2008-05-15 Stefan Behneltest fix
2008-05-15 Stefan Behnelfixed PyMethod_New() call
2008-05-15 Stefan Behnelcleanup
2008-05-15 Stefan Behnelunsimplify :)
2008-05-15 Stefan Behnelsimplify
2008-05-15 Stefan Behnelmore test fixes for Py3
2008-05-15 Stefan Behnelmore test fixes for Py3
2008-05-14 Stefan Behnelmore test fixes for Py3
2008-05-14 Stefan Behnelfixes for keyword arg checking
2008-05-14 Stefan Behnelmore test fixes for Py3
2008-05-14 Stefan Behnellots of test fixes for Py3
2008-05-14 Stefan Behnellots of test fixes for Py3
2008-05-14 Stefan Behnelreplace the now missing PyNumber_Divide() by PyNumber_T...
2008-05-14 Stefan Behneldisable broken 'print' statement for now (PyFile_*...
2008-05-14 Stefan Behneltest fix
2008-05-14 Stefan Behneltons of fixes for the test suite: docstrings must be...
2008-05-14 Stefan Behnelunicode re fix
2008-05-14 Stefan Behnelskip off compiler error tests if we don't run the compiler
2008-05-14 Stefan Behnel__setslice__ and __delslice__ were removed in Py3
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
next