1. 92c2ca7 bpo-28759: Skip some tests on PermissionError raised by Android (GH-4350) by xdegaye · 8 years ago
  2. d4b93e2 bpo-31106: Fix handling of erros in posix_fallocate() and posix_fadvise() (#3000) (#3000) by Коренберг Марк · 8 years ago
  3. 12953ff bpo-31044: Skip test_posix.test_makedev() on FreeBSD (#2915) by Victor Stinner · 8 years ago
  4. 1180e5a bpo-30879: os.listdir() and os.scandir() now emit bytes names when (#2634) by Serhiy Storchaka · 8 years ago
  5. 7770394 bpo-30746: Prohibited the '=' character in environment variable names (#2382) by Serhiy Storchaka · 8 years ago
  6. 163468a bpo-16500: Don't use string constants for os.register_at_fork() behavior (#1834) by Gregory P. Smith · 8 years ago
  7. 346cbd3 bpo-16500: Allow registering at-fork handlers (#1715) by Antoine Pitrou · 8 years ago
  8. 3a4e989 Issue #28759: Fix the tests that fail with PermissionError when run as by Xavier de Gaye · 9 years ago
  9. 24c3b49 Issue #26944: Fix test_posix for Android where 'id -G' is entirely wrong by Xavier de Gaye · 9 years ago
  10. 3f9183b Issue #26027, #27524: Add PEP 519/__fspath__() support to os and os.path. by Brett Cannon · 9 years ago
  11. d73c318 Issue #26800: Undocumented support of general bytes-like objects by Serhiy Storchaka · 9 years ago
  12. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 9 years ago
  13. 7155b88 Issue #26671: Fixed tests for changed error messages. by Serhiy Storchaka · 9 years ago
  14. 0ff8909 Issue #23738: Merge 3.4 into 3.5 by Martin Panter · 10 years ago
  15. bf19d16 Issue #23738: Document and test actual keyword parameter names by Martin Panter · 10 years ago
  16. 7e9d1d1 Issue #23908: os functions now reject paths with embedded null character by Serhiy Storchaka · 10 years ago
  17. 2b0d200 Issue #23908: os functions now reject paths with embedded null character by Serhiy Storchaka · 10 years ago
  18. c74bb9d Issue #23842: Added tests for os.major(), os.minor() and os.makedev(). by Serhiy Storchaka · 10 years ago
  19. 16b2e4f Issue #23842: Added tests for os.major(), os.minor() and os.makedev(). by Serhiy Storchaka · 10 years ago
  20. d577cea Merge 3.4 by Victor Stinner · 11 years ago
  21. bed04a7 cleanup test_posix by Victor Stinner · 11 years ago
  22. 047b7ae Issue #22390: Remove files created by tests by Victor Stinner · 11 years ago
  23. 1db9e7b Issue #22054: Add os.get_blocking() and os.set_blocking() functions to get and by Victor Stinner · 11 years ago
  24. 61f32cb Closes #11279: test_posix and lack of "id -G" support - less noise required? (Solaris) by Jesus Cea · 11 years ago
  25. 04cdfa1 Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite. by Ned Deily · 11 years ago
  26. 24a945c merge 3.3 (#20249) by Benjamin Peterson · 11 years ago
  27. 659a6f5 fix test_posix.test_initgroups to work without supplemental groups (closes #20249) by Benjamin Peterson · 11 years ago
  28. b082731 Issue #20517: Functions in the os module that accept two filenames by Larry Hastings · 11 years ago
  29. f28ba36 Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 11 years ago
  30. 5cfc79d Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 11 years ago
  31. 6f17deb (Merge 3.3) Issue #20113: Fix test_posix on OpenIndiana by Victor Stinner · 12 years ago
  32. cd5ca6a Issue #20113: Fix test_posix on OpenIndiana by Victor Stinner · 12 years ago
  33. 149e540 (Merge 3.3) Issue #20113: os.readv() and os.writev() now raise an OSError by Victor Stinner · 12 years ago
  34. 57ddf78 Issue #20113: os.readv() and os.writev() now raise an OSError exception on by Victor Stinner · 12 years ago
  35. 4376763 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 12 years ago
  36. 7908068 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 12 years ago
  37. bff989e test_posix.test_pipe2() now checks that the O_NONBLOCK flag is set by Victor Stinner · 12 years ago
  38. 3a7dffa remove support for compiling on systems without getcwd() by Benjamin Peterson · 12 years ago
  39. fc9bf11 Issue #17248: Fix os.*chown() testing when user is in root group. by Serhiy Storchaka · 12 years ago
  40. 9d202ba Issue #17248: Fix os.*chown() testing when user is in root group. by Serhiy Storchaka · 12 years ago
  41. a2964b3 Issue #17248: Fix os.*chown() testing when user is in root group. by Serhiy Storchaka · 12 years ago
  42. 205e820 Issue #17248: Fix os.*chown() testing when user has group root. by Serhiy Storchaka · 12 years ago
  43. 43d9fa2 Issue #17248: Fix os.*chown() testing when user has group root. by Serhiy Storchaka · 12 years ago
  44. b3d62ce Issue #17248: Fix os.*chown() testing when user has group root. by Serhiy Storchaka · 12 years ago
  45. 0734298 Issue #15301: Enhance os.*chown() testing. Based on patch by Larry Hastings. by Serhiy Storchaka · 12 years ago
  46. f060206 Issue #15301: Enhance os.*chown() testing. Based on patch by Larry Hastings. by Serhiy Storchaka · 12 years ago
  47. 54db2fd Issue #15301: Enhance os.*chown() testing. Based on patch by Larry Hastings. by Serhiy Storchaka · 12 years ago
  48. e4ad8aa Issue #4591: Uid and gid values larger than 2**31 are supported now. by Serhiy Storchaka · 12 years ago
  49. c2d0200 Issue #4591: Uid and gid values larger than 2**31 are supported now. by Serhiy Storchaka · 12 years ago
  50. 7cf5599 Issue #4591: Uid and gid values larger than 2**31 are supported now. by Serhiy Storchaka · 12 years ago
  51. 18b30ee Issue #16698: merge from 3.3 by Ned Deily · 13 years ago
  52. 6d29628 Issue #16698: merge from 3.2 by Ned Deily · 13 years ago
  53. 028915e Issue #16698: Skip posix test_getgroups when built with OS X by Ned Deily · 13 years ago
  54. 9101e23 Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 13 years ago
  55. 7898043 Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 13 years ago
  56. b402a5c Fix test_posix failure on NetBSD buildbots: sched_setparam() and by Charles-François Natali · 13 years ago
  57. c78de46 Fix test_posix failure on NetBSD buildbots: sched_setparam() and by Charles-François Natali · 13 years ago
  58. c99b512 Issue #15972: Fix error messages when os functions expecting a file name or by Serhiy Storchaka · 13 years ago
  59. a2ad5c3 Issue #15972: Fix error messages when os functions expecting a file name or by Serhiy Storchaka · 13 years ago
  60. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 13 years ago
  61. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 13 years ago
  62. a0b315f Issue #16661: Fix the os.getgrouplist() test by not assuming that it by Ross Lagerwall · 13 years ago
  63. b29614e compare singletons by identity not equality (closes #16712) by Benjamin Peterson · 13 years ago
  64. 75959cf Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised. by Trent Nelson · 13 years ago
  65. ee253eb Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised. by Trent Nelson · 13 years ago
  66. 8486987 Issue #12655: Instead of requiring a custom type, os.sched_getaffinity and by Antoine Pitrou · 13 years ago
  67. 5323173 Closes #15514: Correct __sizeof__ support for cpu_set by Jesus Cea · 13 years ago
  68. d46f7d2 Cope with OSs lying - #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 13 years ago
  69. 969288e Use ValueError, not RuntimeError for a utime flag combination illegal on some systems. by Georg Brandl · 13 years ago
  70. 2a193a8 Skip test in freebsd entirely - Kernel bug in freebsd7/8/9 - #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 13 years ago
  71. fdaea06 Issue #15176: Clarified behavior, documentation, and implementation by Larry Hastings · 13 years ago
  72. f841e42 Fix whitespace by Hynek Schlawack · 13 years ago
  73. 60c13dd Skip the test only if neccesary - Kernel bug in freebsd9 - #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 13 years ago
  74. 9d87486 Kernel bug in freebsd9 - #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 13 years ago
  75. 90867a5 Issue #14626: Fix buildbot issues on FreeBSD (AMD64). (Fingers crossed.) by Larry Hastings · 13 years ago
  76. 9cf065c Issue #14626: Large refactoring of functions / parameters in the os module. by Larry Hastings · 13 years ago
  77. 9436361 Closes #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 13 years ago
  78. 360b3c2 os.popen().close() returns None on success, not 0... by Charles-François Natali · 13 years ago
  79. 39687ee os.popen().close() returns None on success, not 0... by Charles-François Natali · 13 years ago
  80. d59240d Issue #14698: Make test_posix more robust when the current UID doesn't have an by Charles-François Natali · 13 years ago
  81. e8a255a Issue #14698: Make test_posix more robust when the current UID doesn't have an by Charles-François Natali · 13 years ago
  82. 990eff0 Backing out 86dc014cdd74. Not ready yet by Jesus Cea · 13 years ago
  83. 2b47f0a Close #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 13 years ago
  84. fba807a Issue #5113: Fix a test_posix failure on HP-UX, where non-root users can by Charles-François Natali · 13 years ago
  85. ab2d58e Issue #5113: Fix a test_posix failure on HP-UX, where non-root users can by Charles-François Natali · 13 years ago
  86. 7794090 Following Nick's suggestion, rename posix.fdlistdir() to posix.flistdir(), to by Charles-François Natali · 14 years ago
  87. 76961fa Issue #13757: Change os.fdlistdir() so that it duplicates the passed file by Charles-François Natali · 14 years ago
  88. 7546ad3 Issue #13739: In os.listdir(), rewind the directory stream (so that listdir() by Charles-François Natali · 14 years ago
  89. e41f0de Merge 3.2, fix typos. by Florent Xicluna · 14 years ago
  90. 569b494 Fix #13327. utimensat now has the atime and mtime arguments set as optional, by Brian Curtin · 14 years ago
  91. c1b65d1 Fix 13327. Remove explicit None arguments from futimes, futimens, futimesat, by Brian Curtin · 14 years ago
  92. 8b905bd Issue #13226: Add RTLD_xxx constants to the os module. These constants can by by Victor Stinner · 14 years ago
  93. ceb5d16 Better fix for #12763: test_posix failure on OpenIndiana by Jesus Cea · 14 years ago
  94. ea0d5fc Issue #12871: sched_get_priority_(min|max) might not be defined even though by Charles-François Natali · 14 years ago
  95. 7b911cb Issue #12783: Fix test_posix failures on FreeBSD buildbots, due to by Charles-François Natali · 14 years ago
  96. ae6ae02 some *nixes decided not to call init process 1 (closes #12763) by Benjamin Peterson · 14 years ago
  97. 43234ab handle sched_rr_get_interval not working on current by Benjamin Peterson · 14 years ago
  98. 50ba271 fix punctuation by Benjamin Peterson · 14 years ago
  99. c158158 fix indentation by Benjamin Peterson · 14 years ago
  100. 539b6c4 OSX doesn't check sched_get_priority_(min/max) argument by Benjamin Peterson · 14 years ago