1. 879199b Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that by Serhiy Storchaka · 7 years ago
  2. b94eef2 Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that by Serhiy Storchaka · 7 years ago
  3. af580df replace PY_LONG_LONG with long long by Benjamin Peterson · 8 years ago
  4. ed4aa83 require a long long data type (closes #27961) by Benjamin Peterson · 8 years ago
  5. 5bb414d Issue #19343: Expose FreeBSD-specific APIs in resource module. Original patch by Koobs. by Christian Heimes · 10 years ago
  6. b7bd5df Issue #16595: Add prlimit() to resource module by Christian Heimes · 11 years ago
  7. 6fc79bf Issue #19324: Expose Linux-specific constants in resource module by Christian Heimes · 11 years ago
  8. 1c8f059 Issue #18520: Add a new PyStructSequence_InitType2() function, same than by Victor Stinner · 11 years ago
  9. 74ca886 Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant() by Charles-Francois Natali · 11 years ago
  10. 1d0bb9c Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple by Serhiy Storchaka · 11 years ago
  11. 19c4e0d Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple by Serhiy Storchaka · 11 years ago
  12. 2122cf7 alias resource.error to OSError by Benjamin Peterson · 12 years ago
  13. 71c23d4 Include structseq.h in Python.h, and remove now-redundant includes in individual sources. by Georg Brandl · 14 years ago
  14. b6d4ee5 Issue #10440: Support RUSAGE_THREAD as a constant in the resource module. by Antoine Pitrou · 14 years ago
  15. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  16. bb67214 Clean up some int/long detection remnants in resource module. by Mark Dickinson · 15 years ago
  17. d8e821a Merged revisions 72479 via svnmerge from by Mark Dickinson · 15 years ago
  18. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  19. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 16 years ago
  20. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 17 years ago
  21. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  22. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  23. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 18 years ago
  24. 0cb3c63 Patch #1005568: Use _SC_PAGESIZE on Irix. Backported to 2.3. by Martin v. Löwis · 20 years ago
  25. 1ac3e39 Get build working with pre-C99 compilers by Neal Norwitz · 21 years ago
  26. f26d63b Patch #650412: Check whether the address of flock and getpagesize by Martin v. Löwis · 21 years ago
  27. b9a0f91 Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. by Martin v. Löwis · 21 years ago
  28. 94a83fd Fix SF #632624, test_resource failure on alpha/64bit by Neal Norwitz · 22 years ago
  29. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  30. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  31. d95efe4 Check for overflow errors in setrlimit(), and reflow a long line. by Jeremy Hylton · 22 years ago
  32. 688357e Patch #512005: getrusage() returns struct-like object. by Martin v. Löwis · 22 years ago
  33. 29ac3cb Expose RLIM_INFINITY constant. Closes SF patch 489066. by Neil Schemenauer · 22 years ago
  34. cca657b Use PyModule_AddIntConstant() instead of creating a private helper function. by Fred Drake · 22 years ago
  35. 43b936d Patch #477750: Use METH_ constants in Modules. by Martin v. Löwis · 22 years ago
  36. cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 22 years ago
  37. fda3c3d [Patch #462255, from Jason Tishler] Re-enables building the resouce by Andrew M. Kuchling · 23 years ago
  38. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  39. 7e01890 merge Include/my*.h into Include/pyport.h by Peter Schneider-Kamp · 24 years ago
  40. 1e0c2f4 Create a new section of pyport.h to hold all external function declarations by Thomas Wouters · 24 years ago
  41. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  42. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  43. 416d413 ANSI-fication by Peter Schneider-Kamp · 24 years ago
  44. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  45. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  46. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 24 years ago
  47. 763737b Changes for long file support by Steve Clift. by Guido van Rossum · 25 years ago
  48. ebd05eb Typo: RUSAGE_CHILDERN -> RUSAGE_CHILDREN. by Guido van Rossum · 26 years ago
  49. 86aeb90 Add #include "mytime.h", needed for SunOS 4.1 (Matthias Klose). by Guido van Rossum · 27 years ago
  50. 0cb96de Apply two changes, systematically: by Guido van Rossum · 27 years ago
  51. 607b33a Different strategy regarding whether to declare getrusage() and by Guido van Rossum · 27 years ago
  52. f84a539 Added std copyright notice. by Guido van Rossum · 27 years ago
  53. 668e441 purported linux portability patch (Oliver Andrich) by Guido van Rossum · 27 years ago
  54. 54dbf02 Quieted gcc -Wall by removing unused local variables. by Barry Warsaw · 27 years ago
  55. 2e63139 Added Jeremy's resource module. by Guido van Rossum · 27 years ago