platform/upstream/python-cython.git
2013-04-14 John StumpoAllow cppclasses to be declared nogil.
2013-04-14 Stefan Behnelclean up dependencies of memoryview utility code snippe...
2013-04-14 Stefan Behnelsuppress some C compiler warnings about unused function...
2013-04-14 Stefan Behnelclean up utility code a bit
2013-04-14 Stefan Behnelclean up utility code a bit
2013-04-14 Stefan Behnelwork around inability to detect existing Python globals...
2013-04-14 Mark FlorissonExclude memoryview test from python versions <= 2.5
2013-04-14 Mark FlorissonMerge pull request #212 from markflorisson88/master
2013-04-14 Mark FlorissonAllow arbitrary strides and zero- and one-sized dimensions
2013-04-14 Stefan Behnelfix so file path building in Py2.[45]
2013-04-14 Stefan Behnelremove redundant importing overhead for newly built...
2013-04-12 Mark FlorissonMerge pull request #201 from strohel/transpose-refcount-fix
2013-04-12 Stefan BehnelAdded tag 0.19b2 for changeset 52beb5b16df5
2013-04-12 Stefan Behnelprepare release of 0.19 beta 2 0.19b2
2013-04-12 Stefan Behnelchangelog
2013-04-12 Stefan Behnelprevent redundant type checks for None values, especial...
2013-04-12 Stefan Behnelfix cascaded assignments of None to extension type...
2013-04-12 Stefan Behnelexplicitly disable object-in-buffer tests in PyPy
2013-04-11 Stefan Behnelinline normal case of getattr(o,n)
2013-04-11 Stefan Behnelupdate docs on optimised builtins
2013-04-11 Robert BradshawMerge pull request #211 from Juntalis/master
2013-04-11 Charles Grunwald... Fix build for non-C99 compatible compilers
2013-04-11 scoderMerge pull request #210 from nbruin/master
2013-04-11 nbruinexplain difference between cdef and cpdef
2013-04-11 nbruinexplain difference between cdef and cpdef
2013-04-11 nbruinexplain difference between cdef and cpdef
2013-04-11 nbruinexplain difference between cdef and cpdef
2013-04-11 nbruinexplain difference between cdef and cpdef
2013-04-10 Stefan Behnelchangelog
2013-04-09 Robert BradshawEnsure NAN is always initialized.
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-30 Matěj LaitlNaive approach to fix memview incref/decref asymmetry...
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...
next