1. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  2. 4e41a4b Disable a few other tests, that can't work if Python is compiled without by Walter Dörwald · 19 years ago
  3. 4040794 SF #1149508: ensure textwrap handles hyphenated numbers correctly, by Greg Ward · 19 years ago
  4. 27f8836 Whitespace normalization. by Tim Peters · 20 years ago
  5. 6186410 SF #965425: fix so hyphenated words surrounded by punctuation are by Greg Ward · 20 years ago
  6. f0ba764 SF #847346: merge from release23-maint branch: remove misguided by Greg Ward · 20 years ago
  7. 7a70ea4 SF patch #806246: use basestring where possible by Raymond Hettinger · 21 years ago
  8. c11dbcd SF bug 797650: Infinite loop in textwrap.py by Raymond Hettinger · 21 years ago
  9. 9e082f4 Add DedentTestCase to test dedent() function. by Greg Ward · 21 years ago
  10. cc55cb9 SF #596434: add test_funky_parens() to probe some more of the tricky by Greg Ward · 21 years ago
  11. 4912857 SF #726446: ensure wrap() raises ValueError when width <= 0. by Greg Ward · 21 years ago
  12. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  13. c7e3c5e Add test_unicode() to ensure that 1) textwrap doesn't crash on unicode by Greg Ward · 22 years ago
  14. 24cbbcb Added test_initial_whitespace() to ensure that SF bug #622849 is fixed. by Greg Ward · 22 years ago
  15. d1a72a0 Ad test_funky_hyphens() to test some screwy edge cases reported in SF by Greg Ward · 22 years ago
  16. eb287a2 Fix an endcase bug: initial_indent was ignored when the text was short by Guido van Rossum · 22 years ago
  17. c6edb37 Test an em-dash with adjacent punctuation. by Greg Ward · 22 years ago
  18. 715debd Factored out BaseTestCase.check_split() method -- use it wherever by Greg Ward · 22 years ago
  19. 24a1c9c Test _split() method in test_unix_options(). by Greg Ward · 22 years ago
  20. 34f995b Add test_unix_options() to WrapTestCase to test for SF bug #596434. by Greg Ward · 22 years ago
  21. 327af77 Standardize behavior: no docstrings in test functions. Also strip by Guido van Rossum · 22 years ago
  22. 9ad15a3 Add test_em_dash() to WrapTestCase to make sure that TextWrapper handles by Greg Ward · 22 years ago
  23. f69d3c9 Simplification/cleanup in IndentTestCases. by Greg Ward · 22 years ago
  24. fd030e4 Factor LongWordTestCase out of WrapTestCase, and rename its methods by Greg Ward · 22 years ago
  25. 13c53c6 Rename base test case class to (yawn) BaseTestCase. by Greg Ward · 22 years ago
  26. ee41384 Ditch the whole loop-over-subcases way of working. Add check_wrap() to by Greg Ward · 22 years ago
  27. 9ebba9a Simplify and reformat the use of 'subcases' lists (and following by Greg Ward · 22 years ago
  28. 3dc94e1 Add comment header block. by Greg Ward · 22 years ago
  29. f676578 Conform to standards documented in README: by Greg Ward · 22 years ago
  30. 90c0b07 Test script for the textwrap module. Kindly provided by Peter Hansen by Greg Ward · 22 years ago