cython.git
2009-11-23 Robert BradshawBump version number. 0.12
2009-11-22 Robert BradshawFix bug in handling of environment directives.
2009-11-22 Robert Bradshawmerge
2009-11-21 Robert BradshawRemove extra files in distribution tar.
2009-11-21 Robert BradshawBetter cmd line error message.
2009-11-17 Robert BradshawOne last precaution with temp files on Windows.
2009-11-17 Robert BradshawBump version.
2009-11-17 Robert BradshawFix forking in runtests.py (ticket #449).
2009-11-17 Robert BradshawFix for setting real/imaginary parts for MSVC C++.
2009-11-13 Lisandro Dalcinmake CTypedefType.declaration_code() honor dll_linkage
2009-11-13 Robert BradshawBump version number.
2009-11-13 Robert BradshawAdded tag 0.12.rc0 for changeset e77827f09af6
2009-11-12 Lisandro Dalcingroup definition of Py2/Py3 bytes/str compatibility... 0.12.rc0
2009-11-11 Robert Bradshawmerge
2009-11-11 Robert BradshawFix for in/not in cascading.
2009-11-11 Lisandro Dalcinimplementation of 'not in' is broken (ticket #455)
2009-11-11 Stefan Behnelcomment
2009-11-11 Stefan Behneltest case for #454
2009-11-11 Stefan Behnelcomment
2009-11-11 Robert BradshawDisable specialfloat for Windows + old Python. (ticket...
2009-11-11 Robert BradshawFix for different Windows float repr
2009-11-11 David CournapeauOptional setuptools-based cython build
2009-11-10 Lisandro Dalcinfix mixed declarations and code in function code generation
2009-11-06 Robert BradshawTry-except around doctest tempfile deletion (for windows).
2009-11-06 Robert BradshawRemove unneeded cpp_exception compile test.
2009-11-05 Robert BradshawInclude all of Tools.
2009-11-05 Robert BradshawMove cpp_exceptions_helper.cpp to cpp_exceptions_helper...
2009-11-05 Robert Bradshawremove broken option
2009-11-05 Robert BradshawVersion number.
2009-11-05 Robert BradshawAdded tag 0.12.alpha0 for changeset 4208042ceeae
2009-11-05 Robert BradshawFix bug #252, mangle illegal optional c argument names. 0.12.alpha0
2009-11-05 Robert BradshawTests for ticket #446.
2009-11-05 Robert BradshawFix ticket #446 (non-float complex regression).
2009-11-03 Stefan Behnelrun gc after running a test, prevent the test runner...
2009-11-03 Dag Sverre... Fix #441
2009-11-03 Robert BradshawOptimized list pop.
2009-11-03 Robert BradshawOptional forking in runtests.py
2009-11-02 Dag Sverre... Temporary fix for #441
2009-11-02 Dag Sverre... merge
2009-11-02 Dag Sverre... Fix #444 (utility code not pulled in in corner case)
2009-11-01 Stefan Behnelcleanup
2009-11-01 Stefan Behneldisable compile time error in favour of a runtime error...
2009-11-01 Stefan Behneltest __new__() optimisation interaction with __cinit__()
2009-10-31 Robert Bradshawcomplex number coercion fix
2009-10-31 Robert BradshawFix complex zero division testing.
2009-10-31 Stefan Behnelfix tp_new() function return type
2009-10-31 Stefan Behnelfix C assignment issue for the typed target case
2009-10-31 Stefan Behneladd a None check, except for plain extension type names
2009-10-31 Stefan Behneloptimise MyType.__new__(MyType) into a tp_new() slot...
2009-10-30 Stefan BehnelPy3 test fix
2009-10-30 Stefan BehnelPy3 doctest fix
2009-10-30 Stefan Behnelvarious Py3 test fixes after doctest refactoring
2009-10-30 Robert Bradshawremove sage-specific and unused incref-local-binop...
2009-10-29 Stefan Behnelrewrite of C array iteration support to iterate directl...
2009-10-29 Stefan Behnelextended test case
2009-10-29 Stefan Behnelfix #442: non-pyobject for-in-loop targets failed with...
2009-10-29 Robert BradshawMove some tests into function docstrings.
2009-10-29 Stefan Behnelextended/fixed test case
2009-10-29 Stefan Behneloptimise calls to int() and float() for casting purposes
2009-10-29 Robert Bradshawuse plain malloc/free in freezing code
2009-10-29 Robert BradshawT442, not T441.
2009-10-29 Robert BradshawTest fixes for T441 enumerate bug.
2009-10-29 Robert BradshawWorkaround for T441, enumerate optimization bug.
2009-10-29 Robert BradshawFix to compile sage.
2009-10-29 Robert BradshawDisable embedded testing for Py3 (can't run Cython).
2009-10-29 Robert Bradshawadd embedding to the test suite
2009-10-29 Robert BradshawTest for --embedded mode.
2009-10-28 Dag Sverre... Fix complex return values
2009-10-28 Dag Sverre... merge
2009-10-28 Dag Sverre... Testcase: Coercing typedef float to complex miscompiles
2009-10-28 Stefan Behnelextended test case for ticket 252
2009-10-28 Sturla MoldenSyntax highlighting for Cython and NumPy for KATE and...
2009-10-28 Robert Bradshawmerge
2009-10-28 Stefan Behneladded doctest to compile test case
2009-10-28 Stefan Behnelextended test case to make sure the ref-count optimisat...
2009-10-28 Stefan Behneldrop ref-counting on C attribute swaps
2009-10-27 Stefan BehnelPy3 test fixes
2009-10-27 Stefan Behneltest fixes for Py2.4
2009-10-27 Dag Sverre... merge
2009-10-27 Dag Sverre... numpy.pxd: Add intp_t and uintp_t
2009-10-27 Stefan Behnelefficiently support for-in loops over char* arrays...
2009-10-26 Dag Sverre... Nicer error message for undeclared[idx]
2009-10-26 Stefan Behnelcheck for bytes.decode() optimisation in test case
2009-10-26 Stefan Behnelextended test case
2009-10-26 Stefan Behneldrop redundant specialisation code from for-in loop...
2009-10-26 Stefan Behnelcleanup, support unbound method calls to bytes.decode()
2009-10-25 Stefan Behnelticket 436: efficiently support char*.decode() through...
2009-10-25 Lisandro Dalcinadd missing slots 'tp_del' (Py>=2.3) and 'tp_version_ta...
2009-10-25 Stefan Behnelfix intern() test in Py3
2009-10-24 Lisandro Dalcinfix testcase
2009-10-24 Robert BradshawBetter makefile clean.
2009-10-24 Mark Lodato--embed mode: fix Py3, floating point on FreeBSD
2009-10-24 Mark Lodatofreeze: fix for compiling with Python3
2009-10-24 Mark Lodatofreeze: exit(2) in examples, to test exit code
2009-10-24 Mark Lodatofreeze: include FreeBSD fix from Python's main()
2009-10-12 Mark Lodatofreeze: Makefile: use -fno-strict-aliasing
2009-10-05 Mark Lodatofreeze: Makefile: add target to build README.html
2009-10-05 Mark Lodatofreeze: rename README.rst to README.txt
2009-10-05 Mark Lodatofreeze: add --pymain example
2009-10-05 Mark Lodatofreeze: add -p option for calling Py_Main()
next