1. 43b936d Patch #477750: Use METH_ constants in Modules. by Martin v. Löwis · 22 years ago
  2. cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 22 years ago
  3. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  4. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  5. 0659b4a ANSI-fication by Peter Schneider-Kamp · 24 years ago
  6. dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 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. 6901196 Purported fixes for 64-bit platforms with help from John Jorgensen by Guido van Rossum · 26 years ago
  9. 0cb96de Apply two changes, systematically: by Guido van Rossum · 27 years ago
  10. 0b82fe7 Partial(?) 64bit patch (AMK). by Guido van Rossum · 27 years ago
  11. 7844e38 Keep Microsoft VC happy. by Guido van Rossum · 27 years ago
  12. fd16d94 (Jack:) fopen arg typo (?) "rw" changed to "rb". by Guido van Rossum · 27 years ago
  13. 5680906 Change all three fopen calls to use binary mode. by Guido van Rossum · 27 years ago
  14. 2dc8c2c Primarily formatting changes, but I also plugged a couple of potential by Barry Warsaw · 28 years ago
  15. 5b0eba3 Reindented. by Roger E. Masse · 28 years ago
  16. 7bd9fbd Grandly renamed. by Barry Warsaw · 28 years ago
  17. a376cc5 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  18. 2977e5d Declare a bunch of internal routines as returning void. by Guido van Rossum · 28 years ago
  19. 3bbc62e Another bulky set of minor changes. by Guido van Rossum · 30 years ago
  20. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  21. 8b03cae Integers are specified as "i" and not as "d". by Sjoerd Mullender · 31 years ago
  22. 0d2d397 Added function ttob. by Sjoerd Mullender · 31 years ago
  23. 92fa23f ANSIfied somewhat. by Sjoerd Mullender · 31 years ago
  24. c4f169c rgbimgmodule.c, Makefile, config.c: new module to read RGB image files. by Sjoerd Mullender · 31 years ago