summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fixes to Integer/Real magic methods return typeselie2014-02-091-8/+16
* * The abs(Integer()) & abs(Real()) operation now returns respective pyasn1elie2014-02-093-4/+51
* license extendedelie2014-01-091-1/+1
* Constructed types now verify their consistency by invokingelie2013-12-123-7/+37
* test coverage extended to cover pyasn1 types __repr__() functionelie2013-12-085-2/+44
* NamedTypes() and NamedValues() made comparableelie2013-12-083-1/+25
* test cases for __repr__() improved for scalar typeselie2013-12-081-5/+17
* ObjectIdentifier.__repr__() fixedelie2013-12-081-1/+3
* * constructed types can now be initialized with new .setComponents() methodelie2013-12-084-9/+22
* * constructed types now always verify their consistensy withelie2013-12-074-103/+29
* the setComponentBy*() methods of all CONSTRUCTED objects now accept optionalelie2013-12-024-33/+152
* when comparing ASN.1 types, by-tag and/or by-constraints matchingelie2013-12-022-6/+14
* AbstractConstructedAsn1Item.__repr__() fixed to include all class initializerselie2013-12-012-3/+10
* missing comment on NoValue.__repr__elie2013-11-301-0/+2
* * the base.NoValue() class, that indicates uninitialized ASN.1 object,elie2013-11-303-12/+41
* __repr__() addedelie2013-11-301-0/+4
* fix to TagSet.repr() to include [obsolete] baseTag informationelie2013-11-292-2/+2
* string typed float initializer to REAL type now supportedelie2013-11-232-6/+9
* fix to precomputed OID values lookupelie2013-11-011-1/+1
* * some more fixes to OID codecselie2013-11-015-66/+213
* more fixes and tests for OID encoding from Brianelie2013-11-012-6/+35
* ObjectIdentifier codec fixed to work properly with arc 0 and arc 2 valueselie2013-10-315-13/+55
* python 2.4+ installation requirement addedelie2013-09-211-0/+4
* distribute is goneelie2013-09-212-18/+4
* minor rewriting of Real.prettyIn()elie2013-09-111-6/+7
* - Float typed mantissa initializer to REAL type for base 2 added.elie2013-09-118-56/+181
* updatedelie2013-09-011-1/+2
* T61String & VisibleString types addedelie2013-09-011-6/+10
* ObjectDescriptor type addedelie2013-09-015-1/+10
* fixes to REAL binary encoder test caseselie2013-09-011-2/+2
* fix to binary initializer support of Real objectelie2013-09-013-3/+14
* unicode initializer support added to OctetString type and derivativeselie2013-08-033-3/+24
* some more univ.ObjectIdentifier.prettyIn cases addedelie2013-08-031-1/+5
* minor fixes as reported by pylintelie2013-06-024-11/+10
* * Fix to SEQUENCE and SET types to give them their private componentTypeselie2013-05-303-12/+21
* 0.1.8elie2013-05-301-1/+1
* updatedrelease_0_1_7_tagelie2013-05-031-4/+3
* fix to REAL type decoder to handle negative REAL values correctly. testelie2013-04-093-5/+11
* license updated to vanilla BSD 2-Clause to ease package useelie2013-03-192-15/+13
* fix to import path manglingelie2013-02-153-3/+9
* test suite made discoverable by unittest/unittest2 discovery featureelie2013-02-1518-94/+164
* correctionelie2013-02-091-2/+2
* Fix to decoder working on indefinite length substrate -- end-of-octetselie2013-02-092-7/+17
* some more CHOICE codec test cases addedelie2013-01-281-3/+15
* some more testcases for CHOICE codec addedelie2013-01-281-1/+18
* report length encoding mode andd chunk size in debuggingelie2013-01-281-1/+1
* fix to CHOICE decoder to handle explicitly tagged, indefinite lengthelie2013-01-272-1/+22
* fix to substrate debugging in indefiniteelie2013-01-271-1/+1
* fix to REAL type encoder to force primitive encoding form encodingelie2013-01-272-0/+2
* fix to decoder to fail in cases where tagFormat indicates inappropriateelie2013-01-273-0/+65