platform/upstream/python-cython.git
2013-04-09 Robert BradshawUndo redundant fix.
2013-04-09 Robert BradshawMerge pull request #204 from vmx/constcast
2013-04-09 Robert BradshawConst cast fix.
2013-04-09 Stefan Behneladd "experimental!" warning to linetrace directive
2013-04-08 Stefan Behnelfix C++ warning
2013-04-08 Stefan Behnelchangelog
2013-04-07 Stefan Behnelremove dead Py2.7+ code in <Py2.6 only code blocks...
2013-04-07 Stefan Behnelfix some C++ compiler warnings about char* constants
2013-04-07 Stefan BehnelAdded tag 0.19b1 for changeset 4f782ac7b3fd
2013-04-07 Stefan Behneltest 'type_version_tag' directive and fix it in Py2 0.19b1
2013-04-06 Stefan Behnelenable Py_TPFLAGS_HAVE_VERSION_TAG on extension types...
2013-04-06 Stefan Behnelremove unused left-over code
2013-04-06 Stefan Behnelprepare release of 0.19 beta 1
2013-04-06 Stefan Behnelmerge
2013-04-06 scoderMerge pull request #207 from nnemkin/callconv_pointers_fix
2013-04-06 scoderMerge pull request #208 from nnemkin/cimport_from_pyx_fix
2013-04-06 scoderMerge pull request #209 from nnemkin/local_error_report...
2013-04-06 Nikita NemkinIn cimport_from_pyx mode don't treat "cdef extern from...
2013-04-06 Nikita NemkinConsistently declare local error reporting variables...
2013-04-06 Stefan Behnelfix build
2013-04-05 Robert BradshawMerge pull request #206 from nnemkin/cpp_condexpr_cast_fix
2013-04-05 Stefan Behnelfix tracing check outside of functions
2013-04-05 Stefan Behnelimplement experimental support for line tracing
2013-04-05 Stefan Behnelwhitespace
2013-04-05 Stefan Behnelminor code simplification
2013-04-05 Stefan Behnelmove profiling utility code into external .c file
2013-04-05 Nikita NemkinFix C++ compilation error when if/else expression has...
2013-04-05 Stefan Behnelsimplify import-from code a little by moving the name...
2013-04-04 Stefan Behnelextend test case
2013-04-04 Stefan Behneluse better internal link in documentation instead of...
2013-04-04 Nikita NemkinAllow function pointer typedefs with calling convention...
2013-04-03 Volker MischeAdd casting to const
2013-04-03 Robert BradshawMerge pull request #203 from vmx/const-pointer
2013-04-02 Volker MischeAdd support for const pointers
2013-04-01 Stefan Behnelbroaden the effect of in-closure def node call inlining
2013-03-29 Stefan Behnelprevent tp_new() optimisation from breaking external...
2013-03-29 Stefan Behnelremove unused test code
2013-03-29 Stefan Behnelfix doctest
2013-03-29 Stefan Behnelimplement __annotations__ attribute on CyFunction ...
2013-03-29 Stefan Behnelimplement __kwdefaults__ for CyFunction
2013-03-29 Robert BradshawMerge pull request #200 from nnemkin/module_level_liter...
2013-03-28 Nikita NemkinAllow module-level literal lists (Fixes #113).
2013-03-26 Robert BradshawConst temp regression test.
2013-03-26 Robert BradshawFix bug with infered const temp vars.
2013-03-22 scoderMerge pull request #190 from sturlamolden/master
2013-03-19 Robert BradshawFlush at the end of cythonize().
2013-03-19 scoderMerge pull request #199 from nnemkin/compile_time_strin...
2013-03-19 Nikita NemkinCorrectly handle compile-time strings appearing in...
2013-03-18 Stefan Behnelrefactor comprehensions by removing separate target...
2013-03-17 scoderMerge pull request #198 from pv/bug/fused-refcount
2013-03-17 Pauli VirtanenAdd test for the fused type refcounting issue
2013-03-17 Pauli VirtanenRemove duplicate DECREF, tp_clear does it already
2013-03-17 Mark FlorissonFix fused tp_clear function prototype
2013-03-17 Mark FlorissonProperly decref objects held by fused functions
2013-03-17 Stefan Behnelfix 'with nogil' blocks inside of generators in C+...
2013-03-17 Stefan Behnelchangelog
2013-03-17 Stefan Behnelavoid GIL state temp overhead in sections that do not...
2013-03-17 Stefan Behnelstore GIL state in temp variable to safely keep it...
2013-03-17 Robert Bradshawfix compiler crash
2013-03-17 Stefan Behnelfix crash in staticmethods without explicit positional...
2013-03-16 Stefan Behnelimprove error message on slice deletion
2013-03-16 Stefan Behneladd test for absolute imports
2013-03-16 Stefan Behneluse __Pyx_PyObject_GetAttrStr() in some more places
2013-03-16 Stefan Behnelremove left-over code line
2013-03-16 Stefan Behnelfix slicing in PyPy
2013-03-16 Stefan Behnelminor code cleanup
2013-03-16 Stefan Behnelhonour wraparound option in object slicing code
2013-03-16 Stefan Behnelavoid code duplication by generating List/Tuple_GetSlic...
2013-03-16 Stefan Behnelavoid code duplication by generating GetSlice/SetSlice...
2013-03-16 Stefan Behneladd tags to tests
2013-03-16 Stefan Behnelfix passing explicit None slice indices into the getsli...
2013-03-16 Stefan Behnelchangelog
2013-03-16 Stefan Behnelimplement correct slicing for setslice and delslice
2013-03-16 Stefan Behnelfix negative slice indices
2013-03-16 Stefan Behnelfix ticket 636: build the correct slice objects on...
2013-03-16 Stefan Behnelclean up (Set|Del)ItemInt code and fix negative indexin...
2013-03-16 Stefan Behnelclean up GetItemInt code and fix negative indexing...
2013-03-15 Stefan Behnelsupport surrogates in unicode string literals in Py3.3
2013-03-15 Stefan Behnelfix type of string constant length field in string...
2013-03-15 Stefan Behnelfix handler method signature
2013-03-11 Stefan Behnelsafety fix for analysis in assigned builtin methods...
2013-03-11 Stefan Behnelfix build
2013-03-11 Stefan Behneloptimise calls on variables that reference builtin...
2013-03-14 Robert BradshawMerge pull request #197 from bfroehle/memview_static
2013-03-14 Bradley M.... BUG: Avoid exporting symbols in MemoryView utility...
2013-03-12 Robert BradshawMerge pull request #196 from belevtsoff/master
2013-03-12 Dmytroadd fdopen declaration to stdio.pxd
2013-03-11 Stefan Behnelfix unused access to optimise builtin methods which...
2013-03-11 Stefan Behnelminor code cleanup
2013-03-11 Stefan Behneltransform empty comprehensions into empty literals
2013-03-11 Stefan Behnelstrip down for-in-loops with empty iterables
2013-03-11 Stefan Behnelstrip down while-loops with constant condition
2013-03-10 Stefan Behnelchangelog
2013-03-10 Stefan Behnelfix utility function name
2013-03-10 Stefan Behnelsafety fix
2013-03-10 Stefan Behneloptimise list/tuple slicing, original patch by Zaur...
2013-03-10 Stefan Behnelexclude setup.py from compiled modules
2013-03-09 Stefan Behnelguard against incorrect values for PYLONG_BITS_IN_DIGIT...
2013-03-09 Stefan Behnelminor cleanups
2013-03-09 Stefan Behnelmove error handling code out of fast path
next