Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-09 | Fix PEP8 issue E713 | Jaime Marquínez Ferrándiz | |
2014-11-26 | [compat] Beautify assertion | Philipp Hagemeister | |
2014-11-23 | PEP8: applied even more rules | Jouke Waleson | |
2014-11-23 | PEP8 applied | Jouke Waleson | |
2014-11-23 | Provide guidance when called with a YouTube ID starting with a dash. | Philipp Hagemeister | |
Reported at https://news.ycombinator.com/item?id=8648121 | |||
2014-11-20 | remove unused imports | Philipp Hagemeister | |
2014-11-20 | [compat] correct OptionGroup invocation for Python 3 (fixes #4243) | Philipp Hagemeister | |
2014-11-19 | Work around 2.7.0 deficencies (Fixes #4223) | Philipp Hagemeister | |
2014-11-15 | [compat] Work around kwargs bugs in old 2.6 Python releases (Fixes #3813) | Philipp Hagemeister | |
2014-11-02 | [compat] Modernize | Philipp Hagemeister | |
2014-11-02 | [compat] Fix imports | Philipp Hagemeister | |
2014-11-02 | [util] Move compatibility functions out of util | Philipp Hagemeister | |
utils is large enough without these compatibility functions. Everything that is present in newer versions of Python (i.e. with dev Python it's just an import) goes into compat.py . Everything else (i.e. youtube-dl-specific helpers) goes into utils.py . |