Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
2d98db6bb6876e273a0a9104de59b769d2b89083
/
Lib
/
textwrap.py
afd44de
Hardcode the recognized whitespace characters to the US-ASCII whitespace
by Greg Ward
· 22 years ago
0e88c9f
Tweak generation of unicode_whitespace_trans -- clearer, more
by Greg Ward
· 22 years ago
ab73d46
Fix SF bug #622849: in _wrap_chunks(), ensure that leading whitespace in
by Greg Ward
· 22 years ago
2e74541
Fix SF bug #622831 (I think): add unicode_whitespace_trans class
by Greg Ward
· 22 years ago
4c486bc
Add comment about inability to handle Unicode strings (hopefully a
by Greg Ward
· 22 years ago
78cc051
Fix copyright date: the core of this code actually dates back to 1999
by Greg Ward
· 22 years ago
eb287a2
Fix an endcase bug: initial_indent was ignored when the text was short
by Guido van Rossum
· 22 years ago
e3bd104
Tweak wordsep_re again: this time to recognize an em-dash with
by Greg Ward
· 22 years ago
cce4d67
Fix SF bug #596434: tweak wordsep_re so "--foo-bar" now splits
by Greg Ward
· 22 years ago
c411dba
Whitespace normalization.
by Tim Peters
· 23 years ago
e807e57
Docstring improvements. In particular, added docstrings for the
by Greg Ward
· 23 years ago
62080be
Took initial_tab and subsequent_tab away from the fill() method and
by Greg Ward
· 23 years ago
cf02ac6
Allow the standalone wrap() and fill() functions to take arbitrary
by Greg Ward
· 23 years ago
d34c959
Make 'width' an instance attribute rather than an argument to the wrap()
by Greg Ward
· 23 years ago
47df99d
Make all of TextWrapper's options keyword args to the constructor.
by Greg Ward
· 23 years ago
698d9f0
Record copyright and author.
by Greg Ward
· 23 years ago
70c726a
Use True/False instead of 1/0.
by Greg Ward
· 23 years ago
f404c7e
Remove islower() -- not used anymore.
by Greg Ward
· 23 years ago
cb320eb
Conform to the bloody coding standards: "def foo()" not "def foo ()". Yuck.
by Greg Ward
· 23 years ago
9b4864e
Convert _fix_sentence_endings() to use a regex, and augment it to
by Greg Ward
· 23 years ago
62e4f3b
Add fix_sentence_endings option to control whether we ensure that
by Greg Ward
· 23 years ago
0093582
Initial revision. Currently biased towards English in a fixed-width font,
by Greg Ward
· 23 years ago