cython.git
2008-06-18 Dag Sverre... More CodeWriter support
2008-06-18 Dag Sverre... Started on TempName support, more CodeWriter
2008-05-30 Dag Sverre... Merge
2008-05-30 Dag Sverre... SourceDescriptor-related bug
2008-05-30 Dag Sverre... Fixed bug related to embedding SourceDescriptor positio...
2008-05-30 Dag Sverre... Make TreeFragment.py more readable; copy substitution...
2008-05-30 Dag Sverre... Added eq and hash to source descriptors
2008-05-30 Dag Sverre... Bugfix in __repr__ of SourceDescriptors
2008-05-30 Stefan Behnelhispanic typos :)
2008-05-30 Stefan Behnel'#define PyString_Type PyBytes_Type' in Py3: 'str'...
2008-05-30 Stefan Behnelcleanup
2008-05-30 Stefan Behnelmerge
2008-05-30 Stefan Behneluse PyBytes_*() functions instead of PyString_*() in Py3
2008-05-29 Robert BradshawMinor fix in indexing test
2008-05-29 Stefan Behnelincrease warning level of __(set|del)slice_ methods
2008-05-29 Stefan Behnelenable warning output in tests (currently unused)
2008-05-29 Robert Bradshawmerge
2008-05-29 Robert BradshawFix bug when indexing with large unsigned int
2008-05-29 Robert BradshawImplement "from module [c]import *", some more work...
2008-05-28 Stefan BehnelPy3.0beta compatibility fixes
2008-05-28 Robert BradshawAccept new for-from syntax.
2008-05-28 Robert BradshawOptimized indexing into sequences (partially from Greg...
2008-05-28 Robert BradshawInplace operators <<= >>= //= **=
2008-05-28 Robert BradshawCasting from C pointer to object does not incref
2008-05-28 Robert BradshawFix typo for IF statement.
2008-05-27 Stefan Behnelremove superfluous cast
2008-05-27 Dag Sverre... Merge
2008-05-27 Dag Sverre... TreeFragment fix: Replace enclosing ExprStatNode if...
2008-05-27 Dag Sverre... Removed str conversion from SourceDescriptors in order...
2008-05-27 Dag Sverre... Focus on visitors rather than transforms; Transform...
2008-05-26 Stefan Behnelinvalidate the cache of all subtypes when updating...
2008-05-26 Stefan Behnelextended test case
2008-05-26 Stefan Behnelcomment
2008-05-26 Stefan Behnelmoved method cache invalidation next to dict update...
2008-05-26 Stefan Behnelsimple test for extension class body
2008-05-26 Stefan Behneldocument test runner options
2008-05-26 Stefan Behneltest cases for optional arguments in cdef functions
2008-05-26 Stefan Behnelfix coverage analysis in test runner
2008-05-25 Stefan Behnelcleanup for test runner: use optparse to read cmd line...
2008-05-25 Stefan Behnelrequire options '-v' or '-vv' for status output in...
2008-05-25 Stefan Behneltest fixes
2008-05-25 Stefan Behnelbetter test output
2008-05-25 Stefan Behnelnon-runnable test moved to tests/compile/
2008-05-24 Stefan Behnelinvalidate type cache in Py2.6+
2008-05-23 Stefan Behnelremoved left-over
2008-05-23 Stefan Behnelsecond try to fix classmethods
2008-05-23 Stefan Behnelreverted last change, based on extended test case
2008-05-23 Stefan Behnelfix classmethod() calls
2008-05-23 Stefan Behnelsimple test case to emulate class methods as function...
2008-05-23 Stefan Behnelmerge
2008-05-23 Stefan Behnelsupport for new buffer protocol in Py3
2008-05-23 Robert BradshawSome more unicode compile crash fixes.
2008-05-23 Stefan Behneltest output fix
2008-05-22 Stefan BehnelPy2.6 test fixes
2008-05-21 Stefan Behnelenabled most remaining tests from the 'broken' directory
2008-05-21 Stefan Behnelbuiltin names must be EncodedStrings as they get reused
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 Dag Sverre... Usability fixes in Transform
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 Dag Sverre... New features: CodeWriter, TreeFragment, and a transform...
2008-05-16 Dag Sverre... Added Node.clone_node utility.
2008-05-16 Stefan Behneltest fixes
2008-05-16 Dag Sverre... Added ReadonlyVisitor.
2008-05-16 Dag Sverre... Fixed typo children_attrs -> child_attrs
2008-05-16 Dag Sverre... VisitorTransform + smaller Transform changes
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 Dag Sverre... Replace filename strings with more generic source descr...
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
next