1. 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
  2. 94b580d expose sched.h functions (closes #12655) by Benjamin Peterson · 13 years ago
  3. 6d175b7 Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe under Windows. by Antoine Pitrou · 13 years ago
  4. 0e752dd Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe under Windows. by Antoine Pitrou · 13 years ago
  5. 87fd76e Issue #12326: document the recommended idiom for checking sys.platform on Unix systems. by Antoine Pitrou · 13 years ago
  6. a83cdaa Issue #12326: document the recommended idiom for checking sys.platform on Unix systems. by Antoine Pitrou · 13 years ago
  7. 6e2e3b9 Issue #12423: Fix os.abort() documentation by Victor Stinner · 13 years ago
  8. 3aac179 Fix whitespace nit in datetime and os rst files. by Senthil Kumaran · 13 years ago
  9. 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
  10. 2b49f12 (merge 3.2) Issue #12423: Fix os.abort() documentation by Victor Stinner · 13 years ago
  11. 8fbfc12 merge from 3.2 by Senthil Kumaran · 13 years ago
  12. 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
  13. 8b56c4b Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 13 years ago
  14. 3eb67d5 Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 13 years ago
  15. b0ae53d Issue #9344: Add os.getgrouplist(). by Ross Lagerwall · 13 years ago
  16. 368f34b Issue #12196: Make os.pipe2() flags argument mandatory. by Charles-François Natali · 13 years ago
  17. daafdd5 Issue #12196: Add pipe2() to the os module. by Charles-François Natali · 13 years ago
  18. 1e045b1 Issue #12105: Add O_CLOEXEC to the os module. by Charles-François Natali · 13 years ago
  19. 2ed7521 merge 3.2 by Benjamin Peterson · 13 years ago
  20. 619323c merge 3.1 by Benjamin Peterson · 13 years ago
  21. 2340986 this should actually be an IOError by Benjamin Peterson · 13 years ago
  22. 7f071e6 merge 3.2 by Benjamin Peterson · 13 years ago
  23. c7dd737 merge 3.1 by Benjamin Peterson · 13 years ago
  24. 249b508 add example for not using access by Benjamin Peterson · 13 years ago
  25. b3e7219 Issue #8407: Add pthread_kill(), sigpending() and sigwait() functions to the by Victor Stinner · 13 years ago
  26. 5647c47 Merge #10999 fix. by R David Murray · 13 years ago
  27. 3017806 #10999: Add missing documentation for chflags constants to stat module docs by R David Murray · 13 years ago
  28. 7807c35 Issue #10812: Add some extra posix functions to the os module. by Ross Lagerwall · 13 years ago
  29. ee30a0b Merge #10999 fix. by R David Murray · 13 years ago
  30. 8250e23 Issue #10755: Add the posix.fdlistdir() function. Patch by Ross Lagerwall. by Antoine Pitrou · 13 years ago
  31. f65132d Issue #4761: Add the *at() family of functions (openat(), etc.) to the posix by Antoine Pitrou · 13 years ago
  32. 18e8bcb Issue 10784: adds os.getpriority() and os.setpriority() functions. by Giampaolo Rodolà · 13 years ago
  33. c9c2c8b Issue 10882: add os.sendfile(). (patch provided by Ross Lagerwall) by Giampaolo Rodolà · 13 years ago
  34. 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
  35. 8f0ae9a Doc fixups. by Raymond Hettinger · 13 years ago
  36. c60e306 Fix markup problems. by Georg Brandl · 13 years ago
  37. 43b2f45 Merged revisions 87136,87221,87256,87337-87338,87571,87839,88164 via svnmerge from by R. David Murray · 13 years ago
  38. 7b1aae9 #10960: fix 'stat' links, link to lstat from stat, general tidy of stat doc. by R. David Murray · 13 years ago
  39. 971f483 minor clean-up. by Raymond Hettinger · 13 years ago
  40. 9624559 Minor doc update for #9333. Took out the phrasing about os.symlink not by Brian Curtin · 14 years ago
  41. 52173d4 Fix #9333. Expose os.symlink on Windows only when usable. by Brian Curtin · 14 years ago
  42. c167368 Fix-up documentation of makedirs(). by Georg Brandl · 14 years ago
  43. 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
  44. d82a47c Merged revisions 86892 via svnmerge from by Éric Araujo · 14 years ago
  45. ff2a4ba Let’s keep “throw” for the generator method and use “raise” elsewhere. by Éric Araujo · 14 years ago
  46. 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
  47. aba9796 Merged revisions 85450-85455,85460-85465 via svnmerge from by Georg Brandl · 14 years ago
  48. 1b9df39 Fix #8879. Add os.link support to Windows. by Brian Curtin · 14 years ago
  49. 6f4e68d #5962: clarify sys.exit() vs. threads. by Georg Brandl · 14 years ago
  50. 8f7b427 #7642: update to os.system() docs. by Georg Brandl · 14 years ago
  51. 62165d6 Document that the 'strict' error handler is used to encode/decode filenames on by Victor Stinner · 14 years ago
  52. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  53. 64a41ed Copyedit of os.symlink() docs. by Georg Brandl · 14 years ago
  54. 23b4f92 Merged revisions 84142 via svnmerge from by Georg Brandl · 14 years ago
  55. c06f34f Merged revisions 76368-76369,76560 via svnmerge from by Georg Brandl · 14 years ago
  56. a305ca7 Fix typo. by Antoine Pitrou · 14 years ago
  57. e8e4b3b #9808. Implement os.getlogin for Windows, completed by Jon Anglin. by Brian Curtin · 14 years ago
  58. 6faee4e #9911: doc copyedits. by Georg Brandl · 14 years ago
  59. 25d535e Merged revisions 84827-84829 via svnmerge from by Antoine Pitrou · 14 years ago
  60. 11cb961 Add cross-references to the glossary entry for file objects. by Antoine Pitrou · 14 years ago
  61. 4b6fdf3 #6394: Add os.getppid() support for Windows. by Amaury Forgeot d'Arc · 14 years ago
  62. a9b51d2 #9747: fix copy-paste error in getresgid() doc. by Georg Brandl · 14 years ago
  63. e8d5145 Create os.fsdecode(): decode from the filesystem encoding with surrogateescape by Victor Stinner · 14 years ago
  64. 4ea04a3 #7647: add ST_RDONLY, ST_NOSUID constants to os module. by Andrew M. Kuchling · 14 years ago
  65. 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 14 years ago
  66. 3f911a1 Reword paragraph by Andrew M. Kuchling · 14 years ago
  67. 9c71f90 Put listdir default argument into declaration. by Martin v. Löwis · 14 years ago
  68. c9e1c7d Issue #6095: Make directory argument to os.listdir optional. by Martin v. Löwis · 14 years ago
  69. 9c558bcf Fix documentation typo: wprite() -> write(). by Jeroen Ruigrok van der Werven · 14 years ago
  70. c62efa8 Merged revisions 82301 via svnmerge from by Georg Brandl · 14 years ago
  71. b382337 Fix markup. by Georg Brandl · 14 years ago
  72. c739569 Adding versionchanged to the various Windows os.symlink additions, along by Brian Curtin · 14 years ago
  73. d40e6f7 Implement #1578269. Patch by Jason R. Coombs. by Brian Curtin · 14 years ago
  74. 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
  75. 313a120 Issue #8969: On Windows, use mbcs codec in strict mode to encode and decode by Victor Stinner · 14 years ago
  76. c52eeab Merged revisions 81452 via svnmerge from by Georg Brandl · 14 years ago
  77. 850a990 Merged revisions 81450 via svnmerge from by Georg Brandl · 14 years ago
  78. 6c8583f Merged revisions 81365,81367 via svnmerge from by Georg Brandl · 14 years ago
  79. 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
  80. 8fddc9e Add versionadded (3.2) tag to os.supports_bytes_environ documentation by Victor Stinner · 14 years ago
  81. b745a74 Issue #8513: os.get_exec_path() supports b'PATH' key and bytes value. by Victor Stinner · 14 years ago
  82. 449c466 Issue #8514: Add os.fsencode() function (Unix only): encode a string to bytes by Victor Stinner · 14 years ago
  83. d91203b Merged revisions 80897 via svnmerge from by Benjamin Peterson · 14 years ago
  84. f650e46 Merged revisions 80894,80896 via svnmerge from by Benjamin Peterson · 14 years ago
  85. 0d6fe51 spacing and another versionadded by Benjamin Peterson · 14 years ago
  86. 662c74f versionadded for environb by Benjamin Peterson · 14 years ago
  87. 84ae118 Issue #8603: Create a bytes version of os.environ for Unix by Victor Stinner · 14 years ago
  88. 904bd39 Updated version numbers from 2.7 to 3.2 by Brian Curtin · 14 years ago
  89. eb24d74 Port #1220212 (os.kill for Win32) to py3k. by Brian Curtin · 14 years ago
  90. 08bf91c Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-79608,79622,79717,79820,79822,79828,79862,79875,79923-79924,79941-79943,79945,79947,79951-79952 via svnmerge from by Benjamin Peterson · 14 years ago
  91. b6e8c7e Add an os.get_exec_path() function to return the list of directories by Gregory P. Smith · 14 years ago
  92. 9ce5261 Merged revisions 77520-77521 via svnmerge from by Ezio Melotti · 14 years ago
  93. f66df2b Remove L suffix for integers. by Georg Brandl · 14 years ago
  94. 68dbebc Merged revisions 77167 via svnmerge from by Benjamin Peterson · 15 years ago
  95. 1baf465 Merged revisions 76847,76851,76869,76882,76891-76892,76924,77007,77070,77092,77096,77120,77126,77155 via svnmerge from by Benjamin Peterson · 15 years ago
  96. b7572f0 Merged revisions 76636 via svnmerge from by Antoine Pitrou · 15 years ago
  97. 1b83a45 Merged revisions 76559 via svnmerge from by Georg Brandl · 15 years ago
  98. cf02c6a Merged revisions 76556 via svnmerge from by Gregory P. Smith · 15 years ago
  99. 7aed61a Merged revisions 76550 via svnmerge from by Martin v. Löwis · 15 years ago
  100. 628e6f9 Merged revisions 75797 via svnmerge from by Georg Brandl · 15 years ago