cython.git
2010-10-30 Stefan Behnelsupport for 'final' cdef types using a directive decorator
2010-10-30 Stefan Behnelfix decorators in external .pxd files after last commit
2010-10-30 Stefan Behnelclean up directive decorator parsing, support boolean...
2010-10-30 Stefan Behnelallow decorators on classes in the parser, just disable...
2010-10-29 Stefan BehnelIndex: Cython/Compiler/Parsing.py
2010-10-10 Haoyu BaiFix T422 by making module name as a StringConst
2010-10-22 Stefan BehnelPy3 install fix: keep original Py2 source modules of...
2010-10-22 Stefan Behnelcomment
2010-10-22 Stefan Behnelclean up some imports
2010-10-22 Stefan Behnelfix new build for an installed Cython and in Py3 test...
2010-10-22 Stefan Behneltypos
2010-10-22 Stefan Behnelfix end-to-end test setup in Py3
2010-10-22 Stefan Behnelcode cleanup
2010-10-15 Robert BradshawPyrex -> Cython in error message.
2010-10-08 Stefan Behnelfix 'nogil' flag on PythonCapiCallNode after the last...
2010-10-06 Lisandro Dalcinfixes and enhancements in libcpp
2010-10-06 Lisandro Dalcinfix Python exception checking within nogil blocks
2010-10-06 Robert BradshawGet rid of unused __get__/__set__ warnings for cimporte...
2010-10-05 Lisandro Dalcinfixes, additions and tests for libcpp.vector
2010-10-05 Robert BradshawTest for broken reference coercion - #581.
2010-10-05 Robert BradshawMake sure libcpp test runs as well as compiles.
2010-10-05 Robert Bradshaw#581 - bad reference type coercion
2010-10-04 Stefan Behnelfix PYTHONPATH setup if not previously set
2010-10-04 Stefan Behnelfix PYTHONPATH setting for end-to-end tests
2010-10-03 Robert BradshawTest for bad buffer types.
2010-10-03 Robert Bradshaw#579 - compiler crash on invalid buffer type
2010-10-02 Lisandro Dalcinprotect PyGILState_Ensure|Release for Python configured...
2010-09-27 Lisandro DalcinFix C++ exception handling for nogil functions (with...
2010-09-23 Robert BradshawComplex powers.
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
next