Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [2.7] bpo-30754: Document textwrap.dedent blank line behavior. (GH-14469) ↵ | Miss Islington (bot) | 2019-06-30 | 1 | -0/+3 |
| | | | | | | | | | | | | (GH-14475) * Added documentation for textwrap.dedent behavior. (cherry picked from commit eb97b9211e7c99841d6cae8c63893b3525d5a401) Co-authored-by: tmblweed <tmblweed@users.noreply.github.com> https://bugs.python.org/issue30754 | ||||
* | #15510: clarify textwrap's handling of whitespace, and add confirming tests. | R David Murray | 2012-09-08 | 1 | -6/+13 |
| | | | | Patch by Chris Jerdonek. | ||||
* | Issue #15497: Correct characters in TextWrapper.replace_whitespace docs. | Andrew Svetlov | 2012-08-13 | 1 | -3/+5 |
| | | | | Patch by Chris Jerdonek. | ||||
* | Backport source links from 3.x. | Éric Araujo | 2011-08-19 | 1 | -7/+4 |
| | | | | | Existing links have been updated to use the new reST role. In some files, I have also made cosmetic changes to the header. | ||||
* | Issue 1859: Document that textwrap does not break on \n | Terry Reedy | 2010-11-23 | 1 | -0/+7 |
| | | | | Merged from 86717 | ||||
* | Provide links to Python source in a handful of | Raymond Hettinger | 2010-11-05 | 1 | -0/+4 |
| | | | | | cases where the source is a generally helpful adjunct to the docs. | ||||
* | #2659: add ``break_on_hyphens`` to TextWrapper. | Georg Brandl | 2008-05-11 | 1 | -1/+17 |
| | |||||
* | reformat some documentation of classes so methods and attributes are under ↵ | Benjamin Peterson | 2008-04-25 | 1 | -63/+64 |
| | | | | the class directive | ||||
* | Move the 2.6 reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+192 |