aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/aes.py
AgeCommit message (Collapse)Author
2015-02-11[aes] style: Put __all__ variable at the end of the fileJaime Marquínez Ferrándiz
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-11-23Fix all PEP8 issues except E501Philipp Hagemeister
2014-11-23PEP8: E225,E227Jouke Waleson
2014-11-23PEP8: more appliedJouke Waleson
2014-11-23PEP8 appliedJouke Waleson
2013-11-09Add support for crunchyroll.comrzhxeo
2013-08-28Let aes_decrypt_text return bytes instead of unicoderzhxeo
2013-08-28Fix division bug in aes.pyrzhxeo
2013-08-28Allow changes to run under Python 3Philipp Hagemeister
2013-08-09add an aes implementationrzhxeo