1. e0daff1 Issue #11395: io.FileIO().write() clamps the data length to 32,767 bytes on by Victor Stinner · 13 years ago
  2. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 13 years ago
  3. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  4. 32e8aab Merged revisions 87666 via svnmerge from by Amaury Forgeot d'Arc · 14 years ago
  5. a251a85 #8278: In the Windows implementation of stat() and utime(), by Amaury Forgeot d'Arc · 14 years ago
  6. 3b4499c Fix #9333. The symlink function is always available now, raising OSError by Brian Curtin · 14 years ago
  7. 8e9fe9f Avoid possible zombi process. by Hirokazu Yamamoto · 14 years ago
  8. 52173d4 Fix #9333. Expose os.symlink on Windows only when usable. by Brian Curtin · 14 years ago
  9. 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
  10. c0abc4e Fix #10591. Fix test_os for refleak runs. by Brian Curtin · 14 years ago
  11. f498b75 Actually fix what I attempted to fix in r86888... by Brian Curtin · 14 years ago
  12. 43f0c27 Try to fix failures on platforms that can't encode the test characters. by Brian Curtin · 14 years ago
  13. fc889c4 Fix for #8879. by Brian Curtin · 14 years ago
  14. 1b9df39 Fix #8879. Add os.link support to Windows. by Brian Curtin · 14 years ago
  15. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  16. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  17. 43ec577 Close subprocess pipes in _kill. Fixes a number of ResourceWarnings. by Brian Curtin · 14 years ago
  18. 32105f4 Merged revisions 85987 via svnmerge from by Brian Curtin · 14 years ago
  19. 810921b Fix #10257. Clear resource warnings by using os.popen's context manager. by Brian Curtin · 14 years ago
  20. 6f35eda Issue #10210: os.get_exec_path() ignores BytesWarning warnings by Victor Stinner · 14 years ago
  21. f668df5 Fix #10098. Fix sporadic test_os failures. by Brian Curtin · 14 years ago
  22. 8f6b6b0 Issue #9992: Remove PYTHONFSENCODING environment variable. by Victor Stinner · 14 years ago
  23. 54c950f Issue #9978: Wait until subprocess completes initialization. (Win32KillTests in test_os) by Hirokazu Yamamoto · 14 years ago
  24. 0151b8e LoginTests fails on a number of buildbots with different errors. Skip by Brian Curtin · 14 years ago
  25. e8e4b3b #9808. Implement os.getlogin for Windows, completed by Jon Anglin. by Brian Curtin · 14 years ago
  26. 3842529 Issue #9908: Fix os.stat() on bytes paths under Windows 7. by Antoine Pitrou · 14 years ago
  27. 3d75d0c Issue #8603: Environ.data is now protected -> Environ._data by Victor Stinner · 14 years ago
  28. 4b6fdf3 #6394: Add os.getppid() support for Windows. by Amaury Forgeot d'Arc · 14 years ago
  29. c44abb1 Workaround issue #8611 in test_undecodable_code() of test_sys by Victor Stinner · 14 years ago
  30. 114b724 Skip test_encodings() of test_os on Windows and Mac OS X by Victor Stinner · 14 years ago
  31. 38430e2 Fix os.get_exec_path() (code and tests) for python -bb by Victor Stinner · 14 years ago
  32. 70f88c5 Fix test_os: workaround #8611 bug by Victor Stinner · 14 years ago
  33. e8d5145 Create os.fsdecode(): decode from the filesystem encoding with surrogateescape by Victor Stinner · 14 years ago
  34. d91df1a Improve PEP 383 tests (in test_os) by Victor Stinner · 14 years ago
  35. 96f0de9 Update test_os.py according to my last changes on _Environ.__repr__() by Victor Stinner · 14 years ago
  36. 74e4561 Re-flow several long lines from #1578269. by Brian Curtin · 14 years ago
  37. d40e6f7 Implement #1578269. Patch by Jason R. Coombs. by Brian Curtin · 14 years ago
  38. 1cc6df9 Merged revisions 82403 via svnmerge from by Benjamin Peterson · 14 years ago
  39. c3acbc3 Merged revisions 81584 via svnmerge from by Brian Curtin · 14 years ago
  40. b745a74 Issue #8513: os.get_exec_path() supports b'PATH' key and bytes value. by Victor Stinner · 14 years ago
  41. f155f1f Oops, my patch on subprocess is not merged yet: fix my previous commit on test_os by Victor Stinner · 14 years ago
  42. c2d095f test_os: cleanup test_internal_execvpe() and os._execvpe() mockup by Victor Stinner · 14 years ago
  43. 3ea0062 Replace /s with os.sep in the new internal_execvpe test. Hopefully fixes by Gregory P. Smith · 14 years ago
  44. 31191a9 make condition more specific by Benjamin Peterson · 14 years ago
  45. bf9bcab Write tests for the new function os.fsencode() by Victor Stinner · 14 years ago
  46. 4ae3777 Adds a unittest for the internal os._execvpe function. by Gregory P. Smith · 14 years ago
  47. 208d28c Fix test_os: os.environb doesn't exist on Windows by Victor Stinner · 14 years ago
  48. 932d3f4 self.skip -> self.skipTest by Benjamin Peterson · 14 years ago
  49. 180799d wrap long lines by Benjamin Peterson · 14 years ago
  50. 9eafe10 use concise skipping by Benjamin Peterson · 14 years ago
  51. 84ae118 Issue #8603: Create a bytes version of os.environ for Unix by Victor Stinner · 14 years ago
  52. dcb2403 Issue #8485: PyUnicode_FSConverter() doesn't accept bytearray object anymore, by Victor Stinner · 14 years ago
  53. 466e926 Merged revisions 80108,80111,80114-80115 via svnmerge from by Mark Dickinson · 14 years ago
  54. 89589c9 Don't assume that os.confstr_names exists. by Mark Dickinson · 14 years ago
  55. 7cf0389 Issue #4970: move linuxthreads check outside the affected test, and use skipIf by Mark Dickinson · 14 years ago
  56. 6f7adcc Add CS_GNU_LIBC_VERSION and CS_GNU_LIBPTHREAD_VERSION constants for constr(), by Victor Stinner · 14 years ago
  57. eb24d74 Port #1220212 (os.kill for Win32) to py3k. by Brian Curtin · 14 years ago
  58. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  59. c48b055 Merged revisions 78739 via svnmerge from by Benjamin Peterson · 14 years ago
  60. ebe87ba Merged revisions 78718 via svnmerge from by Benjamin Peterson · 14 years ago
  61. 18ac2b4 Merged revisions 78548 via svnmerge from by Gregory P. Smith · 14 years ago
  62. c78d79c Merged revisions 78546 via svnmerge from by Gregory P. Smith · 14 years ago
  63. b6e8c7e Add an os.get_exec_path() function to return the list of directories by Gregory P. Smith · 14 years ago
  64. d2a577d Merged revisions 78316 via svnmerge from by Ezio Melotti · 14 years ago
  65. 19e4acf #7310: fix the repr() of os.environ by Ezio Melotti · 14 years ago
  66. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  67. 1b64331 Merged revisions 77571 via svnmerge from by Antoine Pitrou · 15 years ago
  68. 1119a64 Issue #7561: Fix crashes when using bytearray objects with the posix module. by Antoine Pitrou · 15 years ago
  69. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  70. 1f1b9a4 Merged revisions 74171 via svnmerge from by R. David Murray · 15 years ago
  71. 630cc48 Issue 6542: Make sure that TestInvalidFD.test_closerange does not by R. David Murray · 15 years ago
  72. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  73. 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
  74. 43c5778 Rename utf8b error handler to surrogateescape. by Martin v. Löwis · 15 years ago
  75. 7061368 Issue #5944: Skip PEP 383 tests on OS X. by Mark Dickinson · 15 years ago
  76. 011e842 Issue #5915: Implement PEP 383, Non-decodable Bytes in by Martin v. Löwis · 15 years ago
  77. 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
  78. 2fc224f #5306: Fix compilation on Windows by properly merging change 69495. by Amaury Forgeot d'Arc · 15 years ago
  79. f91df04 Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,69519-69521 via svnmerge from by Benjamin Peterson · 15 years ago
  80. 5c6d787 Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,69293,69297-69301,69348 via svnmerge from by Benjamin Peterson · 15 years ago
  81. 7522c74 Merged revisions 68779 via svnmerge from by Benjamin Peterson · 15 years ago
  82. 9053d75 Merged revisions 68763,68773 via svnmerge from by Benjamin Peterson · 15 years ago
  83. 05e782f reenable the invalid fd test for fdopen by Benjamin Peterson · 15 years ago
  84. e1cdfd7 Merged revisions 68547,68607,68610,68618,68621-68622,68649,68722 via svnmerge from by Benjamin Peterson · 16 years ago
  85. d62269f Fix Windows buildbot failures after r66469. by Antoine Pitrou · 16 years ago
  86. 9cadb1b Issue #3782: os.write() must not accept unicode strings by Antoine Pitrou · 16 years ago
  87. 4c19e6e Issue #3804: Added test for Issue #2222. Reviewed by Benjamin Peterson. by Hirokazu Yamamoto · 16 years ago
  88. ca765d5 Reverted r65901 and uses GetVolumeInformationW because string in py3k is unicode. by Hirokazu Yamamoto · 16 years ago
  89. 5ef6d18 Merged revisions 65900 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  90. c4fe6f3 Merged revisions 65780,65782,65785,65809,65812,65834,65846,65859,65861 via svnmerge from by Benjamin Peterson · 16 years ago
  91. b9ee06c #3571: try to fix recurrent buildbot failures by strenghtening test_os.test_closerange by Antoine Pitrou · 16 years ago
  92. e2e36ba posix.fdopen does not exists any more; and os.fdopen exists on all platforms. by Amaury Forgeot d'Arc · 16 years ago
  93. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  94. cfaf10c Merged revisions 63339 via svnmerge from by Brett Cannon · 16 years ago
  95. 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 · 16 years ago
  96. fdab48e Merged revisions 60094-60123 via svnmerge from by Christian Heimes · 16 years ago
  97. 1a13d59 Added unit test to verify that #1087 is invalid. os.popen is using subprocess. by Christian Heimes · 17 years ago
  98. 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
  99. 687b9c0 Patch 1318 by Christian Heimes: remove os.tmpnam(), os.tempnam(), by Guido van Rossum · 17 years ago
  100. 47b49bf Merged revisions 57620-57771 via svnmerge from by Thomas Wouters · 17 years ago