1. b036849 remove useless word (closes #23929) by Benjamin Peterson · 9 years ago
  2. 5937f39 Issue #21875: Remove vestigial references to Classic Mac OS in os module docs. by Ned Deily · 10 years ago
  3. 87d0136 clarify when the list of subdirectories is read (closes #13779) by Benjamin Peterson · 10 years ago
  4. aee9dfb merge 2.6 with hash randomization fix by Benjamin Peterson · 13 years ago
  5. 1e13eb0 - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED by Barry Warsaw · 13 years ago
  6. 2b52e31 Merged revisions 77879 via svnmerge from by Matthias Klose · 15 years ago
  7. 48a3c4e - Fix typo in os.execvp docstring. by Matthias Klose · 15 years ago
  8. 1b34d25 Issue #5080: turn the DeprecationWarning from float arguments passed by Mark Dickinson · 15 years ago
  9. 246ec33 avoid doing an uneeded import in a function by Benjamin Peterson · 15 years ago
  10. 7865296 Merged revisions 75143 via svnmerge from by Philip Jenvey · 15 years ago
  11. 8b90204 #5329: fix os.popen* regression from 2.5: don't execute commands as a sequence by Philip Jenvey · 15 years ago
  12. 03dcc73 Avoid invoking the parser/compiler just to test the presence of a function. by Amaury Forgeot d'Arc · 15 years ago
  13. d712203 Issue #3708: os.urandom no longer goes into an infinite loop when passed a by Gregory P. Smith · 16 years ago
  14. 88f801d Update __all__ for cookielib, csv, os, and urllib2 for objects imported into by Brett Cannon · 16 years ago
  15. dffbf5f Revert copy_reg -> copyreg rename. by Georg Brandl · 16 years ago
  16. 81af68e Remove references to platform 'mac' by Ronald Oussoren · 16 years ago
  17. 9510e4a Added module stub for copy_reg renaming in 3.0. by Alexandre Vassalotti · 16 years ago
  18. 8e49973 fix issue2707 - os.walk docstring example correctness typo. by Gregory P. Smith · 16 years ago
  19. 2ffd780 Moved the errno import from inside the functions to the by Facundo Batista · 17 years ago
  20. dd1a846 Fix new pop() method on os.environ on ignorecase-platforms. by Georg Brandl · 17 years ago
  21. 1a94ec2 Bug #1287: make os.environ.pop() work as expected. by Georg Brandl · 17 years ago
  22. 4a21268 Patch #1181: add os.environ.clear() method. by Georg Brandl · 17 years ago
  23. 42dd86b Deprecate os.popen* and popen2 module in favor of the subprocess module. by Neal Norwitz · 17 years ago
  24. cae9f3d New test for rev. 54407 which only uses directories under TESTFN. by Georg Brandl · 18 years ago
  25. c990f64 Try backing out 54407 to see if it corrects the problems on the Windows by Neal Norwitz · 18 years ago
  26. 8844e43 Patch #1273829: os.walk() now has a "followlinks" parameter. If set to by Georg Brandl · 18 years ago
  27. f54a63b Move errno imports back to individual functions. by Georg Brandl · 18 years ago
  28. b130743 Patch #1608267: fix a race condition in os.makedirs() is the directory by Georg Brandl · 18 years ago
  29. 07fec3a os.urandom no longer masks unrelated exceptions like SystemExit or by Georg Brandl · 18 years ago
  30. bde4ad4 Patch #1410998: remove "DOS" from os.py docstring by Georg Brandl · 19 years ago
  31. 96c1c7a SF#1343671. by Fredrik Lundh · 19 years ago
  32. 9e43acf bug #1177468: don't cache /dev/urandom file descriptor in os.urandom by Georg Brandl · 19 years ago
  33. 5510f65 Avoid using items() in environ.update(). Fixes #1124513. Will backport to 2.4. by Martin v. Löwis · 20 years ago
  34. 1d11de6 Revert os.py 1.75, and directly implement update. Fixes #1110478 and #1100235. by Martin v. Löwis · 20 years ago
  35. 22b457e Added SEEK_* constants. Fixes #711830. by Martin v. Löwis · 20 years ago
  36. 9fc9789 Document that on Unix, the 'cmd' argument to the os.popen2/3/4 and by Johannes Gijsbers · 20 years ago
  37. 725f8c8 Patch #1021596: Check for None to determine whether _urandomfd is uninitialized. by Martin v. Löwis · 20 years ago
  38. 3b2cdad Whitespace normalization. by Tim Peters · 20 years ago
  39. 33ad28b Use multi-line import by Andrew M. Kuchling · 20 years ago
  40. 45e77c5 Whitespace normalization. by Tim Peters · 20 years ago
  41. dc3883f Patch #934711: Expose platform-specific entropy. by Martin v. Löwis · 20 years ago
  42. bdec50f Feature request #935915: Add os.path.devnull. by Martin v. Löwis · 20 years ago
  43. 69e18c9 OS/2 has support for spawnvp() and spawnvpe() in the C libraries supplied by Andrew MacIntyre · 21 years ago
  44. 31017ae SF #904720: dict.update should take a 2-tuple sequence like dict.__init_ by Raymond Hettinger · 21 years ago
  45. 6fccc8a [Bug #829532] Invoking os.makedirs() with an argument that contains a by Andrew M. Kuchling · 21 years ago
  46. 89f9865 OS/2+EMX: make the link() emulation available as os.link() by Andrew MacIntyre · 21 years ago
  47. b7f6810 SF #764121, docstring for spawnlp incorrect by Neal Norwitz · 21 years ago
  48. bf1bef8 Add optional 'onerror' argument to os.walk(), to control error handling. by Guido van Rossum · 21 years ago
  49. c4e0940 New generator os.walk() does a bit more than os.path.walk() does, and by Tim Peters · 21 years ago
  50. 68468eb Get rid of many apply() calls. by Guido van Rossum · 22 years ago
  51. f2715e0 Whitespace normalization. by Tim Peters · 22 years ago
  52. 117910d Migrate definitions of several platform-dependent path-related variables by Skip Montanaro · 22 years ago
  53. 2c60f7a Whitespace normalization. by Tim Peters · 22 years ago
  54. 6757c1e SF patch 661583: Remove old code from lib\os.py by Tim Peters · 22 years ago
  55. b11ce9b Always define getenv(), as suggested by Guido. This means that os.getenv() is also defined for MacPython-OS9 (even though it doesn't actually do anything useful), and it shouldn't hurt on other platforms. by Jack Jansen · 22 years ago
  56. 8b10f89 Remove more DOS support. by Martin v. Löwis · 22 years ago
  57. 05212fc Change UserDict to IterableUserDict by Raymond Hettinger · 22 years ago
  58. ca2f537 Have os.environ() inherit from the iterable version of UserDict. by Raymond Hettinger · 22 years ago
  59. 683c0fe Fix for SF bug 601077 by Zack Weinberg. by Guido van Rossum · 22 years ago
  60. aed51d8 SF patch 590294: os._execvpe security fix (Zack Weinberg). by Guido van Rossum · 22 years ago
  61. cadb9eb Be consistent with the functions in the posix/nt module: docstrings by Fred Drake · 22 years ago
  62. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  63. a066f46 Patch 550804: Make os.environ.copy() return a copy. by Martin v. Löwis · 22 years ago
  64. bc0e910 Convert a pile of obvious "yes/no" functions to return bool. by Tim Peters · 23 years ago
  65. e5363b7 .... by Michael W. Hudson · 23 years ago
  66. ce00b73 Fix by Michael W. Hudson · 23 years ago
  67. 0e02530 Special support for pickling os.stat and os.stat_vfs results portably by Michael W. Hudson · 23 years ago
  68. 5cef571 OS/2 EMX port Library and regression test changes: by Andrew MacIntyre · 23 years ago
  69. 1633a2e Whitespace normalization. by Tim Peters · 23 years ago
  70. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 23 years ago
  71. c524d95 SF patch #460805 by Chris Gonnerman: Support for unsetenv() by Guido van Rossum · 23 years ago
  72. a90f438 Unify _Environ processing on riscos with other platforms. by Martin v. Löwis · 24 years ago
  73. 81e4b1c fix typo in extending __all__ for riscos platform - closes bug 406296 by Skip Montanaro · 24 years ago
  74. feb6719 Use r""" instead of """ for the docstring so that backslashes are preserved. by Ka-Ping Yee · 24 years ago
  75. b7fe432 Fix by Donn Cave for BeOS (SF #403642): by Guido van Rossum · 24 years ago
  76. d74fb6b RISCOS changes by dschwertberger. by Guido van Rossum · 24 years ago
  77. 6c0a0e1 added some elements missing from __all__ by Skip Montanaro · 24 years ago
  78. 269b83b added several more __all__ lists by Skip Montanaro · 24 years ago
  79. 2344fae Whitespace normalization. by Tim Peters · 24 years ago
  80. 20af317 popen4(): Added for Unix. by Fred Drake · 24 years ago
  81. d9a8e96 Only supply popen2, popen3 when fork exists. by Guido van Rossum · 24 years ago
  82. 31f182e Added os.popen2() and os.popen3() for non-Windows platforms. by Fred Drake · 24 years ago
  83. 9f2550f makedirs(), removedirs(): If the tail of the path is empty, do a second by Fred Drake · 24 years ago
  84. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  85. 868b50a Michael Hudson fixes a case where execv() is called (for a test) with by Guido van Rossum · 24 years ago
  86. 7da3cc5 Michael Hudson: by Guido van Rossum · 24 years ago
  87. e0cd291 Doc strings for the spawn* functions, by Michael Hudson. by Guido van Rossum · 24 years ago
  88. 965fdae Patch by Fred Gansevles. by Guido van Rossum · 25 years ago
  89. 4b8c6ea Actually, the previous batch's comment should have been different; by Guido van Rossum · 25 years ago
  90. 54f22ed More trivial comment -> docstring transformations by Ka-Ping Yee, who writes: by Guido van Rossum · 25 years ago
  91. dd7cbbf Oops. spawnl() and spawnle() should be implemented on Windows too. by Guido van Rossum · 25 years ago
  92. 5a2ca93 Checking in a bunch of spawn functions. These are only defined if we by Guido van Rossum · 25 years ago
  93. 18df5d4 Mark Hammond: patch for Windows/CE. by Guido van Rossum · 25 years ago
  94. b46413f The case-insensitive _Environ class was lacking a case-insensitive has_key(). by Guido van Rossum · 25 years ago
  95. fb801e7 As Finn Bock points out, _P_WAIT etc. don't have a leading underscore by Guido van Rossum · 26 years ago
  96. 67c65b2 Special-case _P_WAIT etc. for NT. by Guido van Rossum · 26 years ago
  97. 0237909 Enable os.path as a mostly-normal submodule, including "from os.path by Fred Drake · 26 years ago
  98. da4d6da Support case insensitive treatment of os.environ keys on Windows and by Guido van Rossum · 26 years ago
  99. 4def7de Add makedirs(), removedirs(), renames() -- ESR-inspired super-versions by Guido van Rossum · 26 years ago
  100. e9387ea introduce a new platform-specific variable: os.linesep is the by Guido van Rossum · 26 years ago