1. 29f609e bpo-37412: Fix test_os.test_getcwd_long_path() on macOS (GH-14452) by Victor Stinner · 6 years ago
  2. ec3e20a bpo-37412: Fix os.getcwd() for long path on Windows (GH-14424) by Victor Stinner · 6 years ago
  3. 689830e bpo-37412: os.getcwdb() now uses UTF-8 on Windows (GH-14396) by Victor Stinner · 6 years ago
  4. d7c87d9 bpo-37400: Fix test_os.test_chown() (GH-14374) by Victor Stinner · 6 years ago
  5. 28fca0c bpo-37267: Do not check for FILE_TYPE_CHAR in os.dup() on Windows (GH-14051) by Zackery Spytz · 6 years ago
  6. aac4d03 bpo-26826: Expose copy_file_range in the os module (GH-7255) by Pablo Galindo · 6 years ago
  7. 6eb814b bpo-37098: Skip memfd_create test before Linux 3.17 (GH-13677) by Christian Heimes · 6 years ago
  8. 43fdbd2 bpo-26836: Add os.memfd_create() (#13567) by Zackery Spytz · 6 years ago
  9. f2d7ac7 bpo-31904: Add posix module support for VxWorks (GH-12118) by pxinwr · 6 years ago
  10. 62dfd7d bpo-35920: Windows 10 ARM32 platform support (GH-11774) by Paul Monson · 6 years ago
  11. 6ef726a bpo-29734: Cleanup test_getfinalpathname_handles test (GH-12908) by Berker Peksag · 6 years ago
  12. 876e82b bpo-36234: Add more tests to PosixUidGidTests (GH-12234) by Victor Stinner · 6 years ago
  13. 5b10b98 bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929) by Serhiy Storchaka · 6 years ago
  14. 8377cd4 Clean up code which checked presence of os.{stat,lstat,chmod} (#11643) by Anthony Sottile · 6 years ago
  15. 8d01eb4 Fix syntax warnings in tests introduced in bpo-35942. (GH-11934) by Serhiy Storchaka · 6 years ago
  16. 09fbcd6 bpo-35942: Improve the error message if __fspath__ returns invalid types in path_converter (GH-11831) by Pablo Galindo · 6 years ago
  17. 3e028b2 bpo-35994: add sub dir for sub2_tree in os.walk test if symlink is not supported (GH-11853) by pxinwr · 6 years ago
  18. b82bfac bpo-29734: nt._getfinalpathname handle leak (GH-740) by Mark Becwar · 7 years ago
  19. 32bc11c bpo-35371: Fix possible crash in os.utime() on Windows. (GH-10844) by Serhiy Storchaka · 7 years ago
  20. 8346031 bpo-32890, os: Use errno instead of GetLastError() in execve() and truncate() (GH-5784) by Alexey Izbyshev · 7 years ago
  21. 84db4a9 closes bpo-34664: Only check file permission bits of newly created directories. (GH-9273) by Benjamin Peterson · 7 years ago
  22. 0bd1a2d bpo-31577: Fix a crash in os.utime() in case of a bad ns argument. (GH-3752) by Oren Milman · 7 years ago
  23. e0b5b20 bpo-34384: Fix os.readlink() on Windows (GH-8740) by Berker Peksag · 7 years ago
  24. 9d57273 bpo-33871: Fix os.sendfile(), os.writev(), os.readv(), etc. (GH-7931) by Serhiy Storchaka · 7 years ago
  25. 6921e73 bpo-33001: Prevent buffer overrun in os.symlink (GH-5989) by Steve Dower · 7 years ago
  26. b21d155 bpo-32964: Reuse a testing implementation of the path protocol in tests. (#5930) by Serhiy Storchaka · 7 years ago
  27. 3c34aad bpo-29248: Fix os.readlink() on Windows (GH-5577) by SSE4 · 7 years ago
  28. 13ff245 bpo-32593: Drop FreeBSD 9 and older support (#5232) by Victor Stinner · 8 years ago
  29. bbdb17d return the new file descriptor from os.dup2 (closes bpo-32441) (#5041) by Benjamin Peterson · 8 years ago
  30. 96a5e50 bpo-32143: add f_fsid to os.statvfs() (#4571) by Giuseppe Scrivano · 8 years ago
  31. fb77e0d Fix hardcoded value in test_os.py (#4744) by Pablo Galindo · 8 years ago
  32. 6a55d09 bpo-29180: Skip test_os tests on PermissionError raised by Android (GH-4374) by xdegaye · 8 years ago
  33. 8c663fd Replace KB unit with KiB (#4293) by Victor Stinner · 8 years ago
  34. c29b585 bpo-31784: Implement PEP 564: add time.time_ns() (#3989) by Victor Stinner · 8 years ago
  35. 4eaf7f9 fixes bpo-31866: remove code pertaining to AtheOS support (#4115) by Benjamin Peterson · 8 years ago
  36. 01b5aab bpo-31827: Remove os.stat_float_times() (GH-4061) by Victor Stinner · 8 years ago
  37. a8e7d90 os.test_utime_current(): tolerate 50 ms delta (#3646) by Victor Stinner · 8 years ago
  38. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 8 years ago
  39. 49b2734 Spelling fixes (#2902) by Ville Skyttä · 8 years ago
  40. d1cc037 bpo-30908: Fix dangling thread in test_os.TestSendfile (#2680) by Victor Stinner · 8 years ago
  41. 1180e5a bpo-30879: os.listdir() and os.scandir() now emit bytes names when (#2634) by Serhiy Storchaka · 8 years ago
  42. 8a8d285 bpo-30441: Fix bug when modifying os.environ while iterating over it (#2409) by Osvaldo Santana Neto · 8 years ago
  43. af5392f bpo-30746: Port more tests for os.spawnvpe() and os.execve() from 2.7. (#2394) by Serhiy Storchaka · 8 years ago
  44. 7770394 bpo-30746: Prohibited the '=' character in environment variable names (#2382) by Serhiy Storchaka · 8 years ago
  45. 3402f72 bpo-30649: Revert utime delta in test_os (#2176) by Victor Stinner · 8 years ago
  46. c94caca bpo-30649: test_os tolerates 50 ms delta for utime (#2156) by Victor Stinner · 8 years ago
  47. 897bba7 bpo-30584: Fix test_os fails on non-English Windows (#1980) by Denis Osipov · 8 years ago
  48. ea720fe bpo-25996: Added support of file descriptors in os.scandir() on Unix. (#502) by Serhiy Storchaka · 8 years ago
  49. e304e33 bpo-19930: The mode argument of os.makedirs() no longer affects the file (#799) by Serhiy Storchaka · 8 years ago
  50. 8f6b344 bpo-28682: Added support for bytes paths in os.fwalk(). (#489) by Serhiy Storchaka · 8 years ago
  51. 70d28a1 Remove unused imports. by Serhiy Storchaka · 9 years ago
  52. bce2626 Issue #28732: Raise ValueError when argv[0] is empty by Steve Dower · 9 years ago
  53. 859fd7b Issue #28732: Raise ValueError when os.spawn*() is passed an empty tuple of arguments by Steve Dower · 9 years ago
  54. 2106010 Issue #26935: Fix broken Android dup2() in test_os by Xavier de Gaye · 9 years ago
  55. 78057b4 Closes #27781: Removes special cases for the experimental aspect of PEP 529 by Steve Dower · 9 years ago
  56. b6bd81d Issue #28353: Make test_os.WalkTests.test_walk_bad_dir stable. by Serhiy Storchaka · 9 years ago
  57. 7865dff Issue #28353: Make test_os.WalkTests.test_walk_bad_dir stable. by Serhiy Storchaka · 9 years ago
  58. 36888dd Issue #28353: Fixed tests of os.fwalk() with broken links. by Serhiy Storchaka · 9 years ago
  59. 28f9820 Issue #28353: Try to fix tests. by Serhiy Storchaka · 9 years ago
  60. af4e474 Issue #28353: os.fwalk() no longer fails on broken links. by Serhiy Storchaka · 9 years ago
  61. 42babab Issue #28353: os.fwalk() no longer fails on broken links. by Serhiy Storchaka · 9 years ago
  62. bf3c1c3 Issue #28075: Fix test_access_denied in Python 3.5 by Berker Peksag · 9 years ago
  63. 9a1c91a Fix test_access_denied in 3.5 by Berker Peksag · 9 years ago
  64. 052e4f1 Issue #28075: Merge from 3.5 by Berker Peksag · 9 years ago
  65. 0b4dc48 Issue #28075: Check for ERROR_ACCESS_DENIED in Windows implementation of os.stat() by Berker Peksag · 9 years ago
  66. 4af23d7 Use requires_os_func() to skip SpawnTests by Berker Peksag · 9 years ago
  67. 47e7062 Make SpawnTest.create_args() keyword-only by Berker Peksag · 9 years ago
  68. 8181646 Issue #28114: Fix a crash in parse_envlist() when env contains byte strings by Berker Peksag · 9 years ago
  69. 4659ccf Issue #28114: Add unit tests on os.spawn*() by Victor Stinner · 9 years ago
  70. 99e843b Correct spelling in documentation and code comment by Martin Panter · 9 years ago
  71. 3929499 Issue #1602: Windows console doesn't input or print Unicode (PEP 528) by Steve Dower · 9 years ago
  72. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 9 years ago
  73. cc16be8 Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529) by Steve Dower · 9 years ago
  74. 173a1f3 Fix test_os.GetRandomTests() by Victor Stinner · 9 years ago
  75. 9b1f474 Add os.getrandom() by Victor Stinner · 9 years ago
  76. ec6ce87 Issue #26027: Support path-like objects in PyUnicode-FSConverter(). by Brett Cannon · 9 years ago
  77. a9ab165 os.access does not allow a fd by Benjamin Peterson · 9 years ago
  78. d0f5bab Issue #26027: Fix test_path_t_converter on Windows by Berker Peksag · 9 years ago
  79. 3ce2fd4 Don't test for path-like bytes paths on Windows by Brett Cannon · 9 years ago
  80. 8f96a30 Issue #26027: Don't test for bytearray in path_t as that's now deprecated. by Brett Cannon · 9 years ago
  81. 3f9183b Issue #26027, #27524: Add PEP 519/__fspath__() support to os and os.path. by Brett Cannon · 9 years ago
  82. d73c318 Issue #26800: Undocumented support of general bytes-like objects by Serhiy Storchaka · 9 years ago
  83. d141531 Issue #27472: Add test.support.unix_shell as the path to the default shell. by Xavier de Gaye · 9 years ago
  84. 33ed881 Fix a failing test introduced as part of issue #27512 by Brett Cannon · 9 years ago
  85. 044283a Issue #27512: Don't segfault when os.fspath() calls an object whose by Brett Cannon · 9 years ago
  86. a32c4d0 Issue #27038: Expose DirEntry as os.DirEntry. by Brett Cannon · 9 years ago
  87. c78ca1e Issue #27186: Update os.fspath()/PyOS_FSPath() to check the return by Brett Cannon · 9 years ago
  88. 0c9ad59 Issue #27186: Skip scandir(bytes) test with os.name == "nt" by Martin Panter · 9 years ago
  89. 41ae559 Issue #27186: skip bytes path test for os.scandir() on Windows by Brett Cannon · 9 years ago
  90. 96881cd Issue #27186: Add os.PathLike support to DirEntry by Brett Cannon · 9 years ago
  91. 228c636 issue27186: fix fsencode/fsdecode and update tests; patch by Jelle Zijlstra by Ethan Furman · 9 years ago
  92. 958b3e4 issue27186: add PathLike ABC by Ethan Furman · 9 years ago
  93. 410ef8e issue27186: add C version of os.fspath(); patch by Jelle Zijlstra by Ethan Furman · 9 years ago
  94. c1cbeed issue27182: update fsencode and fsdecode for os.path(); patch by Dusty Phillips by Ethan Furman · 9 years ago
  95. cdc0879 issue27186 -- initial docs, tests, and python version of os.fspath by Ethan Furman · 9 years ago
  96. 9e92355 Issue #26783: test_os.WalkTests.test_walk_topdown did't test fwalk and bytes. by Serhiy Storchaka · 9 years ago
  97. a07ab29 Issue #26783: test_os.WalkTests.test_walk_topdown did't test fwalk and bytes. by Serhiy Storchaka · 9 years ago
  98. 53b0a41 Issue #25911: more info on test_os failure by Victor Stinner · 9 years ago
  99. e984eb5 Fix test_os.test_symlink(): remove create symlink by Victor Stinner · 9 years ago
  100. 3283014 changeset: 100749:0b61b2d28a07 by Victor Stinner · 9 years ago