1. 3b965a2 expose O_PATH if possible by Benjamin Peterson · 11 years ago
  2. 0cad7ec Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units. by Serhiy Storchaka · 11 years ago
  3. f8def28 Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units. by Serhiy Storchaka · 11 years ago
  4. a191959 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  5. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  6. ff790aa #16530: merge with 3.3. by Ezio Melotti · 12 years ago
  7. 44dcd6b #16530: merge with 3.2. by Ezio Melotti · 12 years ago
  8. ba4d8ed #16530: the "options" arg of os.wait3 is required. by Ezio Melotti · 12 years ago
  9. 1a5f3ec Merge from 3.3: link to mapping glossary entry in docs. by Chris Jerdonek · 12 years ago
  10. 1c8bb9f Merge from 3.2: link to mapping glossary entry in docs. by Chris Jerdonek · 12 years ago
  11. 11f3f17 Link to mapping glossary entry in "Mapping Types - dict" and os.environ docs. by Chris Jerdonek · 12 years ago
  12. b3fe704 Merge issue #15936: Reformat text for os.random to follow Larry Hastings suggestion by Andrew Svetlov · 12 years ago
  13. 2bfe386 Issue #15936: Reformat text for os.random to follow Larry Hastings suggestion by Andrew Svetlov · 12 years ago
  14. f4e5044 Merge issue #15936: Add link from os.urandom to random.SystemRandom by Andrew Svetlov · 12 years ago
  15. 03cb99c Issue #15936: Add link from os.urandom to random.SystemRandom by Andrew Svetlov · 12 years ago
  16. c3c6fe5 Merge 3.3 by Hynek Schlawack · 12 years ago
  17. 101591e Merge 3.2 by Hynek Schlawack · 12 years ago
  18. 0230b6a #13498: Clarify docs of os.makedirs()'s exist_ok argument. by Hynek Schlawack · 12 years ago
  19. f6c2e89 #16135: Removal of OS/2 support (Docs) by Jesus Cea · 12 years ago
  20. ce478b9 #15886: remove redundant phrase by R David Murray · 12 years ago
  21. a2fe334 Issue #15527: fix docs, remove double parens by changing markup. by Andrew Svetlov · 12 years ago
  22. 69a6ca5 os.unlinkat() has been removed, update os.fwalk() doc by Victor Stinner · 12 years ago
  23. 15f3d1e Issue #12655: Mention multiprocessing.cpu_count() in os.sched_getaffinity() doc by Victor Stinner · 12 years ago
  24. 8486987 Issue #12655: Instead of requiring a custom type, os.sched_getaffinity and by Antoine Pitrou · 12 years ago
  25. 950b76a Doc fix: the text role is called "func", not "funk". by Larry Hastings · 12 years ago
  26. b403806 Issue #15202: Consistently use the name "follow_symlinks" for by Larry Hastings · 12 years ago
  27. c48fe98 Issue #15177: Added dir_fd parameter to os.fwalk(). by Larry Hastings · 12 years ago
  28. fdaea06 Issue #15176: Clarified behavior, documentation, and implementation by Larry Hastings · 12 years ago
  29. 77892dc More doc fixes: made it clear where to start reading when you click on <dir_fd>. by Larry Hastings · 12 years ago
  30. aceaf90 Some tightening of the documentation for the new kwarg-style os module functionality. by Georg Brandl · 12 years ago
  31. 4d399a4 Grammar fix. by Georg Brandl · 12 years ago
  32. 0a8f5f7 Fix typos by Éric Araujo · 12 years ago
  33. 1729b8f Fix doc of os.fwalk: example used now non-existing os.fstatat() by Hynek Schlawack · 12 years ago
  34. 6cff9ff Fix use of class markup. by Georg Brandl · 12 years ago
  35. 605a62d Issue #15118: Change return value of os.uname() and os.times() from by Larry Hastings · 12 years ago
  36. f62445a Fix casing of Unix. by Georg Brandl · 12 years ago
  37. 8a5555f Make the style of the "Availability" sections consistent. by Georg Brandl · 12 years ago
  38. a570e98 Actually it is just one function. by Georg Brandl · 12 years ago
  39. b2462e2 Minor clarification about fdopen(). by Georg Brandl · 12 years ago
  40. 306336b Closes #15161: add support for giving path as a fd for truncate() and pathconf(). by Georg Brandl · 12 years ago
  41. 8ccadaa Restore mostly-alphabetic sorting of os functions. by Georg Brandl · 12 years ago
  42. b9df00c Note that equivalents are valid for 3.3+ only. by Georg Brandl · 12 years ago
  43. b9831ab Move Linux-only *xattr() functions to their own subheading. by Georg Brandl · 12 years ago
  44. b1a1ac0 Small nits in os doc. by Georg Brandl · 12 years ago
  45. 50c4000 "Refactor" docs for the new dir_fd, follow_symlinks, path-as-fd APIs: document the options at a central place and link to it. by Georg Brandl · 12 years ago
  46. b698d8e Issue #15154: Add "dir_fd" parameter to os.rmdir, remove "rmdir" by Larry Hastings · 12 years ago
  47. 9cf065c Issue #14626: Large refactoring of functions / parameters in the os module. by Larry Hastings · 12 years ago
  48. 9436361 Closes #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 12 years ago
  49. 034d0aa Issue #14711: os.stat_float_times() has been deprecated. by Victor Stinner · 12 years ago
  50. fa52cbd #14863: Update the documentation of os.fdopen() by Petri Lehtinen · 12 years ago
  51. 1a01ebc #14863: Update the documentation of os.fdopen() by Petri Lehtinen · 12 years ago
  52. f0bf135 Restore [] where default arguments are not keywords by Hynek Schlawack · 12 years ago
  53. 979f37a Restore [] where default arguments are not keywords by Hynek Schlawack · 12 years ago
  54. 87d8200 #14804: Remove [] around optional arguments with default values by Hynek Schlawack · 12 years ago
  55. dfa4652 #14804: Remove [] around optional arguments with default values by Hynek Schlawack · 12 years ago
  56. 76ad59b Issue #14127: Add ns= parameter to utime, futimes, and lutimes. by Larry Hastings · 12 years ago
  57. ca9bfe1 Issue #10433: merge by Ned Deily · 12 years ago
  58. 2e20968 Issue #10433: Document unique behavior of 'os.getgroups' on Mac OS X. by Ned Deily · 12 years ago
  59. 990eff0 Backing out 86dc014cdd74. Not ready yet by Jesus Cea · 12 years ago
  60. 2b47f0a Close #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 12 years ago
  61. 6fe20b3 Issue #14127: Add st_{cma}time_ns fields to os.stat() result object. by Larry Hastings · 12 years ago
  62. d049d5c fix Sphinx error in os.rst by Eli Bendersky · 12 years ago
  63. bcf2b59 Issue #13609: Add two functions to query the terminal size: by Antoine Pitrou · 12 years ago
  64. 4195b5c Backout f8409b3d6449: the PEP 410 is not accepted yet by Victor Stinner · 12 years ago
  65. ccd5715 PEP 410 by Victor Stinner · 12 years ago
  66. 7794090 Following Nick's suggestion, rename posix.fdlistdir() to posix.flistdir(), to by Charles-François Natali · 12 years ago
  67. 7372b06 Issue #13734: Add os.fwalk(), a directory walking function yielding file by Charles-François Natali · 12 years ago
  68. f3b2d88 Issue #8828: Add new function os.replace(), for cross-platform renaming with overwriting. by Antoine Pitrou · 13 years ago
  69. 91ecea2 Issue #13772: In os.symlink() under Windows, do not try to guess the link by Antoine Pitrou · 13 years ago
  70. 5311c1d Issue #13772: In os.symlink() under Windows, do not try to guess the link by Antoine Pitrou · 13 years ago
  71. e83f899 Issue #13530: Document os.lseek() result by Victor Stinner · 13 years ago
  72. 76961fa Issue #13757: Change os.fdlistdir() so that it duplicates the passed file by Charles-François Natali · 13 years ago
  73. dc3044c Issue #12760: Add a create mode to open(). Patch by David Townshend. by Charles-François Natali · 13 years ago
  74. 25ec056 Issue #13530: Document os.lseek() result by Victor Stinner · 13 years ago
  75. 257a14c Refactor functions signatures in the doc. by Ezio Melotti · 13 years ago
  76. 4b6fabd Backed out changeset 60ae7979fec8 by Brian Curtin · 13 years ago
  77. e751d6f Remove the old style [...] to denote optional args and show the defaults. by Brian Curtin · 13 years ago
  78. 569b494 Fix #13327. utimensat now has the atime and mtime arguments set as optional, by Brian Curtin · 13 years ago
  79. c1b65d1 Fix 13327. Remove explicit None arguments from futimes, futimens, futimesat, by Brian Curtin · 13 years ago
  80. 52fbea1 Fix #13327. Remove the need for an explicit None as the second argument to by Brian Curtin · 13 years ago
  81. 8b905bd Issue #13226: Add RTLD_xxx constants to the os module. These constants can by by Victor Stinner · 13 years ago
  82. e3455c0 Mention that os.O_CLOEXEC was added to Python 3.3 by Victor Stinner · 13 years ago
  83. f106449 Merge with 3.2. by Ezio Melotti · 13 years ago
  84. bb8606d #12277: merge with 3.2. by Ezio Melotti · 13 years ago
  85. 67494f2 #12277: add missing comma. by Ezio Melotti · 13 years ago
  86. 69db2db Fix typo in the os doc: lremoveattr => lremovexattr by Victor Stinner · 13 years ago
  87. 62ab10a0 Replace mentions of IOError by Antoine Pitrou · 13 years ago
  88. 7194efe Merge with 3.2. by Ross Lagerwall · 13 years ago
  89. a9353db Remove duplicate text in os documentation. by Ross Lagerwall · 13 years ago
  90. 799bd80 expose linux extended file system attributes (closes #12720) by Benjamin Peterson · 13 years ago
  91. d902a14 #12191: add shutil.chown() to change user and/or group owner of a given path also specifying their names. by Sandro Tosi · 13 years ago
  92. 94b580d expose sched.h functions (closes #12655) by Benjamin Peterson · 13 years ago
  93. cd1d3ef #13233: fix typo. by Ezio Melotti · 13 years ago
  94. 6d175b7 Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe under Windows. by Antoine Pitrou · 13 years ago
  95. 0e752dd Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe under Windows. by Antoine Pitrou · 13 years ago
  96. 87fd76e Issue #12326: document the recommended idiom for checking sys.platform on Unix systems. by Antoine Pitrou · 13 years ago
  97. a83cdaa Issue #12326: document the recommended idiom for checking sys.platform on Unix systems. by Antoine Pitrou · 13 years ago
  98. 6e2e3b9 Issue #12423: Fix os.abort() documentation by Victor Stinner · 13 years ago
  99. 3aac179 Fix whitespace nit in datetime and os rst files. by Senthil Kumaran · 13 years ago
  100. a6bac95 issue10403 - Let's not use members anymore. Use 'attribute' where it denotes attribute and 'methods' where it denotes methods. Context should clarify usage. by Senthil Kumaran · 13 years ago