cython.git
2010-05-25 Haoyu Baiimplemented T487 'with' with multiple managers
2010-11-03 Robert BradshawCython.__version__
2010-11-02 Robert BradshawUnsigned PY_LONG_LONG.
2010-11-02 Stefan Behnelfix test runner warning in Python 3.2 debug builds
2010-11-02 Stefan Behnelfix octal literals as Python constants, convert octal...
2010-11-02 Stefan Behnelprevent 'file' from being recognised as a builtin type...
2010-11-02 Stefan Behnelfix language level setting in test runner
2010-11-02 Stefan Behnelbuild fix
2010-11-02 Stefan Behnelsupport running tests with language level 3 (mostly...
2010-11-02 Stefan Behnelfix *args/**kwargs in lambda function declaration:...
2010-11-02 Stefan Behneltest cleanup
2010-11-02 Stefan BehnelPy2.4 test fix
2010-11-02 Stefan Behnelreverted support for cdef functions in __test__ dict...
2010-11-02 Stefan Behnelenable doctests in cdef functions/methods, do not rewra...
2010-11-01 Stefan Behneluse branch hints in macros of slicing work-around
2010-11-01 Stefan Behnelfix ticket #578 by working around CPython bug 9834...
2010-10-31 Stefan BehnelPy2.[34] fix
2010-10-31 Stefan Behnelmerge
2010-10-31 Stefan Behnelsimplify auto __test__ dict generation:
2010-10-31 Robert BradshawFix indent stripping.
2010-10-31 Robert BradshawPython 2.3 fix.
2010-10-31 Robert BradshawAnother entry in .hgignore.
2010-10-31 Robert BradshawUse unbound symbols from local/global scope.
2010-10-31 Robert Bradshawnumpy and extension types for runtime cython
2010-10-31 Robert BradshawStrip common indentation in inline code.
2010-10-31 Robert BradshawBasic cython.inline
2010-10-30 Stefan Behnelmake bytes the common type of char* and bytes literal...
2010-10-30 Stefan BehnelPy3 test fix
2010-10-30 Stefan Behnelnew (partial) test case for ticket #582
2010-10-30 Stefan Behnelsupport 'internal' cdef classes that do not show up...
2010-10-30 Stefan Behnelmore missing 'directives' dicts, 'bool' actually is...
2010-10-30 Stefan Behnelfix scope of closures that was missing a 'directives...
2010-10-30 Stefan Behnelprevent subtyping final types in Cython (inside of...
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...
next