1. 3e86c99 Merge from 3.2 for Issue #12084. by Brian Curtin · 13 years ago
  2. d25aef5 Fix #12084. os.stat on Windows wasn't working properly with relative symlinks. by Brian Curtin · 13 years ago
  3. 566f8a6 os.sendfile() test: fix "AttributeError: 'NoneType' object has no attribute 'Thread'" when running tests with --without-threads option. by Giampaolo Rodola' · 13 years ago
  4. d5c355c Issue #11223: Replace threading._info() by sys.thread_info by Victor Stinner · 13 years ago
  5. 754851f Issue #11223: Add threading._info() function providing informations about the by Victor Stinner · 13 years ago
  6. b938bcd (merge) Issue #11395: io.FileIO().write() clamps the data length to 32,767 by Victor Stinner · 13 years ago
  7. e0daff1 Issue #11395: io.FileIO().write() clamps the data length to 32,767 bytes on by Victor Stinner · 13 years ago
  8. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 13 years ago
  9. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  10. b637680 Properly close a file in test_os. by Brett Cannon · 13 years ago
  11. 3730892 #11515: Merge with 3.2. by Ezio Melotti · 13 years ago
  12. cfbcec3 Issue 11348: skip os.setpriority() test if current nice level is >= 19. by Giampaolo Rodolà · 13 years ago
  13. 2de51ff Make sendfile tests more robust by Antoine Pitrou · 13 years ago
  14. 18dd0df Issue #11323: fix sendfile tests under 64-bit Solaris. by Antoine Pitrou · 13 years ago
  15. 692f038 Fix AttributeError. by Antoine Pitrou · 13 years ago
  16. 4bc6857 (issue 11323) - attempt to fix solaris buildbot failure for os.sendfile(). Also fixed an AttributeError in get/set priority tests. by Giampaolo Rodolà · 13 years ago
  17. 18e8bcb Issue 10784: adds os.getpriority() and os.setpriority() functions. by Giampaolo Rodolà · 13 years ago
  18. 4613464 Skip os.sendfile() test if threading module is not available. by Giampaolo Rodolà · 13 years ago
  19. c9c2c8b Issue 10882: add os.sendfile(). (patch provided by Ross Lagerwall) by Giampaolo Rodolà · 13 years ago
  20. 32e8aab Merged revisions 87666 via svnmerge from by Amaury Forgeot d'Arc · 14 years ago
  21. a251a85 #8278: In the Windows implementation of stat() and utime(), by Amaury Forgeot d'Arc · 14 years ago
  22. 3b4499c Fix #9333. The symlink function is always available now, raising OSError by Brian Curtin · 14 years ago
  23. 8e9fe9f Avoid possible zombi process. by Hirokazu Yamamoto · 14 years ago
  24. 52173d4 Fix #9333. Expose os.symlink on Windows only when usable. by Brian Curtin · 14 years ago
  25. 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
  26. c0abc4e Fix #10591. Fix test_os for refleak runs. by Brian Curtin · 14 years ago
  27. f498b75 Actually fix what I attempted to fix in r86888... by Brian Curtin · 14 years ago
  28. 43f0c27 Try to fix failures on platforms that can't encode the test characters. by Brian Curtin · 14 years ago
  29. fc889c4 Fix for #8879. by Brian Curtin · 14 years ago
  30. 1b9df39 Fix #8879. Add os.link support to Windows. by Brian Curtin · 14 years ago
  31. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  32. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  33. 43ec577 Close subprocess pipes in _kill. Fixes a number of ResourceWarnings. by Brian Curtin · 14 years ago
  34. 32105f4 Merged revisions 85987 via svnmerge from by Brian Curtin · 14 years ago
  35. 810921b Fix #10257. Clear resource warnings by using os.popen's context manager. by Brian Curtin · 14 years ago
  36. 6f35eda Issue #10210: os.get_exec_path() ignores BytesWarning warnings by Victor Stinner · 14 years ago
  37. f668df5 Fix #10098. Fix sporadic test_os failures. by Brian Curtin · 14 years ago
  38. 8f6b6b0 Issue #9992: Remove PYTHONFSENCODING environment variable. by Victor Stinner · 14 years ago
  39. 54c950f Issue #9978: Wait until subprocess completes initialization. (Win32KillTests in test_os) by Hirokazu Yamamoto · 14 years ago
  40. 0151b8e LoginTests fails on a number of buildbots with different errors. Skip by Brian Curtin · 14 years ago
  41. e8e4b3b #9808. Implement os.getlogin for Windows, completed by Jon Anglin. by Brian Curtin · 14 years ago
  42. 3842529 Issue #9908: Fix os.stat() on bytes paths under Windows 7. by Antoine Pitrou · 14 years ago
  43. 3d75d0c Issue #8603: Environ.data is now protected -> Environ._data by Victor Stinner · 14 years ago
  44. 4b6fdf3 #6394: Add os.getppid() support for Windows. by Amaury Forgeot d'Arc · 14 years ago
  45. c44abb1 Workaround issue #8611 in test_undecodable_code() of test_sys by Victor Stinner · 14 years ago
  46. 114b724 Skip test_encodings() of test_os on Windows and Mac OS X by Victor Stinner · 14 years ago
  47. 38430e2 Fix os.get_exec_path() (code and tests) for python -bb by Victor Stinner · 14 years ago
  48. 70f88c5 Fix test_os: workaround #8611 bug by Victor Stinner · 14 years ago
  49. e8d5145 Create os.fsdecode(): decode from the filesystem encoding with surrogateescape by Victor Stinner · 14 years ago
  50. d91df1a Improve PEP 383 tests (in test_os) by Victor Stinner · 14 years ago
  51. 96f0de9 Update test_os.py according to my last changes on _Environ.__repr__() by Victor Stinner · 14 years ago
  52. 74e4561 Re-flow several long lines from #1578269. by Brian Curtin · 14 years ago
  53. d40e6f7 Implement #1578269. Patch by Jason R. Coombs. by Brian Curtin · 14 years ago
  54. 1cc6df9 Merged revisions 82403 via svnmerge from by Benjamin Peterson · 14 years ago
  55. c3acbc3 Merged revisions 81584 via svnmerge from by Brian Curtin · 14 years ago
  56. b745a74 Issue #8513: os.get_exec_path() supports b'PATH' key and bytes value. by Victor Stinner · 14 years ago
  57. f155f1f Oops, my patch on subprocess is not merged yet: fix my previous commit on test_os by Victor Stinner · 14 years ago
  58. c2d095f test_os: cleanup test_internal_execvpe() and os._execvpe() mockup by Victor Stinner · 14 years ago
  59. 3ea0062 Replace /s with os.sep in the new internal_execvpe test. Hopefully fixes by Gregory P. Smith · 14 years ago
  60. 31191a9 make condition more specific by Benjamin Peterson · 14 years ago
  61. bf9bcab Write tests for the new function os.fsencode() by Victor Stinner · 14 years ago
  62. 4ae3777 Adds a unittest for the internal os._execvpe function. by Gregory P. Smith · 14 years ago
  63. 208d28c Fix test_os: os.environb doesn't exist on Windows by Victor Stinner · 14 years ago
  64. 932d3f4 self.skip -> self.skipTest by Benjamin Peterson · 14 years ago
  65. 180799d wrap long lines by Benjamin Peterson · 14 years ago
  66. 9eafe10 use concise skipping by Benjamin Peterson · 14 years ago
  67. 84ae118 Issue #8603: Create a bytes version of os.environ for Unix by Victor Stinner · 14 years ago
  68. dcb2403 Issue #8485: PyUnicode_FSConverter() doesn't accept bytearray object anymore, by Victor Stinner · 14 years ago
  69. 466e926 Merged revisions 80108,80111,80114-80115 via svnmerge from by Mark Dickinson · 14 years ago
  70. 89589c9 Don't assume that os.confstr_names exists. by Mark Dickinson · 14 years ago
  71. 7cf0389 Issue #4970: move linuxthreads check outside the affected test, and use skipIf by Mark Dickinson · 14 years ago
  72. 6f7adcc Add CS_GNU_LIBC_VERSION and CS_GNU_LIBPTHREAD_VERSION constants for constr(), by Victor Stinner · 14 years ago
  73. eb24d74 Port #1220212 (os.kill for Win32) to py3k. by Brian Curtin · 14 years ago
  74. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  75. c48b055 Merged revisions 78739 via svnmerge from by Benjamin Peterson · 14 years ago
  76. ebe87ba Merged revisions 78718 via svnmerge from by Benjamin Peterson · 14 years ago
  77. 18ac2b4 Merged revisions 78548 via svnmerge from by Gregory P. Smith · 14 years ago
  78. c78d79c Merged revisions 78546 via svnmerge from by Gregory P. Smith · 14 years ago
  79. b6e8c7e Add an os.get_exec_path() function to return the list of directories by Gregory P. Smith · 14 years ago
  80. d2a577d Merged revisions 78316 via svnmerge from by Ezio Melotti · 14 years ago
  81. 19e4acf #7310: fix the repr() of os.environ by Ezio Melotti · 14 years ago
  82. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  83. 1b64331 Merged revisions 77571 via svnmerge from by Antoine Pitrou · 15 years ago
  84. 1119a64 Issue #7561: Fix crashes when using bytearray objects with the posix module. by Antoine Pitrou · 15 years ago
  85. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  86. 1f1b9a4 Merged revisions 74171 via svnmerge from by R. David Murray · 15 years ago
  87. 630cc48 Issue 6542: Make sure that TestInvalidFD.test_closerange does not by R. David Murray · 15 years ago
  88. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  89. 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
  90. 43c5778 Rename utf8b error handler to surrogateescape. by Martin v. Löwis · 15 years ago
  91. 7061368 Issue #5944: Skip PEP 383 tests on OS X. by Mark Dickinson · 15 years ago
  92. 011e842 Issue #5915: Implement PEP 383, Non-decodable Bytes in by Martin v. Löwis · 15 years ago
  93. 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
  94. 2fc224f #5306: Fix compilation on Windows by properly merging change 69495. by Amaury Forgeot d'Arc · 15 years ago
  95. f91df04 Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,69519-69521 via svnmerge from by Benjamin Peterson · 16 years ago
  96. 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
  97. 7522c74 Merged revisions 68779 via svnmerge from by Benjamin Peterson · 16 years ago
  98. 9053d75 Merged revisions 68763,68773 via svnmerge from by Benjamin Peterson · 16 years ago
  99. 05e782f reenable the invalid fd test for fdopen by Benjamin Peterson · 16 years ago
  100. e1cdfd7 Merged revisions 68547,68607,68610,68618,68621-68622,68649,68722 via svnmerge from by Benjamin Peterson · 16 years ago