cython.git
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)
2009-05-15 Dag Sverre... buffer testcase fix again
2009-05-15 Dag Sverre... buffer testcase fix
2009-05-15 Stefan Behnelremove unused ComprehensionTransform class (which doesn...
2009-05-15 Dag Sverre... Update numpy.pxd with complex types and approximate...
2009-05-14 Lisandro Dalcinmerge
2009-05-14 Robert BradshawDon't assume complex.h by default.
2009-05-14 Robert Bradshawreal and imag attributes for complex
2009-05-14 Dag Sverre... Fix obscure bug w/ complex (only present when compiling...
2009-05-14 Dag Sverre... Testcase fix, update error message
2009-05-14 Dag Sverre... Attempt to fix disappearence of conversion errors ...
2009-05-14 Dag Sverre... If we were using git I could more easily erase my embar...
2009-05-14 Dag Sverre... Fixing up flawed fix for #303
2009-05-14 Dag Sverre... Allow <MyStruct*>obj as well; as there is no canonical...
2009-05-14 Dag Sverre... Fix #303 as per Lisandro's idea
2009-05-14 Dag Sverre... Actually remove warning mentioned in last commit...
2009-05-14 Dag Sverre... Disallow <double*>obj (#313). Also removes warning...
2009-05-14 Dag Sverre... Buffer support for complex numbers
2009-05-14 Dag Sverre... Minor testcase improvement
2009-05-14 Dag Sverre... Fix regression related to --embed support
2009-05-14 Robert BradshawOnly one source file allowed when using -embed
2009-05-14 Robert BradshawModule is main flag for embedded mode.
2009-05-14 Robert BradshawComplex negation
2009-05-14 Robert BradshawMinor complex number fixes
next