1. a37cfc6 Merged revisions 63402,63405,63411,63457,63467-63468,63480,63507-63508,63516,63534,63541 via svnmerge from by Benjamin Peterson · 16 years ago
  2. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  3. 75ca4ea Merged revisions 62792,62799-62800 via svnmerge from by Christian Heimes · 16 years ago
  4. a342c01 Merged revisions 62386-62387,62389-62393,62396,62400-62402,62407,62409-62410,62412-62414,62418-62419 via svnmerge from by Christian Heimes · 16 years ago
  5. fdab48e Merged revisions 60094-60123 via svnmerge from by Christian Heimes · 17 years ago
  6. 5fb7c2a Merged revisions 59565-59594 via svnmerge from by Christian Heimes · 17 years ago
  7. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  8. c12a813 Patch # 1331 by Christian Heimes. by Guido van Rossum · 17 years ago
  9. 4043001 Make str/str8 comparisons return True/False for !=/==. by Brett Cannon · 17 years ago
  10. bb839ef More str/bytes goodness. by Guido van Rossum · 17 years ago
  11. 93c5682 Use unicode (and bytes as appropriate) by Neal Norwitz · 17 years ago
  12. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  13. 46a05a7 The bufsize argument to Popen() should accept None meaning the default (0). by Guido van Rossum · 17 years ago
  14. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  15. fa0054a Make test_subprocess work. Fix universal newlines in io.py. by Guido van Rossum · 17 years ago
  16. c9e363c Make test_subprocess pass. The subprocess module now reads and writes by Guido van Rossum · 17 years ago
  17. 88fc664 * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. by Georg Brandl · 18 years ago
  18. fc7bb8c Merged revisions 53304-53433,53435-53450 via svnmerge from by Thomas Wouters · 18 years ago
  19. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  20. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  21. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  22. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  23. eba28be Whitespace normalization. by Tim Peters · 20 years ago
  24. 653a5ad Tweak test_communicate_stderr so that it works when run under a pydebug build. by Brett Cannon · 20 years ago
  25. f7f1bb7 Only run extensive subprocess tests if -usubprocess to regrtest is specified. Fixes #1124637 by Peter Astrand · 20 years ago
  26. cbac93c Added three more testcases: Using communicate with only one of by Peter Astrand · 20 years ago
  27. 454f767 New subprocess utility function: check_call. Closes #1071764. by Peter Astrand · 20 years ago
  28. 738131d Raise TypeError if bufsize argument is not an integer. Patch 1071755, slightly modified. by Peter Astrand · 20 years ago
  29. 2224be6 Remove tempfile after use in test_call_string. by Peter Astrand · 20 years ago
  30. 195404f Use os.chdir/os.getcwd instead of os.path.realpath, to support Tru64 by Peter Astrand · 20 years ago
  31. c19ccc9 Removed test_close_fds, because it's too unreliable. We simply cannot by Peter Astrand · 20 years ago
  32. 1dbf243 remove_stderr_debug_decorations(): Always try the substitution. Else by Tim Peters · 20 years ago
  33. 9e29fc5 Don't spend quite as much time looking for leaks on Windows, where by Fredrik Lundh · 20 years ago
  34. 59c0559 normalize case when comparing directory names (problem reported by by Fredrik Lundh · 20 years ago
  35. 3761e8d New helper remove_stderr_debug_decorations(). This test passes in a by Tim Peters · 20 years ago
  36. 29b6b4f Kill several problems at once: test_poll() failed sometimes for me. by Tim Peters · 20 years ago
  37. 4052fe5 test_stdout_none(): Don't print "banana" to the screen in the middle by Tim Peters · 20 years ago
  38. 876c432 Windows test_creationflags() test: print msg to stderr informing the by Tim Peters · 20 years ago
  39. f73cc97 XXX about extreme expense of test_no_leaking() on Windows. I'm not sure by Tim Peters · 20 years ago
  40. 7b759da Experience with Zope2's tests showed it's a Bad Idea to make unittest by Tim Peters · 20 years ago
  41. 3b01a70 Wrap long lines. by Tim Peters · 20 years ago
  42. e718f61 Whitespace normalization. by Tim Peters · 20 years ago
  43. 5b3687d Added Peter Astrand's subprocess module. by Fredrik Lundh · 20 years ago