cython.git
2009-08-21 Stefan Behnelfix bytes compile time constants in Py3
2009-08-21 Stefan BehnelPy3 test fix
2009-08-21 Stefan Behnelfix struct handling in Py3
2009-08-21 Stefan Behnelfix test exclusion
2009-08-21 Stefan Behneldecode included filenames as we can't handle byte encod...
2009-08-21 Stefan Behnelminor cleanup
2009-08-21 Stefan BehnelPy3 test fixes
2009-08-21 Stefan BehnelPy3 fix
2009-08-21 Stefan BehnelPy3 test fixes
2009-08-21 Stefan BehnelPy3 test fixes
2009-08-21 Stefan Behnelexclude incompatible tests under Py3
2009-08-21 Stefan BehnelPy3 encoding fix
2009-08-21 Stefan BehnelPy2.x fix after Py3 char fix ;)
2009-08-21 Stefan Behnelproperly handle char values (bytes with length 1) in Py3
2009-08-21 Stefan Behnelmake sure we do not break encoded scripts when extracti...
2009-08-21 Stefan BehnelPy3 fix
2009-08-21 Stefan BehnelPy3 fix
2009-08-21 Stefan BehnelPy3 fix
2009-08-21 Stefan BehnelPy3 unicode fixes
2009-08-21 Stefan Behnel__cmp__() is dead in Py3, ep+lt should be enough though
2009-08-21 Stefan Behnelimport Cython as late as possible
2009-08-20 Stefan BehnelPy3.1 fix
2009-08-20 Stefan Behnelsafe a few cycles (~4%) when calling 'in' on dicts
2009-08-20 Stefan Behnelextended test cases
2009-08-20 Stefan Behnelfix error message
2009-07-08 Stefan Behnelfix __future__ division semantics for constant expressi...
2009-07-08 Stefan Behnelfix byte string escaping of '\' in Py2.x (broken by...
2009-07-06 Stefan Behnelenable % formatting of byte strings by providing a...
2009-07-06 Stefan Behnelenable running the tests in Py3.1
2009-07-06 Stefan BehnelPy3 fix: make sure byte strings end up in the code...
2009-07-06 Stefan Behnelmake sure header filenames pass literally into the...
2009-07-06 Stefan BehnelPy3 fixes
2009-07-05 Stefan BehnelPy3 fixes
2009-07-05 Stefan BehnelPy3 fix
2009-07-05 Stefan BehnelPy3 fix
2009-07-05 Stefan BehnelPy3 fix
2009-07-05 Stefan BehnelPy3 2to3 fix
2009-07-05 Stefan Behnelfix TreeFragment: parsing works on Unicode streams
2009-07-05 Stefan BehnelPy3 fix
2009-07-05 Stefan BehnelPy3 fixes
2009-07-05 Stefan BehnelPy3 fixes
2009-07-05 Stefan Behnelfix constant folding: calculate float values but do...
2009-07-05 Stefan Behnelrevert typing in Visitor.pxd because of obscure type...
2009-07-04 Stefan Behnelenable cdivision switch for 0.12
2009-07-04 Stefan BehnelPy3 code fixes
2009-07-03 Stefan Behnelonly regenerate Cython's own C sources when the .py...
2009-07-03 Stefan Behnelunused import
2009-07-03 Stefan BehnelPy3 fix
2009-07-03 Stefan Behnelreduce code-gen time spent in builtins
2009-07-03 Stefan Behnelclean up compiled code in Visitor.py
2009-07-03 Stefan Behnelfix declaration in Parsing.pxd
2009-07-03 Stefan Behnelcleanup in Shadow.py: Py_ssize_t is an int_type, nothin...
2009-07-03 Stefan Behnelfaster call to builtin type()
2009-07-02 Stefan Behnelmerge
2009-06-30 Dag Sverre... nogil check changes; fixes #338 and #329
2009-06-30 Dag Sverre... Make it easier to compare and debug error testcase...
2009-06-28 Robert BradshawName numpy type enum
2009-06-27 Dag Sverre... merge
2009-06-27 Dag Sverre... Rename pragma => directive in source
2009-06-27 Stefan Behnelfix extended iterable unpacking in Py3.1
2009-06-26 Stefan Behneltest case for class decorators
2009-06-26 Stefan Behnelmerge
2009-06-26 Stefan Behnelclass decorators for Python classes - disabled for...
2009-06-25 Dag Sverre... merge
2009-06-25 Dag Sverre... Further code streams/code.globalstate/ModuleNode refact...
2009-06-25 Dag Sverre... Remove file which should never have been uploaded
2009-06-25 Dag Sverre... Fix #191
2009-06-19 Lisandro Dalcinget rid of string comparisons in classmethod utility...
2009-06-11 Stefan BehnelIntNode() value set in tree transformations must be...
2009-06-11 Stefan Behnelfix DebugFlags
2009-06-03 Robert BradshawTicket #326, coerce -1 to -2 for __hash__
2009-05-26 Dag Sverre... merge
2009-05-26 Dag Sverre... New fix for #303
2009-05-26 Dag Sverre... Revert previous fix of #303
2009-05-21 Dag Sverre... Fix for#257
2009-05-21 Dag Sverre... UtilityCode put_code protocol
2009-05-21 Dag Sverre... Move UtilityCode to Code.py
2009-05-21 Dag Sverre... merge
2009-05-20 Dag Sverre... Stop compilation when Python headers are not present
2009-05-20 Dag Sverre... Version update
2009-05-20 Dag Sverre... Do not use C99 compound literals (enables compilation... 0.11.2
2009-05-19 Dag Sverre... Start replacing TempBlockNode with LetNode/EvalWithTemp...
2009-05-19 Dag Sverre... debug_verbose_pipeline flag added
2009-05-19 Dag Sverre... Fix for T203 testcase failure (new intern string api)
2009-05-19 Dag Sverre... merge
2009-05-19 Dag Sverre... Redirect error output properly during unit testing
2009-05-19 Dag Sverre... Big merge of -devel
2009-05-17 Dag Sverre... 0.11.2.rc1
2009-05-17 Dag Sverre... Added tag 0.11.2.rc1 for changeset af6f1bed8cd4
2009-05-17 Dag Sverre... Py3 testcase fixes 0.11.2.rc1
2009-05-17 Dag Sverre... Fix bug in new buffmt code
2009-05-17 Lisandro Dalcinfix some tests for Python 3
2009-05-16 Lisandro Dalcinrenaming in testcase, 'mutable' is a C++ keyword.
2009-05-16 Lisandro Dalcinadd compiler directive for user-defined function callin...
2009-05-16 Stefan Behnelenumerate fixes: single-statement bodies, avoid redunda...
2009-05-16 Stefan Behnelextended test case
2009-05-16 Stefan Behnelfix warning on unused utility code after enumerate...
2009-05-16 Robert BradshawBuiltin type method
2009-05-15 Stefan Behneltest case for T316
2009-05-15 Stefan Behnelenumerate optimisation (#316)
next