platform/upstream/python-cython.git
2013-03-05 Nikita NemkinDocumentation for Py_UNICODE* string support.
2013-03-05 Nikita NemkinRenamed Py_UNICODE* entities to use "pyunicode_ptr...
2013-03-03 Nikita NemkinFixed a silly typo.
2013-03-03 Nikita NemkinFull support for Py_UNICODE[] literals with non-BMP...
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...
2013-03-02 Stefan Behnelminor code cleanup
2013-03-02 Stefan Behneluse constant flags to move wraparound/boundscheck evalu...
2013-03-01 Robert BradshawDisallow C++ exception declarations for non-extern...
2013-03-01 Stefan Behnelreduce freelist sizes below the number of created objects
2013-03-01 Stefan Behneladd freelist test for exttype with vtable
2013-02-27 Robert BradshawRemove no-gil cdivision error test.
2013-02-27 Robert BradshawDon't require the GIL for cdivision(False).
2013-02-27 Stefan Behnelproperly integrate pyximport into setup.py
2013-02-27 Stefan Behneldelete unused file
2013-02-25 Stefan Behneluse a couple of branch prediction macros in tp_new...
2013-02-25 Stefan Behnelinitialise all fields to 0 when using object structs...
2013-02-26 Robert Bradshawenum switch test
2013-02-26 Robert BradshawAllow enums in switch statement optimization.
2013-02-26 Robert BradshawMerge remote-tracking branch 'main/master'
2013-02-26 Robert BradshawDocs for c_string_type and c_string_encoding
2013-02-26 Robert Bradshawmultiple-choice directive type
2013-02-26 Robert Bradshawsupport 'default' encoding
2013-02-26 Robert BradshawCleanup default encoding.
2013-02-24 Stefan Behnelextend test case
2013-02-24 Stefan Behneldescribe ways for fast exttype instantiation in docs
2013-02-24 Stefan Behnelchangelog
2013-02-24 Stefan Behnelextend freelist support to all subtypes that have the...
2013-02-24 Stefan Behnelclarify error message
2013-02-24 Stefan Behnelinline freelist call to PyObject_Init()
2013-02-24 Stefan Behnelwarn about ignored freelist() decorator on subtypes
2013-02-24 Stefan Behneltest and fix tp_new() calling of cimported types
2013-02-24 Stefan Behnelslightly improve test
2013-02-23 Stefan Behneltry a potentially safer way to find out if we know...
2013-02-23 Stefan Behnelmake sure we always have a set of directives on CClassS...
2013-02-23 Stefan Behnelprevent external base types from generating cleanup...
2013-02-23 Stefan Behnelimplement freelist support for extension types with...
2013-02-23 Stefan Behnelminor cleanup
2013-02-23 Stefan Behnelsimplify code for directly calling module internal...
2013-02-23 Stefan Behnelminor cleanup
2013-02-23 Stefan Behnelchangelog
2013-02-23 Stefan Behneloptimise tp_new() for module-internally defined types...
2013-02-23 Stefan Behnelimplement tp_new() optimisation with args/kwargs
2013-02-23 Stefan Behnelmake call signature of method dispatch usable for both...
2013-02-23 Stefan Behnelmove tp_new() utility code into ObjectHandling.c
2013-02-23 Stefan Behnelmove string related utility functions from Optimize...
2013-02-23 Stefan Behnelonly include CythonFunction utility code if it's really...
2013-02-23 Stefan Behnelrefactor constant string slicing and guard it against...
2013-02-23 Stefan Behneladd constant folding test for sliced unicode and bytes...
2013-02-23 Stefan Behnelfold sliced literal sequences (e.g. from DEFs) into...
2013-02-23 Stefan Behnelfix expression node finding for bool and character...
2013-02-23 Stefan Behneldelete unused LongNode class
2013-02-23 Stefan Behneladd constant folding tests for bool values
2013-02-23 Stefan Behnelminor code cleanup
2013-02-23 Stefan Behnelfix constant folding for repeated negation
2013-02-23 Stefan Behnelsupport Ellipsis as compile time constant
2013-02-23 Stefan Behnelremove duplicated code
2013-02-23 Stefan Behnelremove Py2.3 work-around
2013-02-23 Stefan Behnelsimplify evaluation of --cython-only option in test...
2013-02-23 Stefan Behnelhonour --cython-only option in compiled unit tests...
2013-02-22 Stefan Behnelautomatically replace calls to builtin.__contains__...
2013-02-22 Stefan Behnelfix the last fix
2013-02-22 Stefan Behneladd safety fix for method dispatch visitor
2013-02-22 Stefan Behnelrefactor __class__ replacement hack, argument coercion...
2013-02-22 Stefan Behnelremove method dispatch on CascadedCmpNode: currently...
2013-02-22 Robert Bradshawfix type analysis bug
2013-02-22 Stefan Behneloptimise 'x in unicode' a bit
2013-02-21 Stefan Behneldeclare some internal transform methods final
2013-02-21 Robert BradshawMerge remote-tracking branch 'main/master'
2013-02-21 Robert Bradshawc89 fix
2013-02-21 Stefan Behnelsupport special comparison methods in method dispatch...
2013-02-21 Stefan Behnelmake test functions a bit more readable and add some...
2013-02-21 Stefan Behnelremove a __class__ replacement hack from memoryview...
2013-02-21 Stefan Behneladd tests for non-loop usage of dict.iter*() methods
2013-02-21 Stefan Behnelfix utility code name
2013-02-21 Stefan Behnelfix test in Py3.1
2013-02-20 Stefan Behnelremove test that no longer compiles after C-ifying...
2013-02-20 Stefan Behnelautomatically convert dict.iter*() and dict.view*(...
2013-02-20 Stefan Behnelmove dict.*() method implementations from Optimize...
2013-02-20 Stefan Behnelchangelog
2013-02-20 Stefan Behnelfix copy+paste bug
2013-02-20 Robert BradshawDefault encoding test.
2013-02-20 Robert BradshawAllow setting a default encoding to ease str/unicode...
2013-02-20 Stefan Behnelfix typo
2013-02-20 Stefan Behnelclean up in unicode slicing utility function, fix ...
2013-02-20 scoderMerge pull request #186 from intellimath/master
2013-02-20 zaurAdd tests for negative indices in unicode_slicing and...
2013-02-19 zaurFix test unicode_slicing for compatibility between...
2013-02-19 zaurMerge branch 'master' of https://github.com/intellimath...
2013-02-19 zaurAdd none check for unicode slicing, remove duplicate...
2013-02-19 zaurAdd unicode slicing support
2013-02-19 zaurAdd support for unicode slicing
2013-02-19 zaurMerge branch 'master' of git://github.com/cython/cython
2013-02-19 zaurAdd none check for unicode slicing, remove duplicate...
2013-02-18 zaurMerge branch 'master' of https://github.com/intellimath...
2013-02-18 zaurAdd unicode slicing support
next