aboutsummaryrefslogtreecommitdiff
path: root/test/test_unicode_literals.py
AgeCommit message (Collapse)Author
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