10 Commits (dcddc10a5032996474e157946b00b8df039eebda)

Author SHA1 Message Date
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.
10 years ago
Philipp Hagemeister b74e86f48a Fix all PEP8 issues except E501 10 years ago
Jouke Waleson 2514d2635e PEP8: E225,E227 10 years ago
Jouke Waleson 8bcc875676 PEP8: more applied 10 years ago
Jouke Waleson 5f6a1245ff PEP8 applied 10 years ago
rzhxeo c8434e8316 Add support for crunchyroll.com 11 years ago
rzhxeo 0012690aae Let aes_decrypt_text return bytes instead of unicode 11 years ago
rzhxeo 6e74bc41ca Fix division bug in aes.py 11 years ago
Philipp Hagemeister 48ea9cea77 Allow changes to run under Python 3 11 years ago
rzhxeo f3bcebb1d2 add an aes implementation 11 years ago