1. 05f819b #9328: string format methods return strings. by Georg Brandl · 15 years ago
  2. 2f06b78 Fix extra space. by Ezio Melotti · 15 years ago
  3. 619f16e Issue #8930: fix some C code indentation by Antoine Pitrou · 15 years ago
  4. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 15 years ago
  5. 6caf7ff always check _PyString_Resize for error by Benjamin Peterson · 15 years ago
  6. 1fafaab #7775: fixed docstring for rpartition by Ezio Melotti · 15 years ago
  7. 6467213 Issue #7622: Improve the split(), rsplit(), splitlines() and replace() by Antoine Pitrou · 15 years ago
  8. 5b7139a Issue #7462: Implement the stringlib fast search algorithm for the `rfind`, by Antoine Pitrou · 15 years ago
  9. 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
  10. 9dd5e16 Issue #7117, continued: Remove substitution of %g-style formatting for by Mark Dickinson · 15 years ago
  11. 18cfada Remove restriction on precision when formatting floats. This is the by Mark Dickinson · 15 years ago
  12. 82864d1 Issue #7228: Add '%lld' and '%llu' support to PyFormat_FromString, by Mark Dickinson · 15 years ago
  13. c1bdf89 Finished removing _PyOS_double_to_string, as mentioned in issue 7117. by Eric Smith · 16 years ago
  14. 9b4e582 #7116: str.join() takes an iterable. by Georg Brandl · 16 years ago
  15. 332d721 add keyword arguments support to str/unicode encode and decode #6300 by Benjamin Peterson · 16 years ago
  16. 4fe0335 use macros by Benjamin Peterson · 16 years ago
  17. 2fdd58a Silence gcc 'comparison always false' warning by Mark Dickinson · 16 years ago
  18. 068f065 Issue #5835, deprecate PyOS_ascii_formatd. by Eric Smith · 16 years ago
  19. 174e909 Issue #532631: Add paranoid check to avoid potential buffer overflow by Mark Dickinson · 16 years ago
  20. 2e648ec Issue #532631: Replace confusing fabs(x)/1e25 >= 1e25 test by Mark Dickinson · 16 years ago
  21. b90304a Issue #4850: Change COUNT_ALLOCS variables to Py_ssize_t. by Martin v. Löwis · 16 years ago
  22. 826f3fe Issue #4445: save 3 bytes (on average, on a typical machine) per by Mark Dickinson · 16 years ago
  23. efeb43e Docstring change for *partition: use same tense as other docstrings. by Andrew M. Kuchling · 17 years ago
  24. 3571fbf Issue #3751: str.rpartition would perform a left-partition when called with by Amaury Forgeot d'Arc · 17 years ago
  25. f91d46a Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple, by Martin v. Löwis · 17 years ago
  26. 92a6240 Preemptively backport the relevant parts of r65420 by Antoine Pitrou · 17 years ago
  27. e7d8be8 Security patches from Apple: prevent int overflow when allocating memory by Neal Norwitz · 17 years ago
  28. d6c393a Backed out r65069, pending fixing it in Windows. by Eric Smith · 17 years ago
  29. 454816d Issue 3382: Make '%F' and float.__format__('F') convert results to upper case. by Eric Smith · 17 years ago
  30. 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]
  31. 99a3dce More reverting of r63675 per the mailing list discussions. This restores by Gregory P. Smith · 17 years ago
  32. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 17 years ago
  33. 7a6de8b Some style nits. Also clarify in the docstrings what __sizeof__ does. by Georg Brandl · 17 years ago
  34. 51df064 Issue #2898: Added sys.getsizeof() to retrieve size of objects in bytes. by Robert Schuppenies · 17 years ago
  35. dc13b79 Refactor and clean up str.format() code (and helpers) in advance of optimizations. by Eric Smith · 17 years ago
  36. 4472083 Renamed bytesobject.c to bytearrayobject.c by Christian Heimes · 17 years ago
  37. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 17 years ago
  38. 3497f94 First step of the C API rename: by Christian Heimes · 17 years ago
  39. 1aed624 Backport fast alternate io.BytesIO implementation. by Alexandre Vassalotti · 17 years ago
  40. bcdc468 Backport manually r62342 from the py3k branch to the trunk. by Alexandre Vassalotti · 17 years ago
  41. 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
  42. c00eb73 Raise SystemError when size < 0 is passed into PyString_FromStringAndSize, by Gregory P. Smith · 17 years ago
  43. 4ebd46a Fix memory leaks by Neal Norwitz · 17 years ago
  44. 0bcd613 Fix bytes so it works on 64-bit platforms. by Neal Norwitz · 17 years ago
  45. 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