1. a90f438 Unify _Environ processing on riscos with other platforms. by Martin v. Löwis · 23 years ago
  2. 81e4b1c fix typo in extending __all__ for riscos platform - closes bug 406296 by Skip Montanaro · 23 years ago
  3. feb6719 Use r""" instead of """ for the docstring so that backslashes are preserved. by Ka-Ping Yee · 23 years ago
  4. b7fe432 Fix by Donn Cave for BeOS (SF #403642): by Guido van Rossum · 23 years ago
  5. d74fb6b RISCOS changes by dschwertberger. by Guido van Rossum · 23 years ago
  6. 6c0a0e1 added some elements missing from __all__ by Skip Montanaro · 23 years ago
  7. 269b83b added several more __all__ lists by Skip Montanaro · 23 years ago
  8. 2344fae Whitespace normalization. by Tim Peters · 24 years ago
  9. 20af317 popen4(): Added for Unix. by Fred Drake · 24 years ago
  10. d9a8e96 Only supply popen2, popen3 when fork exists. by Guido van Rossum · 24 years ago
  11. 31f182e Added os.popen2() and os.popen3() for non-Windows platforms. by Fred Drake · 24 years ago
  12. 9f2550f makedirs(), removedirs(): If the tail of the path is empty, do a second by Fred Drake · 24 years ago
  13. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  14. 868b50a Michael Hudson fixes a case where execv() is called (for a test) with by Guido van Rossum · 24 years ago
  15. 7da3cc5 Michael Hudson: by Guido van Rossum · 24 years ago
  16. e0cd291 Doc strings for the spawn* functions, by Michael Hudson. by Guido van Rossum · 24 years ago
  17. 965fdae Patch by Fred Gansevles. by Guido van Rossum · 24 years ago
  18. 4b8c6ea Actually, the previous batch's comment should have been different; by Guido van Rossum · 24 years ago
  19. 54f22ed More trivial comment -> docstring transformations by Ka-Ping Yee, who writes: by Guido van Rossum · 24 years ago
  20. dd7cbbf Oops. spawnl() and spawnle() should be implemented on Windows too. by Guido van Rossum · 25 years ago
  21. 5a2ca93 Checking in a bunch of spawn functions. These are only defined if we by Guido van Rossum · 25 years ago
  22. 18df5d4 Mark Hammond: patch for Windows/CE. by Guido van Rossum · 25 years ago
  23. b46413f The case-insensitive _Environ class was lacking a case-insensitive has_key(). by Guido van Rossum · 25 years ago
  24. fb801e7 As Finn Bock points out, _P_WAIT etc. don't have a leading underscore by Guido van Rossum · 25 years ago
  25. 67c65b2 Special-case _P_WAIT etc. for NT. by Guido van Rossum · 25 years ago
  26. 0237909 Enable os.path as a mostly-normal submodule, including "from os.path by Fred Drake · 26 years ago
  27. da4d6da Support case insensitive treatment of os.environ keys on Windows and by Guido van Rossum · 26 years ago
  28. 4def7de Add makedirs(), removedirs(), renames() -- ESR-inspired super-versions by Guido van Rossum · 26 years ago
  29. e9387ea introduce a new platform-specific variable: os.linesep is the by Guido van Rossum · 26 years ago
  30. 61de0ac Reindented according to new standard, without tabs. by Guido van Rossum · 27 years ago
  31. 58a88b3 _Environ(): Added __getinitargs__() method so os.environ.copy() works, by Barry Warsaw · 27 years ago
  32. 8e9ebfd os2 patch by Jeff Rush by Guido van Rossum · 27 years ago
  33. a28dab5 Write out the dynamic OS choice, to avoid exec statements. by Guido van Rossum · 27 years ago
  34. 3b8e20d Added hook to os.environ to call putenv(), if it exists. by Guido van Rossum · 28 years ago
  35. b767709 make sure os.environ exists (maybe empty) by Guido van Rossum · 29 years ago
  36. 4c7fa4b set mac path separator to newline by Guido van Rossum · 29 years ago
  37. 030afb1 add execvpe -- mix of execvp and execve by Guido van Rossum · 29 years ago
  38. ca9321e Import posixpath for freeze script by Guido van Rossum · 30 years ago
  39. a28f2dc do fake "import posix" for freeze.py script by Guido van Rossum · 30 years ago
  40. 2979b01 Merge changes by Guido van Rossum · 30 years ago
  41. dd8cb44 Some minute changes. by Guido van Rossum · 31 years ago
  42. e65cce5 * string.py: added rindex(), rfind(); changed index() to interpret by Guido van Rossum · 31 years ago
  43. 35fb82a * os.py: _exit doesn't exist in all variations of posix by Guido van Rossum · 32 years ago
  44. 7a461e5 New module regsub contains sub(), gsub() and split() as in nawk. by Guido van Rossum · 32 years ago
  45. b59cdd4 Add separator by Guido van Rossum · 32 years ago
  46. 1a76ef2 Added definition for pardir ('..') by Guido van Rossum · 32 years ago
  47. 31104f4 Initial revision by Guido van Rossum · 33 years ago