1. 43fd99c Patch #1557515: Add RLIMIT_SBSIZE. by Martin v. Löwis · 18 years ago
  2. 96a8c39 Make use of METH_O and METH_NOARGS where possible. by Georg Brandl · 18 years ago
  3. 19ab6c9 Initialize structseq types only once. by Martin v. Löwis · 18 years ago
  4. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 18 years ago
  5. 0cb3c63 Patch #1005568: Use _SC_PAGESIZE on Irix. Backported to 2.3. by Martin v. Löwis · 20 years ago
  6. 1ac3e39 Get build working with pre-C99 compilers by Neal Norwitz · 21 years ago
  7. f26d63b Patch #650412: Check whether the address of flock and getpagesize by Martin v. Löwis · 21 years ago
  8. b9a0f91 Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. by Martin v. Löwis · 21 years ago
  9. 94a83fd Fix SF #632624, test_resource failure on alpha/64bit by Neal Norwitz · 22 years ago
  10. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  11. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  12. d95efe4 Check for overflow errors in setrlimit(), and reflow a long line. by Jeremy Hylton · 22 years ago
  13. 688357e Patch #512005: getrusage() returns struct-like object. by Martin v. Löwis · 22 years ago
  14. 29ac3cb Expose RLIM_INFINITY constant. Closes SF patch 489066. by Neil Schemenauer · 22 years ago
  15. cca657b Use PyModule_AddIntConstant() instead of creating a private helper function. by Fred Drake · 22 years ago
  16. 43b936d Patch #477750: Use METH_ constants in Modules. by Martin v. Löwis · 23 years ago
  17. cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 23 years ago
  18. fda3c3d [Patch #462255, from Jason Tishler] Re-enables building the resouce by Andrew M. Kuchling · 23 years ago
  19. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  20. 7e01890 merge Include/my*.h into Include/pyport.h by Peter Schneider-Kamp · 24 years ago
  21. 1e0c2f4 Create a new section of pyport.h to hold all external function declarations by Thomas Wouters · 24 years ago
  22. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  23. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  24. 416d413 ANSI-fication by Peter Schneider-Kamp · 24 years ago
  25. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  26. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  27. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 24 years ago
  28. 763737b Changes for long file support by Steve Clift. by Guido van Rossum · 26 years ago
  29. ebd05eb Typo: RUSAGE_CHILDERN -> RUSAGE_CHILDREN. by Guido van Rossum · 27 years ago
  30. 86aeb90 Add #include "mytime.h", needed for SunOS 4.1 (Matthias Klose). by Guido van Rossum · 27 years ago
  31. 0cb96de Apply two changes, systematically: by Guido van Rossum · 27 years ago
  32. 607b33a Different strategy regarding whether to declare getrusage() and by Guido van Rossum · 27 years ago
  33. f84a539 Added std copyright notice. by Guido van Rossum · 27 years ago
  34. 668e441 purported linux portability patch (Oliver Andrich) by Guido van Rossum · 27 years ago
  35. 54dbf02 Quieted gcc -Wall by removing unused local variables. by Barry Warsaw · 28 years ago
  36. 2e63139 Added Jeremy's resource module. by Guido van Rossum · 28 years ago