1. 5ad5a7d Issue #25407: Drop the mention of the formatter module being removed by Brett Cannon · 9 years ago
  2. 781692f Fix module deprecation warnings to have a useful stacklevel by Brett Cannon · 9 years ago
  3. 81da286 Issue #18644: Fix a ResourceWarning in formatter.test(). by Berker Peksag · 9 years ago
  4. d91082c Issue #18644: Fix a ResourceWarning in formatter.test(). by Berker Peksag · 9 years ago
  5. a77d0c3 Issue #19165: The formatter module graduates to full deprecation. by Brett Cannon · 10 years ago
  6. 1448ecf Issue #18716: Deprecate the formatter module by Brett Cannon · 11 years ago
  7. 7cd67cc Fix formatter usage of filter(). Bug #3800. by Georg Brandl · 16 years ago
  8. 86def6c Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge from by Georg Brandl · 16 years ago
  9. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
  10. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  11. 333da5f remove the other half of one of the regsub-related comments; the other by Fred Drake · 19 years ago
  12. 57aef9c Remove outdated references to the regsub module. by Raymond Hettinger · 19 years ago
  13. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  14. 68468eb Get rid of many apply() calls. by Guido van Rossum · 21 years ago
  15. 65230a2 Remove uses of the string and types modules: by Walter Dörwald · 22 years ago
  16. 094662a Replace boolean test with is None by Raymond Hettinger · 22 years ago
  17. aef22fb Patch 560023 adding docstrings. 2.2 Candidate (after verifying modules were not updated after 2.2). by Raymond Hettinger · 22 years ago
  18. 8ea9227 Remove empty __init__ (PyChecker) by Andrew M. Kuchling · 23 years ago
  19. 6f6a14f Remove a bare try/except completely -- it just did not make sense! by Fred Drake · 23 years ago
  20. b08b2d3 String method conversion. by Eric S. Raymond · 23 years ago
  21. 88869f9 Whitespace normalization. by Tim Peters · 23 years ago
  22. 4b8c6ea Actually, the previous batch's comment should have been different; by Guido van Rossum · 24 years ago
  23. f4bb656 DumbWriter.send_paragraph(): Fix problem with DumbWriter reported to by Fred Drake · 25 years ago
  24. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  25. a8832b4 Removed unneeded imports of regex and regsub. by Guido van Rossum · 27 years ago
  26. 2823168 (formatter.py): Add a flush() method to the writer interface. This really by Fred Drake · 27 years ago
  27. ca8cdc6 (formatter.py): Simplify NullFormatter definition of add_hor_rule() to match by Fred Drake · 28 years ago
  28. ccd8b19 Add provisions to set the (to be documented!) instance variable by Guido van Rossum · 28 years ago
  29. 8e44991 Three sets of changes from Grail: by Guido van Rossum · 28 years ago
  30. 3672aa2 change DumbWriter to derive from NullWriter by Guido van Rossum · 28 years ago
  31. 9787bdaf Many improvements dure to Fred Drake by Guido van Rossum · 28 years ago
  32. 7bb7ecd even better way to normalize spaces in add_flowing_data by Guido van Rossum · 28 years ago
  33. 93dc801 better way to normalize spaces in add_flowing_data by Guido van Rossum · 28 years ago
  34. 909507d added NullFormatter by Guido van Rossum · 29 years ago
  35. c7ae920 add flush_softspace() interface by Guido van Rossum · 29 years ago
  36. a0eab1d Initial revision by Guido van Rossum · 29 years ago