platform/upstream/python-cython.git
2012-08-07 Stefan Behnelfix refcount bug in initial __path__ setting
2012-08-07 Stefan Behnelfix end-to-end test output in Py3
2012-08-07 Stefan Behnelwhen pyximporting a package __init__ module in place...
2012-08-07 Stefan Behnelrestored code in Symtab.py that fixed the module name...
2012-08-07 Stefan Behneladded (and disabled) test case for type inference based...
2012-08-06 Stefan Behnelprevent infer_type() method from returning None on...
2012-08-06 Stefan Behnelprovide compiler directive to set __file__ and __path__...
2012-08-06 Stefan Behneldrop dead code in Symtab.py: module name is properly...
2012-08-06 Stefan Behnelavoid reusing method argument variable
2012-08-06 Stefan Behnelfix some glitches in last pyximport changes
2012-08-06 Stefan Behnelfix command line switch
2012-08-06 Stefan Behnelsimplify .py->.so loader setup in pyximport by reusing...
2012-08-06 Stefan Behnelreimplement 'inplace' option in pyxbuild, fix last...
2012-08-06 Stefan Behnelsimplify inplace build setup in pyxbuild.py
2012-08-06 Stefan Behnelfix language level passing in pyximport's PyImporter
2012-08-05 Stefan Behnelallow configuring the source language level in pyximpor...
2012-08-05 Stefan BehnelPy3 import fix in pyximport
2012-08-04 Stefan Behnelfix tp_traverse()/tp_clear()/tp_dealloc() calls for...
2012-08-04 Stefan Behnelremoved confusing dead code
2012-08-04 Stefan Behnelfix typo
2012-08-04 Stefan Behnelsafely clear ext type fields on tp_dealloc()
2012-08-04 Stefan Behnelreduce code duplication for DECREF code generation
2012-08-04 Stefan Behnelreverted tp_dealloc() call patch
2012-08-04 Stefan Behneltest runner: enable cygdb support for --debug option
2012-08-04 Stefan Behnelfix crashes when deallocating instances of cimported...
2012-08-02 Stefan Behnelsuppress more output in cythonize() when 'quiet' flag...
2012-08-01 Mark FlorissonFix numpy fused types dispatch test
2012-08-01 Robert BradshawMerge pull request #140 from bfroehle/cython_inline_ctx
2012-08-01 Stefan Behnelsupport in-place building for pyximport
2012-08-01 Stefan Behnelfix compiler crash in unicode encoding optimiser
2012-08-01 Bradley M.... cython_inline: Stop passing unused `ctx` parameter...
2012-07-31 Stefan Behneldeleted unused code
2012-07-31 Stefan Behneldetermine buffer typegroup of integer dtypes based...
2012-07-31 Stefan BehnelC code simplification in memory view type format code
2012-07-31 Stefan Behnelfix unicode encoding optimisation when running in Python 3
2012-07-31 Stefan Behnelavoid overly redundant recoding in memory view dtype...
2012-07-29 Stefan Behnelhandle 'cpp' tag in end-to-end srctree tests
2012-07-28 Stefan Behnelfix typo
2012-07-28 Stefan Behnelavoid hard dependency on gzip module
2012-07-27 Stefan Behnelfix setup.py script in Demos dir
2012-07-26 Robert BradshawA 10x cython.inline speed improvement.
2012-07-26 Robert BradshawDon't reload inline module if it's already loaded.
2012-07-26 Robert BradshawMerge pull request #139 from echlebek/patch-1
2012-07-26 Robert BradshawMerge pull request #138 from yarikoptic/master
2012-07-26 Eric ChlebekUpdate docs/src/userguide/external_C_code.rst
2012-07-26 Eric ChlebekUpdate docs/src/userguide/external_C_code.rst
2012-07-26 Yaroslav Halchenkoimprove detection of the extension suffix for cython_inline
2012-07-25 Stefan BehnelPy3 test fix
2012-07-25 Stefan Behnelfix temp result release 'hack' for stack allocated...
2012-07-25 Stefan Behneladded failing test case for literal lists to make sure...
2012-07-24 Stefan Behnelenable previously unused optimisation code for bytes...
2012-07-24 Stefan Behnelfix copy&paste bug
2012-07-24 Stefan Behnelrequire Py2.4+
2012-07-24 Stefan Behnelremoved dead code
2012-07-24 Stefan Behnelfix type inference for overloaded C++ operators
2012-07-23 Stefan BehnelAdded tag 0.17.beta1 for changeset 5320ddd8c3a6
2012-07-23 Stefan Behnelprepare release of 0.17 beta1 0.17.beta1
2012-07-23 Stefan BehnelPyPy doc section on low-level access to builtin types...
2012-07-23 Stefan Behnelfix 'type' adaptation code to work with PyPy
2012-07-23 Stefan Behneladded test to make sure 'type' works as argument type
2012-07-23 Stefan Behnelremoved unused code
2012-07-23 scoderMerge pull request #126 from bfroehle/_cpython_type_PyT...
2012-07-23 Stefan Behnelfix modifiers of functions with overrides in external...
2012-07-23 Stefan Behnelminor cleanup in test runner
2012-07-21 Robert BradshawFix missing error when overriding final methods of...
2012-07-21 Mark FlorissonExclude numpy memoryview tests pre-2.6
2012-07-19 Stefan Behnelstring docs: moved comments on C++ string into their...
2012-07-19 Stefan Behneldoc fix
2012-07-19 Stefan Behnelminor cleanup
2012-07-19 Stefan Behneldoc fix
2012-07-19 Stefan Behneldoc update on string decoding
2012-07-19 Stefan Behnelmoved C string decoding utility code from Optimize...
2012-07-19 Stefan Behnelsupport slicing with negative indices for C strings...
2012-07-18 Stefan Behnelfix build
2012-07-18 Stefan Behnelprevent calling PyEval_InitThreads() when CPython is...
2012-07-18 Stefan Behnelmoved method dispatcher implementation from OptimizeBui...
2012-07-18 Stefan Behnelrewrite of sliced char* decoding as utility functions...
2012-07-18 Lisandro DalcinFix function prototype generation for unused but public...
2012-07-17 Stefan Behneladded bug test case by Gabriel Jacobo
2012-07-17 Stefan Behnelfix circular import
2012-07-17 scoderMerge pull request #127 from bfroehle/_missing_cimport_...
2012-07-17 Stefan Behnelminor code cleanup
2012-07-17 Stefan Behnelfix crash due to moved utility code (apparently in...
2012-07-15 Robert BradshawIncluded files dependency fix in cythonize.
2012-07-10 Stefan Behneldoc section on known problems with PyPy
2012-07-10 Stefan Behnelanother PyPy fix for double conversion: PyNumber_Float...
2012-07-10 Stefan Behnelfix with_gil test in PyPy
2012-07-10 Stefan Behnelfix (and simplify) object->double conversion in PyPy
2012-07-10 Stefan Behnelfix test exclusions
2012-07-09 Stefan Behnelcompile fix for test under PyPy
2012-07-09 Stefan Behnelfix exception handling for optimised len(builtin)
2012-07-09 Stefan Behneladapt test to PyPy
2012-07-09 Stefan Behneladjusted doctest output to PyPy
2012-07-09 Stefan Behneldisabled memslice test in Py2.4 - currently broken
2012-07-09 Stefan Behneldisabled numpy_memoryview test in Py2.4 - currently...
2012-07-09 Stefan Behnelsuppress 'unused argument' warning in test code
2012-07-09 Stefan Behnelsuppress 'unused argument' warning in test code
2012-07-09 Stefan Behnelfix inclusion of .cpp utility files in setup.py
2012-07-08 Stefan Behneluse <ios> instead of <iostream>
2012-07-08 Stefan Behnelfix typo in MANIFEST.in
next