Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-09 | [build] Build Windows x86 version with py3.8 | pukkandan | |
and remove redundant tests :ci skip Ao-authored by: pukkandan, shirt-dev | |||
2021-01-29 | Refactor `update-version`, `pyinst.py` and related files | pukkandan | |
* Refactor update-version * Moved pyinst, update-version and icon into devscripts * pyinst doesn't bump version anymore * Merge pyinst and pyinst32. Usage: `pyinst.py [32|64]` * Add mutagen as requirement * Remove make_win and related files | |||
2020-09-23 | add pyinst to test exceptions | Unknown | |
2015-03-14 | [test/unicode_literals] Don't look into the .git and .tox directories | Jaime Marquínez Ferrándiz | |
The .tox directory contains python code that we can't control | |||
2014-12-16 | [test/test_unicode_literals] Remove duplicated imports | Jaime Marquínez Ferrándiz | |
2014-12-13 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2014-12-12 | [test_unicode_literals] Fix test | Philipp Hagemeister | |
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. | |||
2014-01-05 | [setup.py] Do not use unicode literals | Philipp Hagemeister | |
See http://bugs.python.org/issue13943 for context | |||
2014-01-05 | fix typo | Philipp Hagemeister | |
2014-01-05 | Prepare widespread unicode literal use | Philipp Hagemeister | |