1. 0e17f8c Convenience function to remove a possibly non-existant file by Neal Norwitz · 19 years ago
  2. aaa2f1d Patch #1276356: Implement new resource "urlfetch" for regrtest. by Hye-Shik Chang · 19 years ago
  3. e2713be Build with --disable-unicode again. Fixes #1158607. Will backport to 2.4. by Martin v. Löwis · 19 years ago
  4. 58eb11c Whitespace normalization. by Tim Peters · 21 years ago
  5. c6c5ece Typo repair; added some comments and horizontal whitespace. by Tim Peters · 21 years ago
  6. 2e8624c Fix test_unicode_file errors on platforms without Unicode file support, by Mark Hammond · 21 years ago
  7. b337dd9 Add TESTFN_UNICODE_UNENCODEABLE, a unicode filename that can not be by Mark Hammond · 21 years ago
  8. f359062 Extend last change to cover TestSuites as well as TestCases. by Raymond Hettinger · 21 years ago
  9. 21d9987 run_unittest() to support TestCase instances as well as classes. Helps with doctests. by Raymond Hettinger · 21 years ago
  10. 1ba24b4 Include module name in doctest summary. by Raymond Hettinger · 21 years ago
  11. 35b34bd Provide a clue that the doctests have run. by Raymond Hettinger · 21 years ago
  12. a94568a Patch #734231: Update RiscOS support. In particular, correct by Martin v. Löwis · 21 years ago
  13. f1cfb62 'forget' now also deletes any proper .pyo files. by Brett Cannon · 21 years ago
  14. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  15. 9dcbbea Factor out common boilerplate for test_support by Raymond Hettinger · 21 years ago
  16. d839ecd if the test is run directly (__name__ == "__main__") don't actually require by Skip Montanaro · 21 years ago
  17. 73d538b Always initialize Py_FileSystemDefaultEncoding on Unix in Py_Initialize, by Martin v. Löwis · 21 years ago
  18. 9a0db07 test_support.requires(): Instead of raising TestSkipped, raise a new by Fred Drake · 22 years ago
  19. b4ee4eb Rearrange test_socket_ssl so that a skip is expected iff the network by Tim Peters · 22 years ago
  20. 2411a2d Don't try to convert the test filename to Unicode with -U. by Martin v. Löwis · 22 years ago
  21. 3de7526 Whitespace normalization. by Tim Peters · 22 years ago
  22. 26a1eef Fix SF # 631066, running regrtest in user mode fails by Neal Norwitz · 22 years ago
  23. 57bc5fa Patch #631972: Adds an is_jython flag. by Finn Bock · 22 years ago
  24. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 22 years ago
  25. 7790297 test_support: add a docstring to vereq(). by Tim Peters · 23 years ago
  26. c2fe618 Fix bad bug in structseq slicing (NULL pointers in result). Reported by by Tim Peters · 23 years ago
  27. 2664103 run_suite(): If testclass is not available, provide an even more general by Fred Drake · 23 years ago
  28. 17111f3 SF bug [#467336] doctest failures w/ new-style classes. by Tim Peters · 23 years ago
  29. 8dee809 Guido points out that sys.__stdout__ is a bit bucket under IDLE. So keep by Tim Peters · 23 years ago
  30. 342ca75 Get rid of the increasingly convoluted global tricks w/ sys.stdout, in by Tim Peters · 23 years ago
  31. ad39aba Set sys.save_stdout (to sys.stdout), so doctest-using tests can be run by Guido van Rossum · 23 years ago
  32. 0a07639 Oops. I didn't expect that some tests (test_cookie) have expected by Guido van Rossum · 23 years ago
  33. 0fcca4e Change the way unexpected output is reported: rather than stopping at by Guido van Rossum · 23 years ago
  34. c88425e run_suite(): Oops, update a docstring. by Barry Warsaw · 23 years ago
  35. c10d690 run_suite(): Factor this out of run_unittest() for tests that build by Barry Warsaw · 23 years ago
  36. bea3fb8 Repair late-night doc typos. by Tim Peters · 23 years ago
  37. a0a6222 Teach regrtest how to pass on doctest failure msgs. This is done via a by Tim Peters · 23 years ago
  38. 2d84f2c It appears that unittest was changed to stop hoarding raw exception data, by Tim Peters · 23 years ago
  39. fe3f696 Two small changes to the resource usage option: by Guido van Rossum · 23 years ago
  40. c0fb605 use_large_resources => use_resources by Barry Warsaw · 23 years ago
  41. 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
  42. 14f6c18 Give more useful information about a failing PyUnit-style test. by Fred Drake · 23 years ago
  43. ef8b654 Add support for Windows using "mbcs" as the default Unicode encoding when dealing with the file system. As discussed on python-dev and in patch 410465. by Mark Hammond · 23 years ago
  44. 2f228e7 Get rid of the superstitious "~" in dict hashing's "i = (~hash) & mask". by Tim Peters · 23 years ago
  45. 559f668 In Jython, `@' is not allowed in module names. Extend the TESTFN test by Barry Warsaw · 23 years ago
  46. 84a5934 When the regression test is run in verbose mode, make the PyUNIT-based by Fred Drake · 23 years ago
  47. 5ddd1a8 Updated to latest PyUnit version (1.31 in PyUnit CVS); test_support.py by Steve Purcell · 23 years ago
  48. cd1b1dd Just import sys at the top instead of inside lots of functions. by Fred Drake · 23 years ago
  49. a8f7e59 Oops. A RISCOS patch I forgot to check in. by Guido van Rossum · 23 years ago
  50. 0009c4e Whitespace normalization. by Tim Peters · 23 years ago
  51. 4779399 Add test for syntax error on "x = 1 + 1". by Jeremy Hylton · 23 years ago
  52. c955f89 docstring typo by Skip Montanaro · 24 years ago
  53. a1374e4 Change verify() function to raise TestFailed, not AssertionError. by Guido van Rossum · 24 years ago
  54. 983874d Use constructor form of "raise"; normalize <wink> docstrings. by Tim Peters · 24 years ago
  55. d2bf3b7 Whitespace normalization. Leaving tokenize_tests.py alone for now. by Tim Peters · 24 years ago
  56. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  57. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  58. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  59. 1790dd4 Restore TestSkipped exception; appears to have disappeared in last checkin. by Fred Drake · 24 years ago
  60. 4d06923 make TestFailed a class exception by Skip Montanaro · 24 years ago
  61. e614fb1 Changed runs of 8 spaces to tab -- to satisfy the tab nanny. by Guido van Rossum · 26 years ago
  62. e26132c Move unified findfile() into test_support.py by Guido van Rossum · 26 years ago
  63. 531661c Add verbose flag for regression test to clear. by Guido van Rossum · 28 years ago
  64. 35fb82a * os.py: _exit doesn't exist in all variations of posix by Guido van Rossum · 32 years ago
  65. 3bead09 Initial revision by Guido van Rossum · 33 years ago