1. a9353db Remove duplicate text in os documentation. by Ross Lagerwall · 13 years ago
  2. 0e752dd Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe under Windows. by Antoine Pitrou · 13 years ago
  3. a83cdaa Issue #12326: document the recommended idiom for checking sys.platform on Unix systems. by Antoine Pitrou · 13 years ago
  4. 6e2e3b9 Issue #12423: Fix os.abort() documentation by Victor Stinner · 13 years ago
  5. 3aac179 Fix whitespace nit in datetime and os rst files. by Senthil Kumaran · 13 years ago
  6. 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
  7. 3eb67d5 Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 13 years ago
  8. 619323c merge 3.1 by Benjamin Peterson · 13 years ago
  9. 2340986 this should actually be an IOError by Benjamin Peterson · 13 years ago
  10. c7dd737 merge 3.1 by Benjamin Peterson · 13 years ago
  11. 249b508 add example for not using access by Benjamin Peterson · 13 years ago
  12. 5647c47 Merge #10999 fix. by R David Murray · 13 years ago
  13. 3017806 #10999: Add missing documentation for chflags constants to stat module docs by R David Murray · 13 years ago
  14. 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
  15. 8f0ae9a Doc fixups. by Raymond Hettinger · 13 years ago
  16. c60e306 Fix markup problems. by Georg Brandl · 13 years ago
  17. 43b2f45 Merged revisions 87136,87221,87256,87337-87338,87571,87839,88164 via svnmerge from by R. David Murray · 13 years ago
  18. 7b1aae9 #10960: fix 'stat' links, link to lstat from stat, general tidy of stat doc. by R. David Murray · 14 years ago
  19. 971f483 minor clean-up. by Raymond Hettinger · 14 years ago
  20. 9624559 Minor doc update for #9333. Took out the phrasing about os.symlink not by Brian Curtin · 14 years ago
  21. 52173d4 Fix #9333. Expose os.symlink on Windows only when usable. by Brian Curtin · 14 years ago
  22. c167368 Fix-up documentation of makedirs(). by Georg Brandl · 14 years ago
  23. 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
  24. d82a47c Merged revisions 86892 via svnmerge from by Éric Araujo · 14 years ago
  25. ff2a4ba Let’s keep “throw” for the generator method and use “raise” elsewhere. by Éric Araujo · 14 years ago
  26. 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
  27. aba9796 Merged revisions 85450-85455,85460-85465 via svnmerge from by Georg Brandl · 14 years ago
  28. 1b9df39 Fix #8879. Add os.link support to Windows. by Brian Curtin · 14 years ago
  29. 6f4e68d #5962: clarify sys.exit() vs. threads. by Georg Brandl · 14 years ago
  30. 8f7b427 #7642: update to os.system() docs. by Georg Brandl · 14 years ago
  31. 62165d6 Document that the 'strict' error handler is used to encode/decode filenames on by Victor Stinner · 14 years ago
  32. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  33. 64a41ed Copyedit of os.symlink() docs. by Georg Brandl · 14 years ago
  34. 23b4f92 Merged revisions 84142 via svnmerge from by Georg Brandl · 14 years ago
  35. c06f34f Merged revisions 76368-76369,76560 via svnmerge from by Georg Brandl · 14 years ago
  36. a305ca7 Fix typo. by Antoine Pitrou · 14 years ago
  37. e8e4b3b #9808. Implement os.getlogin for Windows, completed by Jon Anglin. by Brian Curtin · 14 years ago
  38. 6faee4e #9911: doc copyedits. by Georg Brandl · 14 years ago
  39. 25d535e Merged revisions 84827-84829 via svnmerge from by Antoine Pitrou · 14 years ago
  40. 11cb961 Add cross-references to the glossary entry for file objects. by Antoine Pitrou · 14 years ago
  41. 4b6fdf3 #6394: Add os.getppid() support for Windows. by Amaury Forgeot d'Arc · 14 years ago
  42. a9b51d2 #9747: fix copy-paste error in getresgid() doc. by Georg Brandl · 14 years ago
  43. e8d5145 Create os.fsdecode(): decode from the filesystem encoding with surrogateescape by Victor Stinner · 14 years ago
  44. 4ea04a3 #7647: add ST_RDONLY, ST_NOSUID constants to os module. by Andrew M. Kuchling · 14 years ago
  45. 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 14 years ago
  46. 3f911a1 Reword paragraph by Andrew M. Kuchling · 14 years ago
  47. 9c71f90 Put listdir default argument into declaration. by Martin v. Löwis · 14 years ago
  48. c9e1c7d Issue #6095: Make directory argument to os.listdir optional. by Martin v. Löwis · 14 years ago
  49. 9c558bcf Fix documentation typo: wprite() -> write(). by Jeroen Ruigrok van der Werven · 14 years ago
  50. c62efa8 Merged revisions 82301 via svnmerge from by Georg Brandl · 14 years ago
  51. b382337 Fix markup. by Georg Brandl · 14 years ago
  52. c739569 Adding versionchanged to the various Windows os.symlink additions, along by Brian Curtin · 14 years ago
  53. d40e6f7 Implement #1578269. Patch by Jason R. Coombs. by Brian Curtin · 14 years ago
  54. 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
  55. 313a120 Issue #8969: On Windows, use mbcs codec in strict mode to encode and decode by Victor Stinner · 14 years ago
  56. c52eeab Merged revisions 81452 via svnmerge from by Georg Brandl · 14 years ago
  57. 850a990 Merged revisions 81450 via svnmerge from by Georg Brandl · 14 years ago
  58. 6c8583f Merged revisions 81365,81367 via svnmerge from by Georg Brandl · 14 years ago
  59. 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
  60. 8fddc9e Add versionadded (3.2) tag to os.supports_bytes_environ documentation by Victor Stinner · 14 years ago
  61. b745a74 Issue #8513: os.get_exec_path() supports b'PATH' key and bytes value. by Victor Stinner · 14 years ago
  62. 449c466 Issue #8514: Add os.fsencode() function (Unix only): encode a string to bytes by Victor Stinner · 14 years ago
  63. d91203b Merged revisions 80897 via svnmerge from by Benjamin Peterson · 14 years ago
  64. f650e46 Merged revisions 80894,80896 via svnmerge from by Benjamin Peterson · 14 years ago
  65. 0d6fe51 spacing and another versionadded by Benjamin Peterson · 14 years ago
  66. 662c74f versionadded for environb by Benjamin Peterson · 14 years ago
  67. 84ae118 Issue #8603: Create a bytes version of os.environ for Unix by Victor Stinner · 14 years ago
  68. 904bd39 Updated version numbers from 2.7 to 3.2 by Brian Curtin · 14 years ago
  69. eb24d74 Port #1220212 (os.kill for Win32) to py3k. by Brian Curtin · 14 years ago
  70. 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
  71. b6e8c7e Add an os.get_exec_path() function to return the list of directories by Gregory P. Smith · 14 years ago
  72. 9ce5261 Merged revisions 77520-77521 via svnmerge from by Ezio Melotti · 15 years ago
  73. f66df2b Remove L suffix for integers. by Georg Brandl · 15 years ago
  74. 68dbebc Merged revisions 77167 via svnmerge from by Benjamin Peterson · 15 years ago
  75. 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
  76. b7572f0 Merged revisions 76636 via svnmerge from by Antoine Pitrou · 15 years ago
  77. 1b83a45 Merged revisions 76559 via svnmerge from by Georg Brandl · 15 years ago
  78. cf02c6a Merged revisions 76556 via svnmerge from by Gregory P. Smith · 15 years ago
  79. 7aed61a Merged revisions 76550 via svnmerge from by Martin v. Löwis · 15 years ago
  80. 628e6f9 Merged revisions 75797 via svnmerge from by Georg Brandl · 15 years ago
  81. 495f7b5 Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from by Georg Brandl · 15 years ago
  82. 1421426 Merged revisions 74986 via svnmerge from by Doug Hellmann · 15 years ago
  83. eb097fc Merged revisions 74984 via svnmerge from by Doug Hellmann · 15 years ago
  84. 1824415 Switch more function arguments docs to new-style. by Georg Brandl · 15 years ago
  85. 7baf625 Merged revisions 74613,74615,74619-74620,74622 via svnmerge from by Georg Brandl · 15 years ago
  86. a6053b4 Merged revisions 74542,74544-74548,74550,74554-74555,74578,74588,74590,74603,74616-74618,74621 via svnmerge from by Georg Brandl · 15 years ago
  87. c9a5a0e #6814: remove traces of xrange(). by Georg Brandl · 15 years ago
  88. c5605df Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from by Georg Brandl · 15 years ago
  89. b90be69 #6586: fix return/argument type doc for os.read() and os.write(). by Georg Brandl · 15 years ago
  90. 502d9a5 Merged revisions 74207 via svnmerge from by Georg Brandl · 15 years ago
  91. ba42614 Merged revisions 74128 via svnmerge from by R. David Murray · 15 years ago
  92. c22c6f2 Merged revisions 73706,73778 via svnmerge from by Alexandre Vassalotti · 15 years ago
  93. 87c8d87 Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,73324,73331,73335,73340,73363 via svnmerge from by Benjamin Peterson · 15 years ago
  94. fa0d703 Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,72750,72802,72812,72822,72824,72826-72827,72833,72876,72890,72923,72946,73026,73042,73045,73047,73065,73068-73069 via svnmerge from by Benjamin Peterson · 15 years ago
  95. 43c5778 Rename utf8b error handler to surrogateescape. by Martin v. Löwis · 15 years ago
  96. 011e842 Issue #5915: Implement PEP 383, Non-decodable Bytes in by Martin v. Löwis · 15 years ago
  97. d23f822 Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-70789,70824,70828,70832,70836,70842,70851,70855,70857,70866-70872,70883,70885,70893-70894,70896-70897,70903,70905-70907,70915,70927,70933,70951,70960,70962-70964,70998,71001,71006,71008,71010-71011,71019,71037,71056,71094,71101-71103,71106,71119,71123,71149-71150,71203,71212,71214-71217,71221,71240 via svnmerge from by Benjamin Peterson · 15 years ago
  98. 5879d41 Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-70698,70700,70704 via svnmerge from by Benjamin Peterson · 15 years ago
  99. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  100. af265f4 Merged revisions 67531-67532,67538,67553-67554,67556-67557,67571,67574-67575,67579-67580,67591,67597,67608,67631 via svnmerge from by Georg Brandl · 16 years ago