summaryrefslogtreecommitdiff
path: root/pyasn1
Commit message (Expand)AuthorAgeFilesLines
* * Objects of Constructed types now support __setitem__()elie2011-03-092-3/+16
* fix to explicitly tagged items decoding supportelie2011-03-091-4/+21
* typo fix that prevented guided decoder operationelie2011-03-091-1/+1
* fix to explicitly tagged Any type decoder to save full substrateelie2011-03-061-1/+1
* fix to make Any decoder store the whole encoding whilst in unguided modeelie2011-03-061-1/+2
* fix to improper Boolean substrate handlingelie2011-03-061-0/+2
* fix to proper behaviour of PermittedAlphabetConstraint objectelie2011-03-041-1/+10
* cosmetic printout fixeselie2011-03-031-3/+3
* getNameByPosition() method of Set/Sequence class inplementedelie2011-03-011-0/+4
* stDumpRawValue state revivedelie2011-03-011-3/+12
* fix to Set component parameters fetchers to handle the case ofelie2011-03-011-2/+5
* fix to prettyPrint() of partially initialized SequcenceOf value objectelie2011-02-281-2/+6
* Set.setComponentByPosition() shall return selfelie2011-02-281-3/+7
* OctetString.purePrettyIn() implemented (to comply with ASN.1 notation)elie2011-02-201-12/+69
* BitString initializer verification improvedelie2011-02-201-26/+39
* a bunch of changes related to Any type support re-implementationelie2011-02-177-81/+178
* major codec re-design, Any ASN.1 type implementedelie2011-01-268-109/+209
* use baseTagSet attribute of an asn1 type for codec lookupelie2011-01-251-21/+7
* introduce and use in decoder the baseTagSet attribute of the built-in ASN.1elie2011-01-252-18/+14
* move EOO checking out of definite mode decoding hotspotelie2011-01-241-8/+7
* use Tag.asTuple() and pure integers at tag encoder for better performanceelie2011-01-232-10/+11
* ChoiceDecoder split-off SequenceOf one to save on unnecessary checkselie2011-01-231-2/+7
* some pre-computed values added to OID encoderelie2011-01-231-12/+21
* fix to constraints comparationelie2011-01-231-6/+2
* Choice.__len__() optimizedelie2011-01-231-0/+2
* added a shortcut ObjectIdentifier.asTuple() to be used instead ofelie2011-01-232-1/+3
* cache value length for some basic typeselie2011-01-232-6/+16
* swap conditions and drop filter() in ObjectIdentifier.prettyIn()elie2011-01-221-6/+9
* swap conditions at SequenceDecoder for efficiencyelie2011-01-221-10/+11
* track the number of initialized components of constructed types to saveelie2011-01-222-2/+15
* Choice constraint checking improvedelie2011-01-221-9/+11
* replace slow hasattr()/getattr() calls with isinstance() introspection.elie2011-01-226-40/+54
* use tuples instead of lists whereever possible for efficiencyelie2011-01-212-14/+15
* constructed component length attr moved to base class to save on extraelie2011-01-212-7/+4
* python < 2.2 specific code removedelie2011-01-203-26/+0
* stray print removedelie2011-01-201-2/+0
* cache substrate length at encodeLength() for better performanceelie2011-01-191-3/+4
* very hackerish change - expose public attribute "uniq" at Tag & TagSetelie2011-01-191-13/+18
* minor fix to small tag rangeelie2011-01-191-1/+1
* IntegerDecoder now uses a small setof pre-computed substrate values toelie2011-01-191-7/+30
* fix to pyasn1 objects creation logicelie2011-01-192-16/+26
* allow disabling components verification when setting components toelie2011-01-192-21/+28
* new pyasn1 objects creation rate reducedelie2011-01-192-23/+16
* * dynamically check short tag and tagset objectselie2011-01-191-23/+42
* replace dict.get() and dict.has_key() with k in dict syntaxelie2011-01-185-25/+48
* cache the length of components types at Set & Sequence typeelie2011-01-181-16/+21
* cache the length of NamedTypes sequenceelie2011-01-181-10/+10
* fix to univ.ObjectIdentifier input value handler to disallow negative sub-IDselie2010-11-121-16/+26
* The individual tag/length/value processing methods ofelie2010-05-262-20/+20
* fix to Set/SetOf type decoder to handle uninitialized scalar SetOfelie2010-01-061-1/+1