platform/upstream/python-cython.git
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
2013-03-09 Stefan Behneladd safety guard for ill defined user types
2013-03-09 Stefan Behnelsimplify PyLong unpacking code, knowing that max(digit...
2013-03-09 Stefan Behnelspeed up unpacking of small integers in Py3
2013-03-09 Stefan Behnelsimplify some Py3 precompiler checks
2013-03-09 Stefan Behnelstreamline __Pyx_PyInt_AsSize_t() a bit
2013-03-09 Stefan Behnelallow alternative spellings for encoding names in c_str...
2013-03-09 Stefan Behnelreduce default decoding overhead in Py3
2013-03-09 Stefan Behnelsimplify Py3 checks in TypeConversion.c
2013-03-09 Stefan Behnelraise NameError instead of KeyError when del-ing a...
2013-03-09 Stefan Behneluse inlined setattr also for delattr
2013-03-08 Stefan Behnelspeed up object attribute setting a little
2013-03-08 Stefan Behnelclean up Python name assignment code, special case...
2013-03-08 Stefan Behnelfix special case in for-from loop with object loop...
2013-03-08 Stefan Behnelremove comment
2013-03-08 Stefan Behnelremove unused utility code annotation
2013-03-08 Stefan Behneladd another failing test for iterable lookup in generators
2013-03-08 Stefan Behnelchangelog
2013-03-08 Stefan Behnelcdef some imported names in the parser
2013-03-08 Stefan Behneluse new PyDict_SetDefault() C-API function in Py3.4
2013-03-07 Stefan Behneluse freelists for closure classes
2013-03-07 Stefan Behneluse direct call to tp_new() slot function in closure...
2013-03-07 Stefan Behnelspeed up lookup of Python object attributes a little
2013-03-07 Stefan Behnelrevert last two commits - does not work for negative...
2013-03-07 Stefan Behneluse more direct C-API call for slice assignments on...
2013-03-07 Stefan Behnelspeed up slicing of lists and tuples
2013-03-07 scoderMerge pull request #193 from nnemkin/pyunicode_string_fix
2013-03-07 Nikita NemkinPass-through single surrogates in Py_UNICODE[] literal...
2013-03-07 Stefan Behnelfix name lookup in class scope
2013-03-06 Stefan Behnelfactor out builtin access code
2013-03-06 Stefan Behnelspeed up access to module globals
2013-03-06 Robert BradshawMerge pull request #192 from alexis-mignon/master
2013-03-06 Stefan Behnelcompare test result with CPython
2013-03-06 Stefan Behnelfix test
2013-03-06 Stefan Behnelfix exception message
2013-03-06 Nikita NemkinCompatibility fix: no UTF-32 codec in Python 2.4/2.5.
2013-03-06 Alexis MignonAdding +/- operators for iterators
2013-03-06 Robert BradshawMerge branch 'master' of github.com:cython/cython
2013-03-06 Robert BradshawDocument drawbacks of excessive typing.
2013-03-05 scoderMerge pull request #191 from nnemkin/py_unicode_strings
2013-03-05 Nikita NemkinMore pyunicode_ptr renames.
2013-03-05 Nikita NemkinDocumentation for Py_UNICODE* string support.
2013-03-05 Nikita NemkinRenamed Py_UNICODE* entities to use "pyunicode_ptr...
2013-03-04 scoderMerge pull request #188 from pv/pyxbuild-fixes
2013-03-04 scoderMerge pull request #189 from intellimath/master
2013-03-04 Stefan Behnelminor code cleanup
2013-03-04 Stefan Behnelprovide better error message for unknown globals (copie...
2013-03-04 Stefan Behnelremove redundant utility code from ExprNodes.py
2013-03-03 Stefan Behnelfix reversed order of operands in constant calculation...
2013-03-03 Nikita NemkinFixed a silly typo.
2013-03-03 Zaur ShibzukhovFix missing `void`
2013-03-03 Zaur ShibzukhovChange test to initialize by `import_datetime`
2013-03-03 Zaur ShibzukhovChange test to initialize by `import_datetime`
2013-03-03 Zaur ShibzukhovChange test to initialize by `import_datetime`
2013-03-03 Nikita NemkinFull support for Py_UNICODE[] literals with non-BMP...
2013-03-03 Zaur ShibzukhovAdd function `import_datetime`
2013-03-03 Nikita NemkinFixed explicit coercion of ctypedef'ed C types.
2013-03-03 Robert BradshawWarn on C++ exception declarations for non-extern funct...
2013-03-03 Robert BradshawMSVC fixes.
2013-03-03 Nikita NemkinTests for Py_UNICODE* string support.
2013-03-03 Nikita NemkinBasic support for Py_UNICODE* strings.
2013-03-02 Robert BradshawRevert "Disallow C++ exception declarations for non...
2013-03-02 Stefan Behnelcorrect name for basestring in Py3 to 'str' (not 'unicode')
2013-03-02 Stefan Behnelfix C compiler warnings about unused parameters
2013-03-02 Stefan Behneloptimise isinstance(obj, basestring) and map basestring...
next