about summary refs log tree commit diff
path: root/test/test_unicode_literals.py
Commit message (Collapse)AuthorAgeFilesLines
* [test/unicode_literals] Don't look into the .git and .tox directoriesJaime Marquínez Ferrándiz2015-03-141-1/+10
| | | | The .tox directory contains python code that we can't control
* [test/test_unicode_literals] Remove duplicated importsJaime Marquínez Ferrándiz2014-12-161-2/+0
|
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2014-12-131-1/+1
|
* [test_unicode_literals] Fix testPhilipp Hagemeister2014-12-121-2/+12
|
* [test_unicode_literals] Arm unicode_literals checkPhilipp Hagemeister2014-11-261-7/+6
| | | | | | | | | 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.
* [setup.py] Do not use unicode literalsPhilipp Hagemeister2014-01-051-0/+7
| | | | See http://bugs.python.org/issue13943 for context
* fix typoPhilipp Hagemeister2014-01-051-1/+1
|
* Prepare widespread unicode literal usePhilipp Hagemeister2014-01-051-0/+40