platform/upstream/python-cython.git
2012-12-29 Stefan Behnelfix cross-closure analysis for names redefined inside...
2012-12-26 Stefan Behnelreimplement cross-closure type inference using a dedica...
2012-12-26 Stefan Behnelimprove error output in test case
2012-12-24 Stefan Behneladd test case for argument evaluation order in inlined...
2012-12-24 Stefan Behnelprevent InlinedDefNodeCallNode from being considered...
2012-12-23 Stefan Behnelchangelog
2012-12-23 Stefan Behnelenable compile time DefNode call resolution for nested...
2012-12-23 Stefan Behnelfix test that failed due to improved type inference
2012-12-23 Stefan Behneladd pointer test to cross-closure type inference tests
2012-12-23 Stefan Behneladd safety check for cross-closure type inference
2012-12-23 Stefan Behnelimplement type inference across closures
2012-12-22 Stefan Behnelsupport @cython.final decorator in override .pxd files
2012-12-22 Stefan Behnelminor code cleanup
2012-12-22 Stefan Behnelminor code cleanup
2012-12-22 Stefan Behnelenable 'optimize.inline_defnode_calls' in cystdlib...
2012-12-21 Stefan Behnelremove unnecessary option (and source of failures)...
2012-12-21 Stefan Behneldisable Python versions that travis doesn't currently...
2012-12-21 Stefan Behneldon't care about pypy results in travis build
2012-12-21 Stefan Behnelupdate travis/tox test config
2012-12-21 Stefan Behnelconvert some comments to docstrings
2012-12-20 Stefan Behnelanalyse loop variable in scoped comprehensions as local...
2012-12-20 Stefan Behnelfix unused variable warning in utility code
2012-12-20 Stefan Behnelremove empty lines from type conversion utility code...
2012-12-20 Stefan Behneladd comment
2012-12-20 scoderMerge pull request #171 from bfroehle/py_limited_api
2012-12-20 Bradley M.... Fix __Pyx_ImportType if #Py_LIMITED_API is defined.
2012-12-18 Mark FlorissonMerge pull request #159 from larsmans/memoryview-docs
2012-12-17 Stefan Behnelmerge
2012-12-17 Stefan Behnelupdate Sphinx docs config
2012-12-16 Mark FlorissonCast extension types in memoryviews for C++ code
2012-12-16 Stefan Behneladd PDF doc building target
2012-12-16 Stefan Behnelinclude PDF-Builder in Sphinx conf (if installed)
2012-12-16 Stefan Behnelfix version extraction in Sphinx build
2012-12-16 Stefan BehnelPy3 test fixes
2012-12-16 Stefan Behnelprevent special __weakref__ attribute from triggering...
2012-12-16 Stefan Behnelenable working tests from bugs.txt
2012-12-16 Stefan Behneladd comment in test
2012-12-16 Stefan Behneldisable checks in test that are unrelated to the tested...
2012-12-16 Stefan Behneladd .py test for 'binding' effect
2012-12-16 Stefan Behnelfix test
2012-12-16 Stefan Behnelmake sure utility code loaded for header files and...
2012-12-16 Stefan Behneldrop 'vile hack' by restricting state changes of Attrib...
2012-12-16 Stefan Behnelfix warning about unused temp variable when both Flatte...
2012-12-16 Stefan Behnelpropagate constant_result for special case in FlattenIn...
2012-12-16 Stefan Behnelpropagate constant_result when folding lists into tuples
2012-12-16 Stefan Behnelfold 'x in [a,b,c]' into 'x in (a,b,c)' as tuples are...
2012-12-16 scoderMerge pull request #170 from joshayers/docfix
2012-12-15 Josh AyersMinor cleanup of documentation markup.
2012-12-15 Josh AyersUpdated documentation of __dealloc__ method.
2012-12-15 Stefan Behneloptimise bytes.decode()
2012-12-15 Stefan Behnelclean up some code
2012-12-15 Stefan Behnelremove unused imports
2012-12-15 Stefan Behnelmerge
2012-12-15 Stefan Behnelenable 'inline_defnode_calls' optimisation for benchmar...
2012-12-15 Stefan Behneladd test case
2012-12-15 Stefan Behneladd comment
2012-12-15 Robert BradshawMerge pull request #169 from cgohlke/patch-2
2012-12-15 cgohlkeFix memoryview crashes when using msvc9 64 bit compiler
2012-12-14 Stefan Behnelmerge 0.17 branch into master
2012-12-14 Stefan BehnelAdded tag 0.17.3 for changeset b0faba6967e7
2012-12-14 Stefan Behnelprepare release of 0.17.3 0.17.3
2012-12-14 Stefan Behnelmerge 0.17 branch into master
2012-12-14 Stefan Behnelmerge 0.17 branch into master
2012-12-14 Robert BradshawMerge pull request #167 from yarikoptic/master
2012-12-10 Robert BradshawMerge pull request #168 from bfroehle/unused_function_g...
2012-12-10 Bradley M.... Prevent warning: unused function '__pyx_pw_5numpy_7ndar...
2012-12-10 Yaroslav HalchenkoENH: test for af9cfeb5f94d9cd4f2989fc8e111c33208494ba4...
2012-12-09 Stefan BehnelPy3 test fix
2012-12-09 Stefan BehnelPy3 test fix
2012-12-09 Stefan Behnelsimplify and generalise comprehension/genexpr handling...
2012-12-09 Stefan Behnelsimplify and generalise comprehension/genexpr handling...
2012-12-09 Stefan Behneldelete more redundant code when encountering constant...
2012-12-14 Stefan Behnelchangelog
2012-12-10 Bradley M.... Prevent warning: unused function '__pyx_pw_5numpy_7ndar...
2012-12-14 Stefan Behnelfix crash bug during final cleanup for cimported base...
2012-12-09 Stefan Behneldelete more redundant code when encountering constant...
2012-12-09 Stefan Behnelmerged 0.17 branch into master
2012-12-09 Stefan Behnelchangelog fix
2012-12-09 Stefan Behnelraise overflow error in Py3.3+ when non-BMP Unicode...
2012-12-09 Stefan Behnelmove some helper code into external utility code files
2012-12-09 Stefan Behnelmoved Py_UCS4/Py_UNICODE type conversion helper functio...
2012-12-09 Stefan Behnelclean up some code
2012-12-09 Stefan Behnelclean up some code
2012-12-07 Robert BradshawRemove obsolete, unused C++ test.
2012-12-07 Stefan Behnelmerge
2012-12-06 Robert BradshawMerge pull request #166 from yarikoptic/master
2012-12-06 Yaroslav Halchenkoscripts with shebangs <-> executable + uniform use...
2012-12-05 Stefan Behnelmerge
2012-12-05 Mark FlorissonMerge pull request #165 from yarikoptic/master
2012-12-05 Yaroslav Halchenkofix analysis of entry to be a weakref (typo introduced...
2012-12-04 Mark FlorissonOmit setting docstring for __getbuffer__/__releasebuffer__
2012-12-02 Stefan Behneldisable failing test
2012-12-02 Stefan Behneladd simple test case that tends to be more inefficient...
2012-12-02 Stefan Behnelminor test cleanup
2012-11-30 Stefan Behneladd test case for a C compiler warning due to a bad...
2012-11-29 Stefan Behneladd test case
2012-11-29 Stefan Behnelwork around compiler crash on float().conjugate() for...
2012-11-29 Robert BradshawMerge pull request #163 from joonro/patch-5
2012-11-29 Joon RoMinor cleanup of a couple of examples
2012-11-28 Stefan Behnelmerge 0.17 branch into master
next