index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
formatter.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix formatter usage of filter(). Bug #3800.
Georg Brandl
2008-09-09
1
-2/+2
*
Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge...
Georg Brandl
2008-01-21
1
-4/+1
*
Merged revisions 55328-55341 via svnmerge from
Guido van Rossum
2007-05-15
1
-1/+2
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-11/+11
*
remove the other half of one of the regsub-related comments; the other
Fred Drake
2004-12-07
1
-1/+0
*
Remove outdated references to the regsub module.
Raymond Hettinger
2004-12-07
1
-1/+0
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
1
-9/+9
*
Get rid of many apply() calls.
Guido van Rossum
2003-02-27
1
-1/+1
*
Remove uses of the string and types modules:
Walter Dörwald
2002-06-03
1
-12/+7
*
Replace boolean test with is None
Raymond Hettinger
2002-06-01
1
-2/+2
*
Patch 560023 adding docstrings. 2.2 Candidate (after verifying modules were ...
Raymond Hettinger
2002-05-29
1
-1/+36
*
Remove empty __init__ (PyChecker)
Andrew M. Kuchling
2001-08-13
1
-3/+0
*
Remove a bare try/except completely -- it just did not make sense!
Fred Drake
2001-05-11
1
-12/+12
*
String method conversion.
Eric S. Raymond
2001-02-09
1
-4/+4
*
Whitespace normalization.
Tim Peters
2001-01-14
1
-2/+2
*
Actually, the previous batch's comment should have been different;
Guido van Rossum
2000-02-04
1
-0/+20
*
DumbWriter.send_paragraph(): Fix problem with DumbWriter reported to
Fred Drake
1999-01-12
1
-1/+1
*
Mass check-in after untabifying all files that need it.
Guido van Rossum
1998-03-26
1
-221/+221
*
Removed unneeded imports of regex and regsub.
Guido van Rossum
1997-10-22
1
-2/+0
*
(formatter.py): Add a flush() method to the writer interface. This really
Fred Drake
1996-12-31
1
-2/+2
*
(formatter.py): Simplify NullFormatter definition of add_hor_rule() to match
Fred Drake
1996-10-08
1
-3/+2
*
Add provisions to set the (to be documented!) instance variable
Guido van Rossum
1996-10-07
1
-1/+4
*
Three sets of changes from Grail:
Guido van Rossum
1996-08-26
1
-12/+15
*
change DumbWriter to derive from NullWriter
Guido van Rossum
1996-05-29
1
-3/+4
*
Many improvements dure to Fred Drake
Guido van Rossum
1996-05-28
1
-57/+153
*
even better way to normalize spaces in add_flowing_data
Guido van Rossum
1996-02-13
1
-17/+9
*
better way to normalize spaces in add_flowing_data
Guido van Rossum
1996-02-12
1
-3/+13
*
added NullFormatter
Guido van Rossum
1995-10-06
1
-2/+21
*
add flush_softspace() interface
Guido van Rossum
1995-09-30
1
-0/+5
*
Initial revision
Guido van Rossum
1995-08-07
1
-0/+276