- 47fe981 Merged revisions 67952-67953,67955,67957-67958,67960-67961,67963,67965,67967,67970-67971,67973,67982,67988,67990,67995,68014,68016,68030,68057,68061,68112,68115-68118,68120-68121,68123-68128 via svnmerge from by Georg Brandl · 17 years ago
- c6e80eb Merged revisions 67654,67676-67677,67681,67692,67725,67746,67748,67761,67784-67785,67787-67788,67802,67832,67848-67849,67859,67862-67864,67880,67882,67885,67889-67892,67895 via svnmerge from by Benjamin Peterson · 17 years ago
- f3a0b86 Merged revisions 67571,67574-67576,67579-67581,67583,67591,67597,67608,67631 via svnmerge from by Georg Brandl · 17 years ago
- 791ec1f Remove assignment to True/False to silence the SyntaxWarning that is triggered by Brett Cannon · 17 years ago
- 6f95ae5 #2659: add ``break_on_hyphens`` to TextWrapper. by Georg Brandl · 17 years ago
- fe536f5 Issue 2635: fix bug in the fix_sentence_endings option to textwrap.fill. by Mark Dickinson · 17 years ago
- c6fde72 Fix #1146: TextWrap vs words 1-character shorter than the width. by Georg Brandl · 18 years ago
- 9e6b470 Patch #1581073: add a flag to textwrap that prevents the dropping of by Georg Brandl · 18 years ago
- 4f96f1f Whitespace normalization. by Tim Peters · 19 years ago
- 7f54740 Bug #1361643: fix textwrap.dedent() so it handles tabs appropriately, by Greg Ward · 19 years ago
- 8bfa893 textwrap now processes text chucks at O(n) speed instead of O(n**2). by Raymond Hettinger · 20 years ago
- 4040794 SF #1149508: ensure textwrap handles hyphenated numbers correctly, by Greg Ward · 20 years ago
- 0c26ab0 Removed unused line. by Raymond Hettinger · 21 years ago
- 6186410 SF #965425: fix so hyphenated words surrounded by punctuation are by Greg Ward · 21 years ago
- f0ba764 SF #847346: merge from release23-maint branch: remove misguided by Greg Ward · 21 years ago
- c11dbcd SF bug 797650: Infinite loop in textwrap.py by Raymond Hettinger · 22 years ago
- 523008c Update copyright dates. by Greg Ward · 22 years ago
- 52ae0a5 Remove comment about Unicode: SF #622831 was fixed loooong ago! by Greg Ward · 22 years ago
- c2659cf Whitespace normalization. by Tim Peters · 22 years ago
- 86e1790 Clarify the dedent() example a bit by indenting the input lines unevenly. by Greg Ward · 22 years ago
- 2557100 Minor clarification of dedent(). by Greg Ward · 22 years ago
- 478cd48 SF patch #598163 (Ville Vainio, vvainio@users.sourceforge.net): by Greg Ward · 22 years ago
- a409f7c SF #596434: tweak wordsep_re so the definition of an em-dash is by Greg Ward · 22 years ago
- 21820cd SF #726446: raise ValueError if width <= 0. by Greg Ward · 22 years ago
- a2ecabe Fix docstring typo by Andrew M. Kuchling · 22 years ago
- 4c6c9c4 Add __all__ (suggested by Raymond Hettinger). by Greg Ward · 23 years ago
- afd44de Hardcode the recognized whitespace characters to the US-ASCII whitespace by Greg Ward · 23 years ago
- 0e88c9f Tweak generation of unicode_whitespace_trans -- clearer, more by Greg Ward · 23 years ago
- ab73d46 Fix SF bug #622849: in _wrap_chunks(), ensure that leading whitespace in by Greg Ward · 23 years ago
- 2e74541 Fix SF bug #622831 (I think): add unicode_whitespace_trans class by Greg Ward · 23 years ago
- 4c486bc Add comment about inability to handle Unicode strings (hopefully a by Greg Ward · 23 years ago
- 78cc051 Fix copyright date: the core of this code actually dates back to 1999 by Greg Ward · 23 years ago
- eb287a2 Fix an endcase bug: initial_indent was ignored when the text was short by Guido van Rossum · 23 years ago
- e3bd104 Tweak wordsep_re again: this time to recognize an em-dash with by Greg Ward · 23 years ago
- cce4d67 Fix SF bug #596434: tweak wordsep_re so "--foo-bar" now splits by Greg Ward · 23 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