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