- dab8354 Issue #19207: Improved cross-references in the os, os.path, and posix modules by Serhiy Storchaka · 11 years ago
- 136a050 Fix name of the "exist_ok" argument. Found by Neil Bushong on docs@. by Georg Brandl · 11 years ago
- 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
- c6a2c9b Closes #15213: update comment for _PyOS_URandom by Georg Brandl · 11 years ago
- 0bbbeb5 Closes #12350: clarify blocks/block size members of stat result. by Georg Brandl · 11 years ago
- 2a97cee Correcting the mistake in 14ba90816930 by Senthil Kumaran · 11 years ago
- 1b90227 Removing the mention of os.isatty mention as Unix only by Senthil Kumaran · 11 years ago
- 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
- a771a1b Issue #17529: Fix os.sendfile() documentation regarding the type of file by Charles-Francois Natali · 12 years ago
- f8def28 Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units. by Serhiy Storchaka · 12 years ago
- 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
- 44dcd6b #16530: merge with 3.2. by Ezio Melotti · 12 years ago
- ba4d8ed #16530: the "options" arg of os.wait3 is required. by Ezio Melotti · 12 years ago
- 1c8bb9f Merge from 3.2: link to mapping glossary entry in docs. by Chris Jerdonek · 12 years ago
- 11f3f17 Link to mapping glossary entry in "Mapping Types - dict" and os.environ docs. by Chris Jerdonek · 12 years ago
- 2bfe386 Issue #15936: Reformat text for os.random to follow Larry Hastings suggestion by Andrew Svetlov · 12 years ago
- 03cb99c Issue #15936: Add link from os.urandom to random.SystemRandom by Andrew Svetlov · 12 years ago
- 101591e Merge 3.2 by Hynek Schlawack · 12 years ago
- 0230b6a #13498: Clarify docs of os.makedirs()'s exist_ok argument. by Hynek Schlawack · 12 years ago
- ce478b9 #15886: remove redundant phrase by R David Murray · 12 years ago
- a2fe334 Issue #15527: fix docs, remove double parens by changing markup. by Andrew Svetlov · 12 years ago
- 69a6ca5 os.unlinkat() has been removed, update os.fwalk() doc by Victor Stinner · 12 years ago
- 15f3d1e Issue #12655: Mention multiprocessing.cpu_count() in os.sched_getaffinity() doc by Victor Stinner · 12 years ago
- 8486987 Issue #12655: Instead of requiring a custom type, os.sched_getaffinity and by Antoine Pitrou · 12 years ago
- 950b76a Doc fix: the text role is called "func", not "funk". by Larry Hastings · 12 years ago
- b403806 Issue #15202: Consistently use the name "follow_symlinks" for by Larry Hastings · 12 years ago
- c48fe98 Issue #15177: Added dir_fd parameter to os.fwalk(). by Larry Hastings · 12 years ago
- fdaea06 Issue #15176: Clarified behavior, documentation, and implementation by Larry Hastings · 12 years ago
- 77892dc More doc fixes: made it clear where to start reading when you click on <dir_fd>. by Larry Hastings · 12 years ago
- aceaf90 Some tightening of the documentation for the new kwarg-style os module functionality. by Georg Brandl · 12 years ago
- 4d399a4 Grammar fix. by Georg Brandl · 12 years ago
- 0a8f5f7 Fix typos by Éric Araujo · 12 years ago
- 1729b8f Fix doc of os.fwalk: example used now non-existing os.fstatat() by Hynek Schlawack · 12 years ago
- 6cff9ff Fix use of class markup. by Georg Brandl · 12 years ago
- 605a62d Issue #15118: Change return value of os.uname() and os.times() from by Larry Hastings · 12 years ago
- f62445a Fix casing of Unix. by Georg Brandl · 12 years ago
- 8a5555f Make the style of the "Availability" sections consistent. by Georg Brandl · 12 years ago
- a570e98 Actually it is just one function. by Georg Brandl · 12 years ago
- b2462e2 Minor clarification about fdopen(). by Georg Brandl · 12 years ago
- 306336b Closes #15161: add support for giving path as a fd for truncate() and pathconf(). by Georg Brandl · 12 years ago
- 8ccadaa Restore mostly-alphabetic sorting of os functions. by Georg Brandl · 12 years ago
- b9df00c Note that equivalents are valid for 3.3+ only. by Georg Brandl · 12 years ago
- b9831ab Move Linux-only *xattr() functions to their own subheading. by Georg Brandl · 12 years ago
- b1a1ac0 Small nits in os doc. by Georg Brandl · 12 years ago
- 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
- b698d8e Issue #15154: Add "dir_fd" parameter to os.rmdir, remove "rmdir" by Larry Hastings · 12 years ago
- 9cf065c Issue #14626: Large refactoring of functions / parameters in the os module. by Larry Hastings · 12 years ago
- 9436361 Closes #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 12 years ago
- 034d0aa Issue #14711: os.stat_float_times() has been deprecated. by Victor Stinner · 12 years ago
- fa52cbd #14863: Update the documentation of os.fdopen() by Petri Lehtinen · 12 years ago
- 1a01ebc #14863: Update the documentation of os.fdopen() by Petri Lehtinen · 12 years ago
- f0bf135 Restore [] where default arguments are not keywords by Hynek Schlawack · 12 years ago
- 979f37a Restore [] where default arguments are not keywords by Hynek Schlawack · 12 years ago
- 87d8200 #14804: Remove [] around optional arguments with default values by Hynek Schlawack · 12 years ago
- dfa4652 #14804: Remove [] around optional arguments with default values by Hynek Schlawack · 12 years ago
- 76ad59b Issue #14127: Add ns= parameter to utime, futimes, and lutimes. by Larry Hastings · 13 years ago
- ca9bfe1 Issue #10433: merge by Ned Deily · 13 years ago
- 2e20968 Issue #10433: Document unique behavior of 'os.getgroups' on Mac OS X. by Ned Deily · 13 years ago
- 990eff0 Backing out 86dc014cdd74. Not ready yet by Jesus Cea · 13 years ago
- 2b47f0a Close #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 13 years ago
- 6fe20b3 Issue #14127: Add st_{cma}time_ns fields to os.stat() result object. by Larry Hastings · 13 years ago
- d049d5c fix Sphinx error in os.rst by Eli Bendersky · 13 years ago
- bcf2b59 Issue #13609: Add two functions to query the terminal size: by Antoine Pitrou · 13 years ago
- 4195b5c Backout f8409b3d6449: the PEP 410 is not accepted yet by Victor Stinner · 13 years ago
- ccd5715 PEP 410 by Victor Stinner · 13 years ago
- 7794090 Following Nick's suggestion, rename posix.fdlistdir() to posix.flistdir(), to by Charles-François Natali · 13 years ago
- 7372b06 Issue #13734: Add os.fwalk(), a directory walking function yielding file by Charles-François Natali · 13 years ago
- f3b2d88 Issue #8828: Add new function os.replace(), for cross-platform renaming with overwriting. by Antoine Pitrou · 13 years ago
- 91ecea2 Issue #13772: In os.symlink() under Windows, do not try to guess the link by Antoine Pitrou · 13 years ago
- 5311c1d Issue #13772: In os.symlink() under Windows, do not try to guess the link by Antoine Pitrou · 13 years ago
- e83f899 Issue #13530: Document os.lseek() result by Victor Stinner · 13 years ago
- 76961fa Issue #13757: Change os.fdlistdir() so that it duplicates the passed file by Charles-François Natali · 13 years ago
- dc3044c Issue #12760: Add a create mode to open(). Patch by David Townshend. by Charles-François Natali · 13 years ago
- 25ec056 Issue #13530: Document os.lseek() result by Victor Stinner · 13 years ago
- 257a14c Refactor functions signatures in the doc. by Ezio Melotti · 13 years ago
- 4b6fabd Backed out changeset 60ae7979fec8 by Brian Curtin · 13 years ago
- e751d6f Remove the old style [...] to denote optional args and show the defaults. by Brian Curtin · 13 years ago
- 569b494 Fix #13327. utimensat now has the atime and mtime arguments set as optional, by Brian Curtin · 13 years ago
- c1b65d1 Fix 13327. Remove explicit None arguments from futimes, futimens, futimesat, by Brian Curtin · 13 years ago
- 52fbea1 Fix #13327. Remove the need for an explicit None as the second argument to by Brian Curtin · 13 years ago
- 8b905bd Issue #13226: Add RTLD_xxx constants to the os module. These constants can by by Victor Stinner · 13 years ago
- e3455c0 Mention that os.O_CLOEXEC was added to Python 3.3 by Victor Stinner · 13 years ago
- f106449 Merge with 3.2. by Ezio Melotti · 13 years ago
- bb8606d #12277: merge with 3.2. by Ezio Melotti · 13 years ago
- 67494f2 #12277: add missing comma. by Ezio Melotti · 13 years ago
- 69db2db Fix typo in the os doc: lremoveattr => lremovexattr by Victor Stinner · 13 years ago
- 62ab10a0 Replace mentions of IOError by Antoine Pitrou · 13 years ago
- 7194efe Merge with 3.2. by Ross Lagerwall · 13 years ago
- a9353db Remove duplicate text in os documentation. by Ross Lagerwall · 13 years ago
- 799bd80 expose linux extended file system attributes (closes #12720) by Benjamin Peterson · 13 years ago
- 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
- 94b580d expose sched.h functions (closes #12655) by Benjamin Peterson · 13 years ago
- cd1d3ef #13233: fix typo. by Ezio Melotti · 13 years ago
- 6d175b7 Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe under Windows. by Antoine Pitrou · 13 years ago
- 0e752dd Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe under Windows. by Antoine Pitrou · 13 years ago
- 87fd76e Issue #12326: document the recommended idiom for checking sys.platform on Unix systems. by Antoine Pitrou · 13 years ago
- a83cdaa Issue #12326: document the recommended idiom for checking sys.platform on Unix systems. by Antoine Pitrou · 13 years ago
- 6e2e3b9 Issue #12423: Fix os.abort() documentation by Victor Stinner · 13 years ago
- 3aac179 Fix whitespace nit in datetime and os rst files. by Senthil Kumaran · 13 years ago
- 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