Wykres commitów

8 Commity (bf8eef9d9e7fc0f08a11f3792c233babbdbb7c29)

Autor SHA1 Wiadomość Data
Christopher Cooper 20d9cdbd5f binascii: Add required argument to <int>.to_bytes(...) call.
The <int>.to_bytes(...) function requires two arguments.  The first
specifies the number of bytes to return, and the second specifies the
endianness of those bytes.  By definition, Base64 encoding is big
endian.
2017-08-15 10:24:59 +03:00
Paul Sokolovsky 977837ef74 binascii: Prefer builtin unhexlify() implementation. 2015-06-15 00:26:14 +03:00
Paul Sokolovsky f7e11169de binsacii: unhexlify: Raise ValueError. 2015-06-12 00:22:00 +03:00
slush0 e1b24b8aac binascii: ~40% speedup of unhexlify 2015-02-22 18:39:57 +02:00
slush0 4462105bee binascii: Ported base64 routines for uPy, added unhexlify implementation. 2015-02-22 18:39:54 +02:00
Paul Sokolovsky a1621e9059 binascii: Add Python base64 implementation from PyPy3-2.4.0's interp_base64.py
Full source path in tarball:
pypy3-2.4.0-src/pypy/module/binascii/interp_base64.py
2015-02-22 18:15:45 +02:00
Paul Sokolovsky 652444adf7 binascii: Some dummy functions. 2014-05-19 23:24:22 +03:00
Paul Sokolovsky 9f7baad5ee binascii: Add dummy module. 2014-05-09 03:43:58 +03:00