| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -0/+1 |
* | Issue 22803: Add missing versionadded directive. | Raymond Hettinger | 2014-11-05 | 1 | -0/+2 |
* | Merge in all documentation changes since branching 3.4.0rc1. | Larry Hastings | 2014-03-15 | 1 | -11/+18 |
* | Issue #18725: The textwrap module now supports truncating multiline text. | Serhiy Storchaka | 2013-10-15 | 1 | -12/+16 |
* | Fix the default placeholder in textwrap.shorten() to be " [...]". | Antoine Pitrou | 2013-08-16 | 1 | -3/+3 |
* | Issue #18585: Add :func:`textwrap.shorten` to collapse and truncate a piece o... | Antoine Pitrou | 2013-08-12 | 1 | -17/+43 |
* | Merge #15510: clarify textwrap's handling of whitespace, and add confirming t... | R David Murray | 2012-09-08 | 1 | -6/+13 |
|\ |
|
| * | #15510: clarify textwrap's handling of whitespace, and add confirming tests. | R David Murray | 2012-09-08 | 1 | -6/+13 |
* | | Issue #15497: Correct characters in TextWrapper.replace_whitespace docs. | Andrew Svetlov | 2012-08-13 | 1 | -3/+5 |
|\ \
| |/ |
|
| * | Issue #15497: Correct characters in TextWrapper.replace_whitespace docs. | Andrew Svetlov | 2012-08-13 | 1 | -3/+5 |
* | | Close #13857: Added textwrap.indent() function (initial patch by Ezra | Nick Coghlan | 2012-06-11 | 1 | -4/+31 |
* | | #13152: Allow to specify a custom tabsize for expanding tabs in textwrap | Hynek Schlawack | 2012-05-19 | 1 | -0/+9 |
|/ |
|
* | Separate source link from main text. | Raymond Hettinger | 2011-01-10 | 1 | -0/+2 |
* | Move source links to consistent location and remove wordy, big yellow boxes. | Raymond Hettinger | 2011-01-10 | 1 | -5/+1 |
* | Issue 1859: Doc that textwrap does not break on \n (pending possible behavior... | Terry Reedy | 2010-11-23 | 1 | -0/+7 |
* | Provide links to Python source where the code is short, readable and | Éric Araujo | 2010-11-16 | 1 | -0/+4 |
* | Last round of adapting style of documenting argument default values. | Georg Brandl | 2009-09-16 | 1 | -8/+8 |
* | murder some versionadded and versionchanged directives in their beds | Benjamin Peterson | 2008-08-16 | 1 | -2/+0 |
* | Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,... | Alexandre Vassalotti | 2008-05-16 | 1 | -1/+17 |
* | Remove many "versionchanged" items that didn't use the official markup, | Georg Brandl | 2008-05-12 | 1 | -3/+1 |
* | Merged revisions 62490 via svnmerge from | Benjamin Peterson | 2008-04-25 | 1 | -61/+62 |
* | Partial py3k-ification of Doc/library/: convert has_key references into eithe... | Collin Winter | 2007-09-01 | 1 | -2/+2 |
* | Get rid of the remaining versionadded/versionchanged directives. | Georg Brandl | 2007-09-01 | 1 | -5/+0 |
* | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+192 |