Commits
User selector
Commit history
Commits on Jan 27, 2022
Commits on Oct 18, 2020
Commits on Jun 30, 2019
bpo-30754: Document textwrap.dedent blank line behavior. (GH-14469)
Show description for eb97b92authored andcommitted
Commits on Jun 16, 2017
- authored andcommitted
Commits on Oct 25, 2016
Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces.
Show description for f3ebc9fcommitted
Commits on Oct 28, 2015
Issue #21827: Fixed textwrap.dedent() for the case when largest common
Show description for f8152c6committedIssue #21827: Fixed textwrap.dedent() for the case when largest common
Show description for ea4cb63committed
Commits on Apr 3, 2015
Commits on Mar 24, 2015
Issue #22687: Fixed some corner cases in breaking words in tetxtwrap.
Show description for 72bd327committed
Commits on Oct 16, 2013
Commits on Oct 15, 2013
Commits on Aug 16, 2013
Fix the default placeholder in textwrap.shorten() to be " [...]".
Show description for c593056committed
Commits on Aug 12, 2013
Commits on Jun 11, 2012
Close #13857: Added textwrap.indent() function (initial patch by Ezra
Show description for 4fae8cdcommitted
Commits on May 19, 2012
#13152: Allow to specify a custom tabsize for expanding tabs in textwrap
Show description for d527259committed
Commits on Jul 28, 2011
- committed
- committed
Commits on Jun 28, 2011
remove unused imports (closes #12432)
Show description for 274271dcommitted
Commits on Oct 4, 2009
Commits on Dec 13, 2008
Commits on Dec 7, 2008
Merged revisions 67531-67532,67538,67553-67554,67556-67557,67571,67574-67575,67579-67580,67591,67597,67608,67631 via svnmerge from
Show description for af265f4committed
Commits on May 16, 2008
Commits on May 4, 2008
Commits on Jan 19, 2008
Merged revisions 60080-60089,60091-60093 via svnmerge from
Show description for fceab5acommitted
Commits on Aug 31, 2007
string.maketrans() now produces translation tables for bytes.translate() -- wrong module?
Show description for 7f13e6bcommitted
Commits on Aug 11, 2007
Quick fix for a new problem here -- using string.lowercase somehow caused
Show description for 9264ecdcommitted
Commits on Jul 3, 2007
Merged revisions 56125-56153 via svnmerge from
Show description for c1f779ccommitted
Commits on Jun 6, 2007
Merged revisions 55631-55794 via svnmerge from
Show description for e7ba495committed
Commits on May 12, 2007
Commits on May 2, 2007
Commits on Apr 27, 2007
Merged revisions 53952-54987 via svnmerge from
Show description for d8faa36committed
Commits on Feb 9, 2007
Fix most trivially-findable print statements.
Show description for be19ed7committed
Commits on Aug 11, 2006
Merged revisions 46753-51188 via svnmerge from
Show description for 0e3f591committed
Commits on Jul 15, 2005
textwrap now processes text chucks at O(n) speed instead of O(n**2).
Show description for 8bfa893committed