1. 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 16 years ago
  2. fceab5a Merged revisions 60080-60089,60091-60093 via svnmerge from by Georg Brandl · 17 years ago
  3. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  4. 9b77553 Rename checks for test_support.have_unicode (we always by Walter Dörwald · 17 years ago
  5. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  6. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  7. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  8. 4e41a4b Disable a few other tests, that can't work if Python is compiled without by Walter Dörwald · 19 years ago
  9. 4040794 SF #1149508: ensure textwrap handles hyphenated numbers correctly, by Greg Ward · 19 years ago
  10. 27f8836 Whitespace normalization. by Tim Peters · 20 years ago
  11. 6186410 SF #965425: fix so hyphenated words surrounded by punctuation are by Greg Ward · 20 years ago
  12. f0ba764 SF #847346: merge from release23-maint branch: remove misguided by Greg Ward · 20 years ago
  13. 7a70ea4 SF patch #806246: use basestring where possible by Raymond Hettinger · 21 years ago
  14. c11dbcd SF bug 797650: Infinite loop in textwrap.py by Raymond Hettinger · 21 years ago
  15. 9e082f4 Add DedentTestCase to test dedent() function. by Greg Ward · 21 years ago
  16. cc55cb9 SF #596434: add test_funky_parens() to probe some more of the tricky by Greg Ward · 21 years ago
  17. 4912857 SF #726446: ensure wrap() raises ValueError when width <= 0. by Greg Ward · 21 years ago
  18. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  19. c7e3c5e Add test_unicode() to ensure that 1) textwrap doesn't crash on unicode by Greg Ward · 22 years ago
  20. 24cbbcb Added test_initial_whitespace() to ensure that SF bug #622849 is fixed. by Greg Ward · 22 years ago
  21. d1a72a0 Ad test_funky_hyphens() to test some screwy edge cases reported in SF by Greg Ward · 22 years ago
  22. eb287a2 Fix an endcase bug: initial_indent was ignored when the text was short by Guido van Rossum · 22 years ago
  23. c6edb37 Test an em-dash with adjacent punctuation. by Greg Ward · 22 years ago
  24. 715debd Factored out BaseTestCase.check_split() method -- use it wherever by Greg Ward · 22 years ago
  25. 24a1c9c Test _split() method in test_unix_options(). by Greg Ward · 22 years ago
  26. 34f995b Add test_unix_options() to WrapTestCase to test for SF bug #596434. by Greg Ward · 22 years ago
  27. 327af77 Standardize behavior: no docstrings in test functions. Also strip by Guido van Rossum · 22 years ago
  28. 9ad15a3 Add test_em_dash() to WrapTestCase to make sure that TextWrapper handles by Greg Ward · 22 years ago
  29. f69d3c9 Simplification/cleanup in IndentTestCases. by Greg Ward · 22 years ago
  30. fd030e4 Factor LongWordTestCase out of WrapTestCase, and rename its methods by Greg Ward · 22 years ago
  31. 13c53c6 Rename base test case class to (yawn) BaseTestCase. by Greg Ward · 22 years ago
  32. ee41384 Ditch the whole loop-over-subcases way of working. Add check_wrap() to by Greg Ward · 22 years ago
  33. 9ebba9a Simplify and reformat the use of 'subcases' lists (and following by Greg Ward · 22 years ago
  34. 3dc94e1 Add comment header block. by Greg Ward · 22 years ago
  35. f676578 Conform to standards documented in README: by Greg Ward · 22 years ago
  36. 90c0b07 Test script for the textwrap module. Kindly provided by Peter Hansen by Greg Ward · 22 years ago