platform/upstream/python-cython.git
2013-01-26 Stefan Behnelfix test when using NumPy 1.7
2013-01-26 Stefan Behnelfix new memory view error test in Py2.4
2013-01-24 Matěj LaitlFix error propagation from memoryview-returning functions
2013-01-21 Lars Buitinckfix indentation error in userguide
2013-01-21 Stefan Behnelfix compiler crash in error case
2013-01-21 Stefan Behnelavoid unused utility code for abs()
2013-01-21 Stefan Behnelsimplify abs() optimisation for C integers and fix...
2013-01-20 Stefan Behnelfix test
2013-01-20 Stefan Behnelsuppress C compiler warning on power operation on unsig...
2013-01-20 Stefan Behnelimprove test output in failure case
2013-01-20 Stefan Behnelmove exception class into shadow function as we may...
2013-01-19 Stefan Behnelremove references to 'minierror' module from Shadow.py 0.18b1
2013-01-19 Stefan Behnelundo code removal - not entirely clear what to make...
2013-01-19 Stefan Behnelset version to 0.18b1
2013-01-19 Stefan Behnelremoved broken minivect related code from branch since...
2013-01-18 Stefan Behnelwork around missing relative cimport support in cythonize()
2013-01-18 Stefan Behnelchangelog
2013-01-16 Steinn Steinsenfix import of pyx modules when '' is in sys.path
2013-01-15 Steven WinfieldUse OS-dependent directory separator - a / on windows...
2013-01-18 Stefan Behnelfix cimport in libcpp.string
2013-01-18 Stefan Behnelupdate 'const' section in string handling tutorial...
2013-01-18 Stefan Behnelreplace 'const_xyz' work-arounds in standard .pxd files...
2013-01-14 Robert BradshawMerge remote-tracking branch 'remotes/main/0.17'
2013-01-12 Robert BradshawMake __pyx_import_star_type_names static to remove...
2013-01-10 Stefan Behnelpreprocess byte string literal escaping instead of...
2013-01-10 Stefan Behnelundo Py3.3 surrogates support fixes - breaks too many...
2013-01-10 Stefan Behnelundo Py3.3 surrogates support fixes - breaks too many...
2013-01-10 Stefan Behnelextended (failing) test cases
2013-01-08 Robert BradshawMerge pull request #173 from yarikoptic/upstream-0.17
2013-01-07 Stefan Behnelfix Unicode string initialisation in PyPy
2013-01-06 Stefan Behneladd error test case for unknown \N{...} Unicode escape...
2013-01-06 Stefan Behnelimplement \N{...} Unicode escapes for literals
2013-01-06 Stefan Behneladd <locals> to __qualname__ for closures as defined...
2013-01-06 Stefan Behnelsafety fixes and a little branch prediction helping...
2013-01-06 Stefan Behnelfix surrogates in Unicode literals in Python 3.3 (the...
2013-01-05 Stefan Behnelmove __Pyx_InitStrings() utility function into StringTo...
2013-01-04 Stefan Behnelfix test
2013-01-04 Stefan Behnelimplement __qualname__ special attribute on Python...
2013-01-04 Stefan Behnelmake cleanup safety fix more explicit
2013-01-04 Stefan Behnelfix merge conflict
2013-01-03 Stefan Behnelfix comparison of single character unicode literals
2013-01-03 Robert BradshawPrep for 0.17.4 release. 0.17.4
2013-01-03 Stefan Behnelgenerate safer cleanup code that also works in the...
2013-01-03 Robert BradshawMore overflowcheck documentation.
2013-01-03 Robert BradshawMerge branch 'bugs'
2013-01-03 Stefan Behnelmerge
2013-01-03 Stefan Behneladd test tags
2013-01-03 Stefan Behneladd failing test case
2013-01-03 Robert BradshawMerge branch 'bugs'
2013-01-02 Robert BradshawTest for trac #796.
2013-01-02 Robert BradshawGuard deallocation with PyObject_GC_Untrack, trac ...
2013-01-02 Stefan Behnelimplement in-place assignment operators on SliceIndexNo...
2013-01-01 Stefan Behnelfix left-overs from last commit
2013-01-01 Stefan Behnelmake AnalyseDeclarationsTransform inherit from EnvTrans...
2013-01-01 Stefan Behneldisable Py2.5 builds in travis - their installation...
2013-01-01 Stefan Behnelsupport non-trivial counter targets for enumerate(...
2013-01-01 Stefan Behnelfix and normalise None index handling in SliceIndexNode
2013-01-01 Stefan Behneladd tests
2013-01-01 Stefan Behnelspeed up NodeFinder
2013-01-01 Stefan Behnelfix compiler crash by using transform.visit() instead...
2012-12-31 Stefan Behnelconvert IterationTransform to inherit from EnvTransform...
2012-12-31 Stefan Behnelfix doc typo
2012-12-31 Stefan Behneladd warning to string tutorial that users should avoid...
2012-12-31 Stefan Behnelfix with-statement when context manager comes from...
2012-12-31 Stefan Behneladd test case
2012-12-31 Stefan Behneloptimise iteration over dict(something).items()
2012-12-30 Stefan Behnelavoid old-style classes in flow analysis code
2012-12-30 Stefan Behnelfix build by removing unused code
2012-12-30 Stefan Behnelimprove initialisation analysis for entries from outer...
2012-12-30 Stefan Behneldelete dead code (type.is_ptr never coincides with...
2012-12-30 Stefan Behnelmake sure entry.all_entries() includes the defining...
2012-12-30 Stefan Behnelprevent default arguments from unnecessarily ending...
2012-12-30 Stefan Behnelcoerce closure default arguments in outer function...
2012-12-29 Stefan Behnelmerge
2012-12-29 Stefan Behnelfix evaluation of assignment order when considering...
2012-12-29 Stefan Behnelfix cross-closure analysis for names redefined inside...
2012-12-28 Robert BradshawOverflow benchmarks.
2012-12-28 Robert BradshawMore overflow testing.
2012-12-28 Robert BradshawMinor cleanup.
2012-12-28 Robert BradshawDirective for overflow folding.
2012-12-28 Robert BradshawCheaper overflow checks for nested expressions.
2012-12-27 Robert BradshawClarify declaration sharing example.
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
next