1. 214f7ee bpo-30603: add tests to textwrap.dedent (GH-2206) by Jonathan Eunice · 7 years ago
  2. 601483d bpo-30603: Add test case to textwrap.dedent (GH-2014) by Jonathan Eunice · 7 years ago
  3. 5edf827 bpo-30591: Added test for textwrap backtracking. (#1988) by Jonathan Eunice · 7 years ago
  4. f3ebc9f Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces. by Serhiy Storchaka · 8 years ago
  5. f8152c6 Issue #21827: Fixed textwrap.dedent() for the case when largest common by Serhiy Storchaka · 9 years ago
  6. ea4cb63 Issue #21827: Fixed textwrap.dedent() for the case when largest common by Serhiy Storchaka · 9 years ago
  7. 72bd327 Issue #22687: Fixed some corner cases in breaking words in tetxtwrap. by Serhiy Storchaka · 9 years ago
  8. acc9f3f Issue #18725: The textwrap module now supports truncating multiline text. by Serhiy Storchaka · 11 years ago
  9. c593056 Fix the default placeholder in textwrap.shorten() to be " [...]". by Antoine Pitrou · 11 years ago
  10. 389dec8 Issue #18585: Add :func:`textwrap.shorten` to collapse and truncate a piece of text to a given length. by Antoine Pitrou · 11 years ago
  11. 0fbbce9 Merge #15510: clarify textwrap's handling of whitespace, and add confirming tests. by R David Murray · 12 years ago
  12. 1585b70 #15510: clarify textwrap's handling of whitespace, and add confirming tests. by R David Murray · 12 years ago
  13. 4fae8cd Close #13857: Added textwrap.indent() function (initial patch by Ezra Berch) by Nick Coghlan · 12 years ago
  14. d527259 #13152: Allow to specify a custom tabsize for expanding tabs in textwrap by Hynek Schlawack · 12 years ago
  15. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  16. 7c59bc6 Issue #4163: textwrap module: allow word splitting on a hyphen preceded by a non-ASCII letter. by Antoine Pitrou · 16 years ago
  17. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  18. 5f8ced2 Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,63022-63024,63026-63029,63031-63041,63043-63045,63047-63054,63056-63062 via svnmerge from by Alexandre Vassalotti · 16 years ago
  19. 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
  20. fceab5a Merged revisions 60080-60089,60091-60093 via svnmerge from by Georg Brandl · 17 years ago
  21. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  22. 9b77553 Rename checks for test_support.have_unicode (we always by Walter Dörwald · 17 years ago
  23. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  24. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  25. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  26. 4e41a4b Disable a few other tests, that can't work if Python is compiled without by Walter Dörwald · 19 years ago
  27. 4040794 SF #1149508: ensure textwrap handles hyphenated numbers correctly, by Greg Ward · 19 years ago
  28. 27f8836 Whitespace normalization. by Tim Peters · 20 years ago
  29. 6186410 SF #965425: fix so hyphenated words surrounded by punctuation are by Greg Ward · 20 years ago
  30. f0ba764 SF #847346: merge from release23-maint branch: remove misguided by Greg Ward · 20 years ago
  31. 7a70ea4 SF patch #806246: use basestring where possible by Raymond Hettinger · 21 years ago
  32. c11dbcd SF bug 797650: Infinite loop in textwrap.py by Raymond Hettinger · 21 years ago
  33. 9e082f4 Add DedentTestCase to test dedent() function. by Greg Ward · 21 years ago
  34. cc55cb9 SF #596434: add test_funky_parens() to probe some more of the tricky by Greg Ward · 21 years ago
  35. 4912857 SF #726446: ensure wrap() raises ValueError when width <= 0. by Greg Ward · 21 years ago
  36. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  37. c7e3c5e Add test_unicode() to ensure that 1) textwrap doesn't crash on unicode by Greg Ward · 22 years ago
  38. 24cbbcb Added test_initial_whitespace() to ensure that SF bug #622849 is fixed. by Greg Ward · 22 years ago
  39. d1a72a0 Ad test_funky_hyphens() to test some screwy edge cases reported in SF by Greg Ward · 22 years ago
  40. eb287a2 Fix an endcase bug: initial_indent was ignored when the text was short by Guido van Rossum · 22 years ago
  41. c6edb37 Test an em-dash with adjacent punctuation. by Greg Ward · 22 years ago
  42. 715debd Factored out BaseTestCase.check_split() method -- use it wherever by Greg Ward · 22 years ago
  43. 24a1c9c Test _split() method in test_unix_options(). by Greg Ward · 22 years ago
  44. 34f995b Add test_unix_options() to WrapTestCase to test for SF bug #596434. by Greg Ward · 22 years ago
  45. 327af77 Standardize behavior: no docstrings in test functions. Also strip by Guido van Rossum · 22 years ago
  46. 9ad15a3 Add test_em_dash() to WrapTestCase to make sure that TextWrapper handles by Greg Ward · 22 years ago
  47. f69d3c9 Simplification/cleanup in IndentTestCases. by Greg Ward · 22 years ago
  48. fd030e4 Factor LongWordTestCase out of WrapTestCase, and rename its methods by Greg Ward · 22 years ago
  49. 13c53c6 Rename base test case class to (yawn) BaseTestCase. by Greg Ward · 22 years ago
  50. ee41384 Ditch the whole loop-over-subcases way of working. Add check_wrap() to by Greg Ward · 22 years ago
  51. 9ebba9a Simplify and reformat the use of 'subcases' lists (and following by Greg Ward · 22 years ago
  52. 3dc94e1 Add comment header block. by Greg Ward · 22 years ago
  53. f676578 Conform to standards documented in README: by Greg Ward · 22 years ago
  54. 90c0b07 Test script for the textwrap module. Kindly provided by Peter Hansen by Greg Ward · 22 years ago