platform/upstream/python-cython.git
2020-03-30 Hyunjee KimApply python3 build 86/229186/1 accepted/tizen_6.0_unified_hotfix tizen_6.0_hotfix accepted/tizen/6.0/unified/20201030.111852 accepted/tizen/6.0/unified/hotfix/20201102.232538 accepted/tizen/unified/20200402.155527 submit/tizen/20200402.010951 submit/tizen_6.0/20201029.205503 submit/tizen_6.0_hotfix/20201102.192903 submit/tizen_6.0_hotfix/20201103.115103 submit/tizen_base/20200402.010649 tizen_6.0.m2_release
2017-11-06 Jiho ChuRebase 0.27.3 12/158912/1 submit/tizen/20171114.020339
2014-02-10 Philippe Covalworkaround: remove dependency on xml.sax.saxutils 83/16183/1 accepted/tizen/generic accepted/tizen_3.0.2014.q3_common accepted/tizen_3.0.m14.3_ivi accepted/tizen_3.0_common accepted/tizen_3.0_ivi accepted/tizen_5.5_unified_mobile_hotfix accepted/tizen_5.5_unified_wearable_hotfix accepted/tizen_common accepted/tizen_generic accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable sandbox/pcoval/tizen tizen_3.0 tizen_3.0.2014.q3_common tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0.2015.q2_common tizen_3.0.m14.2_ivi tizen_3.0.m14.3_ivi tizen_3.0.m1_mobile tizen_3.0.m1_tv tizen_3.0.m2 tizen_3.0_ivi tizen_5.5_mobile_hotfix tizen_5.5_tv tizen_5.5_wearable_hotfix accepted/tizen/3.0/common/20161114.111546 accepted/tizen/3.0/ivi/20161011.062222 accepted/tizen/4.0/unified/20170816.012546 accepted/tizen/4.0/unified/20170828.221649 accepted/tizen/5.0/unified/20181102.030206 accepted/tizen/5.5/unified/20191031.013241 accepted/tizen/5.5/unified/mobile/hotfix/20201027.072232 accepted/tizen/5.5/unified/wearable/hotfix/20201027.104812 accepted/tizen/generic/20140213.094841 accepted/tizen/ivi/20160218.025802 accepted/tizen/mobile/20140227.070742 accepted/tizen/unified/20170309.040446 submit/tizen/20140213.083236 submit/tizen_3.0.m2/20170104.093754 submit/tizen_3.0_common/20161104.104000 submit/tizen_3.0_ivi/20161010.000006 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170828.100007 submit/tizen_5.0/20181101.000007 submit/tizen_5.5/20191031.000008 submit/tizen_5.5_mobile_hotfix/20201026.185108 submit/tizen_5.5_wearable_hotfix/20201026.184308 submit/tizen_common/20140521.232441 submit/tizen_common/20140522.140947 submit/tizen_common/20151023.083358 submit/tizen_common/20151026.085049 submit/tizen_ivi/20140618.000000 submit/tizen_ivi/20140618.000002 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000007 submit/tizen_mobile/20141120.000000 submit/tizen_unified/20170308.100416 tizen_3.0.2014.q3_common_release tizen_3.0.m14.2_ivi_release tizen_3.0.m14.3_ivi_release tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release tizen_3.0_ivi_release tizen_4.0.IoT.p1_release tizen_4.0.IoT.p2_release tizen_4.0.m1_release tizen_4.0.m2_release tizen_5.5.m2_release
2014-02-10 Philippe Covalpackaging: use upstream tag 82/16182/1
2014-02-10 Philippe CovalInitial Packaging on 0.20 81/16181/1
2014-01-18 Robert BradshawBump version to 0.20 0.20 upstream/0.20
2014-01-18 Robert BradshawBetter unused warning suppression.
2014-01-16 Robert Bradshawversion bump 0.20rc1
2014-01-16 Robert BradshawMerge branch '0.20.x'
2014-01-16 Robert BradshawCompletely re-do out-of-order class declarations.
2014-01-15 Stefan Behnelfix non-CPython C compile problem (variable declaration...
2014-01-15 Stefan Behnelavoid unused fallback code also for typed list unpacking
2014-01-15 Stefan Behnelavoid generating lots of unused iteration fallback...
2014-01-15 Stefan Behnelfix crash in Python object to C++ string conversion
2014-01-14 Stefan Behnelremove duplication of type analysis for base type tuple...
2014-01-14 Stefan BehnelPy3 test fixes
2014-01-14 Robert BradshawRemove debugging.
2014-01-14 Robert BradshawFix cdef class ordering in the presence of pxi includes.
2014-01-14 Robert BradshawMerge branch 'master' into 0.20.x
2014-01-14 Robert BradshawAvoid use of grep, ls on Windows
2014-01-14 Robert BradshawRemove use of symlink on Windows.
2014-01-14 Robert BradshawType inference comments, enable test.
2014-01-14 Robert Bradshawversion bump
2014-01-13 Stefan Behnelfix (doc-)string usage in .pxd files
2014-01-13 Stefan Behnelfix some more potential C compiler warnings
2014-01-13 Stefan Behneluse inferred NameNode type for builtin types instead...
2014-01-13 Stefan Behnelfix MSVC compiler warning
2014-01-13 Stefan Behnelfix some C compiler warnings
2014-01-13 Stefan Behnelexplicitly allow docstrings in .pxd files
2014-01-12 Stefan Behneldoc update: present simple copy&paste cythonize() dummy...
2014-01-12 Stefan Behnelcall object.__new__() only when we expect an error...
2014-01-12 Robert BradshawMerge branch 'master' into 0.20.x 0.20b2
2014-01-11 Stefan Behnelchangelog
2014-01-11 Stefan Behnelimplement another try-finally corner case (the Py3...
2014-01-11 Stefan Behneloptimise string-to-something comparisons also when...
2014-01-11 Stefan Behnelextend test
2014-01-10 Stefan Behneladd str comparison fallback to Py2 version of unicode...
2014-01-10 Stefan Behneloptimise x == basestring / basestring == x
2014-01-10 Stefan Behneloptimise str == unicode / unicode == str in Py2
2014-01-10 Stefan Behnelrevert dynamic tp_new() override because it breaks...
2014-01-10 Stefan BehnelBacked out changeset d0470fb1d881
2014-01-10 Stefan Behnelchangelog
2014-01-10 Stefan Behnelreuse object's tp_new() for simple extension types...
2014-01-10 Stefan Behnelchangelog
2014-01-10 Stefan Behnelchangelog
2014-01-10 Stefan Behnelfix set.add(some_tuple) in Py2.4
2014-01-10 Stefan Behnelmove set compatibility helpers into Builtins.c
2014-01-10 Stefan Behnelcall PyBaseObject_Type.tp_new() in tp_new() functions...
2014-01-10 Stefan Behnelfix ref-counting bug when writing traceback of unraisab...
2014-01-10 Robert BradshawMerge branch 'master' into 0.20.x
2014-01-10 Robert Bradshawmore verbose non-trivial declarators error
2014-01-08 Robert BradshawMerge pull request #270 from ohanar/special_method_docs...
2014-01-07 Stefan Behnelchangelog
2014-01-07 Robert BradshawUnraisable traceback docs.
2014-01-07 Robert BradshawTraceback on unraisable exceptions.
2014-01-07 Robert BradshawCimported name mangling.
2014-01-07 Robert Bradshawundo smart quotes
2014-01-05 Stefan Behnelavoid wasting time on parsing pyregr test files for...
2014-01-05 Stefan BehnelPy2.4/5 fix
2014-01-04 Stefan Behnelre-enable relaxed_strides test for pre-1.8 NumPy versions
2014-01-04 Stefan Behnelwork around different NumPy 0.18 compile time configura...
2014-01-04 Stefan Behnelfix bytearray.append(ch) for non-ASCII 1-char strings...
2014-01-04 Stefan Behnelspecial case and optimise both PyInt and PyLong types...
2014-01-04 Stefan Behnelfix implicit integer downcast in __Pyx_PyByteArray_Appe...
2014-01-04 Stefan Behnelremove outdated comment
2014-01-04 Robert BradshawUpdate docs about template functions.
2014-01-04 Robert BradshawBump version number. 0.20b1
2014-01-03 Stefan Behnelfix test tag
2014-01-03 Stefan Behnelwhitespace
2014-01-03 Stefan Behnelmake doctest output readable on error
2014-01-03 Stefan BehnelPy2.4/5 fix
2014-01-03 Stefan Behnelfix test tag
2014-01-03 Stefan Behnelfix Cython warning
2014-01-03 Stefan Behnelfix node subtree access in last change (use either...
2014-01-03 Stefan Behnelbe another little more relaxed about temping in assignm...
2014-01-03 Stefan Behnelbe a little more relaxed about temping in assignments...
2014-01-03 R. Andrew Ohanatest to ensure special methods are properly guarded
2014-01-03 Stefan Behneladd tests for some evil cdef attribute assignments...
2014-01-03 R. Andrew Ohanaadd guarding for special method docstrings
2014-01-03 Stefan Behnelfix test tag
2014-01-03 Stefan Behnelmake test runner bark at unknown tag names in test...
2014-01-03 Stefan Behneladd test tags
2014-01-03 Stefan Behnelfix test tags
2014-01-02 Stefan Behnelremove some useless temping (not sure if it's needed...
2014-01-02 Stefan Behnelcopy 'constant_result' field in from_node() method
2014-01-02 Stefan Behnelimplement independent coercion of subexpressions for...
2014-01-02 Stefan Behnelfix C comment in utility code that didn't get discarded...
2014-01-01 Stefan Behnelavoid useless metaclass searching overhead when creatin...
2014-01-01 Stefan Behnelminor code simplification
2014-01-01 Stefan Behnelfix refnanny counting for StopIteration value in yield...
2014-01-01 Stefan Behnelsupport non-types as Py2 metaclasses
2013-12-31 Stefan Behnelmake cname prefixes of cached constants unique by type...
2013-12-31 Stefan Behneltighten test assertion
2013-12-31 Stefan Behnelfix control flow analysis for del-ing non-names
2013-12-31 Stefan Behneloptimise dict.has_key()
2013-12-31 Stefan Behneloptimise str % formatting
2013-12-31 Stefan Behnelchangelog
2013-12-31 Stefan Behnelremove test after removing the code it tests
2013-12-31 Stefan Behnelundo while loop termination change - didn't consider...
2013-12-31 Stefan Behnelmerge
next