index
:
delta/python-packages/pyasn1.git
elie
master
origin
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pyasn1
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Objects of Constructed types now support __setitem__()
elie
2011-03-09
2
-3
/
+16
*
fix to explicitly tagged items decoding support
elie
2011-03-09
1
-4
/
+21
*
typo fix that prevented guided decoder operation
elie
2011-03-09
1
-1
/
+1
*
fix to explicitly tagged Any type decoder to save full substrate
elie
2011-03-06
1
-1
/
+1
*
fix to make Any decoder store the whole encoding whilst in unguided mode
elie
2011-03-06
1
-1
/
+2
*
fix to improper Boolean substrate handling
elie
2011-03-06
1
-0
/
+2
*
fix to proper behaviour of PermittedAlphabetConstraint object
elie
2011-03-04
1
-1
/
+10
*
cosmetic printout fixes
elie
2011-03-03
1
-3
/
+3
*
getNameByPosition() method of Set/Sequence class inplemented
elie
2011-03-01
1
-0
/
+4
*
stDumpRawValue state revived
elie
2011-03-01
1
-3
/
+12
*
fix to Set component parameters fetchers to handle the case of
elie
2011-03-01
1
-2
/
+5
*
fix to prettyPrint() of partially initialized SequcenceOf value object
elie
2011-02-28
1
-2
/
+6
*
Set.setComponentByPosition() shall return self
elie
2011-02-28
1
-3
/
+7
*
OctetString.purePrettyIn() implemented (to comply with ASN.1 notation)
elie
2011-02-20
1
-12
/
+69
*
BitString initializer verification improved
elie
2011-02-20
1
-26
/
+39
*
a bunch of changes related to Any type support re-implementation
elie
2011-02-17
7
-81
/
+178
*
major codec re-design, Any ASN.1 type implemented
elie
2011-01-26
8
-109
/
+209
*
use baseTagSet attribute of an asn1 type for codec lookup
elie
2011-01-25
1
-21
/
+7
*
introduce and use in decoder the baseTagSet attribute of the built-in ASN.1
elie
2011-01-25
2
-18
/
+14
*
move EOO checking out of definite mode decoding hotspot
elie
2011-01-24
1
-8
/
+7
*
use Tag.asTuple() and pure integers at tag encoder for better performance
elie
2011-01-23
2
-10
/
+11
*
ChoiceDecoder split-off SequenceOf one to save on unnecessary checks
elie
2011-01-23
1
-2
/
+7
*
some pre-computed values added to OID encoder
elie
2011-01-23
1
-12
/
+21
*
fix to constraints comparation
elie
2011-01-23
1
-6
/
+2
*
Choice.__len__() optimized
elie
2011-01-23
1
-0
/
+2
*
added a shortcut ObjectIdentifier.asTuple() to be used instead of
elie
2011-01-23
2
-1
/
+3
*
cache value length for some basic types
elie
2011-01-23
2
-6
/
+16
*
swap conditions and drop filter() in ObjectIdentifier.prettyIn()
elie
2011-01-22
1
-6
/
+9
*
swap conditions at SequenceDecoder for efficiency
elie
2011-01-22
1
-10
/
+11
*
track the number of initialized components of constructed types to save
elie
2011-01-22
2
-2
/
+15
*
Choice constraint checking improved
elie
2011-01-22
1
-9
/
+11
*
replace slow hasattr()/getattr() calls with isinstance() introspection.
elie
2011-01-22
6
-40
/
+54
*
use tuples instead of lists whereever possible for efficiency
elie
2011-01-21
2
-14
/
+15
*
constructed component length attr moved to base class to save on extra
elie
2011-01-21
2
-7
/
+4
*
python < 2.2 specific code removed
elie
2011-01-20
3
-26
/
+0
*
stray print removed
elie
2011-01-20
1
-2
/
+0
*
cache substrate length at encodeLength() for better performance
elie
2011-01-19
1
-3
/
+4
*
very hackerish change - expose public attribute "uniq" at Tag & TagSet
elie
2011-01-19
1
-13
/
+18
*
minor fix to small tag range
elie
2011-01-19
1
-1
/
+1
*
IntegerDecoder now uses a small setof pre-computed substrate values to
elie
2011-01-19
1
-7
/
+30
*
fix to pyasn1 objects creation logic
elie
2011-01-19
2
-16
/
+26
*
allow disabling components verification when setting components to
elie
2011-01-19
2
-21
/
+28
*
new pyasn1 objects creation rate reduced
elie
2011-01-19
2
-23
/
+16
*
* dynamically check short tag and tagset objects
elie
2011-01-19
1
-23
/
+42
*
replace dict.get() and dict.has_key() with k in dict syntax
elie
2011-01-18
5
-25
/
+48
*
cache the length of components types at Set & Sequence type
elie
2011-01-18
1
-16
/
+21
*
cache the length of NamedTypes sequence
elie
2011-01-18
1
-10
/
+10
*
fix to univ.ObjectIdentifier input value handler to disallow negative sub-IDs
elie
2010-11-12
1
-16
/
+26
*
The individual tag/length/value processing methods of
elie
2010-05-26
2
-20
/
+20
*
fix to Set/SetOf type decoder to handle uninitialized scalar SetOf
elie
2010-01-06
1
-1
/
+1
[next]