1. ace8848 What's New in Python 3.5: document os.urandom() changes by Victor Stinner · 9 years ago
  2. 51b5832 Closes #24013: Improve os.scandir() and DirEntry documentation by Victor Stinner · 9 years ago
  3. 56f6526 os module doc: remove availability when useless by Victor Stinner · 9 years ago
  4. 0f51d04 Issue #24062: Fix os.stat links. Patch by July Tikhonov. by Berker Peksag · 9 years ago
  5. 2034caa Issue #24062: Fix os.stat links. Patch by July Tikhonov. by Berker Peksag · 9 years ago
  6. fe0a41a Issue #23668: Adds support for os.truncate and os.ftruncate on Windows by Steve Dower · 10 years ago
  7. 708d9ba Issue #23618: Document EINTR changes in socket documentation by Victor Stinner · 10 years ago
  8. a766ddf Issue #23648: Document the PEP 475 in the "Porting to Python 3.5" section and by Victor Stinner · 10 years ago
  9. 80f6bb4 Merge 3.4 (os doc) by Victor Stinner · 10 years ago
  10. 47c41b4 Issue #23605: os.walk() doc now mentions shutil.rmtree() in the last example by Victor Stinner · 10 years ago
  11. 524a5ba Issue #23605: os.walk() now calls os.scandir() instead of os.listdir(). by Victor Stinner · 10 years ago
  12. 6036e44 Issue #22524: New os.scandir() function, part of the PEP 471: "os.scandir() by Victor Stinner · 10 years ago
  13. 5a4adda Fix typo in os.supports_effective_ids documentation. by Berker Peksag · 10 years ago
  14. 4d6c606 Fix typo in os.supports_effective_ids documentation. by Berker Peksag · 10 years ago
  15. 7d0e0c9 Closes #23253: Delay-load ShellExecute by Steve Dower · 10 years ago
  16. b6cdc1c MERGE: Docs: 'os.pwrite()' needs bytes, not strings by Jesus Cea · 10 years ago
  17. 67503c5 Docs: 'os.pwrite()' needs bytes, not strings by Jesus Cea · 10 years ago
  18. 131caba Revert #22251 by Berker Peksag · 10 years ago
  19. 9c1dba2 Revert #22251 by Berker Peksag · 10 years ago
  20. f7fee33 Issue #22251: Fix ReST markup to avoid errors building docs. by Berker Peksag · 10 years ago
  21. 3749404 Issue #22251: Fix ReST markup to avoid errors building docs. by Berker Peksag · 10 years ago
  22. c187f15 merge 3.4 (closes #22307) by Benjamin Peterson · 10 years ago
  23. e218bcb getuid() returns real process id not effective (closes #22307) by Benjamin Peterson · 10 years ago
  24. f6a271a Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename by Victor Stinner · 10 years ago
  25. 1db9e7b Issue #22054: Add os.get_blocking() and os.set_blocking() functions to get and by Victor Stinner · 10 years ago
  26. e1d24f7 Issue #21813: Enhance documentation of the os.stat_result class. by Victor Stinner · 10 years ago
  27. 992019c Backport os.rst documentation from Python 3.5. by Victor Stinner · 10 years ago
  28. 6d4f4fe Issue #21813: Enhance documentation of the os.stat_result class. by Victor Stinner · 10 years ago
  29. ddb1d82 Issue #21875: Remove vestigial references to Classic Mac OS in os module docs. by Ned Deily · 10 years ago
  30. 5c86701 Issue #21875: Remove vestigial references to Classic Mac OS in os module docs. by Ned Deily · 10 years ago
  31. 63f277b Issue #21741: Add st_file_attributes to os.stat_result on Windows. by Zachary Ware · 10 years ago
  32. 9ec1517 (Merge 3.4) Closes #21758: asyncio doc: mention explicitly that subprocess by Victor Stinner · 10 years ago
  33. 6bfd854 Closes #21758: asyncio doc: mention explicitly that subprocess parameters are by Victor Stinner · 10 years ago
  34. 5b521fc merge 3.4 (#13779) by Benjamin Peterson · 10 years ago
  35. e58e0c7 clarify when the list of subdirectories is read (closes #13779) by Benjamin Peterson · 10 years ago
  36. 0ce9537 improve note by Benjamin Peterson · 10 years ago
  37. 915d141 fix issue #17552: add socket.sendfile() method allowing to send a file over a socket by using high-performance os.sendfile() on UNIX. Patch by Giampaolo Rodola'· by Giampaolo Rodola' · 10 years ago
  38. 8dfd73a merge 3.4 (#10503) by Benjamin Peterson · 10 years ago
  39. 4bb09c8 specify that getuid() returns the real uid (closes #10503) by Benjamin Peterson · 10 years ago
  40. 409569b update os.sendfile() doc signaling that cross-platform apps should not use headers, trailers and flags arguments by Giampaolo Rodola' · 10 years ago
  41. f5a4292 #6490: Expand documentation for os.popen(). by Andrew Kuchling · 11 years ago
  42. 1acc69c update version changed by Benjamin Peterson · 11 years ago
  43. 9dc203f merge 3.3 (#21082) by Benjamin Peterson · 11 years ago
  44. 4717e21 merge 3.2 (#21082) by Benjamin Peterson · 11 years ago
  45. ee5f1c1 remove directory mode check from makedirs (closes #21082) by Benjamin Peterson · 11 years ago
  46. a22ae21 Fix parameter name in docs for os.makedirs and os.removedirs. by Zachary Ware · 11 years ago
  47. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 11 years ago
  48. fa5e6e4 Fix note markup (#16805). by Éric Araujo · 11 years ago
  49. dc3cce0 merge 3.3 (#17811) by Benjamin Peterson · 11 years ago
  50. e83ed43 improve description of buffers argument for readv/writev (closes #17811) by Benjamin Peterson · 11 years ago
  51. ca616a2 - Issue #19736: Add module-level statvfs constants defined for GNU/glibc by doko@ubuntu.com · 11 years ago
  52. 0e90e99 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  53. fbc1c26 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  54. 05f31bf doc: fix typo by Victor Stinner · 11 years ago
  55. ee0bac6 Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSSL re-seeding by Christian Heimes · 11 years ago
  56. 3046fe4 Issue #18747: document issue with OpenSSL's CPRNG state and fork by Christian Heimes · 11 years ago
  57. 690a6a9 Issue #19207: Improved cross-references in the os, os.path, and posix modules by Serhiy Storchaka · 11 years ago
  58. dab8354 Issue #19207: Improved cross-references in the os, os.path, and posix modules by Serhiy Storchaka · 11 years ago
  59. aca718e merge with 3.3 by Georg Brandl · 11 years ago
  60. 136a050 Fix name of the "exist_ok" argument. Found by Neil Bushong on docs@. by Georg Brandl · 11 years ago
  61. 434bdf4 merge with 3.3 by Georg Brandl · 11 years ago
  62. 9ad5bf6 Closes #15228: remove reference to Unix "touch"; it is confusing since the path needs to exist for os.utime() to succeed by Georg Brandl · 11 years ago
  63. af1edb7 merge with 3.3 by Georg Brandl · 11 years ago
  64. c6a2c9b Closes #15213: update comment for _PyOS_URandom by Georg Brandl · 11 years ago
  65. 15f57f6 merge with 3.3 by Georg Brandl · 11 years ago
  66. 0bbbeb5 Closes #12350: clarify blocks/block size members of stat result. by Georg Brandl · 11 years ago
  67. 3af4fad Correcting the mistake in 678e3c0d2d99 by Senthil Kumaran · 11 years ago
  68. 2a97cee Correcting the mistake in 14ba90816930 by Senthil Kumaran · 11 years ago
  69. 5642ff9 Fixup reST syntax errors and streamline docs of PEP 446. by Georg Brandl · 11 years ago
  70. 59b74ec merge from 3.3 by Senthil Kumaran · 11 years ago
  71. 1b90227 Removing the mention of os.isatty mention as Unix only by Senthil Kumaran · 11 years ago
  72. daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 11 years ago
  73. d88f735 Issue #18673: Add versionchanged to docs by Christian Heimes · 11 years ago
  74. 177b3f9 Issue #18673: Add O_TMPFILE to os module. O_TMPFILE requires Linux kernel by Christian Heimes · 11 years ago
  75. 4921a08 #12716: reorganize docs for os module a bit by Andrew Kuchling · 11 years ago
  76. 3a09286 Issue #13772: Restored directory detection of targets in `os.symlink` on Windows, which was temporarily removed in Python 3.2.3 due to an incomplete implementation. The implementation now works even if the symlink is created in a location other than the current directory. by Jason R. Coombs · 11 years ago
  77. 8f1a8e3 Merge with 3.3 by Jason R. Coombs · 11 years ago
  78. 44feda3 Issue #17914: Add os.cpu_count(). Patch by Yogesh Chaudhari, based on an by Charles-Francois Natali · 11 years ago
  79. f18a82d Issue #17529: Fix os.sendfile() documentation regarding the type of file by Charles-Francois Natali · 11 years ago
  80. a771a1b Issue #17529: Fix os.sendfile() documentation regarding the type of file by Charles-Francois Natali · 11 years ago
  81. 3b965a2 expose O_PATH if possible by Benjamin Peterson · 12 years ago
  82. 0cad7ec Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units. by Serhiy Storchaka · 12 years ago
  83. f8def28 Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units. by Serhiy Storchaka · 12 years ago
  84. a191959 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  85. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  86. ff790aa #16530: merge with 3.3. by Ezio Melotti · 12 years ago
  87. 44dcd6b #16530: merge with 3.2. by Ezio Melotti · 12 years ago
  88. ba4d8ed #16530: the "options" arg of os.wait3 is required. by Ezio Melotti · 12 years ago
  89. 1a5f3ec Merge from 3.3: link to mapping glossary entry in docs. by Chris Jerdonek · 12 years ago
  90. 1c8bb9f Merge from 3.2: link to mapping glossary entry in docs. by Chris Jerdonek · 12 years ago
  91. 11f3f17 Link to mapping glossary entry in "Mapping Types - dict" and os.environ docs. by Chris Jerdonek · 12 years ago
  92. b3fe704 Merge issue #15936: Reformat text for os.random to follow Larry Hastings suggestion by Andrew Svetlov · 12 years ago
  93. 2bfe386 Issue #15936: Reformat text for os.random to follow Larry Hastings suggestion by Andrew Svetlov · 12 years ago
  94. f4e5044 Merge issue #15936: Add link from os.urandom to random.SystemRandom by Andrew Svetlov · 12 years ago
  95. 03cb99c Issue #15936: Add link from os.urandom to random.SystemRandom by Andrew Svetlov · 12 years ago
  96. c3c6fe5 Merge 3.3 by Hynek Schlawack · 12 years ago
  97. 101591e Merge 3.2 by Hynek Schlawack · 12 years ago
  98. 0230b6a #13498: Clarify docs of os.makedirs()'s exist_ok argument. by Hynek Schlawack · 12 years ago
  99. f6c2e89 #16135: Removal of OS/2 support (Docs) by Jesus Cea · 12 years ago
  100. ce478b9 #15886: remove redundant phrase by R David Murray · 12 years ago