platform/upstream/python-cython.git
2013-08-09 Stefan Behnelclean up tp_dealloc() code and integrate call to tp_fin...
2013-08-09 Stefan Behnelchangelog
2013-08-09 Stefan Behnelprovide no_gc_clear decorator in pure mode
2013-08-09 Stefan Behnelchangelog
2013-08-09 Stefan Behnelmake generators use tp_finalize instead of tp_del for...
2013-08-09 Stefan Behnelmove method from Scope to CClassScope that only applies...
2013-08-09 Stefan Behnelreformat and clean up some old code
2013-08-09 Stefan BehnelPy3 fix
2013-08-09 Stefan Behnelfix docstring reuse from distutils Extension base class
2013-08-08 Stefan Behnelextend no_gc_clear test to check closures for their...
2013-08-08 Stefan Behnelmake the NULL-instead-of-None change in tp_clear()...
2013-08-08 Stefan Behnelremove outdated comment
2013-08-08 scoderMerge pull request #233 from vitek/_type_inference_new
2013-08-08 scoderMerge pull request #248 from Bluehorn/master
2013-08-06 Stefan Behneldisable PyPy build on travis - takes way too long
2013-08-06 Torsten LandschoffRemoved directive_type for gc_no_clear as it can be...
2013-08-06 Torsten LandschoffCleanup unneeded cpdefs and public declarations.
2013-08-06 Stefan Behnelfix CPython version check for tp_finalize()
2013-08-06 Stefan Behnelrevert actual tp_finalize() usages, needs more thought
2013-08-06 Stefan Behnelminor C code simplification
2013-08-04 Stefan Behneluse proper C-API function for generator finalisation
2013-08-04 Stefan Behnelenable Py_TPFLAGS_HAVE_FINALIZE flag for extension...
2013-08-04 Stefan Behnelfix CPython version checking for tp_finalize()
2013-08-04 Stefan Behnelminor code cleanup
2013-08-04 Stefan Behnelmove object finalisation code from tp_dealloc() into...
2013-08-03 Stefan Behneluse tp_finalize instead of tp_del for Cython generators
2013-08-03 Stefan Behneladapt more type structs to Py3.4
2013-08-03 Stefan Behneladd tp_finalize slot for Py3.4+
2013-08-03 Robert BradshawAdd memory allocation from wiki.
2013-08-03 Robert BradshawAdded limitations from wiki.
2013-08-01 Torsten LandschoffFixed no_gc_clear test for Python 3.
2013-08-01 Torsten LandschoffRenamed unit test to match decorator name.
2013-08-01 Torsten LandschoffAdd decorator @gc_no_clear to disable tp_clear slot.
2013-08-01 Torsten LandschoffChange tp_clear generation to clear to NULL.
2013-07-27 Stefan Behneldisable report output in build log
2013-07-27 Stefan Behnelloosen source line constraints in pylintrc
2013-07-27 Stefan Behnelreformat code
2013-07-27 Stefan Behneladd prliminary pylint configuration
2013-07-27 Stefan Behnelfix unknown name error
2013-07-27 Stefan Behnelfix NormalizeTree transform
2013-07-27 Stefan Behnelfix type declaration in parser
2013-07-27 Stefan Behnelproperly handle expressions at the beginning of func...
2013-07-27 Stefan Behnelchangelog
2013-07-27 Stefan Behnelchangelog
2013-07-27 Stefan Behnelavoid traversing/clearing exttype attributes with simpl...
2013-07-27 Stefan Behnelprevent simple builtin typed exttype attributes from...
2013-07-27 Stefan Behnelminor cleanup, use set for efficient name lookup
2013-07-27 Stefan Behneladd test tag
2013-07-26 Stefan Behnelalways set __path__ for compiled packages and in Py3...
2013-07-26 Robert BradshawImplement warn.all (or any_directive.all).
2013-07-26 Stefan Behnelundo translating Tempita package, apparently doesn...
2013-07-26 Stefan Behnelfix imports in compiled Tempita for Py3
2013-07-26 Stefan Behneluse absolute imports in Visitor.py
2013-07-26 Stefan Behnelmicro optimisation in globals()
2013-07-26 Stefan Behneluse branch hint in getattr3()
2013-07-26 Stefan Behnelmove getattr() utility code from Builtins.c to ObjectHa...
2013-07-26 Stefan Behneladd comments to utility files
2013-07-26 Stefan Behneloptimise list.extend()
2013-07-26 Stefan Behnelcompile Tempita
2013-07-26 Stefan Behnelminor code cleanup in Tempita
2013-07-26 Stefan Behnelspeed up Tempita's parser a little
2013-07-25 Stefan BehnelC-ify some internal globals in Parsing.py, convert...
2013-07-25 Stefan Behnelsupport 'object' as type in cython.declare()
2013-07-18 Stefan Behnelmerge branch 0.19.x
2013-07-18 Stefan Behnelfix some declarations in numpy.pxd
2013-07-18 Stefan Behnelmerge branch 0.19.x
2013-07-18 Stefan BehnelPy3 fix
2013-07-17 Stefan Behnelmerge branch 0.19.x
2013-07-17 Stefan Behnelsupport parsed directive values also inside of code...
2013-07-14 Stefan Behneluse faster method call helper function in PyDict method...
2013-07-14 Stefan Behneldisable C compiler warning about unused helper function...
2013-07-14 Stefan Behnelrevert last commit
2013-07-14 Stefan Behneldisable C compiler warning about unused helper function...
2013-07-14 Stefan Behnelchangelog
2013-07-14 Stefan BehnelMerge branch '0.19.x'
2013-07-14 Stefan BehnelMerge branch '0.19.x' of git+ssh://github.com/cython...
2013-07-14 Stefan BehnelMerge branch 'master' of git+ssh://github.com/cython...
2013-07-14 Stefan Behnelfake merge branch '0.19.x'
2013-07-14 Stefan Behnelwhitespace
2013-07-14 Stefan Behnelremove another reference to the old distutils build...
2013-07-14 Stefan Behnelrst fix
2013-07-14 Stefan Behnelupdate userguide to use cythonize() for building
2013-07-14 Stefan Behnelfix sphinx markup
2013-07-14 Stefan Behneladd hint on when C++ strings are useful
2013-07-14 Stefan Behneladd explicit section on Cython's Python string types
2013-07-14 Robert BradshawEven more clarification on cythonize().
2013-07-14 Wichert AkkermanUpdate compilation instructions.
2013-07-14 Wichert AkkermanDocument cythonize accepts Extension arguments.
2013-07-14 Stefan Behnelmore visibly mark for-from loop as deprecated in the...
2013-07-14 scoderMerge pull request #230 from nnemkin/pxd_errors_fix
2013-07-14 Stefan Behnelmerge branch 0.19.x
2013-07-14 Stefan Behnelchangelog
2013-07-14 Stefan Behnelchangelog
2013-07-14 Stefan BehnelMerge branch '0.19.x'
2013-07-14 Robert BradshawDissallow bint type for memoryviews.
2013-07-14 Robert BradshawPerform typecheck for (typechecking) builtin casts.
2013-07-14 Robert David... PyArray_FROM_OTF and PyArray_FROM_OT should return...
2013-07-14 Vitja MakarovFix external reference assignment
2013-07-14 Josh AyersAdded tests for some stdio functions.
2013-07-14 Josh AyersAdded some missing declarations to libc/stdio.pxd.
next