| Commit message (Expand) | Author | Age | Files | Lines |
* | [2.7] bpo-30657: Check & prevent integer overflow in PyString_DecodeEscape (#... | Jay Bosamiya | 2017-06-18 | 1 | -1/+7 |
|
|
* | bpo-30074: Fix compile warnings of _PySlice_Unpack and convert missed (#1154) | Serhiy Storchaka | 2017-04-15 | 1 | -1/+1 |
|
|
* | bpo-27867: Expand the PySlice_GetIndicesEx macro. (#1023) (#1046) | Serhiy Storchaka | 2017-04-08 | 1 | -3/+3 |
|
|
* | Issue #29145: Fix overflow checks in string, bytearray and unicode. | Xiang Zhang | 2017-01-09 | 1 | -29/+20 |
|
|
* | Issue #11145: Fixed miscellaneous issues with C-style formatting of types | Serhiy Storchaka | 2016-12-01 | 1 | -69/+85 |
|
|
* | Issue #28139: Fix messed up indentation | Martin Panter | 2016-09-17 | 1 | -2/+2 |
|
|
* | Correct occurance → occurrence; extracted from patch by Georg Brandl | Martin Panter | 2016-09-08 | 1 | -1/+1 |
|
|
* | Spelling and grammar fixes in code comments and documentation | Martin Panter | 2016-07-28 | 1 | -1/+1 |
|
|
* | Issue #27473: Fixed possible integer overflow in str, unicode and bytearray | Serhiy Storchaka | 2016-07-12 | 1 | -4/+4 |
|
|
* | Issue #22463: Backport compiler warning fixes and workarounds | Martin Panter | 2016-06-21 | 1 | -4/+4 |
|
|
* | Issue #27125: Remove duplicated words from documentation and comments | Martin Panter | 2016-05-30 | 1 | -1/+1 |
|
|
* | Issue #27076: Doc, comment and test function name spelling fixes | Martin Panter | 2016-05-26 | 1 | -1/+1 |
|
|
* | Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF | Serhiy Storchaka | 2016-04-10 | 1 | -2/+2 |
|
|
* | Issue #22570: Renamed Py_SETREF to Py_XSETREF. | Serhiy Storchaka | 2016-04-06 | 1 | -2/+2 |
|
|
* | Issue #20440: Massive replacing unsafe attribute setting code with special | Serhiy Storchaka | 2015-12-24 | 1 | -4/+2 |
|
|
* | Issue #24731: Fixed crash on converting objects with special methods | Serhiy Storchaka | 2015-11-25 | 1 | -1/+1 |
|
|
* | Issue #19543: Emit deprecation warning for known non-text encodings. | Serhiy Storchaka | 2015-05-31 | 1 | -2/+2 |
|
|
* | fix overflow checking in PyString_Repr (closes #22519) | Benjamin Peterson | 2014-09-29 | 1 | -2/+3 |
|
|
* | give exception a nice message (closes #22379) | Benjamin Peterson | 2014-09-28 | 1 | -1/+1 |
|
|
* | Issue #20434 Correct error handlin of _PyString_Resize and _PyBytes_Resize | Kristján Valur Jónsson | 2014-04-25 | 1 | -2/+2 |
|
|
* | add braces and fix indentation | Benjamin Peterson | 2014-03-30 | 1 | -17/+18 |
|
|
* | fix indentation and add braces | Benjamin Peterson | 2014-03-30 | 1 | -16/+17 |
|
|
* | Issue 18719: Remove a false optimization | Raymond Hettinger | 2013-08-14 | 1 | -1/+0 |
|
|
* | Issue #18427: str.replace could crash the interpreter with huge strings. | Ronald Oussoren | 2013-07-11 | 1 | -3/+3 |
|
|
* | allow any type with __getitem__ to be a mapping for the purposes of % (#15801) | Benjamin Peterson | 2013-03-24 | 1 | -2/+2 |
|
|
* | Issue #17034: Use Py_CLEAR() in stringobject.c. | Serhiy Storchaka | 2013-02-02 | 1 | -10/+5 |
|
|
* | Issue #16975: Fix error handling bug in the escape-decode decoder. | Serhiy Storchaka | 2013-01-25 | 1 | -0/+4 |
|
|
* | Issue #15989: Fix possible integer overflow in str formatting as in unicode f... | Serhiy Storchaka | 2013-01-19 | 1 | -2/+6 |
|
|
* | untabify | Benjamin Peterson | 2013-01-02 | 1 | -3/+3 |
|
|
* | call PyErr_Clear() when ignoring error from PyNumber_Int (closes #15516) | Benjamin Peterson | 2013-01-02 | 1 | -1/+4 |
|
|
* | 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 | -1/+1 |
|
|
* | use the stricter PyMapping_Check (closes #15801) | Benjamin Peterson | 2012-08-28 | 1 | -1/+1 |
|
|
* | Improve tooltips for splitlines() by showing that the default for keepends is... | Raymond Hettinger | 2012-06-02 | 1 | -1/+1 |
|
|
* | fix build without Py_DEBUG and DNDEBUG (closes #14509) | Benjamin Peterson | 2012-04-09 | 1 | -0/+2 |
|
|
* | 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 83354,83365 via svnmerge from | Georg Brandl | 2010-08-01 | 1 | -2/+2 |
|
|
| * | Merged revisions 82248 via svnmerge from | Ezio Melotti | 2010-06-26 | 1 | -1/+1 |
|
|
| * | Merged revisions 81860 via svnmerge from | Antoine Pitrou | 2010-06-09 | 1 | -188/+188 |
|
|
| * | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -3629/+3629 |
|
|
| * | 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 74575 via svnmerge from | Mark Dickinson | 2009-08-28 | 1 | -1/+3 |
|
|
| * | Merged revisions 70682 via svnmerge from | Mark Dickinson | 2009-03-29 | 1 | -1/+10 |
|
|
| * | Merged revisions 70678 via svnmerge from | Mark Dickinson | 2009-03-29 | 1 | -1/+1 |
|
|
| * | Merged revisions 66766-66767,66771-66772,66774,66776,66783-66787,66790,66793,... | Benjamin Peterson | 2008-10-04 | 1 | -7/+7 |
|
|
* | | merge from 3.2 - Fix closes Issue12621 - Fix docstrings of find and rfind met... | Senthil Kumaran | 2011-07-27 | 1 | -2/+2 |
|
|