1. a725959 SF bug 433228: repr(list) woes when len(list) big. by Tim Peters · 23 years ago
  2. cd35306 Patch #424335: Implement string_richcompare, remove string_compare. by Martin v. Löwis · 23 years ago
  3. 2d92041 This patch changes the way the string .encode() method works slightly by Marc-André Lemburg · 23 years ago
  4. a903ad98 _Py_ReleaseInternedStrings(): Private API function to decref and by Barry Warsaw · 23 years ago
  5. 38fd5b6 Derived from Martin's SF patch 110609: support unbounded ints in %d,i,u,x,X,o formats. by Tim Peters · 24 years ago
  6. d1ba443 This patch adds a new Python C API called PyString_AsStringAndSize() by Marc-André Lemburg · 24 years ago
  7. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  8. 3cf4d2b ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago
  9. 3d1a1d7 Added prototypes for the new codec APIs for strings. These APIs by Marc-André Lemburg · 24 years ago
  10. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  11. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  12. 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 26 years ago
  13. 1e6e9a2 Two speedup hacks. Caching the hash saves recalculation of a string's by Guido van Rossum · 28 years ago
  14. accfb84 added PyString_GET_SIZE macro by Barry Warsaw · 28 years ago
  15. 067998f Add const to error and newstring functions by Guido van Rossum · 28 years ago
  16. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  17. fdebf25 Turn on CACHE_HASH, for 2% speedier dict lookups by Guido van Rossum · 28 years ago
  18. 051ab12 make the type a parameter of the DL_IMPORT macro, for Borland C by Guido van Rossum · 29 years ago
  19. 9381782 new names for lots of new functions by Guido van Rossum · 30 years ago
  20. caa6380 The great renaming, phase two: all header files have been updated to by Guido van Rossum · 30 years ago
  21. 5799b52 Added 1995 copyright. by Guido van Rossum · 30 years ago
  22. e89bc75 Changes for dynamic linking under NT by Guido van Rossum · 30 years ago
  23. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  24. 3bb8a05 Several optimizations and speed improvements. by Sjoerd Mullender · 31 years ago
  25. a330996 * Added support for X11 modules. by Guido van Rossum · 31 years ago
  26. e537240 * Changed many files to use mkvalue() instead of newtupleobject(). by Guido van Rossum · 31 years ago
  27. 5113f5f Copyright for 1992 added by Guido van Rossum · 32 years ago
  28. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  29. 85a5fbb Initial revision by Guido van Rossum · 34 years ago