1. 6d29628 Issue #16698: merge from 3.2 by Ned Deily · 12 years ago
  2. 028915e Issue #16698: Skip posix test_getgroups when built with OS X by Ned Deily · 12 years ago
  3. 9101e23 Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
  4. c78de46 Fix test_posix failure on NetBSD buildbots: sched_setparam() and by Charles-François Natali · 12 years ago
  5. a2ad5c3 Issue #15972: Fix error messages when os functions expecting a file name or by Serhiy Storchaka · 12 years ago
  6. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  7. a0b315f Issue #16661: Fix the os.getgrouplist() test by not assuming that it by Ross Lagerwall · 12 years ago
  8. b29614e compare singletons by identity not equality (closes #16712) by Benjamin Peterson · 12 years ago
  9. 75959cf Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised. by Trent Nelson · 12 years ago
  10. ee253eb Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised. by Trent Nelson · 12 years ago
  11. 8486987 Issue #12655: Instead of requiring a custom type, os.sched_getaffinity and by Antoine Pitrou · 12 years ago
  12. 5323173 Closes #15514: Correct __sizeof__ support for cpu_set by Jesus Cea · 12 years ago
  13. d46f7d2 Cope with OSs lying - #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 12 years ago
  14. 969288e Use ValueError, not RuntimeError for a utime flag combination illegal on some systems. by Georg Brandl · 12 years ago
  15. 2a193a8 Skip test in freebsd entirely - Kernel bug in freebsd7/8/9 - #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 12 years ago
  16. fdaea06 Issue #15176: Clarified behavior, documentation, and implementation by Larry Hastings · 12 years ago
  17. f841e42 Fix whitespace by Hynek Schlawack · 12 years ago
  18. 60c13dd Skip the test only if neccesary - Kernel bug in freebsd9 - #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 12 years ago
  19. 9d87486 Kernel bug in freebsd9 - #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 12 years ago
  20. 90867a5 Issue #14626: Fix buildbot issues on FreeBSD (AMD64). (Fingers crossed.) by Larry Hastings · 12 years ago
  21. 9cf065c Issue #14626: Large refactoring of functions / parameters in the os module. by Larry Hastings · 12 years ago
  22. 9436361 Closes #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 12 years ago
  23. 360b3c2 os.popen().close() returns None on success, not 0... by Charles-François Natali · 12 years ago
  24. 39687ee os.popen().close() returns None on success, not 0... by Charles-François Natali · 12 years ago
  25. d59240d Issue #14698: Make test_posix more robust when the current UID doesn't have an by Charles-François Natali · 12 years ago
  26. e8a255a Issue #14698: Make test_posix more robust when the current UID doesn't have an by Charles-François Natali · 12 years ago
  27. 990eff0 Backing out 86dc014cdd74. Not ready yet by Jesus Cea · 12 years ago
  28. 2b47f0a Close #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 12 years ago
  29. fba807a Issue #5113: Fix a test_posix failure on HP-UX, where non-root users can by Charles-François Natali · 12 years ago
  30. ab2d58e Issue #5113: Fix a test_posix failure on HP-UX, where non-root users can by Charles-François Natali · 12 years ago
  31. 7794090 Following Nick's suggestion, rename posix.fdlistdir() to posix.flistdir(), to by Charles-François Natali · 13 years ago
  32. 76961fa Issue #13757: Change os.fdlistdir() so that it duplicates the passed file by Charles-François Natali · 13 years ago
  33. 7546ad3 Issue #13739: In os.listdir(), rewind the directory stream (so that listdir() by Charles-François Natali · 13 years ago
  34. e41f0de Merge 3.2, fix typos. by Florent Xicluna · 13 years ago
  35. 569b494 Fix #13327. utimensat now has the atime and mtime arguments set as optional, by Brian Curtin · 13 years ago
  36. c1b65d1 Fix 13327. Remove explicit None arguments from futimes, futimens, futimesat, by Brian Curtin · 13 years ago
  37. 8b905bd Issue #13226: Add RTLD_xxx constants to the os module. These constants can by by Victor Stinner · 13 years ago
  38. ceb5d16 Better fix for #12763: test_posix failure on OpenIndiana by Jesus Cea · 13 years ago
  39. ea0d5fc Issue #12871: sched_get_priority_(min|max) might not be defined even though by Charles-François Natali · 13 years ago
  40. 7b911cb Issue #12783: Fix test_posix failures on FreeBSD buildbots, due to by Charles-François Natali · 13 years ago
  41. ae6ae02 some *nixes decided not to call init process 1 (closes #12763) by Benjamin Peterson · 13 years ago
  42. 43234ab handle sched_rr_get_interval not working on current by Benjamin Peterson · 13 years ago
  43. 50ba271 fix punctuation by Benjamin Peterson · 13 years ago
  44. c158158 fix indentation by Benjamin Peterson · 13 years ago
  45. 539b6c4 OSX doesn't check sched_get_priority_(min/max) argument by Benjamin Peterson · 13 years ago
  46. 18592ca bsd doesn't like letting normal processes set the scheduler by Benjamin Peterson · 13 years ago
  47. c5fce4d check individually for some for sched_ functions by Benjamin Peterson · 13 years ago
  48. 2740af8 sched.h can exist without sched affinity support by Benjamin Peterson · 13 years ago
  49. 94b580d expose sched.h functions (closes #12655) by Benjamin Peterson · 13 years ago
  50. 0975ded Issue #8746: Use tempfile module to get tempdir and randomize the by Ned Deily · 13 years ago
  51. ba2eab2 Issue #8746: Use tempfile module to get tempdir and randomize the by Ned Deily · 13 years ago
  52. bf81622 Issue #12451: Add support.create_empty_file() by Victor Stinner · 13 years ago
  53. 8b56c4b Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 13 years ago
  54. 3eb67d5 Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 13 years ago
  55. b0ae53d Issue #9344: Add os.getgrouplist(). by Ross Lagerwall · 13 years ago
  56. 368f34b Issue #12196: Make os.pipe2() flags argument mandatory. by Charles-François Natali · 13 years ago
  57. 239bb96 Issue #12196: Make test.support's requires_linux_version a decorator. by Charles-François Natali · 13 years ago
  58. d92ccb1 Skip test_pipe2 on Linux kernels older than 2.6.27. by Charles-François Natali · 13 years ago
  59. daafdd5 Issue #12196: Add pipe2() to the os module. by Charles-François Natali · 13 years ago
  60. e36f375 Issue #12105: test_posix skips test_oscloexec() on Linux < 2.6.23 by Victor Stinner · 13 years ago
  61. cc6491a Issue #12105: test_posix, add the value of O_CLOEXEC in the error message by Victor Stinner · 13 years ago
  62. 1e045b1 Issue #12105: Add O_CLOEXEC to the os module. by Charles-François Natali · 13 years ago
  63. 68c9592 Call reap_children() at the end of test_posix by Antoine Pitrou · 13 years ago
  64. dedf6cf Issue #11615: Fix sporadic buildbot failures related to #10812. by Ross Lagerwall · 13 years ago
  65. 7807c35 Issue #10812: Add some extra posix functions to the os module. by Ross Lagerwall · 13 years ago
  66. 8250e23 Issue #10755: Add the posix.fdlistdir() function. Patch by Ross Lagerwall. by Antoine Pitrou · 14 years ago
  67. f65132d Issue #4761: Add the *at() family of functions (openat(), etc.) to the posix by Antoine Pitrou · 14 years ago
  68. 318b8f3 Issue #10822: Fix test_posix:test_getgroups failure under Solaris. Patch by Antoine Pitrou · 14 years ago
  69. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  70. e5a9101 Issue #9581: Fix non-working PosixGroupsTester test case by Antoine Pitrou · 14 years ago
  71. 052a02b add tests for mknod() and mkfifo() #9569 by Benjamin Peterson · 14 years ago
  72. 7fb6f51 test_getgroups as introduced with issue7900 failed on systems by Ronald Oussoren · 14 years ago
  73. cb615e6 Fix for issue 9367: the test code for os.getgroups by Ronald Oussoren · 14 years ago
  74. b6ee4f5 This fixes issue7900 by adding code that deals by Ronald Oussoren · 14 years ago
  75. c9e1c7d Issue #6095: Make directory argument to os.listdir optional. by Martin v. Löwis · 14 years ago
  76. 17b490d Fix test_posix (regression introduced by r80885) by Victor Stinner · 14 years ago
  77. c8d502e Fix the warnings usage in test_posix. by Brett Cannon · 14 years ago
  78. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 15 years ago
  79. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  80. 1baf465 Merged revisions 76847,76851,76869,76882,76891-76892,76924,77007,77070,77092,77096,77120,77126,77155 via svnmerge from by Benjamin Peterson · 15 years ago
  81. b7572f0 Merged revisions 76636 via svnmerge from by Antoine Pitrou · 15 years ago
  82. 7aed61a Merged revisions 76550 via svnmerge from by Martin v. Löwis · 15 years ago
  83. 414c91f Merged revisions 73907-73908 via svnmerge from by R. David Murray · 15 years ago
  84. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  85. eb3615d Merged revisions 71785 via svnmerge from by R. David Murray · 15 years ago
  86. 42a40c5 Allow skipping of regression tests not supported on windows. This reduces noise in the regression test suite for py3k on Windows. by Kristján Valur Jónsson · 15 years ago
  87. a21e4ca Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge by R. David Murray · 15 years ago
  88. e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 15 years ago
  89. f0af3e3 Issue #3187: Better support for "undecodable" filenames. Code by Victor by Guido van Rossum · 16 years ago
  90. c34177c Try to fix the sporadic problems on the Solaris buildbot with removing by Neal Norwitz · 16 years ago
  91. e2e36ba posix.fdopen does not exists any more; and os.fdopen exists on all platforms. by Amaury Forgeot d'Arc · 16 years ago
  92. dcf97b9 Merged revisions 64434-64435,64440-64443,64445,64447-64448,64450,64452,64455,64461,64464,64466,64468 via svnmerge from by Benjamin Peterson · 16 years ago
  93. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  94. d5e2b6f Merged revisions 61538-61540,61556,61559-61560,61563,61565,61571,61575-61576,61580-61582,61586,61591,61593,61595,61605-61606,61613-61616,61618,61621-61623,61625,61627,61631-61634 via svnmerge from by Christian Heimes · 16 years ago
  95. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 17 years ago
  96. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  97. 687b9c0 Patch 1318 by Christian Heimes: remove os.tmpnam(), os.tempnam(), by Guido van Rossum · 17 years ago
  98. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 17 years ago
  99. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 18 years ago
  100. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago