Age | Commit message (Expand) | Author |
2012-11-03 | Doc fixes. | Leonard Richardson |
2012-08-17 | Fixed cchardet import. | Leonard Richardson |
2012-07-03 | Mentioned cchardet in docs. | Leonard Richardson |
2012-07-03 | When sniffing encodings, if the cchardet library is installed, use it instead... | Leonard Richardson |
2012-07-03 | Use logging.warning() instead of warning.warn() to notify the user that chara... | Leonard Richardson |
2012-05-24 | Comments, processing instructions, document type declarations, and markup dec... | Leonard Richardson |
2012-05-03 | Fixed the handling of " with the built-in parser. [bug=993871] | Leonard Richardson |
2012-04-27 | Added experimental support for fixing Windows-1252 characters embedded in UTF... | Leonard Richardson |
2012-04-26 | Fixed a bug in decoding data that contained a byte-order mark, such as data e... | Leonard Richardson |
2012-04-16 | Unicode, Dammit now has an option to turn MS smart quotes into ASCII characters. | Leonard Richardson |
2012-04-16 | Attribute values are now run through the provided output formatter. Previousl... | Leonard Richardson |
2012-02-16 | Issue a warning if characters were replaced with REPLACEMENT CHARACTER during... | Leonard Richardson |
2012-02-09 | As a last-ditch attempt to turn data into Unicode, use errors=replace instead... | Leonard Richardson |
2012-02-09 | Unicode, Dammit now detects the encoding in HTML 5-style <meta> tags like <me... | Leonard Richardson |
2012-02-09 | Minor Unicode, Dammit cleanup. | Leonard Richardson |
2012-02-09 | Improved Unicode, Dammit's behavior when you give it Unicode to begin with. | Leonard Richardson |
2011-06-29 | Various changes so most tests pass on Python 3. | Thomas Kluyver |
2011-05-21 | OK, figured that out. | Leonard Richardson |
2011-05-21 | Changed dammit.py to require fewer changes to be Python 3 compatible. | Leonard Richardson |
2011-03-05 | PEP8ifying | Aaron DeVore |
2011-02-27 | Added a tree builder for the built-in HTMLParser, and tests. | Leonard Richardson |