Commit Graph

12 Commits (ab4bdc913fafc71217c1196602525e0382c4eea3)

Author SHA1 Message Date
Sergey M․ 878563c847 [aes] Fix for python 3.2
Jaime Marquínez Ferrándiz f36f92f4da [aes] style: Put __all__ variable at the end of the file
Philipp Hagemeister dcddc10a50 [test_unicode_literals] Arm unicode_literals check
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.
Philipp Hagemeister b74e86f48a Fix all PEP8 issues except E501
Jouke Waleson 2514d2635e PEP8: E225,E227
Jouke Waleson 8bcc875676 PEP8: more applied
Jouke Waleson 5f6a1245ff PEP8 applied
rzhxeo c8434e8316 Add support for crunchyroll.com
rzhxeo 0012690aae Let aes_decrypt_text return bytes instead of unicode
rzhxeo 6e74bc41ca Fix division bug in aes.py
Philipp Hagemeister 48ea9cea77 Allow changes to run under Python 3
rzhxeo f3bcebb1d2 add an aes implementation