1. c6edb37 Test an em-dash with adjacent punctuation. by Greg Ward · 22 years ago
  2. 715debd Factored out BaseTestCase.check_split() method -- use it wherever by Greg Ward · 22 years ago
  3. 24a1c9c Test _split() method in test_unix_options(). by Greg Ward · 22 years ago
  4. 34f995b Add test_unix_options() to WrapTestCase to test for SF bug #596434. by Greg Ward · 22 years ago
  5. 327af77 Standardize behavior: no docstrings in test functions. Also strip by Guido van Rossum · 22 years ago
  6. 9ad15a3 Add test_em_dash() to WrapTestCase to make sure that TextWrapper handles by Greg Ward · 22 years ago
  7. f69d3c9 Simplification/cleanup in IndentTestCases. by Greg Ward · 22 years ago
  8. fd030e4 Factor LongWordTestCase out of WrapTestCase, and rename its methods by Greg Ward · 22 years ago
  9. 13c53c6 Rename base test case class to (yawn) BaseTestCase. by Greg Ward · 22 years ago
  10. ee41384 Ditch the whole loop-over-subcases way of working. Add check_wrap() to by Greg Ward · 22 years ago
  11. 9ebba9a Simplify and reformat the use of 'subcases' lists (and following by Greg Ward · 22 years ago
  12. 3dc94e1 Add comment header block. by Greg Ward · 22 years ago
  13. f676578 Conform to standards documented in README: by Greg Ward · 22 years ago
  14. 90c0b07 Test script for the textwrap module. Kindly provided by Peter Hansen by Greg Ward · 22 years ago