1. bd315c5 Calling execvp with an empty argument list raises ValueError, but we by Thomas Heller · 17 years ago
  2. 6790d60 Forbid an empty argument list in execv call. by Thomas Heller · 17 years ago
  3. 26d95c3 More str/bytes fixes. by Guido van Rossum · 17 years ago
  4. e61fd5b Patch by Christian Heimes to change self.assert_(x == y) into by Guido van Rossum · 17 years ago
  5. 67aca9e Following an idea by Ron Adam, make sure keys and values in the by Guido van Rossum · 17 years ago
  6. ff0ffb3 Make test_tmpfile() pass. (And hence test_os.py as a whole passes.) by Guido van Rossum · 17 years ago
  7. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  8. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  9. 42dae6a Make readonly members defined in C throw an AttributeError on modification. This brings them into sync with Python-level attributes. Fixes bug #1687163. by Collin Winter · 17 years ago
  10. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  11. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  12. 01c77c6 Anna Ravenscroft identified many occurrences of "file" used to open a file by Alex Martelli · 18 years ago
  13. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  14. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  15. 5510f65 Avoid using items() in environ.update(). Fixes #1124513. Will backport to 2.4. by Martin v. Löwis · 20 years ago
  16. 1d11de6 Revert os.py 1.75, and directly implement update. Fixes #1110478 and #1100235. by Martin v. Löwis · 20 years ago
  17. 4d394df Truncate st_?time before comparing it with ST_?TIME in the tests. by Martin v. Löwis · 20 years ago
  18. 45e77c5 Whitespace normalization. by Tim Peters · 20 years ago
  19. dc3883f Patch #934711: Expose platform-specific entropy. by Martin v. Löwis · 20 years ago
  20. 4182cfd test_devnull(): Use assertEqual() instead of an assert stmt. by Tim Peters · 20 years ago
  21. bdec50f Feature request #935915: Add os.path.devnull. by Martin v. Löwis · 20 years ago
  22. 118f931 Rename class attribute containing the class to be tested, so the name is the by Walter Dörwald · 20 years ago
  23. 0a6d0ff Port the dictionary tests from test_types.py to unittest. Collect as much by Walter Dörwald · 20 years ago
  24. 58eb11c Whitespace normalization. by Tim Peters · 21 years ago
  25. b386f6a As part of fixing bug #829532, add a test case that exercises os.makedirs by Andrew M. Kuchling · 21 years ago
  26. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  27. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  28. 5501b5e SF bug 728097: tmpnam problems on windows 2.3b, breaks test.test_os. by Tim Peters · 21 years ago
  29. 9dcbbea Factor out common boilerplate for test_support by Raymond Hettinger · 21 years ago
  30. c4e0940 New generator os.walk() does a bit more than os.path.walk() does, and by Tim Peters · 21 years ago
  31. 2c2d322 SF patch #667730: More DictMixin by Raymond Hettinger · 21 years ago
  32. 2e8bba5 Standardize behavior: create a single suite merging all test cases. by Guido van Rossum · 22 years ago
  33. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  34. f90ae20 Patch #488073: AtheOS port. by Martin v. Löwis · 22 years ago
  35. d392506 Tighten up some warning filters, and break some dependencies on the by Tim Peters · 22 years ago
  36. e0c446b Whitespace normalization. by Tim Peters · 23 years ago
  37. 1fff878 The assignment to result.st_rdev can raise AttributeError as well as by Guido van Rossum · 23 years ago
  38. 98bf58f SF patch #462296: Add attributes to os.stat results; by Nick Mathewson. by Guido van Rossum · 23 years ago
  39. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 23 years ago
  40. 60f0188 Merge changes from r22a2-branch back into trunk. Also, change patch by Barry Warsaw · 23 years ago
  41. a7fc21b Silence warnings during test_os by Jeremy Hylton · 23 years ago
  42. 87cc0c3 Whitespace normalization, plus: by Tim Peters · 23 years ago
  43. 1f4cc89 Remove a couple of lines from the test that proved not to be portable to by Fred Drake · 23 years ago
  44. 38c2ef0 Start of a test suite for the "os" module -- this only tests the temporary by Fred Drake · 23 years ago