summaryrefslogtreecommitdiff
path: root/pyasn1
Commit message (Expand)AuthorAgeFilesLines
* fix to broken REAL type decoding handlingelie2015-04-241-1/+5
* Real.prettyPrint() modified to return a floating point numberelie2015-04-041-0/+6
* provide all() that is missing in Python 2.4elie2015-01-201-0/+9
* absent NullLogger fix for Python 2.6-elie2015-01-071-1/+9
* another fix to OctetString.prettyOut()elie2015-01-011-1/+1
* OctetString.prettyOut non-printables detection improvedelie2015-01-011-4/+4
* * added support for logging into parent application's loggerelie2014-10-271-11/+21
* built-in debugging is now based on Python logging moduleelie2014-10-261-7/+32
* BitString encoder/decoder performance improvedelie2014-10-262-9/+13
* pylint-edelie2014-06-171-4/+4
* the OctetString.__int__() and .__float__() magic methods implementedelie2014-06-171-8/+10
* __trunc__ is only available since python 2.6elie2014-06-151-2/+2
* * new prettyPrintType() abstract method implemented to base pyasn1 typeselie2014-06-136-13/+55
* handle the case of deactivated sys.stderrelie2014-03-151-1/+1
* amended the case of null debug writerelie2014-03-151-4/+3
* handle the case of absent stderr stream at Debug printerelie2014-03-141-1/+4
* initial revisionelie2014-02-171-0/+10
* fixes to Integer/Real magic methods return typeselie2014-02-091-8/+16
* * The abs(Integer()) & abs(Real()) operation now returns respective pyasn1elie2014-02-091-4/+21
* Constructed types now verify their consistency by invokingelie2013-12-121-5/+15
* NamedTypes() and NamedValues() made comparableelie2013-12-082-1/+24
* ObjectIdentifier.__repr__() fixedelie2013-12-081-1/+3
* * constructed types can now be initialized with new .setComponents() methodelie2013-12-082-8/+12
* * constructed types now always verify their consistensy withelie2013-12-072-59/+19
* the setComponentBy*() methods of all CONSTRUCTED objects now accept optionalelie2013-12-022-32/+75
* when comparing ASN.1 types, by-tag and/or by-constraints matchingelie2013-12-021-6/+11
* AbstractConstructedAsn1Item.__repr__() fixed to include all class initializerselie2013-12-011-2/+9
* * the base.NoValue() class, that indicates uninitialized ASN.1 object,elie2013-11-302-12/+36
* __repr__() addedelie2013-11-301-0/+4
* fix to TagSet.repr() to include [obsolete] baseTag informationelie2013-11-291-1/+1
* string typed float initializer to REAL type now supportedelie2013-11-231-6/+8
* fix to precomputed OID values lookupelie2013-11-011-1/+1
* * some more fixes to OID codecselie2013-11-012-45/+43
* more fixes and tests for OID encoding from Brianelie2013-11-011-5/+3
* ObjectIdentifier codec fixed to work properly with arc 0 and arc 2 valueselie2013-10-312-7/+27
* minor rewriting of Real.prettyIn()elie2013-09-111-6/+7
* - Float typed mantissa initializer to REAL type for base 2 added.elie2013-09-114-33/+109
* T61String & VisibleString types addedelie2013-09-011-6/+10
* ObjectDescriptor type addedelie2013-09-014-1/+9
* fix to binary initializer support of Real objectelie2013-09-011-3/+12
* unicode initializer support added to OctetString type and derivativeselie2013-08-031-3/+17
* minor fixes as reported by pylintelie2013-06-024-11/+10
* * Fix to SEQUENCE and SET types to give them their private componentTypeselie2013-05-302-12/+13
* 0.1.8elie2013-05-301-1/+1
* fix to REAL type decoder to handle negative REAL values correctly. testelie2013-04-091-5/+3
* Fix to decoder working on indefinite length substrate -- end-of-octetselie2013-02-091-7/+14
* report length encoding mode andd chunk size in debuggingelie2013-01-281-1/+1
* fix to CHOICE decoder to handle explicitly tagged, indefinite lengthelie2013-01-271-1/+20
* fix to substrate debugging in indefiniteelie2013-01-271-1/+1
* fix to REAL type encoder to force primitive encoding form encodingelie2013-01-271-0/+1