summaryrefslogtreecommitdiff
path: root/pyasn1/compat
Commit message (Expand)AuthorAgeFilesLines
* Release 0.4.5v0.4.5Ilya Etingof2018-12-296-6/+6
* copyright years extendedIlya Etingof2018-03-296-6/+6
* imports pep8'edIlya Etingof2017-11-232-2/+4
* migrated docs and references from sourceforge.netIlya Etingof2017-11-146-6/+6
* minor PEP8 editsIlya Etingof2017-09-143-3/+3
* fixed crash on conditional binascii module importIlya Etingof2017-08-151-2/+2
* fix to b2a_hex argument type on Py3.0/3.1Ilya Etingof2017-07-261-2/+2
* fix to integer/bytes codec on Py3.0/3.1Ilya Etingof2017-07-261-0/+3
* fixed compat bin() for negativesIlya Etingof2017-07-221-1/+9
* added missing callable() in Py 3.0-3.1Ilya Etingof2017-07-221-0/+19
* missing str.partition and datime.strptime addedIlya Etingof2017-07-223-1/+49
* fixed from_bytes() behaviour on empty inputIlya Etingof2017-07-111-0/+3
* unit tests added for "compat" sub-packageIlya Etingof2017-07-101-0/+1
* ensure OctetString.prettyOut() produces unicode textIlya Etingof2017-04-191-1/+0
* do not use built-in integer codecs with a non-CPython implementationIlya Etingof2017-04-181-1/+8
* reduce frequence of expensive isinstance() callsIlya Etingof2017-02-261-0/+5
* ObjectIdentifier type instantiation and en/decoding optimizedIlya Etingof2017-02-251-1/+1
* BitString type and codecs reimplementedIlya Etingof2017-02-241-0/+96
* accidental debugging removedIlya Etingof2017-02-201-2/+0
* compat bin() function refactored from recursion into iterationIlya Etingof2017-02-201-5/+15
* integer codec refactored to use Python integer serialization functionsIlya Etingof2017-02-201-4/+5
* e-mail changed, copyright extended to year 2017Ilya Etingof2017-01-112-2/+2
* more pep8 reformattingIlya Etingof2016-03-281-0/+13
* mass pep8 reformattingIlya Etingof2016-03-271-2/+2
* str2octs() and oct2strs() fixed to run over iso-8859-1 encodingIlya Etingof2016-03-161-5/+5
* copyright dates bumpedelie2015-12-292-2/+2
* copyright notice addedelie2015-11-152-0/+12
* fix to ObjectIdentifier initialization from unicode stringelie2015-09-101-0/+2
* initial revisionelie2014-02-171-0/+10
* comment added to prevent overzealous package managers from optimizingelie2012-07-041-0/+1
* catch inappropriate substrate type passed to decoderelie2012-05-281-0/+2
* base type for encoding subsrate and OctetString type is now 'bytes' onelie2011-10-042-0/+18