platform/upstream/python-cython.git
2013-11-29 Stefan Behneldisable autotestdict when testing under Py3.4 and adapt...
2013-11-25 Stefan Behnelfix caching of e+nnn format floats
2013-11-24 Stefan Behnelminor safety fixes in constant folding
2013-11-24 Stefan Behnelchangelog
2013-11-24 Stefan Behnelminor code cleanup
2013-11-24 Stefan Behnelfix compiler crash on unitialised result_code and fix...
2013-11-24 Stefan Behneluse plain constants for Python bool values instead...
2013-11-24 Stefan Behnelextend test
2013-11-24 Stefan Behnelcache Python float constants
2013-11-24 Stefan Behnelstreamline iteration termination a bit
2013-11-23 Stefan Behnellet += and -= inplace operators use pointer arithmetic...
2013-11-23 Stefan Behnelminor code cleanup
2013-11-23 Stefan Behnelremove outdated test
2013-11-23 Stefan Behnelmake some tests from 'broken' directory usable
2013-11-23 Stefan Behnelmake an old test from 'broken' directory usable
2013-11-23 Stefan Behnelmake an old test from 'broken' directory usable
2013-11-23 Stefan Behnelmake an old test from 'broken' directory usable
2013-11-23 Stefan Behnelmake an old test from 'broken' directory usable
2013-11-23 Stefan Behnelremove some useless tests from 'broken' directory
2013-11-23 Stefan Behnelmake an old test from 'broken' directory usable
2013-11-23 Stefan Behnelextend test
2013-11-23 Stefan Behnelunpack redundantly coerced int/float literals during...
2013-11-23 Stefan Behnelextend test
2013-11-23 Stefan Behnelminor code cleanup
2013-11-23 Stefan Behnelfix no-args int() call
2013-11-23 Stefan Behnelcall PyNumber_Int() for builtin int() function
2013-11-23 Stefan Behnelextend test
2013-11-23 Stefan Behnelmerge 0.19.x branch into master
2013-11-23 Stefan Behnelfix 'raise type, instance' in Py3 by preventing it...
2013-11-23 Stefan Behnelextend test
2013-11-23 Stefan Behnelback out the last two exception raising changes
2013-11-23 Stefan Behnelmerge 0.19.x branch into master
2013-11-23 Stefan Behnelfix refcounting in __Pyx_Raise() because PyErr_Normaliz...
2013-11-23 Stefan Behnelavoid executing Python doctest that doesn't work in...
2013-11-23 Stefan Behnelmerge 0.19.x branch into master
2013-11-23 Stefan Behnellet CPython do the exception instantiation on 'raise...
2013-11-22 Stefan Behneluse more CPython-like (and potentially faster) _PyType_...
2013-11-22 Stefan Behnelalways wrap for-iterator node in NextNode after analysi...
2013-11-22 Stefan Behnelrevert incomplete fix for ticket #600: not enough for...
2013-11-22 Stefan Behnelmake sure foreign entries are reused
2013-11-22 Stefan Behnelextend test
2013-11-22 Stefan Behnelalways wrap for-iterator node in NextNode after analysi...
2013-11-22 Stefan Behnelextend test
2013-11-20 Stefan Behnelremove some references to old "build_ext" building...
2013-11-17 Stefan Behnelfix T600: lookup of iterables in genexpr must use outer...
2013-11-17 Stefan Behnelreenable some tests
2013-11-17 Stefan Behnelmove old list test from broken into tests/compile/
2013-11-17 Stefan Behnelfix test
2013-11-17 Stefan Behnelmove old list test from broken into list.pyx
2013-11-17 Stefan Behnelcomment
2013-11-17 Stefan Behnelremove useless return in __init__()
2013-11-16 Stefan Behnelimprove some class comments
2013-11-16 Stefan Behnelmove qualname calculation transform a little later...
2013-11-16 Stefan Behnelfix tree traversal for FusedCFuncDefNode
2013-11-15 Stefan Behnelfix qualname calculation crash for c(p)def functions...
2013-11-15 Stefan Behnelmove PEP 3155 qualname tests into separate test module
2013-11-15 Stefan Behnelmerge
2013-11-15 Stefan Behnelreimplement PEP 3155 __qualname__ calculation in a...
2013-11-11 scoderMerge pull request #268 from andreabedini/master
2013-11-11 Andrea BediniFix npy_bool signedness
2013-11-10 Stefan Behnelavoid pessimisation when int-indexing into dicts
2013-11-10 Stefan Behnelfix C compiler warning in Py2.4
2013-11-10 Stefan Behnelinline PyUnicode_Compare() function for equality compar...
2013-11-10 Stefan Behneloptimise string equality comparison by always looking...
2013-11-03 Stefan Behnelavoid useless lookup of unknown encoding (fixes compile...
2013-11-03 Stefan Behneladd regression test for non-optimised unicode.encode...
2013-11-01 Stefan Behnelfix ref-leak during Py2-style class instantiation
2013-10-27 Stefan Behnelimplement metaclass calculation/validation algorithm...
2013-11-09 Stefan Behnelimplement minor special case of indexing into an inferr...
2013-11-09 Stefan Behnelfix utility function signature
2013-11-09 Stefan Behnelwork around stupid C compiler warnings about tests...
2013-11-09 Stefan BehnelC++ compilation fix
2013-11-09 Stefan Behneladd another straight exception case to macros
2013-11-09 Stefan Behnelfix C compiler warning in overflow tests
2013-11-09 Stefan Behnelreplace some redundant utility functions by explicit...
2013-11-09 Stefan Behnelmake fast path in Get/SetItemInt() utility functions...
2013-11-08 Stefan Behnelfix copy&paste code in __Pyx_SetItemInt_ByteArray_Generic()
2013-11-08 Stefan Behnelclean up some code redundancy
2013-11-08 Stefan Behneladd value range check for C level assignments to bytear...
2013-11-07 Stefan Behnelfix test
2013-11-07 Stefan Behnelfix test in older Py3.x versions, minor cleanups
2013-11-07 Stefan Behnelsupport 'global' in Python class body
2013-11-07 Stefan Behnelfix "__qualname__" of names defined as 'global'
2013-11-06 Stefan Behnelsupport bytearray as auto encoding string type
2013-11-06 Stefan Behneladd note to fused types docs that they are not supporte...
2013-11-05 Stefan Behnelimplement (and thus, fix) index assignments to bytearra...
2013-11-05 Robert BradshawMerge pull request #267 from andreasvc/master
2013-11-03 Stefan Behnelmerge 0.19.x branch into master
2013-11-03 Stefan Behnelavoid useless lookup of unknown encoding (fixes compile...
2013-11-03 Stefan Behneldisable Py2.6+ bytearray tests in earlier Python versions
2013-11-03 Stefan Behneladd assert to find cases where we fail to generate...
2013-11-03 Stefan Behneloptimise indexing and slicing of bytearray
2013-11-03 Andreas van... No error checking for PyFloat_AS_DOUBLE() as documented
2013-11-03 Andreas van... Merge remote-tracking branch 'upstream/master'
2013-11-03 Stefan Behnelminor cleanup
2013-11-03 Stefan Behnelwhitespace
2013-11-03 Stefan Behneloptimise bytearray.decode()
2013-11-02 Stefan Behnelfix C pointer coercion problem when coercing bytes...
2013-11-02 Stefan Behnelfix C pointer coercion problem when coercing signed...
2013-11-02 Stefan Behnelsupport 'bytearray' in the same way as 'bytes', startin...
next