1. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  2. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  3. d95efe4 Check for overflow errors in setrlimit(), and reflow a long line. by Jeremy Hylton · 22 years ago
  4. 688357e Patch #512005: getrusage() returns struct-like object. by Martin v. Löwis · 22 years ago
  5. 29ac3cb Expose RLIM_INFINITY constant. Closes SF patch 489066. by Neil Schemenauer · 22 years ago
  6. cca657b Use PyModule_AddIntConstant() instead of creating a private helper function. by Fred Drake · 22 years ago
  7. 43b936d Patch #477750: Use METH_ constants in Modules. by Martin v. Löwis · 22 years ago
  8. cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 22 years ago
  9. fda3c3d [Patch #462255, from Jason Tishler] Re-enables building the resouce by Andrew M. Kuchling · 23 years ago
  10. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  11. 7e01890 merge Include/my*.h into Include/pyport.h by Peter Schneider-Kamp · 24 years ago
  12. 1e0c2f4 Create a new section of pyport.h to hold all external function declarations by Thomas Wouters · 24 years ago
  13. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  14. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  15. 416d413 ANSI-fication by Peter Schneider-Kamp · 24 years ago
  16. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  17. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  18. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 24 years ago
  19. 763737b Changes for long file support by Steve Clift. by Guido van Rossum · 26 years ago
  20. ebd05eb Typo: RUSAGE_CHILDERN -> RUSAGE_CHILDREN. by Guido van Rossum · 27 years ago
  21. 86aeb90 Add #include "mytime.h", needed for SunOS 4.1 (Matthias Klose). by Guido van Rossum · 27 years ago
  22. 0cb96de Apply two changes, systematically: by Guido van Rossum · 27 years ago
  23. 607b33a Different strategy regarding whether to declare getrusage() and by Guido van Rossum · 27 years ago
  24. f84a539 Added std copyright notice. by Guido van Rossum · 27 years ago
  25. 668e441 purported linux portability patch (Oliver Andrich) by Guido van Rossum · 27 years ago
  26. 54dbf02 Quieted gcc -Wall by removing unused local variables. by Barry Warsaw · 27 years ago
  27. 2e63139 Added Jeremy's resource module. by Guido van Rossum · 28 years ago