1. 257a14c Refactor functions signatures in the doc. by Ezio Melotti · 13 years ago
  2. 4b6fabd Backed out changeset 60ae7979fec8 by Brian Curtin · 13 years ago
  3. e751d6f Remove the old style [...] to denote optional args and show the defaults. by Brian Curtin · 13 years ago
  4. 569b494 Fix #13327. utimensat now has the atime and mtime arguments set as optional, by Brian Curtin · 13 years ago
  5. c1b65d1 Fix 13327. Remove explicit None arguments from futimes, futimens, futimesat, by Brian Curtin · 13 years ago
  6. 52fbea1 Fix #13327. Remove the need for an explicit None as the second argument to by Brian Curtin · 13 years ago
  7. 8b905bd Issue #13226: Add RTLD_xxx constants to the os module. These constants can by by Victor Stinner · 13 years ago
  8. e3455c0 Mention that os.O_CLOEXEC was added to Python 3.3 by Victor Stinner · 13 years ago
  9. f106449 Merge with 3.2. by Ezio Melotti · 13 years ago
  10. bb8606d #12277: merge with 3.2. by Ezio Melotti · 13 years ago
  11. 67494f2 #12277: add missing comma. by Ezio Melotti · 13 years ago
  12. 69db2db Fix typo in the os doc: lremoveattr => lremovexattr by Victor Stinner · 13 years ago
  13. 62ab10a0 Replace mentions of IOError by Antoine Pitrou · 13 years ago
  14. 7194efe Merge with 3.2. by Ross Lagerwall · 13 years ago
  15. a9353db Remove duplicate text in os documentation. by Ross Lagerwall · 13 years ago
  16. 799bd80 expose linux extended file system attributes (closes #12720) by Benjamin Peterson · 13 years ago
  17. 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
  18. 94b580d expose sched.h functions (closes #12655) by Benjamin Peterson · 13 years ago
  19. 6d175b7 Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe under Windows. by Antoine Pitrou · 13 years ago
  20. 0e752dd Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe under Windows. by Antoine Pitrou · 13 years ago
  21. 87fd76e Issue #12326: document the recommended idiom for checking sys.platform on Unix systems. by Antoine Pitrou · 13 years ago
  22. a83cdaa Issue #12326: document the recommended idiom for checking sys.platform on Unix systems. by Antoine Pitrou · 13 years ago
  23. 6e2e3b9 Issue #12423: Fix os.abort() documentation by Victor Stinner · 13 years ago
  24. 3aac179 Fix whitespace nit in datetime and os rst files. by Senthil Kumaran · 13 years ago
  25. 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
  26. 2b49f12 (merge 3.2) Issue #12423: Fix os.abort() documentation by Victor Stinner · 13 years ago
  27. 8fbfc12 merge from 3.2 by Senthil Kumaran · 13 years ago
  28. 276a58b Merge from 3.2 . Replace the term members with correct and appropriate terminology. Initial patch by Adam Woodbeck. by Senthil Kumaran · 13 years ago
  29. 8b56c4b Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 13 years ago
  30. 3eb67d5 Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 13 years ago
  31. b0ae53d Issue #9344: Add os.getgrouplist(). by Ross Lagerwall · 13 years ago
  32. 368f34b Issue #12196: Make os.pipe2() flags argument mandatory. by Charles-François Natali · 13 years ago
  33. daafdd5 Issue #12196: Add pipe2() to the os module. by Charles-François Natali · 13 years ago
  34. 1e045b1 Issue #12105: Add O_CLOEXEC to the os module. by Charles-François Natali · 13 years ago
  35. 2ed7521 merge 3.2 by Benjamin Peterson · 13 years ago
  36. 619323c merge 3.1 by Benjamin Peterson · 13 years ago
  37. 2340986 this should actually be an IOError by Benjamin Peterson · 13 years ago
  38. 7f071e6 merge 3.2 by Benjamin Peterson · 13 years ago
  39. c7dd737 merge 3.1 by Benjamin Peterson · 13 years ago
  40. 249b508 add example for not using access by Benjamin Peterson · 13 years ago
  41. b3e7219 Issue #8407: Add pthread_kill(), sigpending() and sigwait() functions to the by Victor Stinner · 13 years ago
  42. 5647c47 Merge #10999 fix. by R David Murray · 13 years ago
  43. 3017806 #10999: Add missing documentation for chflags constants to stat module docs by R David Murray · 13 years ago
  44. 7807c35 Issue #10812: Add some extra posix functions to the os module. by Ross Lagerwall · 13 years ago
  45. ee30a0b Merge #10999 fix. by R David Murray · 13 years ago
  46. 8250e23 Issue #10755: Add the posix.fdlistdir() function. Patch by Ross Lagerwall. by Antoine Pitrou · 13 years ago
  47. f65132d Issue #4761: Add the *at() family of functions (openat(), etc.) to the posix by Antoine Pitrou · 13 years ago
  48. 18e8bcb Issue 10784: adds os.getpriority() and os.setpriority() functions. by Giampaolo Rodolà · 13 years ago
  49. c9c2c8b Issue 10882: add os.sendfile(). (patch provided by Ross Lagerwall) by Giampaolo Rodolà · 13 years ago
  50. f6c8fd6 Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,86964,86974,86980,86996,87008,87050 via svnmerge from by Georg Brandl · 13 years ago
  51. 8f0ae9a Doc fixups. by Raymond Hettinger · 13 years ago
  52. c60e306 Fix markup problems. by Georg Brandl · 13 years ago
  53. 43b2f45 Merged revisions 87136,87221,87256,87337-87338,87571,87839,88164 via svnmerge from by R. David Murray · 13 years ago
  54. 7b1aae9 #10960: fix 'stat' links, link to lstat from stat, general tidy of stat doc. by R. David Murray · 13 years ago
  55. 971f483 minor clean-up. by Raymond Hettinger · 13 years ago
  56. 9624559 Minor doc update for #9333. Took out the phrasing about os.symlink not by Brian Curtin · 14 years ago
  57. 52173d4 Fix #9333. Expose os.symlink on Windows only when usable. by Brian Curtin · 14 years ago
  58. c167368 Fix-up documentation of makedirs(). by Georg Brandl · 14 years ago
  59. 5a22b65 Issue 9299 Add exist_ok parameter to os.makedirs to suppress 'File exists' exception. Patch by Ray Allen. by Terry Reedy · 14 years ago
  60. d82a47c Merged revisions 86892 via svnmerge from by Éric Araujo · 14 years ago
  61. ff2a4ba Let’s keep “throw” for the generator method and use “raise” elsewhere. by Éric Araujo · 14 years ago
  62. ab32fec Merged revisions 85572-85573,85606,85609-85622,85624,85626-85627,85629,85631,85633,85635-85636,85638-85639,85641-85642 via svnmerge from by Georg Brandl · 14 years ago
  63. aba9796 Merged revisions 85450-85455,85460-85465 via svnmerge from by Georg Brandl · 14 years ago
  64. 1b9df39 Fix #8879. Add os.link support to Windows. by Brian Curtin · 14 years ago
  65. 6f4e68d #5962: clarify sys.exit() vs. threads. by Georg Brandl · 14 years ago
  66. 8f7b427 #7642: update to os.system() docs. by Georg Brandl · 14 years ago
  67. 62165d6 Document that the 'strict' error handler is used to encode/decode filenames on by Victor Stinner · 14 years ago
  68. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  69. 64a41ed Copyedit of os.symlink() docs. by Georg Brandl · 14 years ago
  70. 23b4f92 Merged revisions 84142 via svnmerge from by Georg Brandl · 14 years ago
  71. c06f34f Merged revisions 76368-76369,76560 via svnmerge from by Georg Brandl · 14 years ago
  72. a305ca7 Fix typo. by Antoine Pitrou · 14 years ago
  73. e8e4b3b #9808. Implement os.getlogin for Windows, completed by Jon Anglin. by Brian Curtin · 14 years ago
  74. 6faee4e #9911: doc copyedits. by Georg Brandl · 14 years ago
  75. 25d535e Merged revisions 84827-84829 via svnmerge from by Antoine Pitrou · 14 years ago
  76. 11cb961 Add cross-references to the glossary entry for file objects. by Antoine Pitrou · 14 years ago
  77. 4b6fdf3 #6394: Add os.getppid() support for Windows. by Amaury Forgeot d'Arc · 14 years ago
  78. a9b51d2 #9747: fix copy-paste error in getresgid() doc. by Georg Brandl · 14 years ago
  79. e8d5145 Create os.fsdecode(): decode from the filesystem encoding with surrogateescape by Victor Stinner · 14 years ago
  80. 4ea04a3 #7647: add ST_RDONLY, ST_NOSUID constants to os module. by Andrew M. Kuchling · 14 years ago
  81. 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 14 years ago
  82. 3f911a1 Reword paragraph by Andrew M. Kuchling · 14 years ago
  83. 9c71f90 Put listdir default argument into declaration. by Martin v. Löwis · 14 years ago
  84. c9e1c7d Issue #6095: Make directory argument to os.listdir optional. by Martin v. Löwis · 14 years ago
  85. 9c558bcf Fix documentation typo: wprite() -> write(). by Jeroen Ruigrok van der Werven · 14 years ago
  86. c62efa8 Merged revisions 82301 via svnmerge from by Georg Brandl · 14 years ago
  87. b382337 Fix markup. by Georg Brandl · 14 years ago
  88. c739569 Adding versionchanged to the various Windows os.symlink additions, along by Brian Curtin · 14 years ago
  89. d40e6f7 Implement #1578269. Patch by Jason R. Coombs. by Brian Curtin · 14 years ago
  90. d7c3ed5 Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,80852,80854,80870,80872-80873,80907,80915-80916,80951-80952,80976-80977,80985,81038-81040,81042,81053,81070,81104-81105,81114,81125,81245,81285,81402,81463,81516,81562-81563,81567,81593,81635,81680-81681,81684,81801,81888,81931-81933,81939-81942,81963,81984,81991,82120,82188,82264-82267 via svnmerge from by Benjamin Peterson · 14 years ago
  91. 313a120 Issue #8969: On Windows, use mbcs codec in strict mode to encode and decode by Victor Stinner · 14 years ago
  92. c52eeab Merged revisions 81452 via svnmerge from by Georg Brandl · 14 years ago
  93. 850a990 Merged revisions 81450 via svnmerge from by Georg Brandl · 14 years ago
  94. 6c8583f Merged revisions 81365,81367 via svnmerge from by Georg Brandl · 14 years ago
  95. 8569e58 Merged revisions 80030,80067,80069,80080-80081,80084,80432-80433,80465-80470,81059,81065-81067 via svnmerge from by Georg Brandl · 14 years ago
  96. 8fddc9e Add versionadded (3.2) tag to os.supports_bytes_environ documentation by Victor Stinner · 14 years ago
  97. b745a74 Issue #8513: os.get_exec_path() supports b'PATH' key and bytes value. by Victor Stinner · 14 years ago
  98. 449c466 Issue #8514: Add os.fsencode() function (Unix only): encode a string to bytes by Victor Stinner · 14 years ago
  99. d91203b Merged revisions 80897 via svnmerge from by Benjamin Peterson · 14 years ago
  100. f650e46 Merged revisions 80894,80896 via svnmerge from by Benjamin Peterson · 14 years ago