platform/upstream/python-cython.git
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 Behnelavoid useless lookup of unknown encoding (fixes compile...
2013-11-03 Stefan Behneladd regression test for non-optimised unicode.encode...
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...
2013-11-02 Stefan Behnelminor readability fix
2013-11-02 Stefan Behnelfix comment
2013-11-02 Robert Bradshawspelling
2013-11-02 Robert BradshawGet rid of 'virtual methods without virtual destructor...
2013-11-02 Robert BradshawClear tp_print for cdef classes.
2013-11-01 Robert BradshawFix executable bits.
2013-11-01 Stefan Behnelmerge 0.19.x branch into master
2013-11-01 Stefan Behnelfix ref-leak during Py2-style class instantiation
2013-10-25 Robert BradshawMerge pull request #58 from drafnel/master
2013-10-25 Robert BradshawMerge pull request #262 from msabramo/cygdb_logging
2013-10-25 Robert BradshawDisable broken cimport alias test by defualt.
2013-10-25 Robert BradshawMerge pull request #249 from strohel/cimport-alias...
2013-10-25 Robert BradshawMerge pull request #263 from msabramo/cygdb_source_cygd...
2013-10-25 Robert BradshawMerge pull request #265 from msabramo/0.19.x_bdist_setu...
2013-10-23 Stefan Behnelremove unused code from Lexicon.py
2013-10-23 Stefan Behnelsupport 'rb' string prefix in addition to 'br' (Py3...
2013-10-23 Robert BradshawMerge branch 'master' of github.com:cython/cython
2013-10-23 Robert BradshawMerge pull request #266 from PythonCHB/master
2013-10-22 Marc Abramowitzsetup.py: Use setuptools when invoked with bdist_{egg...
2013-10-22 Robert BradshawMerge branch 'master' of github.com:cython/cython
2013-10-22 Robert Bradshawfix cdef signature
2013-10-21 Christopher... added __version__ to the cython namespace
2013-10-21 Robert BradshawMerge pull request #259 from msabramo/cygdb-tweak-args
2013-10-16 Stefan Behneldisable unnecessary PyType_IS_GC() check in PyPy (not...
2013-10-13 Stefan Behnelsimplify C code for setting up public enums
2013-10-13 Stefan Behnelavoid unnecessary overhead when setting Python class...
2013-10-13 Stefan Behnelclear global reference to module dict in module cleanup...
2013-10-13 Stefan Behneldoc cleanup and some Sphinx fixes
2013-10-13 Marc AbramowitzCython/Debugger/Cygdb.py: Source .cygdbinit file
2013-10-13 Marc AbramowitzCython/Debugger/Cygdb.py: Add debug logging with `loggi...
2013-10-13 Stefan Behnelmerge 0.19.x branch into master
2013-10-13 Stefan Behnelprepare release of 0.19.2 0.19.2
2013-10-13 Marc AbramowitzCygdb.py: Add "--" to cygdb usage string before gdb...
2013-10-12 Stefan Behnelextend .hgignore
2013-10-12 scoderMerge pull request #260 from msabramo/gitignore_egg_stuff
2013-10-12 Marc Abramowitz.gitignore: Ignore *.egg and *.egg-info
2013-10-12 Stefan Behnelfix warnings in refnanny module
2013-10-12 Marc AbramowitzFix cygdb argument parsing
2013-10-12 Stefan Behnelmerge 0.19.x branch into master
2013-10-12 Stefan Behnelfix typos
2013-10-12 Stefan Behnelmerge 0.19.x branch into master
2013-10-12 Stefan Behnelimprove error handling in malloc tutorial example
2013-10-12 Stefan Behnelmerge 0.19.x branch into master
2013-10-12 Stefan Behneladd minimal support for new tp_finalize type slot in...
2013-10-12 Stefan Behnelsome more cleanup in array.pxd
2013-10-12 Stefan Behnelclean up getbuffer code in array.pxd
2013-10-12 Stefan Behnelminor cleanup
2013-10-12 Stefan Behnelmerge 0.19.x branch into master
2013-10-12 Stefan Behnelfix some more exception handling in array.pxd
2013-10-12 scoderMerge pull request #258 from zyv/fix_array_extend
2013-10-11 Stefan Behnelmerge branch 0.19.x into master
2013-10-11 Stefan Behnelmention PyMem_*() C-API functions in memory allocation...
2013-10-11 Stefan Behnelreduce Unicode iteration over Latin-1 literals to bytes...
2013-10-11 Stefan Behnelmove misplaced PyObject_Format() C-API declaration...
2013-10-10 Stefan Behnelfix declaration of PyBuffer_FillInfo()
2013-10-08 Yury V. ZaytsevMultiple fixes to array.extend()
2013-10-08 Yury V. ZaytsevMultiple fixes to array.extend()
2013-10-11 Stefan Behnelchangelog
2013-10-11 Stefan Behnelprepare release of 0.19.2
2013-10-06 Stefan Behnelminor changelog fix
2013-10-06 Stefan Behnelexplain basestring type in string tutorial
2013-10-06 Stefan Behnelprevent assignment from basestring->bytes, provide...
2013-10-06 Stefan Behnelchangelog
2013-10-06 Stefan Behnelremove incorrect test assumption
2013-10-06 Stefan Behneldisallow assignment from bytes to basestring (only...
2013-10-06 Stefan Behnelreduce number of distinct error format strings a bit
2013-10-06 Stefan Behnelextend semantics of 'basestring' typed variables to...
2013-10-04 Robert BradshawMore complete array type parsing.
2013-10-04 Robert BradshawFix self-assignment warnings.
2013-10-04 Robert BradshawAlternative syntax for c array declarators.
2013-10-04 Robert BradshawWarn for non-trivial type declarators in shared declara...
2013-10-01 Stefan Behneldisable test in Py2.4
2013-09-30 Stefan Behnelignore UTF-8 BOMs at the beginning of source files
2013-09-30 Stefan BehnelPy2.4 fix
2013-09-29 Stefan Behnel(try to) fix buffer overflow in test
2013-09-29 Stefan Behnelclean up distutils argument handling in cythonize scrip...
next