aboutsummaryrefslogtreecommitdiff
path: root/test/test_unicode_literals.py
AgeCommit message (Collapse)Author
2021-06-09[build] Build Windows x86 version with py3.8pukkandan
and remove redundant tests :ci skip Ao-authored by: pukkandan, shirt-dev
2021-01-29Refactor `update-version`, `pyinst.py` and related filespukkandan
* 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-23add pyinst to test exceptionsUnknown
2015-03-14[test/unicode_literals] Don't look into the .git and .tox directoriesJaime Marquínez Ferrándiz
The .tox directory contains python code that we can't control
2014-12-16[test/test_unicode_literals] Remove duplicated importsJaime Marquínez Ferrándiz
2014-12-13Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2014-12-12[test_unicode_literals] Fix testPhilipp Hagemeister
2014-11-26[test_unicode_literals] Arm unicode_literals checkPhilipp 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 literalsPhilipp Hagemeister
See http://bugs.python.org/issue13943 for context
2014-01-05fix typoPhilipp Hagemeister
2014-01-05Prepare widespread unicode literal usePhilipp Hagemeister