1. d2a577d Merged revisions 78316 via svnmerge from by Ezio Melotti · 15 years ago
  2. 1b64331 Merged revisions 77571 via svnmerge from by Antoine Pitrou · 15 years ago
  3. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  4. 1f1b9a4 Merged revisions 74171 via svnmerge from by R. David Murray · 15 years ago
  5. 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
  6. 43c5778 Rename utf8b error handler to surrogateescape. by Martin v. Löwis · 15 years ago
  7. 7061368 Issue #5944: Skip PEP 383 tests on OS X. by Mark Dickinson · 15 years ago
  8. 011e842 Issue #5915: Implement PEP 383, Non-decodable Bytes in by Martin v. Löwis · 15 years ago
  9. ef3e4c2 Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,71299,71329,71397-71398,71486 via svnmerge from by Benjamin Peterson · 15 years ago
  10. 2fc224f #5306: Fix compilation on Windows by properly merging change 69495. by Amaury Forgeot d'Arc · 16 years ago
  11. f91df04 Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,69519-69521 via svnmerge from by Benjamin Peterson · 16 years ago
  12. 5c6d787 Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,69293,69297-69301,69348 via svnmerge from by Benjamin Peterson · 16 years ago
  13. 7522c74 Merged revisions 68779 via svnmerge from by Benjamin Peterson · 16 years ago
  14. 9053d75 Merged revisions 68763,68773 via svnmerge from by Benjamin Peterson · 16 years ago
  15. 05e782f reenable the invalid fd test for fdopen by Benjamin Peterson · 16 years ago
  16. e1cdfd7 Merged revisions 68547,68607,68610,68618,68621-68622,68649,68722 via svnmerge from by Benjamin Peterson · 16 years ago
  17. d62269f Fix Windows buildbot failures after r66469. by Antoine Pitrou · 16 years ago
  18. 9cadb1b Issue #3782: os.write() must not accept unicode strings by Antoine Pitrou · 16 years ago
  19. 4c19e6e Issue #3804: Added test for Issue #2222. Reviewed by Benjamin Peterson. by Hirokazu Yamamoto · 16 years ago
  20. ca765d5 Reverted r65901 and uses GetVolumeInformationW because string in py3k is unicode. by Hirokazu Yamamoto · 16 years ago
  21. 5ef6d18 Merged revisions 65900 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  22. c4fe6f3 Merged revisions 65780,65782,65785,65809,65812,65834,65846,65859,65861 via svnmerge from by Benjamin Peterson · 16 years ago
  23. b9ee06c #3571: try to fix recurrent buildbot failures by strenghtening test_os.test_closerange by Antoine Pitrou · 16 years ago
  24. e2e36ba posix.fdopen does not exists any more; and os.fdopen exists on all platforms. by Amaury Forgeot d'Arc · 16 years ago
  25. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  26. cfaf10c Merged revisions 63339 via svnmerge from by Brett Cannon · 16 years ago
  27. dd15f6c Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from by Christian Heimes · 17 years ago
  28. fdab48e Merged revisions 60094-60123 via svnmerge from by Christian Heimes · 17 years ago
  29. 1a13d59 Added unit test to verify that #1087 is invalid. os.popen is using subprocess. by Christian Heimes · 17 years ago
  30. 9033339 Fixed unit tests for os.environ. Some of the tests didn't test at all because os.environ was empty. by Christian Heimes · 17 years ago
  31. 687b9c0 Patch 1318 by Christian Heimes: remove os.tmpnam(), os.tempnam(), by Guido van Rossum · 17 years ago
  32. 47b49bf Merged revisions 57620-57771 via svnmerge from by Thomas Wouters · 17 years ago
  33. bd315c5 Calling execvp with an empty argument list raises ValueError, but we by Thomas Heller · 17 years ago
  34. 6790d60 Forbid an empty argument list in execv call. by Thomas Heller · 17 years ago
  35. 26d95c3 More str/bytes fixes. by Guido van Rossum · 17 years ago
  36. e61fd5b Patch by Christian Heimes to change self.assert_(x == y) into by Guido van Rossum · 17 years ago
  37. 67aca9e Following an idea by Ron Adam, make sure keys and values in the by Guido van Rossum · 17 years ago
  38. ff0ffb3 Make test_tmpfile() pass. (And hence test_os.py as a whole passes.) by Guido van Rossum · 17 years ago
  39. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  40. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  41. 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
  42. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  43. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  44. 01c77c6 Anna Ravenscroft identified many occurrences of "file" used to open a file by Alex Martelli · 18 years ago
  45. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  46. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  47. 5510f65 Avoid using items() in environ.update(). Fixes #1124513. Will backport to 2.4. by Martin v. Löwis · 20 years ago
  48. 1d11de6 Revert os.py 1.75, and directly implement update. Fixes #1110478 and #1100235. by Martin v. Löwis · 20 years ago
  49. 4d394df Truncate st_?time before comparing it with ST_?TIME in the tests. by Martin v. Löwis · 20 years ago
  50. 45e77c5 Whitespace normalization. by Tim Peters · 20 years ago
  51. dc3883f Patch #934711: Expose platform-specific entropy. by Martin v. Löwis · 20 years ago
  52. 4182cfd test_devnull(): Use assertEqual() instead of an assert stmt. by Tim Peters · 20 years ago
  53. bdec50f Feature request #935915: Add os.path.devnull. by Martin v. Löwis · 20 years ago
  54. 118f931 Rename class attribute containing the class to be tested, so the name is the by Walter Dörwald · 20 years ago
  55. 0a6d0ff Port the dictionary tests from test_types.py to unittest. Collect as much by Walter Dörwald · 20 years ago
  56. 58eb11c Whitespace normalization. by Tim Peters · 21 years ago
  57. b386f6a As part of fixing bug #829532, add a test case that exercises os.makedirs by Andrew M. Kuchling · 21 years ago
  58. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  59. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  60. 5501b5e SF bug 728097: tmpnam problems on windows 2.3b, breaks test.test_os. by Tim Peters · 21 years ago
  61. 9dcbbea Factor out common boilerplate for test_support by Raymond Hettinger · 21 years ago
  62. c4e0940 New generator os.walk() does a bit more than os.path.walk() does, and by Tim Peters · 21 years ago
  63. 2c2d322 SF patch #667730: More DictMixin by Raymond Hettinger · 22 years ago
  64. 2e8bba5 Standardize behavior: create a single suite merging all test cases. by Guido van Rossum · 22 years ago
  65. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  66. f90ae20 Patch #488073: AtheOS port. by Martin v. Löwis · 22 years ago
  67. d392506 Tighten up some warning filters, and break some dependencies on the by Tim Peters · 22 years ago
  68. e0c446b Whitespace normalization. by Tim Peters · 23 years ago
  69. 1fff878 The assignment to result.st_rdev can raise AttributeError as well as by Guido van Rossum · 23 years ago
  70. 98bf58f SF patch #462296: Add attributes to os.stat results; by Nick Mathewson. by Guido van Rossum · 23 years ago
  71. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 23 years ago
  72. 60f0188 Merge changes from r22a2-branch back into trunk. Also, change patch by Barry Warsaw · 23 years ago
  73. a7fc21b Silence warnings during test_os by Jeremy Hylton · 23 years ago
  74. 87cc0c3 Whitespace normalization, plus: by Tim Peters · 23 years ago
  75. 1f4cc89 Remove a couple of lines from the test that proved not to be portable to by Fred Drake · 23 years ago
  76. 38c2ef0 Start of a test suite for the "os" module -- this only tests the temporary by Fred Drake · 23 years ago