summaryrefslogtreecommitdiff
path: root/Lib/formatter.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #25407: Drop the mention of the formatter module being removedBrett Cannon2015-10-161-2/+2
* Fix module deprecation warnings to have a useful stacklevelBrett Cannon2015-03-271-1/+1
* Issue #18644: Fix a ResourceWarning in formatter.test().Berker Peksag2015-01-051-5/+9
|\
| * Issue #18644: Fix a ResourceWarning in formatter.test().Berker Peksag2015-01-051-5/+9
* | Issue #19165: The formatter module graduates to full deprecation.Brett Cannon2014-03-211-1/+1
|/
* Issue #18716: Deprecate the formatter moduleBrett Cannon2013-10-041-0/+3
* Fix formatter usage of filter(). Bug #3800.Georg Brandl2008-09-091-2/+2
* Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge...Georg Brandl2008-01-211-4/+1
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-151-1/+2
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-11/+11
* remove the other half of one of the regsub-related comments; the otherFred Drake2004-12-071-1/+0
* Remove outdated references to the regsub module.Raymond Hettinger2004-12-071-1/+0
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-9/+9
* Get rid of many apply() calls.Guido van Rossum2003-02-271-1/+1
* Remove uses of the string and types modules:Walter Dörwald2002-06-031-12/+7
* Replace boolean test with is NoneRaymond Hettinger2002-06-011-2/+2
* Patch 560023 adding docstrings. 2.2 Candidate (after verifying modules were ...Raymond Hettinger2002-05-291-1/+36
* Remove empty __init__ (PyChecker)Andrew M. Kuchling2001-08-131-3/+0
* Remove a bare try/except completely -- it just did not make sense!Fred Drake2001-05-111-12/+12
* String method conversion.Eric S. Raymond2001-02-091-4/+4
* Whitespace normalization.Tim Peters2001-01-141-2/+2
* Actually, the previous batch's comment should have been different;Guido van Rossum2000-02-041-0/+20
* DumbWriter.send_paragraph(): Fix problem with DumbWriter reported toFred Drake1999-01-121-1/+1
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-221/+221
* Removed unneeded imports of regex and regsub.Guido van Rossum1997-10-221-2/+0
* (formatter.py): Add a flush() method to the writer interface. This reallyFred Drake1996-12-311-2/+2
* (formatter.py): Simplify NullFormatter definition of add_hor_rule() to matchFred Drake1996-10-081-3/+2
* Add provisions to set the (to be documented!) instance variableGuido van Rossum1996-10-071-1/+4
* Three sets of changes from Grail:Guido van Rossum1996-08-261-12/+15
* change DumbWriter to derive from NullWriterGuido van Rossum1996-05-291-3/+4
* Many improvements dure to Fred DrakeGuido van Rossum1996-05-281-57/+153
* even better way to normalize spaces in add_flowing_dataGuido van Rossum1996-02-131-17/+9
* better way to normalize spaces in add_flowing_dataGuido van Rossum1996-02-121-3/+13
* added NullFormatterGuido van Rossum1995-10-061-2/+21
* add flush_softspace() interfaceGuido van Rossum1995-09-301-0/+5
* Initial revisionGuido van Rossum1995-08-071-0/+276