platform/upstream/python-cython.git
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...
2013-09-29 Stefan Behneladd test for cythonize excludes
2013-09-29 Stefan Behneluse iglob instead of glob since we're iterating anyway
2013-09-29 Stefan Behnelfix typo
2013-09-29 Stefan Behnelfix abspath/relpath issues when excluding paths from...
2013-09-29 Stefan Behnelremove unused import
2013-09-26 Robert BradshawSome math.h fixes, c99 isX macros.
2013-09-25 Robert BradshawMerge pull request #157 from dnmiller/master
2013-09-25 Robert BradshawMerge pull request #246 from dalleyg/dalleyg-lvalue1
2013-09-25 Robert BradshawMerge branch 'gdbout' of github.com:felix-salfelder...
2013-09-25 Robert BradshawMerge pull request #250 from larsmans/opaque-fpos
2013-09-25 Robert BradshawMerge pull request #252 from larsmans/math-missing
2013-09-25 Robert BradshawMerge pull request #256 from kanzure/fix-libraries...
2013-09-22 Robert BradshawActually fix unsigned < 0 warning.
2013-09-22 Robert BradshawClarify macro arguments.
2013-09-22 Robert BradshawGet rid of "comparison of unsigned expression < 0 is...
2013-09-22 Robert BradshawGet rid of "comparison between signed and unsigned...
2013-09-21 Stefan BehnelPy2.4 compile fix
2013-09-21 Stefan Behnelfix syntax
2013-09-21 Stefan BehnelPy2.4 fix
2013-09-14 Stefan Behnelclean up test a little
2013-09-19 Robert BradshawDon't warn on uninitialized setting of complex.real...
2013-09-19 Robert BradshawFix if XML_RESULTS is not set.
next