cython.git
2010-08-25 Craig CitroBump version to 0.13 0.13
2010-08-23 Lisandro Dalcinmore robust build for embedded tests
2010-08-20 Lisandro Dalcinprevious commit broke numpy buffer access for Py<=2.4
2010-08-20 Lisandro Dalcinfix support for packed structs with SunPro compiler
2010-08-20 Lisandro Dalcinskip __index__ test for Py<2.5
2010-08-19 Robert BradshawBump version to 0.13.rc1
2010-08-19 Robert BradshawUnset debug flags.
2010-08-19 Robert Bradshawbump version to 0.13.r0
2010-08-19 Robert BradshawRemove failing __getattr__ missing test.
2010-08-18 Lisandro Dalcinconditional compilation for {Py2|Py3}-only special...
2010-08-18 Lisandro Dalcinget rid of Py_TPFLAGS_HAVE_INDEX to fill typeobj.nb_ind...
2010-08-16 Lisandro Dalcinset CYTHON_UNUSED modifier for __index__ special method
2010-08-16 Lisandro Dalcinsilent GCC warnings with Py<2.5
2010-08-16 Stefan Behnelmerged in latest cython-release
2010-08-15 Stefan Behnelextended test case: test that common method forwarding...
2010-08-15 Stefan Behnelextended test case: test that common method forwarding...
2010-08-15 Stefan Behneldisable extended unicode test for Python versions ...
2010-08-15 Stefan Behneldisable extended unicode test for Python versions ...
2010-08-15 Stefan Behnelless verbose 2to3 output in test runner
2010-08-15 Stefan Behnelless verbose 2to3 output in test runner
2010-08-15 Stefan Behnelquick fix for __getattr__ until we have a better solution
2010-08-15 Stefan Behnelquick fix for __getattr__ until we have a better solution
2010-08-15 Stefan Behneladded docstring test for __getattr__ which makes the...
2010-08-15 Stefan Behnelfix inop test
2010-08-16 Stefan BehnelAdded tag 0.13.beta1 for changeset 14957f635a37
2010-08-15 Stefan Behnelfix inop test
2010-08-15 Stefan Behnelmerge
2010-08-15 Robert BradshawFix invisible special methods.
2010-08-15 Robert BradshawSpecial method docstring tests.
2010-08-15 Robert BradshawRestore special method docstrings.
2010-08-14 Lisandro DalcinPyObject_GC_[Un]TRACK -> PyObject_GC_[Un]Track
2010-08-13 Carl WittyFix #561 doctests to work under Python 2 and 3; remove...
2010-08-13 Stefan Behnellots of runnable tests for try-except
2010-08-13 Stefan Behnelunpack exception test tuples in 'except' clauses, resul...
2010-08-13 Stefan Behnelnew test case for doctests in special methods
2010-08-13 Craig CitroMake version number 0.13.beta1 0.13.beta1
2010-08-12 Robert Bradshawmerge
2010-08-12 Robert BradshawDefine PyBoolObject for Py3.
2010-08-12 Lisandro Dalcinfix failing tests (Python 2, 32bits) because of L suffi...
2010-08-12 Robert BradshawComment out ___XXXslice__ methods so we don't break...
2010-08-12 Carl WittyFix #566, where __getslice__ generates code that gives...
2010-08-11 Robert BradshawFix cpp bool test.
2010-08-11 Robert Bradshawcpp_bool test (failing)
2010-08-11 Robert BradshawFix builtin bool tests.
2010-08-11 Robert BradshawCPython and C++ bool declarations.
2010-08-11 Robert BradshawRemove bool builtin name.
2010-08-10 Robert BradshawAdd T562 to known bugs list.
2010-07-27 Carl Wittytrac #562: test case for segmentation fault
2010-07-28 Carl WittyTest suite for #561, verifying that all bound methods...
2010-07-27 Carl Wittytrac #561: fixed major performance bug in special funct...
2010-08-09 Stefan Behneldo not rely on floating point string representation...
2010-08-09 Stefan Behnelmore None check elimination
2010-08-09 Stefan Behnelre-enable tree assertions in tests
2010-08-09 Stefan Behnelmerged in changes from cython-release branch
2010-08-09 Stefan Behnelreenable optimisations to prevent their tests from...
2010-08-09 Stefan Behnelfix temp handling inside of EvalWithTempExprNode:
2010-08-09 Stefan Behnelbetter debug output
2010-08-09 Stefan Behnelprevent control characters in unicode literals (ord...
2010-08-09 Stefan Behnelbetter error output in test
2010-08-04 Robert BradshawOptimization tests.
2010-08-03 Robert BradshawPermute optimizations.
2010-08-02 Robert BradshawRe-enable DropRefcountingTransform.
2010-07-31 Robert BradshawDisable FlattenInListTransform
2010-07-31 Robert BradshawEnable FlattenInListTransform, IterationTransform.
2010-07-31 Robert BradshawAnother needed optimization.
2010-07-31 Robert BradshawAnother necessary "optimization."
2010-07-31 Robert BradshawDisable optimizations (revert before release).
2010-07-31 Robert BradshawTestcase for #564, refcount bug in isinstance optimization
2010-07-29 Kurt Smithuse 'hg identify' to generate .hgrev file
2010-07-28 Stefan Behnelcode cleanup for function default arguments, make sure...
2010-07-28 Stefan Behnelremoved 'test3' make target - 'make PYTHON=python3...
2010-07-28 Stefan Behnelcomments
2010-07-28 Stefan Behnelfix performance hit in argument unpacking when passing...
2010-07-25 Stefan Behnelcoercions should always return a new node in order...
2010-07-25 Robert BradshawAdd wrapper files to MANIFEST.in.
2010-07-24 Robert BradshawAdded tag 0.13.beta0 for changeset 5ac2eaefcdc9
2010-07-24 Robert BradshawVersion bump.
2010-07-23 Stefan BehnelPy3 test fix 0.13.beta0
2010-07-23 Stefan Behnelmerge
2010-07-23 Stefan Behnelsafety fix for unicode literals test - otherwise fails...
2010-07-23 Robert BradshawMerge closures into main development branch.
2010-07-23 Chuck BlakeEasy enough to wrap in a hasattr. On my system only...
2010-07-22 Chuck BlakeAdd pyrex_directives dictionary optional attribute...
2010-07-22 Lisandro Dalcinforgot to update pxd in previous commit
2010-07-22 Lisandro Dalcinfix C++ namespace for enum items
2010-07-20 Stefan Behneltypo
2010-07-20 Stefan Behnelgenerate the expected (fast) code for isinstance()...
2010-07-20 Stefan Behnelfix 'set' type checks (prevent match with frozenset)
2010-07-20 Stefan Behnelprovide 'complex' type as Builtin.complex_type
2010-07-20 Stefan Behnelfix return types of PyBytes_* C-API functions
2010-07-20 Stefan Behnelfix code annotation of 'finally' block
2010-07-18 Robert BradshawFix #549, compiler crash on bad template type.
2010-07-18 Robert BradshawTest case for #494, function binding.
2010-07-18 Robert BradshawFix #502, handle implicitly unsigned chars.
2010-07-17 Stefan Behnelapplied fix by haoyu for bug #543
2010-07-17 Stefan Behnelmerged in latest cython-devel
2010-07-17 Stefan Behnelbetter error message for tuple unpacking, following...
2010-07-17 Stefan Behnelfix test for Py3.x after breaking it with the Py2.4 fix
2010-07-17 Stefan Behneltest fix for Py<2.5
2010-07-17 Stefan Behneltest fix for Py<=2.5
next