summaryrefslogtreecommitdiff
path: root/CHANGES.rst
Commit message (Expand)AuthorAgeFilesLines
...
* .componentType refactored into a read-only attributeIlya Etingof2017-07-221-2/+2
* SetOf/SequenceOf field type container implementedIlya Etingof2017-07-211-2/+3
* NamedValues refactored into a dict-like objectIlya Etingof2017-07-191-2/+3
* WIP: various NamedValues improvementsIlya Etingof2017-07-181-0/+2
* Real type infinity states refactored into properiesIlya Etingof2017-07-181-0/+2
* 0.3.1Ilya Etingof2017-07-181-5/+5
* time types <-> datetime conversion implementedIlya Etingof2017-07-141-0/+2
* Merge branch 'master' into set-components-sortingIlya Etingof2017-07-111-0/+2
|\
| * fixed from_bytes() behaviour on empty inputIlya Etingof2017-07-111-0/+1
| * unit tests added for "compat" sub-packageIlya Etingof2017-07-101-0/+1
* | fixed SET, OCTET STRING and BITSTRING DER encoderIlya Etingof2017-07-071-0/+3
|/
* typos and URL updateIlya Etingof2017-04-241-1/+1
* allowed DER chunked encodingIlya Etingof2017-04-101-0/+1
* deprecated .hasValue() is now supported by Constructed objectsIlya Etingof2017-04-091-1/+2
* OctetString & Any decoders optimizedIlya Etingof2017-04-061-0/+3
* fix to otherwise non-functional decoder tag cacheIlya Etingof2017-04-011-0/+1
* EndOfOctets refactored into singletonIlya Etingof2017-03-311-0/+2
* reworked named bits BitString initialization fixIlya Etingof2017-03-291-0/+1
* native decoder refactored to use type-ids for better performanceIlya Etingof2017-03-211-1/+1
* .getComponent*() changed to lazily instantiate underlying typeIlya Etingof2017-03-121-0/+11
* faster decoders lookup by setting typeId to every ASN.1 typeIlya Etingof2017-03-101-0/+2
* subtypeSpec refactored into a propertyIlya Etingof2017-03-071-1/+2
* tags-related getters refactored into descriptors/propertiesIlya Etingof2017-03-071-0/+1
* Sequence/Set decoder optimized to save on reordered components computation wh...Ilya Etingof2017-03-051-0/+2
* NamedType family of classes overhauled, optimized and documentedIlya Etingof2017-03-041-0/+2
* tag-related classes overhauled, optimized and documentedIlya Etingof2017-03-041-0/+2
* more efficient constrains computationIlya Etingof2017-03-011-0/+1
* note 0.2.4 changesIlya Etingof2017-02-281-1/+9
* version bumped to 0.2.4Ilya Etingof2017-02-261-0/+1
* multiple minor optimizationsIlya Etingof2017-02-261-0/+4
* release 0.2.30.2.3Ilya Etingof2017-02-251-1/+1
* ObjectIdentifier type instantiation and en/decoding optimizedIlya Etingof2017-02-251-0/+1
* BitString type and codecs reimplementedIlya Etingof2017-02-241-1/+5
* integer codec refactored to use Python integer serialization functionsIlya Etingof2017-02-201-1/+3
* __all__ addedIlya Etingof2017-02-181-0/+1
* useful types documentedIlya Etingof2017-02-181-0/+1
* NumericString docstring addedIlya Etingof2017-02-151-1/+2
* OctetString initialization refactoredIlya Etingof2017-02-141-1/+4
* __reversed__ fixed to return an iteratorIlya Etingof2017-02-131-0/+1
* better duck-typing and more testsIlya Etingof2017-02-131-0/+2
* test dir renamed into testsIlya Etingof2017-02-121-0/+2
* decoder types validation reworkedIlya Etingof2017-02-121-0/+5
* Merge branch 'master' of github.com:etingof/pyasn1Ilya Etingof2017-02-111-1/+2
|\
| * test suite simplified and unifiedIlya Etingof2017-02-111-0/+1
| * 0.2.3Ilya Etingof2017-02-101-1/+5
* | shared NamedTypes instance for decoding performance improvementIlya Etingof2017-02-081-0/+6
|/
* 0.2.2v0.2.2Ilya Etingof2017-02-071-2/+2
* fix to broken Enumerated typeIlya Etingof2017-02-071-0/+1
* multiple fixes to canonical decoders successfully processing non-canonical se...Ilya Etingof2017-02-051-0/+8
* note Sphinx docv0.2.1Ilya Etingof2017-02-041-0/+1