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
/
textwrap.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tweak wordsep_re again: this time to recognize an em-dash with
Greg Ward
2002-08-22
1
-1/+1
*
Fix SF bug #596434: tweak wordsep_re so "--foo-bar" now splits
Greg Ward
2002-08-22
1
-1/+1
*
Whitespace normalization.
Tim Peters
2002-07-16
1
-3/+3
*
Docstring improvements. In particular, added docstrings for the
Greg Ward
2002-07-04
1
-10/+27
*
Took initial_tab and subsequent_tab away from the fill() method and
Greg Ward
2002-06-10
1
-22/+34
*
Allow the standalone wrap() and fill() functions to take arbitrary
Greg Ward
2002-06-10
1
-4/+6
*
Make 'width' an instance attribute rather than an argument to the wrap()
Greg Ward
2002-06-10
1
-31/+32
*
Make all of TextWrapper's options keyword args to the constructor.
Greg Ward
2002-06-09
1
-5/+9
*
Record copyright and author.
Greg Ward
2002-06-07
1
-0/+4
*
Use True/False instead of 1/0.
Greg Ward
2002-06-07
1
-5/+5
*
Remove islower() -- not used anymore.
Greg Ward
2002-06-07
1
-6/+0
*
Conform to the bloody coding standards: "def foo()" not "def foo ()".
Greg Ward
2002-06-07
1
-10/+10
*
Convert _fix_sentence_endings() to use a regex, and augment it to
Greg Ward
2002-06-07
1
-8/+8
*
Add fix_sentence_endings option to control whether we ensure that
Greg Ward
2002-06-07
1
-16/+25
*
Initial revision. Currently biased towards English in a fixed-width font,
Greg Ward
2002-06-07
1
-0/+239