1. d6138c4 always allow -1 as a uid by Benjamin Peterson · 12 years ago
  2. 4d7fc3c undo PyInt -> PyLong change; that was wrong by Benjamin Peterson · 12 years ago
  3. 3128923 return int instead long when possible (#17531) by Benjamin Peterson · 12 years ago
  4. da5c2a0 Issue #4591: Uid and gid values larger than 2**31 are supported now. by Serhiy Storchaka · 12 years ago
  5. 46f5b35 Issue #17051: Fix a memory leak in os.path.isdir() on Windows. Patch by Robert Xiao. by Serhiy Storchaka · 13 years ago
  6. 1c60c7a Issue #1602133: 'environ' is not really available with shared libraries on OSX by Ronald Oussoren · 13 years ago
  7. 4bb142b Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 13 years ago
  8. da4277a Issue #15765: Fix quirky NetBSD getcwd() behaviour. by Trent Nelson · 13 years ago
  9. aee9dfb merge 2.6 with hash randomization fix by Benjamin Peterson · 13 years ago
  10. 1e13eb0 - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED by Barry Warsaw · 13 years ago
  11. d7664de Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects. by Nadeem Vawda · 14 years ago
  12. 93a1175 Issue #13415: Test in configure if unsetenv() has a return value or not. by Charles-François Natali · 14 years ago
  13. 42d96dc no python objects to manage here by Benjamin Peterson · 14 years ago
  14. fde8216 plug refleak by Benjamin Peterson · 14 years ago
  15. 53853c3 Issue #13415: os.unsetenv() doesn't ignore errors anymore. by Victor Stinner · 14 years ago
  16. 0f8aceb dosmodule is, thankfully, no more by Benjamin Peterson · 14 years ago
  17. 59729ff Issue #9611, #9015: FileIO.read(), FileIO.readinto(), FileIO.write() and by Victor Stinner · 14 years ago
  18. ff48c0a Really fix issue #10898: posixmodule.c redefines FSTAT by Antoine Pitrou · 14 years ago
  19. 5446f08 Correction to f1509fc75435 - Issue #11583 by Brian Curtin · 14 years ago
  20. caea7e8 Merge by Brian Curtin · 14 years ago
  21. 63a3f15 Merged revisions 88111 via svnmerge from by Antoine Pitrou · 15 years ago
  22. 1f1613f Merged revisions 87802 via svnmerge from by Antoine Pitrou · 15 years ago
  23. ac514c8 Merged revisions 87666 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  24. da4a5f0 Fix indentation by Antoine Pitrou · 15 years ago
  25. b061461 Issue #4662: os.tempnam(), os.tmpfile() and os.tmpnam() now raise a py3k by Antoine Pitrou · 15 years ago
  26. 93f7a32 Merged revisions 86808 via svnmerge from by Stefan Krah · 15 years ago
  27. acaab2a Merged revisions 86804 via svnmerge from by Stefan Krah · 15 years ago
  28. 21946af Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,84480,84482,84484,84530-84531,84553,84619,84915-84916 via svnmerge from by Georg Brandl · 15 years ago
  29. 247e2fd Merged revisions 84489 via svnmerge from by Antoine Pitrou · 15 years ago
  30. 8cdede4 Merged revisions 83921 via svnmerge from by Antoine Pitrou · 15 years ago
  31. ac08e30 Merged revisions 83124 via svnmerge from by Ronald Oussoren · 15 years ago
  32. 9e7ffae Merged revisions 83088 via svnmerge from by Ronald Oussoren · 15 years ago
  33. 36db84d Merged revisions 82853-82854 via svnmerge from by Stefan Krah · 15 years ago
  34. 8cb9f03 Remove PYOS_OS2 special cases from the Solaris/OpenBSD section. by Stefan Krah · 15 years ago
  35. 182ae64 Issue #9185: On Solaris and OpenBSD, posix_getcwd() could loop indefinitely by Stefan Krah · 15 years ago
  36. 4fb51b4 Merged revisions 82047 via svnmerge from by Senthil Kumaran · 15 years ago
  37. 0d6908b Fix Issue4452 - Incorrect docstring of os.setpgrp by Senthil Kumaran · 15 years ago
  38. 03acec2 Remove unused variable, and fix a compilation warning on Windows by Amaury Forgeot d'Arc · 15 years ago
  39. 43cdd0a Merged revisions 80844-80845 via svnmerge from by Victor Stinner · 15 years ago
  40. 862490a Untabify Modules/posixmodule.c (2) by Victor Stinner · 15 years ago
  41. d6f8542 Untabify Modules/posixmodule.c by Victor Stinner · 15 years ago
  42. ae50952 Add missing return statement in an error condition. by Brian Curtin · 15 years ago
  43. e5aa886 Implement #1220212. Add os.kill support for Windows. by Brian Curtin · 15 years ago
  44. a0dc275 Revert r79131 by Matthias Klose · 15 years ago
  45. b8022c8 Merged revisions 79096 via svnmerge from by Matthias Klose · 15 years ago
  46. e9fbf2b - Issue #1039, #8154: Fix os.execlp() crash with missing 2nd argument. by Matthias Klose · 15 years ago
  47. 8baa745 Merged revisions 78546 via svnmerge from by Gregory P. Smith · 15 years ago
  48. 6a65f85 Fixes issue #7999: os.setreuid() and os.setregid() would refuse to accept by Gregory P. Smith · 15 years ago
  49. c21d0cb Merged revisions 78527,78531 via svnmerge from by Gregory P. Smith · 15 years ago
  50. 4b86236 Fix for r78527. It left out updating forkpty. by Gregory P. Smith · 15 years ago
  51. 9e5d132 Issue #7242: On Solaris 9 and earlier calling os.fork() from within a by Gregory P. Smith · 15 years ago
  52. a55af9a - Issue #7658: Ensure that the new pythonw executable works on OSX 10.4 by Ronald Oussoren · 16 years ago
  53. 21c134d Merged revisions 77007 via svnmerge from by Gregory P. Smith · 16 years ago
  54. 9f12d46 Fix possible integer overflow in lchown and fchown functions. For issue1747858. by Gregory P. Smith · 16 years ago
  55. 30b3b35 Issue #7333: The `posix` module gains an `initgroups()` function providing by Antoine Pitrou · 16 years ago
  56. 50ea456 Issue #6508: Add posix.{getresuid,getresgid,setresuid,setresgid}. by Martin v. Löwis · 16 years ago
  57. 448db21 Merged revisions 74841 via svnmerge from by Thomas Wouters · 16 years ago
  58. c4dcb38 Fix issue #1590864, multiple threads and fork() can cause deadlocks, by by Thomas Wouters · 16 years ago
  59. 585ad8a Merged revisions 69846 via svnmerge from by Jesus Cea · 16 years ago
  60. bcff47a Issue #4856: Py_GetFileAttributesEx[AW] are not needed because GetFileAttributesEx[AW] by Hirokazu Yamamoto · 16 years ago
  61. a3c5609 Issue #4856: Remove checks for win NT. by Hirokazu Yamamoto · 16 years ago
  62. 6c95acb Merged revisions 72882 via svnmerge from by Antoine Pitrou · 16 years ago
  63. 4fe3858 Fix build under Windows by Antoine Pitrou · 16 years ago
  64. cd1376d Merged revisions 72855 via svnmerge from by Antoine Pitrou · 16 years ago
  65. 76dd2d1 Some pid_t-expecting or producing functions were forgotten in r72852. by Antoine Pitrou · 16 years ago
  66. 794b3fc Merged revisions 72852 via svnmerge from by Antoine Pitrou · 16 years ago
  67. 5e858fe Issue #1983: Fix functions taking or returning a process identifier to use by Antoine Pitrou · 16 years ago
  68. b24bb27 Issue #3527: Removed Py_WIN_WIDE_FILENAMES which is not used any more. by Hirokazu Yamamoto · 16 years ago
  69. 406d7aa Issue #5913: os.listdir() should fail for empty path on windows. by Hirokazu Yamamoto · 16 years ago
  70. dd7b630 Merged revisions 71299 via svnmerge from by Gregory P. Smith · 16 years ago
  71. 6d30793 Fixes issue5705: os.setuid() and friends did not accept the same range of by Gregory P. Smith · 16 years ago
  72. feab334 http://bugs.python.org/issue5623 by Kristján Valur Jónsson · 16 years ago
  73. 3e4caeb Issue #5341: Fix a variety of spelling errors. by Mark Dickinson · 16 years ago
  74. 6a743d3 Issue 4804. Add a function to test the validity of file descriptors on Windows, and stop using global runtime settings to silence the warnings / assertions. by Kristján Valur Jónsson · 16 years ago
  75. 943a6dd simplify code by Benjamin Peterson · 17 years ago
  76. 2e659ce Issue 4957 Let os.ftruncate raise OSError like documented. by Kristján Valur Jónsson · 17 years ago
  77. 3f15ae3 Merged revisions 68018 via svnmerge from by Martin v. Löwis · 17 years ago
  78. 03824e4 Issue #1040026: Fix os.times result on systems where HZ is incorrect. by Martin v. Löwis · 17 years ago
  79. bb608a8 Merged revisions 67154,67157-67159,67162-67163,67166,67175-67176,67189,67224-67225,67243 via svnmerge from by Georg Brandl · 17 years ago
  80. ed29bb4 Issue #4071: ntpath.abspath returned an empty string for long unicode path. by Hirokazu Yamamoto · 17 years ago
  81. 6137640 removed unused _PyUnicode_FromFileSystemEncodedObject. by Hirokazu Yamamoto · 17 years ago
  82. 2c66b7c Merged revisions 66809-66810,66835,66862-66863 via svnmerge from by Hirokazu Yamamoto · 17 years ago
  83. 6c75a30 r66862 contained memory leak. by Hirokazu Yamamoto · 17 years ago
  84. 10a018c On windows, os.chdir given unicode was not working if GetCurrentDirectoryW by Hirokazu Yamamoto · 17 years ago
  85. a0fdd72 Issue #2222: Fixed reference leak when occured os.rename() by Hirokazu Yamamoto · 17 years ago
  86. f91d46a Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple, by Martin v. Löwis · 17 years ago
  87. 74bd40d On Windows, silence a Purify warning and initialize the memory passed to CryptGenRandom. by Amaury Forgeot d'Arc · 17 years ago
  88. 86cbf81 #1608818: errno can get set by every call to readdir(). by Georg Brandl · 17 years ago
  89. fb7a50f Fix posix.fork1() / os.fork1() to only call PyOS_AfterFork() in the child by Gregory P. Smith · 17 years ago
  90. 5596b0c Issue #2722. Now the char buffer to support the path string has by Facundo Batista · 17 years ago
  91. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 17 years ago
  92. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 17 years ago
  93. 5049a85 #2890: support os.O_ASYNC and fcntl.FASYNC. by Georg Brandl · 17 years ago
  94. f48da8f Fix chown on 64-bit linux. It needed to take a long (64-bit on 64bit linux) as by Gregory P. Smith · 17 years ago
  95. 10ed0f5 Remove all traces of HAVE_STRERROR. by Brett Cannon · 17 years ago
  96. 0a40ffb #2063: correct order of utime and stime in os.times() result on Windows. by Georg Brandl · 17 years ago
  97. e6a8074 Another int -> pid_t case by Christian Heimes · 18 years ago
  98. 94dcf0d The wrapper function is supposed to be for spawnvpe() so that's by Andrew MacIntyre · 18 years ago
  99. d491d71 More int -> pid_t. by Christian Heimes · 18 years ago
  100. 951cc0f Fixed bug #1983: Return from fork() is pid_t, not int by Christian Heimes · 18 years ago