Wykres commitów

15 Commity (bf8eef9d9e7fc0f08a11f3792c233babbdbb7c29)

Autor SHA1 Wiadomość Data
Paul Sokolovsky c7b277ff7c binascii: Add test which exposes to_bytes() problem in the module. 2017-08-15 10:26:25 +03:00
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 dfe4dee62a all: setup.py: New releases for gzip 4k conversion. 2016-10-11 06:47:01 +03:00
Paul Sokolovsky 65fb3707ba all: metadata.txt: Bump version for gzip 4k conversion. 2016-10-11 06:46:12 +03:00
Paul Sokolovsky 536c2f373d binascii: Release 2.4.0-3. 2015-06-15 00:27:19 +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
Paul Sokolovsky 9079f4d0e6 binascii: Release 2.4.0-2. 2015-02-22 18:41:37 +02:00
slush0 e1b24b8aac binascii: ~40% speedup of unhexlify 2015-02-22 18:39:57 +02:00
Paul Sokolovsky 6a7a9d2952 binascii: Release 2.4.0-1. 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 2a2fdd7f43 dummy modules: Switch to new metadata. 2014-05-12 21:21:08 +03:00
Paul Sokolovsky 9f7baad5ee binascii: Add dummy module. 2014-05-09 03:43:58 +03:00