| Commit message (Expand) | Author | Age | Files | Lines |
* | cleanup overflowing handling in unicode_decode_call_errorhandler and unicode_... | Benjamin Peterson | 2014-09-29 | 1 | -21/+48 |
|
|
* | Issue #22023: Fix %S, %R and %V formats of PyUnicode_FromFormat(). | Victor Stinner | 2014-07-29 | 1 | -9/+9 |
|
|
* | give non-iterable TypeError a message (closes #20507) | Benjamin Peterson | 2014-02-15 | 1 | -1/+1 |
|
|
* | Issue #20437: Fixed 43 potential bugs when deleting objects references. | Serhiy Storchaka | 2014-02-09 | 1 | -4/+2 |
|
|
* | Issue #19279: UTF-7 decoder no more produces illegal unicode strings. | Serhiy Storchaka | 2013-10-19 | 1 | -0/+2 |
|
|
* | Issue #15866: The xmlcharrefreplace error handler no more produces two XML | Serhiy Storchaka | 2013-08-06 | 1 | -21/+61 |
|
|
* | Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise | Serhiy Storchaka | 2013-06-23 | 1 | -1/+18 |
|
|
* | allow any type with __getitem__ to be a mapping for the purposes of % (#15801) | Benjamin Peterson | 2013-03-24 | 1 | -2/+2 |
|
|
* | Issue #17043: The unicode-internal decoder no longer read past the end of | Serhiy Storchaka | 2013-02-07 | 1 | -27/+24 |
|
|
* | Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder. | Serhiy Storchaka | 2013-01-29 | 1 | -51/+28 |
|
|
* | Issue #10156: In the interpreter's initialization phase, unicode globals | Serhiy Storchaka | 2013-01-26 | 1 | -41/+38 |
|
|
* | Issue #16335: Fix integer overflow in unicode-escape decoder. | Serhiy Storchaka | 2013-01-21 | 1 | -1/+2 |
|
|
* | Issue #15989: Fix several occurrences of integer overflow | Serhiy Storchaka | 2013-01-19 | 1 | -2/+6 |
|
|
* | Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping" | Serhiy Storchaka | 2013-01-15 | 1 | -21/+25 |
|
|
* | Issue #11461: Fix the incremental UTF-16 decoder. Original patch by | Serhiy Storchaka | 2013-01-08 | 1 | -1/+4 |
|
|
* | Fix out of bound read in UTF-32 decoder on "narrow Unicode" builds. | Serhiy Storchaka | 2013-01-08 | 1 | -1/+1 |
|
|
* | Issue #15379: Fix passing of non-BMP characters as integers for the charmap d... | Antoine Pitrou | 2012-11-17 | 1 | -2/+26 |
|
|
* | initialize more global type objects (closes #16369) | Benjamin Peterson | 2012-10-31 | 1 | -0/+6 |
|
|
* | Issue #14700: Fix buggy overflow checks for large precision and width in new-... | Mark Dickinson | 2012-10-28 | 1 | -2/+2 |
|
|
* | Issue #14783: Backport changes from 3.2. | Chris Jerdonek | 2012-10-08 | 1 | -3/+4 |
|
|
* | use the stricter PyMapping_Check (closes #15801) | Benjamin Peterson | 2012-08-28 | 1 | -1/+1 |
|
|
* | Issue #14579: Fix error handling bug in the utf-16 decoder. | Antoine Pitrou | 2012-07-20 | 1 | -1/+1 |
|
|
* | Improve tooltips for splitlines() by showing that the default for keepends is... | Raymond Hettinger | 2012-06-02 | 1 | -1/+1 |
|
|
* | merge 2.7 release branch | Benjamin Peterson | 2012-04-09 | 1 | -0/+2 |
|\ |
|
| * | fix build without Py_DEBUG and DNDEBUG (closes #14509) | Benjamin Peterson | 2012-04-09 | 1 | -0/+2 |
|
|
* | | kill this terribly outdated comment | Benjamin Peterson | 2012-03-26 | 1 | -4/+0 |
|/ |
|
* | merge 2.6 | Benjamin Peterson | 2012-02-21 | 1 | -0/+1 |
|\ |
|
| * | ensure no one tries to hash things before the random seed is found | Benjamin Peterson | 2012-02-21 | 1 | -0/+1 |
|
|
* | | merge 2.6 with hash randomization fix | Benjamin Peterson | 2012-02-21 | 1 | -1/+11 |
|\ \
| |/ |
|
| * | - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED | Barry Warsaw | 2012-02-21 | 1 | -1/+11 |
|
|
| * | Merged revisions 83452,83457,83466,83471,83475,83480,83486 via svnmerge from | Georg Brandl | 2010-08-01 | 1 | -4/+2 |
|
|
| * | Merged revisions 82980 via svnmerge from | Stefan Krah | 2010-07-19 | 1 | -1/+1 |
|
|
| * | Merged revisions 81758-81759 via svnmerge from | Ezio Melotti | 2010-07-03 | 1 | -63/+56 |
|
|
| * | Merged revisions 82248 via svnmerge from | Ezio Melotti | 2010-06-26 | 1 | -1/+1 |
|
|
| * | Merged revisions 81907 via svnmerge from | Antoine Pitrou | 2010-06-11 | 1 | -19/+21 |
|
|
| * | Merged revisions 79278,79280 via svnmerge from | Victor Stinner | 2010-03-22 | 1 | -1/+1 |
|
|
| * | Merged revisions 78449 via svnmerge from | Ezio Melotti | 2010-02-25 | 1 | -9/+18 |
|
|
| * | Merged revisions 78392 via svnmerge from | Victor Stinner | 2010-02-23 | 1 | -1/+9 |
|
|
| * | Merged revisions 77743 via svnmerge from | Ezio Melotti | 2010-01-25 | 1 | -1/+1 |
|
|
| * | Merged revisions 75363,75365,75376,75392,75394,75403,75418,75484,75572,75580,... | Georg Brandl | 2009-10-27 | 1 | -2/+2 |
|
|
| * | Merged revisions 72558,72745,72750,72876,73042,73045-73048,73069,73089,73163,... | Georg Brandl | 2009-10-27 | 1 | -1/+1 |
|
|
| * | Merged revisions 74869 via svnmerge from | Georg Brandl | 2009-09-17 | 1 | -1/+1 |
|
|
| * | Merged revisions 74575 via svnmerge from | Mark Dickinson | 2009-08-28 | 1 | -1/+3 |
|
|
| * | Merged revisions 69846 via svnmerge from | Jesus Cea | 2009-07-02 | 1 | -1/+1 |
|
|
| * | Merged revisions 72263 via svnmerge from | Walter Dörwald | 2009-05-03 | 1 | -1/+1 |
|
|
| * | Merged revisions 72260 via svnmerge from | Walter Dörwald | 2009-05-03 | 1 | -48/+32 |
|
|
| * | Merged revisions 69578-69580,69901,69907,69994,70022-70023,70025-70026,70166,... | Georg Brandl | 2009-04-05 | 1 | -3/+3 |
|
|
| * | Merged revisions 70684 via svnmerge from | Mark Dickinson | 2009-03-29 | 1 | -0/+9 |
|
|
| * | Merged revisions 70678 via svnmerge from | Mark Dickinson | 2009-03-29 | 1 | -1/+1 |
|
|
| * | Merged revisions 70499 via svnmerge from | Hirokazu Yamamoto | 2009-03-21 | 1 | -1/+1 |
|
|