Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-14 | [refactor] Single quotes consistency | Sergey M․ | |
2015-09-26 | Use `insert` for all sys.path manipulations | Yen Chi Hsuan | |
Closes #6867. | |||
2014-11-26 | [test_unicode_literals] Arm unicode_literals check | Philipp Hagemeister | |
From now on, the line from __future__ import unicode_literals should be contained in every single Python file lest we run into any more 2.x/3.x issues. Going forward, we're likely to develop on 3.x only and would likely miss subtle bugs otherwise. | |||
2013-04-11 | Resolve the symlink if __main__.py is invoke as a symlink. | Adam Mesha | |
2012-12-08 | new updating scheme, based on GH downloads; also, check if not updateable ↵ | Filippo Valsorda | |
(pip installed) | |||
2012-12-07 | and now, also py2exe compiles fine :) (on Windows) | Filippo Valsorda | |
2012-11-29 | Allow youtube_dl/__main__.py to be called directly | Philipp Hagemeister | |
2012-11-28 | Make __main__ work in all scenarios with relative imports | Philipp Hagemeister | |
2012-11-28 | Use relative imports | Philipp Hagemeister | |
2012-11-28 | Convert all tabs to 4 spaces (PEP8) | Philipp Hagemeister | |
2012-03-25 | Split code as a package, compiled into an executable zip | Filippo Valsorda | |