summaryrefslogtreecommitdiffstats
path: root/Doc/library/textwrap.rst
Commit message (Collapse)AuthorAgeFilesLines
* #15510: clarify textwrap's handling of whitespace, and add confirming tests.R David Murray2012-09-081-6/+13
| | | | Patch by Chris Jerdonek.
* Issue #15497: Correct characters in TextWrapper.replace_whitespace docs.Andrew Svetlov2012-08-131-3/+5
| | | | Patch by Chris Jerdonek.
* Backport source links from 3.x.Éric Araujo2011-08-191-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 \nTerry Reedy2010-11-231-0/+7
| | | | Merged from 86717
* Provide links to Python source in a handful ofRaymond Hettinger2010-11-051-0/+4
| | | | | cases where the source is a generally helpful adjunct to the docs.
* #2659: add ``break_on_hyphens`` to TextWrapper.Georg Brandl2008-05-111-1/+17
|
* reformat some documentation of classes so methods and attributes are under ↵Benjamin Peterson2008-04-251-63/+64
| | | | the class directive
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+192