1. 62f3d03 #13576: add tests about the handling of (possibly broken) condcoms. by Ezio Melotti · 12 years ago
  2. d5825cc Take advantage of the frozenset constant optimization. by Raymond Hettinger · 14 years ago
  3. 877b10a Remove the htmllib and sgmllib modules as per PEP 3108. by Georg Brandl · 16 years ago
  4. cb5c80f rename markupbase to _markupbase by Fred Drake · 16 years ago[Renamed (99%) from Lib/markupbase.py]
  5. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  6. d09def3 Bug #1442874: handle "<!>", the empty SGML comment by Georg Brandl · 18 years ago
  7. 7ed44e5 add note about "markupbase" not being intended for direct use by Fred Drake · 19 years ago
  8. f027ca8 [Patch #965175] Incorporate a suggestion for a better error message by Andrew M. Kuchling · 20 years ago
  9. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  10. 0eadaac Whitespace normalization. by Tim Peters · 21 years ago
  11. 3163a3b Patch #545300: Support marked sections. by Martin v. Löwis · 21 years ago
  12. 65230a2 Remove uses of the string and types modules: by Walter Dörwald · 22 years ago
  13. 7ce734c Use string methods where possible, and remove import string by Neal Norwitz · 22 years ago
  14. 5445f07 Re-arrange things and remove some unused variables/imports to keep pychecker by Fred Drake · 23 years ago
  15. 3d32be1 Remove extra param from call to self.error(). Reported by Neal Norwitz. by Fred Drake · 23 years ago
  16. 1cffd5c Be consistent about the string module. by Fred Drake · 23 years ago
  17. 68f8a80 New base class for the SGMLParser and HTMLParser classes from the sgmllib by Fred Drake · 23 years ago