aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/aes.py
Commit message (Collapse)AuthorAgeFilesLines
* [aes] Add aes_cbc_encryptYen Chi Hsuan2017-02-281-0/+28
| | | | Used in daisuki.net (#4738)
* Update coding style after pycodestyle 2.1.0Yen Chi Hsuan2016-11-171-0/+2
| | | | | | | | | | In pycodestyle 2.1.0, E305 was introduced, which requires two blank lines after top level declarations, too. See https://github.com/PyCQA/pycodestyle/issues/400 See also #10689; thanks @stepshal for first mentioning this issue and initial patches
* [aes] Switch to new-style classesSergey M․2016-02-141-1/+1
|
* [aes] Fix for python 3.2Sergey M․2015-05-221-1/+1
|
* [aes] style: Put __all__ variable at the end of the fileJaime Marquínez Ferrándiz2015-02-111-2/+2
|
* [test_unicode_literals] Arm unicode_literals checkPhilipp Hagemeister2014-11-261-0/+2
| | | | | | | | | 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.
* Fix all PEP8 issues except E501Philipp Hagemeister2014-11-231-1/+1
|
* PEP8: E225,E227Jouke Waleson2014-11-231-16/+16
|
* PEP8: more appliedJouke Waleson2014-11-231-15/+15
|
* PEP8 appliedJouke Waleson2014-11-231-53/+72
|
* Add support for crunchyroll.comrzhxeo2013-11-091-18/+126
|
* Let aes_decrypt_text return bytes instead of unicoderzhxeo2013-08-281-2/+2
|
* Fix division bug in aes.pyrzhxeo2013-08-281-1/+1
|
* Allow changes to run under Python 3Philipp Hagemeister2013-08-281-8/+10
|
* add an aes implementationrzhxeo2013-08-091-0/+200