1. f6fb3a3 Issue #15845: Fix comparison between bytes and string. by Serhiy Storchaka · 12 years ago
  2. 4ab23bf Issue #15845: Fix comparison between bytes and string. by Serhiy Storchaka · 12 years ago
  3. b29614e compare singletons by identity not equality (closes #16712) by Benjamin Peterson · 12 years ago
  4. b403806 Issue #15202: Consistently use the name "follow_symlinks" for by Larry Hastings · 12 years ago
  5. c48fe98 Issue #15177: Added dir_fd parameter to os.fwalk(). by Larry Hastings · 12 years ago
  6. 306336b Closes #15161: add support for giving path as a fd for truncate() and pathconf(). by Georg Brandl · 12 years ago
  7. b698d8e Issue #15154: Add "dir_fd" parameter to os.rmdir, remove "rmdir" by Larry Hastings · 12 years ago
  8. dbbc0c8 Issue #14626: Fix buildbot issue on OpenIndiana 3.x machines. (Hopefully.) by Larry Hastings · 12 years ago
  9. 9cf065c Issue #14626: Large refactoring of functions / parameters in the os module. by Larry Hastings · 12 years ago
  10. 9436361 Closes #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 12 years ago
  11. 2d7d56a Revert the modification of e.strerror in 3.2 as that kind of change could by Gregory P. Smith · 12 years ago
  12. f0a9a9b Fixes Issue #14992: os.makedirs(path, exist_ok=True) would raise an OSError by Gregory P. Smith · 12 years ago
  13. a81c856 Fixes Issue #14992: os.makedirs(path, exist_ok=True) would raise an OSError by Gregory P. Smith · 12 years ago
  14. 3bc37f2 #14862: Add missing names to os.__all__ by Petri Lehtinen · 12 years ago
  15. 66bfcc1 #14773: Fix os.fwalk() failing on dangling symlinks by Hynek Schlawack · 12 years ago
  16. 569d087 use yield from by Benjamin Peterson · 12 years ago
  17. 990eff0 Backing out 86dc014cdd74. Not ready yet by Jesus Cea · 12 years ago
  18. 2b47f0a Close #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 12 years ago
  19. 84c0ca0 Use os.path.samestat() instead of reinventing the wheel. by Charles-François Natali · 12 years ago
  20. fd07415 Issue #2377: Make importlib the implementation of __import__(). by Brett Cannon · 12 years ago
  21. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 12 years ago
  22. 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  23. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  24. 7794090 Following Nick's suggestion, rename posix.fdlistdir() to posix.flistdir(), to by Charles-François Natali · 12 years ago
  25. 7372b06 Issue #13734: Add os.fwalk(), a directory walking function yielding file by Charles-François Natali · 12 years ago
  26. 7b98d02 Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates by Antoine Pitrou · 13 years ago
  27. 877766d Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates by Antoine Pitrou · 13 years ago
  28. 1679f4d Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates by Antoine Pitrou · 13 years ago
  29. 158c9c2 Issue #11085: Moved collections abstract base classes into a separate module by Raymond Hettinger · 13 years ago
  30. 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
  31. bb4f218 os module: remove nonbreaking space in a comment by Victor Stinner · 14 years ago
  32. 273b766 os.get_exec_path() ignores BytesWarning instead of recoding them by Victor Stinner · 14 years ago
  33. 6f35eda Issue #10210: os.get_exec_path() ignores BytesWarning warnings by Victor Stinner · 14 years ago
  34. e882aac str.encode() doesn't accept None as errors: use 'strict' instead by Victor Stinner · 14 years ago
  35. df6d6cb os: fsencode(), fsdecode() and os.environ(b) internal encode-decode methods by Victor Stinner · 14 years ago
  36. 3d75d0c Issue #8603: Environ.data is now protected -> Environ._data by Victor Stinner · 14 years ago
  37. 38430e2 Fix os.get_exec_path() (code and tests) for python -bb by Victor Stinner · 14 years ago
  38. e8d5145 Create os.fsdecode(): decode from the filesystem encoding with surrogateescape by Victor Stinner · 14 years ago
  39. 70120e2 #8603: Add environb to os.__all__ by Victor Stinner · 14 years ago
  40. bed7117 Issue #9283: Oops, add missing { and } to repr(os.environ) by Victor Stinner · 14 years ago
  41. d73c1a3 #9283: Fix repr(os.environ), display unicode keys and values on POSIX systems by Victor Stinner · 14 years ago
  42. 313a120 Issue #8969: On Windows, use mbcs codec in strict mode to encode and decode by Victor Stinner · 14 years ago
  43. b745a74 Issue #8513: os.get_exec_path() supports b'PATH' key and bytes value. by Victor Stinner · 14 years ago
  44. 449c466 Issue #8514: Add os.fsencode() function (Unix only): encode a string to bytes by Victor Stinner · 14 years ago
  45. 84ae118 Issue #8603: Create a bytes version of os.environ for Unix by Victor Stinner · 14 years ago
  46. a27dcb7 Merged revisions 80421,80424 via svnmerge from by Victor Stinner · 14 years ago
  47. 13bb71c Issue #8391: os.execvpe() and os.getenv() supports unicode with surrogates and by Victor Stinner · 14 years ago
  48. b6e8c7e Add an os.get_exec_path() function to return the list of directories by Gregory P. Smith · 14 years ago
  49. d2a577d Merged revisions 78316 via svnmerge from by Ezio Melotti · 14 years ago
  50. 19e4acf #7310: fix the repr() of os.environ by Ezio Melotti · 14 years ago
  51. 1665a8d Merged revisions 77881 via svnmerge from by Matthias Klose · 15 years ago
  52. a09c54f Merged revisions 77879 via svnmerge from by Matthias Klose · 15 years ago
  53. 53b44f7 Merged revisions 76723 via svnmerge from by Antoine Pitrou · 15 years ago
  54. ac62535 Issue #7461: objects returned by os.popen() should support the context manager protocol by Antoine Pitrou · 15 years ago
  55. f6489f9 Merged revisions 75264,75268,75293,75318,75391-75392,75436,75478,75971,76003,76058,76140-76141,76231,76380,76428-76429 via svnmerge from by Benjamin Peterson · 15 years ago
  56. 041b3ba Merged revisions 73934 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  57. 97e5f28 #6358: Merge r73933: Add basic tests for the return value of os.popen().close(). by Amaury Forgeot d'Arc · 15 years ago
  58. 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
  59. 4b06819 fix None errno #5312 by Benjamin Peterson · 15 years ago
  60. ed5b9b3 #4401: Re-add os.extsep. by Georg Brandl · 16 years ago
  61. 13962fc Partially revert r65795 by undoing change to 'os'. by Brett Cannon · 16 years ago
  62. e8d0bf9 Merged revisions 65795 via svnmerge from by Brett Cannon · 16 years ago
  63. bdbddf8 #2491: os.fdopen() is now almost an alias to the builtin open(), and accepts the same parameters. by Amaury Forgeot d'Arc · 16 years ago
  64. eca20b6 Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-63152,63155-63165,63167-63176,63181-63186,63188-63189 via svnmerge from by Alexandre Vassalotti · 16 years ago
  65. 752abd0 Convert a lot of print statements to print functions in docstrings, by Neal Norwitz · 16 years ago
  66. f7fa63d Rename copy_reg module to copyreg. by Alexandre Vassalotti · 16 years ago
  67. 4e6531e Removed remnants of os.path.walk(). by Alexandre Vassalotti · 16 years ago
  68. 5d8da20 Merged revisions 62713,62715,62728,62737,62740,62744,62749,62756 via svnmerge from by Christian Heimes · 16 years ago
  69. 45f9af3 Merged revisions 59193-59201 via svnmerge from by Christian Heimes · 17 years ago
  70. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  71. 476157b Make the _wrap_close type (which is returned by os.popen) iterable. by Thomas Heller · 17 years ago
  72. 828f04a Issue #1066: implement PEP 3109, 2/3 of PEP 3134. by Collin Winter · 17 years ago
  73. 289bc05 some RiscOS stuff I missed before (was only looking for "RISCOS") by Skip Montanaro · 17 years ago
  74. 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
  75. f5b4685 Reduce redundant calls to str() in _Environ class. by Guido van Rossum · 17 years ago
  76. 67aca9e Following an idea by Ron Adam, make sure keys and values in the by Guido van Rossum · 17 years ago
  77. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  78. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  79. c2f93dc Remove native popen() and fdopen(), replacing them with subprocess calls. by Guido van Rossum · 17 years ago
  80. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
  81. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  82. 572dbf8 Checkpoint. Manipulated things so that string literals are always by Guido van Rossum · 17 years ago
  83. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  84. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  85. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  86. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  87. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  88. bde4ad4 Patch #1410998: remove "DOS" from os.py docstring by Georg Brandl · 19 years ago
  89. 96c1c7a SF#1343671. by Fredrik Lundh · 19 years ago
  90. 9e43acf bug #1177468: don't cache /dev/urandom file descriptor in os.urandom by Georg Brandl · 19 years ago
  91. 5510f65 Avoid using items() in environ.update(). Fixes #1124513. Will backport to 2.4. by Martin v. Löwis · 19 years ago
  92. 1d11de6 Revert os.py 1.75, and directly implement update. Fixes #1110478 and #1100235. by Martin v. Löwis · 20 years ago
  93. 22b457e Added SEEK_* constants. Fixes #711830. by Martin v. Löwis · 20 years ago
  94. 9fc9789 Document that on Unix, the 'cmd' argument to the os.popen2/3/4 and by Johannes Gijsbers · 20 years ago
  95. 725f8c8 Patch #1021596: Check for None to determine whether _urandomfd is uninitialized. by Martin v. Löwis · 20 years ago
  96. 3b2cdad Whitespace normalization. by Tim Peters · 20 years ago
  97. 33ad28b Use multi-line import by Andrew M. Kuchling · 20 years ago
  98. 45e77c5 Whitespace normalization. by Tim Peters · 20 years ago
  99. dc3883f Patch #934711: Expose platform-specific entropy. by Martin v. Löwis · 20 years ago
  100. bdec50f Feature request #935915: Add os.path.devnull. by Martin v. Löwis · 20 years ago