1. 0d40ba4 Patch from Paul Sokolovsky <Paul.Sokolovsky@technologist.com>: by Fred Drake · 25 years ago
  2. bffd683 The rest of the changes by Trent Mick and Dale Nagata for warning-free by Guido van Rossum · 25 years ago
  3. bf27298 Correct the docstring for byteswap(); error noted by Bernhard Reiter by Fred Drake · 25 years ago
  4. 7f1de83 Tiny patch by Mark Hammond to avoid sys/types.h if we don't have it by Guido van Rossum · 25 years ago
  5. 481ac88 Use an unsigned cast to avoid a warning in VC++. by Guido van Rossum · 25 years ago
  6. 3791b0d Carefully check for overflow when allocating the memory for fromfile by Guido van Rossum · 25 years ago
  7. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  8. a0deb64 No need to issue a fatal error if the PyDict_SetItemString fails; the by Guido van Rossum · 26 years ago
  9. fc6aba5 ACK! There was still an unescaped newline in a docstring. by Guido van Rossum · 26 years ago
  10. b39b90d Doc strings by Chris Petrilli. by Guido van Rossum · 26 years ago
  11. de4a4ca Added buffer_info() method that returns address and length in bytes of by Guido van Rossum · 27 years ago
  12. 24995b9 array_type -> ArrayType by Guido van Rossum · 27 years ago
  13. c8b6df9 PyObject_Compare can raise an exception now. by Guido van Rossum · 27 years ago
  14. b6190d3 Defined array.array_type, the type object. by Guido van Rossum · 27 years ago
  15. 1a747f8 Address the following problem on DOS and Win 3.1, reported by Jim Ahlstrom: by Guido van Rossum · 27 years ago
  16. fdf95dd Checkin of Jack's buffer mods. by Guido van Rossum · 27 years ago
  17. 7844e38 Keep Microsoft VC happy. by Guido van Rossum · 27 years ago
  18. 549ab71 Add new formats B, H, I, L for unsigned data types (analogous to the by Guido van Rossum · 28 years ago
  19. 5817f8f Removed some unneeded header files and reedited with a fixed-width font by Roger E. Masse · 28 years ago
  20. 2919eaa Renamed Grandly (I think). by Roger E. Masse · 28 years ago
  21. a376cc5 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  22. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  23. a320fd3 changes for MPW by Guido van Rossum · 29 years ago
  24. 62de97f make routines static by Guido van Rossum · 30 years ago
  25. cd938fc Made some more things static, and other cleanup for new naming scheme by Guido van Rossum · 30 years ago
  26. 524b588 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  27. 3bbc62e Another bulky set of minor changes. by Guido van Rossum · 30 years ago
  28. 0c70954 Changes for Mac by Guido van Rossum · 30 years ago
  29. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  30. b376a4a * timemodule.c: Add hack for Solaris 2. by Guido van Rossum · 31 years ago
  31. a3d78fb * posixmodule.c: added set{uid,gid}. by Guido van Rossum · 31 years ago
  32. 32be3a7 Fix stupib bug in concatenation by Guido van Rossum · 31 years ago
  33. e77a757 * nismodule.c: database keys and values can contain null bytes. be more by Guido van Rossum · 31 years ago
  34. b73cc04 * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c, by Guido van Rossum · 31 years ago
  35. a9c3c22 * Extended X interface: pixmap objects, colormap objects visual objects, by Sjoerd Mullender · 31 years ago
  36. 234f942 * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. by Guido van Rossum · 31 years ago
  37. 9575a44 * Microscopic corrections to make things compile on the Cray APP. by Guido van Rossum · 31 years ago
  38. 778983b Added new module "array" (for now optional) defining array objects. by Guido van Rossum · 31 years ago