Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-30 | don't corrupt stdout (-o -) in verbose mode | chocolateboy | |
2012-05-09 | reorganized the titles sanitizing: now title is the untouched title | Filippo Valsorda | |
and stitle is created in process_info() and is cross-filesystem sanitized by sanitize_filename(); closes #164 | |||
2012-05-09 | Introduced Trouble(Exception) for more elegant non-fatal errors handling | Filippo Valsorda | |
2012-05-01 | dropped the support for Python 2.5 | Filippo Valsorda | |
let's elaborate the decision: Python 2.5 is a 6 years old release and "under the current release policy, no security issues in Python 2.5 will be fixed anymore" (!!); also, it doesn't support the new zipfile distribution format. | |||
2012-04-13 | some HTMLParser bugfixes | Filippo Valsorda | |
2012-04-11 | merged unescapeHTML branch; removed lxml dependency | Filippo Valsorda | |
2012-04-10 | better naming for the sub-modules | Filippo Valsorda - Campagna | |