index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_textwrap.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 60080-60089,60091-60093 via svnmerge from
Georg Brandl
2008-01-19
1
-0/+13
*
Patch# 1258 by Christian Heimes: kill basestring.
Guido van Rossum
2007-10-16
1
-1/+1
*
Rename checks for test_support.have_unicode (we always
Walter Dörwald
2007-06-08
1
-13/+0
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
1
-5/+5
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-0/+8
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-11/+50
*
Disable a few other tests, that can't work if Python is compiled without
Walter Dörwald
2005-08-03
1
-11/+12
*
SF #1149508: ensure textwrap handles hyphenated numbers correctly,
Greg Ward
2005-03-05
1
-0/+18
*
Whitespace normalization.
Tim Peters
2004-07-08
1
-1/+1
*
SF #965425: fix so hyphenated words surrounded by punctuation are
Greg Ward
2004-06-03
1
-1/+18
*
SF #847346: merge from release23-maint branch: remove misguided
Greg Ward
2004-05-13
1
-4/+42
*
SF patch #806246: use basestring where possible
Raymond Hettinger
2003-09-17
1
-1/+1
*
SF bug 797650: Infinite loop in textwrap.py
Raymond Hettinger
2003-08-30
1
-0/+10
*
Add DedentTestCase to test dedent() function.
Greg Ward
2003-05-08
1
-3/+68
*
SF #596434: add test_funky_parens() to probe some more of the tricky
Greg Ward
2003-05-07
1
-3/+19
*
SF #726446: ensure wrap() raises ValueError when width <= 0.
Greg Ward
2003-05-07
1
-0/+6
*
Combine the functionality of test_support.run_unittest()
Walter Dörwald
2003-05-01
1
-5/+1
*
Add test_unicode() to ensure that 1) textwrap doesn't crash on unicode
Greg Ward
2002-12-09
1
-0/+12
*
Added test_initial_whitespace() to ensure that SF bug #622849 is fixed.
Greg Ward
2002-12-09
1
-3/+13
*
Ad test_funky_hyphens() to test some screwy edge cases reported in SF
Greg Ward
2002-10-31
1
-5/+18
*
Fix an endcase bug: initial_indent was ignored when the text was short
Guido van Rossum
2002-10-02
1
-3/+13
*
Test an em-dash with adjacent punctuation.
Greg Ward
2002-08-22
1
-0/+6
*
Factored out BaseTestCase.check_split() method -- use it wherever
Greg Ward
2002-08-22
1
-8/+8
*
Test _split() method in test_unix_options().
Greg Ward
2002-08-22
1
-0/+9
*
Add test_unix_options() to WrapTestCase to test for SF bug #596434.
Greg Ward
2002-08-22
1
-0/+28
*
Standardize behavior: no docstrings in test functions. Also strip
Guido van Rossum
2002-08-22
1
-16/+16
*
Add test_em_dash() to WrapTestCase to make sure that TextWrapper handles
Greg Ward
2002-08-22
1
-2/+53
*
Simplification/cleanup in IndentTestCases.
Greg Ward
2002-08-22
1
-16/+10
*
Factor LongWordTestCase out of WrapTestCase, and rename its methods
Greg Ward
2002-08-22
1
-13/+14
*
Rename base test case class to (yawn) BaseTestCase.
Greg Ward
2002-08-22
1
-3/+3
*
Ditch the whole loop-over-subcases way of working. Add check_wrap() to
Greg Ward
2002-08-22
1
-74/+59
*
Simplify and reformat the use of 'subcases' lists (and following
Greg Ward
2002-08-22
1
-52/+32
*
Add comment header block.
Greg Ward
2002-08-22
1
-12/+10
*
Conform to standards documented in README:
Greg Ward
2002-08-22
1
-15/+19
*
Test script for the textwrap module. Kindly provided by Peter Hansen
Greg Ward
2002-08-22
1
-0/+261