platform/upstream/python-cython.git
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...
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-28 zaurAdd missing files
2013-02-28 zaurAdd test for date/time/datetime/timedelta members
2013-02-27 Robert BradshawRemove no-gil cdivision error test.
2013-02-27 zaurFix inline getters for timedelta
2013-02-27 zaurAdd new line at the end of file
2013-02-27 zaurAdd datetime.pxd to cython.cpython. Part II
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 Pauli Virtanenpyximport: fix a bug crashing other processes
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...
next