| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | | Issue #12164: Document (in docstring) that str.translate accepts None for the... | Mark Dickinson | 2011-06-25 | 1 | -1/+3 |
|
|
* | | #6780: fix starts/endswith error message to mention that tuples are accepted ... | Ezio Melotti | 2011-04-26 | 1 | -2/+10 |
|
|
* | | startswith and endswith don't accept None as slice index. Patch by Torsten Be... | Jesus Cea | 2011-04-20 | 1 | -18/+5 |
|
|
* | | Issue #11634: Remove misleading paragraph from a comment | Eli Bendersky | 2011-03-24 | 1 | -6/+2 |
|
|
* | | #11515: fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-15 | 1 | -1/+1 |
|
|
* | | Improved docstrings for str and unicode methods format and __format__. | Eric Smith | 2010-11-06 | 1 | -2/+3 |
|
|
* | | #9328: string format methods return strings. | Georg Brandl | 2010-07-31 | 1 | -2/+2 |
|
|
* | | Fix extra space. | Ezio Melotti | 2010-06-26 | 1 | -1/+1 |
|
|
* | | Issue #8930: fix some C code indentation | Antoine Pitrou | 2010-06-09 | 1 | -172/+172 |
|
|
* | | Untabify C files. Will watch buildbots. | Antoine Pitrou | 2010-05-09 | 1 | -3306/+3306 |
|
|
* | | always check _PyString_Resize for error | Benjamin Peterson | 2010-04-02 | 1 | -10/+12 |
|
|
* | | #7775: fixed docstring for rpartition | Ezio Melotti | 2010-01-25 | 1 | -1/+1 |
|
|
* | | Issue #7622: Improve the split(), rsplit(), splitlines() and replace() | Antoine Pitrou | 2010-01-13 | 1 | -469/+51 |
|
|
* | | Issue #7462: Implement the stringlib fast search algorithm for the `rfind`, | Antoine Pitrou | 2010-01-02 | 1 | -32/+11 |
|
|
* | | Issue #3382: Make '%F' and float.__format__('F') convert results to upper cas... | Eric Smith | 2009-11-29 | 1 | -2/+0 |
|
|
* | | Issue #7117, continued: Remove substitution of %g-style formatting for | Mark Dickinson | 2009-11-23 | 1 | -3/+0 |
|
|
* | | Remove restriction on precision when formatting floats. This is the | Mark Dickinson | 2009-11-23 | 1 | -57/+21 |
|
|
* | | Issue #7228: Add '%lld' and '%llu' support to PyFormat_FromString, | Mark Dickinson | 2009-11-15 | 1 | -12/+59 |
|
|
* | | Finished removing _PyOS_double_to_string, as mentioned in issue 7117. | Eric Smith | 2009-10-26 | 1 | -3/+17 |
|
|
* | | #7116: str.join() takes an iterable. | Georg Brandl | 2009-10-14 | 1 | -2/+2 |
|
|
* | | add keyword arguments support to str/unicode encode and decode #6300 | Benjamin Peterson | 2009-09-18 | 1 | -6/+10 |
|
|
* | | use macros | Benjamin Peterson | 2009-09-17 | 1 | -1/+1 |
|
|
* | | Silence gcc 'comparison always false' warning | Mark Dickinson | 2009-08-28 | 1 | -1/+3 |
|
|
* | | Issue #5835, deprecate PyOS_ascii_formatd. | Eric Smith | 2009-04-25 | 1 | -7/+2 |
|
|
* | | Issue #532631: Add paranoid check to avoid potential buffer overflow | Mark Dickinson | 2009-03-29 | 1 | -1/+10 |
|
|
* | | Issue #532631: Replace confusing fabs(x)/1e25 >= 1e25 test | Mark Dickinson | 2009-03-29 | 1 | -1/+1 |
|
|
* | | Issue #4850: Change COUNT_ALLOCS variables to Py_ssize_t. | Martin v. Löwis | 2009-01-07 | 1 | -1/+1 |
|
|
* | | Issue #4445: save 3 bytes (on average, on a typical machine) per | Mark Dickinson | 2008-12-05 | 1 | -13/+21 |
|
|
* | | Docstring change for *partition: use same tense as other docstrings. | Andrew M. Kuchling | 2008-10-04 | 1 | -7/+7 |
|/ |
|
* | Issue #3751: str.rpartition would perform a left-partition when called with | Amaury Forgeot d'Arc | 2008-09-01 | 1 | -1/+1 |
|
|
* | Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple, | Martin v. Löwis | 2008-08-12 | 1 | -3/+4 |
|
|
* | Preemptively backport the relevant parts of r65420 | Antoine Pitrou | 2008-08-02 | 1 | -1/+1 |
|
|
* | Security patches from Apple: prevent int overflow when allocating memory | Neal Norwitz | 2008-07-31 | 1 | -2/+17 |
|
|
* | Backed out r65069, pending fixing it in Windows. | Eric Smith | 2008-07-17 | 1 | -8/+5 |
|
|
* | Issue 3382: Make '%F' and float.__format__('F') convert results to upper case. | Eric Smith | 2008-07-17 | 1 | -5/+8 |
|
|