cython.git
2010-09-22 Robert BradshawFix pow(float, -) for MSVC.
2010-09-15 Robert Bradshawcleanup GetAttrGetItemRedirect test.
2010-09-14 Robert BradshawIgnore non-cython modules in module list creation.
2010-09-14 Robert BradshawSimplify cythonize api.
2010-09-14 Robert BradshawAliases for inline dependencies (e.g. numpy_include_dirs).
2010-09-14 Robert BradshawParallel cythonization.
2010-09-13 Lisandro Dalcinfix vtable slot filling to silent strict aliasing warni...
2010-09-12 Robert BradshawFix decorators for 2.3.
2010-09-12 Robert BradshawFix cython path.
2010-09-12 Robert BradshawParse distutils directives.
2010-09-12 Robert BradshawTest of new build mechanism.
2010-09-12 Robert BradshawMost basic distutils test.
2010-09-12 Robert BradshawTests of an entire source tree build invocation.
2010-09-12 Robert BradshawUtility methods for unpacking a source tree from a...
2010-09-12 Robert BradshawNew build mechanism, dependency resolution, only pass...
2010-09-12 Robert BradshawFaster dependancy parsing.
2010-09-12 Robert BradshawDependancy parsing.
2010-09-11 Robert BradshawSome error tests for c array iteration.
2010-09-11 Robert BradshawCleanup slice iteration code.
2010-09-11 Robert BradshawCommand line option for debug flags.
2010-09-11 Robert BradshawRemove obsolete option now that import * works.
2010-09-11 Robert BradshawDebug flag for raising an exception on an error.
2010-09-09 Stefan Behneltest readability
2010-09-09 Stefan BehnelPy2 test fix
2010-09-09 Stefan Behnelmerge
2010-09-09 Stefan Behnelfix optimised iteration over sliced C arrays with given...
2010-09-09 Robert BradshawTests fixes for Py3.
2010-09-09 Robert BradshawFix slicing tests.
2010-09-09 Robert BradshawTests for pointer slicing.
2010-09-09 Robert Bradshawin and not in operators for C arrays and sliced pointers
2010-09-09 Stefan Behnelcheck for non-ASCII bytes literals only in Py3 mode
2010-09-09 Stefan Behnelminor cleanup in type inference indexing
2010-09-09 Robert BradshawRichcmp operator constants.
2010-09-09 Stefan Behnelfix compiler crash in type inference if we cannot deter...
2010-09-09 Stefan Behnelfix error reporting in non-ASCII contexts for Py<=2.5
2010-09-09 Stefan Behnelfix newline normalisation on stream.readlines() for...
2010-09-08 Stefan Behnelcleanup
2010-09-08 Stefan Behneladded new non-working array iteration test, commented...
2010-09-08 Stefan Behnelfix test
2010-09-08 Stefan Behnelremoved dead legacy code
2010-09-08 Stefan Behnelfix type inference for sliced builtins
2010-09-08 Stefan Behnelinfer type of slices for some builtin types
2010-09-08 Stefan Behnelpartial optimisation for ord(Py_UNICODE) - better optim...
2010-09-07 Stefan Behnelreject non-ASCII literal characters in Python 3 byte...
2010-09-07 Robert BradshawRanked longness for stdint types.
2010-09-04 Stefan Behnelbuild fix
2010-09-04 Stefan Behnelsupport redundant parsing of string literals as unicode...
2010-09-03 Corbin SimpsonExprNodes: Add C++ error handling for std::invalid_argu...
2010-09-03 Stefan Behnelfix char* string iteration when we actually need to...
2010-09-03 Stefan Behnelimplement C array iteration with explicit step size...
2010-08-30 Stefan Behnelsafety fix
2009-06-01 Eric HussCheck dependencies defined for the extension to determi...
2010-08-27 Stefan Behnelanother embed test fix for Python 2.4
2010-08-27 Stefan Behnelretry by moving stupidly misplaced fix
2010-08-27 Stefan Behneltry to fix embedding test in Hudson builds
2010-08-27 Stefan Behnelbuild embedding test against static Python library...
2010-08-27 Robert BradshawC++ namespace tests.
2010-08-27 Robert BradshawFix namespace conversion functions.
2010-08-27 Robert BradshawFix namespace error for function arguments.
2010-08-26 Robert Bradshawsupport for comma operator
2010-08-26 Robert BradshawFix for comma operator bug.
2010-08-26 Stefan Behnelextended getattr test case
2010-08-25 Craig CitroAdded tag 0.13 for changeset 32c957267b3b
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
next