aboutsummaryrefslogtreecommitdiff
path: root/pyasn1/compat
AgeCommit message (Expand)Author
2017-11-14migrated docs and references from sourceforge.netIlya Etingof
2017-09-14minor PEP8 editsIlya Etingof
2017-08-15fixed crash on conditional binascii module importIlya Etingof
2017-07-26fix to b2a_hex argument type on Py3.0/3.1Ilya Etingof
2017-07-26fix to integer/bytes codec on Py3.0/3.1Ilya Etingof
2017-07-22fixed compat bin() for negativesIlya Etingof
2017-07-22added missing callable() in Py 3.0-3.1Ilya Etingof
2017-07-22missing str.partition and datime.strptime addedIlya Etingof
2017-07-11fixed from_bytes() behaviour on empty inputIlya Etingof
2017-07-10unit tests added for "compat" sub-packageIlya Etingof
2017-04-19ensure OctetString.prettyOut() produces unicode textIlya Etingof
2017-04-18do not use built-in integer codecs with a non-CPython implementationIlya Etingof
2017-02-26reduce frequence of expensive isinstance() callsIlya Etingof
2017-02-25ObjectIdentifier type instantiation and en/decoding optimizedIlya Etingof
2017-02-24BitString type and codecs reimplementedIlya Etingof
2017-02-20accidental debugging removedIlya Etingof
2017-02-20compat bin() function refactored from recursion into iterationIlya Etingof
2017-02-20integer codec refactored to use Python integer serialization functionsIlya Etingof
2017-01-11e-mail changed, copyright extended to year 2017Ilya Etingof
2016-03-28more pep8 reformattingIlya Etingof
2016-03-27mass pep8 reformattingIlya Etingof
2016-03-16str2octs() and oct2strs() fixed to run over iso-8859-1 encodingIlya Etingof
2015-12-29copyright dates bumpedelie
2015-11-15copyright notice addedelie
2015-09-10fix to ObjectIdentifier initialization from unicode stringelie
2014-02-17initial revisionelie
2012-07-04comment added to prevent overzealous package managers from optimizingelie
2012-05-28catch inappropriate substrate type passed to decoderelie
2011-10-04base type for encoding subsrate and OctetString type is now 'bytes' onelie