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