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
*
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