1. 76b3b27 stringlib: remove unused STRINGLIB_RESIZE macro by Victor Stinner · 12 years ago
  2. 41a863c Issue #13706: Fix format(int, "n") for locale with non-ASCII thousands separator by Victor Stinner · 13 years ago
  3. 21e0da2 remove some usage of Py_UNICODE_TOUPPER/LOWER by Benjamin Peterson · 13 years ago
  4. 0fc3519 stringlib: remove unused STRINGLIB_FILL by Victor Stinner · 13 years ago
  5. 8cc70dc Fix fastsearch for UCS2 and UCS4 by Victor Stinner · 13 years ago
  6. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  7. f2c5484 Merged revisions 77461 via svnmerge from by Antoine Pitrou · 15 years ago
  8. da2ecaf Merged revisions 77241 via svnmerge from by Antoine Pitrou · 15 years ago
  9. 0f78bff Issue #5748: bytesobject.c should not have its own private defines for stringlib macros. Also removed unused defines and include for localutil.h. by Eric Smith · 15 years ago
  10. 6dc46f5 Merged revisions 72040 via svnmerge from by Eric Smith · 16 years ago
  11. a3b1ac8 Added ',' thousands grouping to int.__format__. See PEP 378. by Eric Smith · 16 years ago
  12. 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 16 years ago
  13. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  14. 5807c41 Merged revisions 63078 via svnmerge from by Eric Smith · 17 years ago
  15. 8fd3eba Fixes for shared 2.6 code that implements PEP 3101, advanced string formatting. by Eric Smith · 17 years ago
  16. 37f1038 Changed to use 'U' argument to PyArg_ParseTuple, instead of manually checking for unicode objects. by Eric Smith · 17 years ago
  17. 8c66326 Implementation of PEP 3101, Advanced String Formatting. by Eric Smith · 17 years ago