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