1. 9ea1e36 Typo in comment. by Eric Smith · 17 years ago
  2. 65fe47b Modified interface to _Py_[String|Unicode]InsertThousandsGrouping, in anticipation of fixing issue 3140. by Eric Smith · 17 years ago
  3. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 17 years ago
  4. dc13b79 Refactor and clean up str.format() code (and helpers) in advance of optimizations. by Eric Smith · 17 years ago
  5. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 17 years ago
  6. cf537ff Addresses issue 2802: 'n' formatting for integers. by Eric Smith · 17 years ago
  7. d918e4e Bug #2388: Fix gcc warnings when compiling with --enable-unicode=ucs4. by Martin v. Löwis · 17 years ago
  8. 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
  9. 8113ca6 Issue 2264: empty float presentation type needs to have at least one digit past the decimal point. by Eric Smith · 17 years ago
  10. 4b051ee Corrected assert to check for correct type in py3k. by Eric Smith · 17 years ago
  11. 8a803dd Now that PyOS_ascii_formatd supports the 'n' format, simplify the float formatting code to just call it. by Eric Smith · 17 years ago
  12. bc32fee Added code to correct combining str and unicode in ''.format(). Added test case. by Eric Smith · 17 years ago
  13. a9f7d62 Backport of PEP 3101, Advanced String Formatting, from py3k. by Eric Smith · 17 years ago
  14. 6f7e6fb Made _ParseTupleFinds only defined to unicodeobject.c by Facundo Batista · 18 years ago
  15. 292a069 Fix for stupid error (I need to remember to do a full 'make clean + make' by Facundo Batista · 18 years ago
  16. 57d5669 Now in find, rfind, index, and rindex, you can use None as defaults, by Facundo Batista · 18 years ago
  17. a0c95fa Fix endcase for str.rpartition() by Raymond Hettinger · 19 years ago
  18. 9e9ef9f changed count to return 0 for slices outside the source string by Fredrik Lundh · 19 years ago
  19. 93eff6f changed find/rfind to return -1 for matches outside the source string by Fredrik Lundh · 19 years ago
  20. b51b470 fixed "abc".count("", 100) == -96 error (hopefully, nobody's relying on by Fredrik Lundh · 19 years ago
  21. 60d8b18 needforspeed: stringlib refactoring: changed find_obj to find_slice, by Fredrik Lundh · 19 years ago
  22. c2d29c5 needforspeed: replace improvements, changed to Py_LOCAL_INLINE where appropriate by Fredrik Lundh · 19 years ago
  23. 2d23d5b needforspeed: more stringlib refactoring by Fredrik Lundh · 19 years ago
  24. d1b6cd7 Fix Coverity warnings. by Neal Norwitz · 19 years ago
  25. e6e43c8 needforspeed: stringlib refactoring: use stringlib/find for string find by Fredrik Lundh · 19 years ago
  26. 58b5e84 needforspeed: stringlib refactoring, continued. added count and by Fredrik Lundh · 19 years ago
  27. b3167cb needforspeed: added rpartition implementation by Fredrik Lundh · 19 years ago
  28. be9f219 removed unnecessary include by Fredrik Lundh · 19 years ago
  29. b947948 needforspeed: stringlib refactoring (in progress) by Fredrik Lundh · 19 years ago
  30. a50d201 needforspeed: stringlib refactoring (in progress) by Fredrik Lundh · 19 years ago