summaryrefslogtreecommitdiff
path: root/Lib/test/test_textwrap.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces.Serhiy Storchaka2016-10-251-0/+31
* Issue #21827: Fixed textwrap.dedent() for the case when largest commonSerhiy Storchaka2015-10-281-0/+5
|\
| * Issue #21827: Fixed textwrap.dedent() for the case when largest commonSerhiy Storchaka2015-10-281-0/+5
* | Issue #22687: Fixed some corner cases in breaking words in tetxtwrap.Serhiy Storchaka2015-03-241-0/+16
|/
* Issue #18725: The textwrap module now supports truncating multiline text.Serhiy Storchaka2013-10-151-7/+98
* Fix the default placeholder in textwrap.shorten() to be " [...]".Antoine Pitrou2013-08-161-6/+6
* Issue #18585: Add :func:`textwrap.shorten` to collapse and truncate a piece o...Antoine Pitrou2013-08-121-9/+59
* Merge #15510: clarify textwrap's handling of whitespace, and add confirming t...R David Murray2012-09-081-8/+56
|\
| * #15510: clarify textwrap's handling of whitespace, and add confirming tests.R David Murray2012-09-081-8/+56
* | Close #13857: Added textwrap.indent() function (initial patch by EzraNick Coghlan2012-06-111-2/+138
* | #13152: Allow to specify a custom tabsize for expanding tabs in textwrapHynek Schlawack2012-05-191-0/+8
|/
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-17/+17
* Issue #4163: textwrap module: allow word splitting on a hyphen preceded by a ...Antoine Pitrou2008-12-131-0/+8
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,...Alexandre Vassalotti2008-05-161-0/+8
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-041-0/+4
* Merged revisions 60080-60089,60091-60093 via svnmerge fromGeorg Brandl2008-01-191-0/+13
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-1/+1
* Rename checks for test_support.have_unicode (we alwaysWalter Dörwald2007-06-081-13/+0
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-5/+5
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-0/+8
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-11/+50
* Disable a few other tests, that can't work if Python is compiled withoutWalter Dörwald2005-08-031-11/+12
* SF #1149508: ensure textwrap handles hyphenated numbers correctly,Greg Ward2005-03-051-0/+18
* Whitespace normalization.Tim Peters2004-07-081-1/+1
* SF #965425: fix so hyphenated words surrounded by punctuation areGreg Ward2004-06-031-1/+18
* SF #847346: merge from release23-maint branch: remove misguidedGreg Ward2004-05-131-4/+42
* SF patch #806246: use basestring where possibleRaymond Hettinger2003-09-171-1/+1
* SF bug 797650: Infinite loop in textwrap.pyRaymond Hettinger2003-08-301-0/+10
* Add DedentTestCase to test dedent() function.Greg Ward2003-05-081-3/+68
* SF #596434: add test_funky_parens() to probe some more of the trickyGreg Ward2003-05-071-3/+19
* SF #726446: ensure wrap() raises ValueError when width <= 0.Greg Ward2003-05-071-0/+6
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-5/+1
* Add test_unicode() to ensure that 1) textwrap doesn't crash on unicodeGreg Ward2002-12-091-0/+12
* Added test_initial_whitespace() to ensure that SF bug #622849 is fixed.Greg Ward2002-12-091-3/+13
* Ad test_funky_hyphens() to test some screwy edge cases reported in SFGreg Ward2002-10-311-5/+18
* Fix an endcase bug: initial_indent was ignored when the text was shortGuido van Rossum2002-10-021-3/+13
* Test an em-dash with adjacent punctuation.Greg Ward2002-08-221-0/+6
* Factored out BaseTestCase.check_split() method -- use it whereverGreg Ward2002-08-221-8/+8
* Test _split() method in test_unix_options().Greg Ward2002-08-221-0/+9
* Add test_unix_options() to WrapTestCase to test for SF bug #596434.Greg Ward2002-08-221-0/+28
* Standardize behavior: no docstrings in test functions. Also stripGuido van Rossum2002-08-221-16/+16
* Add test_em_dash() to WrapTestCase to make sure that TextWrapper handlesGreg Ward2002-08-221-2/+53
* Simplification/cleanup in IndentTestCases.Greg Ward2002-08-221-16/+10
* Factor LongWordTestCase out of WrapTestCase, and rename its methodsGreg Ward2002-08-221-13/+14
* Rename base test case class to (yawn) BaseTestCase.Greg Ward2002-08-221-3/+3
* Ditch the whole loop-over-subcases way of working. Add check_wrap() toGreg Ward2002-08-221-74/+59
* Simplify and reformat the use of 'subcases' lists (and followingGreg Ward2002-08-221-52/+32
* Add comment header block.Greg Ward2002-08-221-12/+10
* Conform to standards documented in README:Greg Ward2002-08-221-15/+19