- 05f819b #9328: string format methods return strings. by Georg Brandl · 15 years ago
- 2f06b78 Fix extra space. by Ezio Melotti · 15 years ago
- 619f16e Issue #8930: fix some C code indentation 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
- 1fafaab #7775: fixed docstring for rpartition by Ezio Melotti · 15 years ago
- 6467213 Issue #7622: Improve the split(), rsplit(), splitlines() and replace() by Antoine Pitrou · 15 years ago
- 5b7139a Issue #7462: Implement the stringlib fast search algorithm for the `rfind`, by Antoine Pitrou · 15 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 · 15 years ago
- 9dd5e16 Issue #7117, continued: Remove substitution of %g-style formatting for by Mark Dickinson · 15 years ago
- 18cfada Remove restriction on precision when formatting floats. This is the by Mark Dickinson · 15 years ago
- 82864d1 Issue #7228: Add '%lld' and '%llu' support to PyFormat_FromString, by Mark Dickinson · 15 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
- 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
- 174e909 Issue #532631: Add paranoid check to avoid potential buffer overflow 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 · 16 years ago
- 826f3fe Issue #4445: save 3 bytes (on average, on a typical machine) per by Mark Dickinson · 16 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