cython.git
2009-11-28 Stefan Behnellet char*->bytes conversion know that it returns bytes
2009-11-28 Stefan Behnelfix recursive use of LetNodeMixin
2009-11-27 Stefan BehnelPy3 test fix
2009-11-27 Stefan Behnelmerge
2009-11-27 Robert BradshawTests for #258.
2009-11-27 Robert BradshawFix #258, extern builtin conflicts.
2009-11-27 Robert BradshawFix typo.
2009-11-27 Arfrever Frehtes... When tests fail, runtests.py should exit with non-zero...
2009-11-27 Stefan Behnelfix #454: type of first parameter in classmethods
2009-11-27 Stefan Behneltest case for #408
2009-11-27 Stefan Behneltiny cleanup
2009-11-26 Stefan Behnelextended test case
2009-11-26 Stefan Behnelmerge
2009-11-26 Stefan Behnela couple more tests on builtin names
2009-11-26 Stefan Behnelcomment
2009-11-26 Stefan Behnelsupport len(char*) efficiently by calling strlen()...
2009-11-26 Stefan Behnelmake sure we only optimise builtins and no user defined...
2009-11-26 Stefan Behnelmake declared builtin types recognisable as such
2009-11-26 Stefan Behnelrecognise when 'classmethod' gets overridden
2009-11-24 Robert BradshawLinking flags for embedded mode.
2009-11-23 Robert BradshawAlso copy .hgignore
2009-11-23 Robert Bradshawmerge
2009-11-23 Robert BradshawAdded tag 0.12 for changeset fae19937e494
2009-11-23 Robert BradshawBump version number. 0.12
2009-11-22 Robert BradshawRemove repo from sdist, autogenerate .hgrev
2009-11-22 Robert BradshawMakefile target for repo.
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...
next