- 75d3600 Issue #14700: Fix buggy overflow checks for large precision and width in new-style and old-style formatting. by Mark Dickinson · 13 years ago
- ad4b000 Issue #14783: Backport changes from 3.2. by Chris Jerdonek · 13 years ago
- 23d49d3 use the stricter PyMapping_Check (closes #15801) by Benjamin Peterson · 13 years ago
- aad5b02 Improve tooltips for splitlines() by showing that the default for keepends is False. by Raymond Hettinger · 13 years ago
- f51c384 fix build without Py_DEBUG and DNDEBUG (closes #14509) by Benjamin Peterson · 13 years ago
- 9d7601f merge 2.6 by Benjamin Peterson · 14 years ago
- 26da920 ensure no one tries to hash things before the random seed is found by Benjamin Peterson · 14 years ago
- aee9dfb merge 2.6 with hash randomization fix by Benjamin Peterson · 14 years ago
- 1e13eb0 - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED by Barry Warsaw · 14 years ago
- 5e3a19d merge from 3.2 - Fix closes Issue12621 - Fix docstrings of find and rfind methods of bytes/bytearry/unicodeobject. by Senthil Kumaran · 14 years ago
- cb9bf1a Issue #12164: Document (in docstring) that str.translate accepts None for the first argument. by Mark Dickinson · 14 years ago
- e3685f6 #6780: fix starts/endswith error message to mention that tuples are accepted too. by Ezio Melotti · 14 years ago
- 44e8168 startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 14 years ago
- 72de205 Issue #11634: Remove misleading paragraph from a comment by Eli Bendersky · 15 years ago
- 24b07bc #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 15 years ago
- 6c84085 Improved docstrings for str and unicode methods format and __format__. by Eric Smith · 15 years ago
- c535699 Merged revisions 83354,83365 via svnmerge from by Georg Brandl · 15 years ago
- 05f819b #9328: string format methods return strings. by Georg Brandl · 15 years ago
- 6327bf1 Merged revisions 82248 via svnmerge from by Ezio Melotti · 15 years ago
- 2f06b78 Fix extra space. by Ezio Melotti · 15 years ago
- 96ec48b Merged revisions 81860 via svnmerge from by Antoine Pitrou · 15 years ago
- 619f16e Issue #8930: fix some C code indentation by Antoine Pitrou · 15 years ago
- c7c96a9 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 15 years ago
- c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 15 years ago
- 6caf7ff always check _PyString_Resize for error by Benjamin Peterson · 15 years ago
- dabb5f7 Merged revisions 77743 via svnmerge from by Ezio Melotti · 16 years ago
- 1fafaab #7775: fixed docstring for rpartition by Ezio Melotti · 16 years ago
- 6467213 Issue #7622: Improve the split(), rsplit(), splitlines() and replace() by Antoine Pitrou · 16 years ago
- 5b7139a Issue #7462: Implement the stringlib fast search algorithm for the `rfind`, by Antoine Pitrou · 16 years ago
- c4ab833 Issue #3382: Make '%F' and float.__format__('F') convert results to upper case. Much of the patch came from Mark Dickinson. by Eric Smith · 16 years ago
- 9dd5e16 Issue #7117, continued: Remove substitution of %g-style formatting for by Mark Dickinson · 16 years ago
- 18cfada Remove restriction on precision when formatting floats. This is the by Mark Dickinson · 16 years ago
- 82864d1 Issue #7228: Add '%lld' and '%llu' support to PyFormat_FromString, by Mark Dickinson · 16 years ago
- 5d2eb34 Merged revisions 75363,75365,75376,75392,75394,75403,75418,75484,75572,75580,75590,75592,75594-75596,75600,75602-75603,75605-75607,75610-75613,75616-75617,75623,75627,75647 via svnmerge from by Georg Brandl · 16 years ago
- c1bdf89 Finished removing _PyOS_double_to_string, as mentioned in issue 7117. by Eric Smith · 16 years ago
- 9b4e582 #7116: str.join() takes an iterable. by Georg Brandl · 16 years ago
- 332d721 add keyword arguments support to str/unicode encode and decode #6300 by Benjamin Peterson · 16 years ago
- 4fe0335 use macros by Benjamin Peterson · 16 years ago
- 75be68b Merged revisions 74575 via svnmerge from by Mark Dickinson · 16 years ago
- 2fdd58a Silence gcc 'comparison always false' warning by Mark Dickinson · 16 years ago
- 068f065 Issue #5835, deprecate PyOS_ascii_formatd. by Eric Smith · 16 years ago
- 8788619 Merged revisions 70682 via svnmerge from by Mark Dickinson · 16 years ago
- 174e909 Issue #532631: Add paranoid check to avoid potential buffer overflow by Mark Dickinson · 16 years ago
- a30f349 Merged revisions 70678 via svnmerge from by Mark Dickinson · 16 years ago
- 2e648ec Issue #532631: Replace confusing fabs(x)/1e25 >= 1e25 test by Mark Dickinson · 16 years ago
- b90304a Issue #4850: Change COUNT_ALLOCS variables to Py_ssize_t. by Martin v. Löwis · 17 years ago
- 826f3fe Issue #4445: save 3 bytes (on average, on a typical machine) per by Mark Dickinson · 17 years ago
- be2c0a9 Merged revisions 66766-66767,66771-66772,66774,66776,66783-66787,66790,66793,66797 via svnmerge from by Benjamin Peterson · 17 years ago
- efeb43e Docstring change for *partition: use same tense as other docstrings. by Andrew M. Kuchling · 17 years ago
- 3571fbf Issue #3751: str.rpartition would perform a left-partition when called with by Amaury Forgeot d'Arc · 17 years ago
- f91d46a Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple, by Martin v. Löwis · 17 years ago
- 92a6240 Preemptively backport the relevant parts of r65420 by Antoine Pitrou · 17 years ago
- e7d8be8 Security patches from Apple: prevent int overflow when allocating memory by Neal Norwitz · 17 years ago
- d6c393a Backed out r65069, pending fixing it in Windows. by Eric Smith · 17 years ago
- 454816d Issue 3382: Make '%F' and float.__format__('F') convert results to upper case. by Eric Smith · 17 years ago
- b7fea62 Rename bytesobject.c back to stringobject.c to keep with the PyString theme. by Gregory P. Smith · 17 years ago[Renamed from Objects/bytesobject.c]
- 99a3dce More reverting of r63675 per the mailing list discussions. This restores by Gregory P. Smith · 17 years ago
- dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 17 years ago
- 7a6de8b Some style nits. Also clarify in the docstrings what __sizeof__ does. by Georg Brandl · 17 years ago
- 51df064 Issue #2898: Added sys.getsizeof() to retrieve size of objects in bytes. by Robert Schuppenies · 17 years ago
- dc13b79 Refactor and clean up str.format() code (and helpers) in advance of optimizations. by Eric Smith · 17 years ago
- 4472083 Renamed bytesobject.c to bytearrayobject.c by Christian Heimes · 17 years ago
- 593daf5 Renamed PyString to PyBytes by Christian Heimes · 17 years ago
- 3497f94 First step of the C API rename: by Christian Heimes · 17 years ago
- 1aed624 Backport fast alternate io.BytesIO implementation. by Alexandre Vassalotti · 17 years ago
- bcdc468 Backport manually r62342 from the py3k branch to the trunk. by Alexandre Vassalotti · 17 years ago
- 2ea2968 get rid of assert (size >= 0) now that an explicit if (size < 0) is in the code. by Gregory P. Smith · 17 years ago
- c00eb73 Raise SystemError when size < 0 is passed into PyString_FromStringAndSize, by Gregory P. Smith · 17 years ago
- 4ebd46a Fix memory leaks by Neal Norwitz · 17 years ago
- 0bcd613 Fix bytes so it works on 64-bit platforms. by Neal Norwitz · 17 years ago
- 1a6387e Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,61809,61812,61819,61917,61920,61930,61933-61934 via svnmerge from by Christian Heimes · 17 years ago