summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* use platform-neutral pathelie2013-01-061-2/+4
* 0.1.7 / 2013elie2013-01-042-2/+2
* The compact (valueless) way of encoding zero INTEGERs introduced inrelease_0_1_6_tagelie2012-12-213-2/+19
* report package version on debugging code initializationelie2012-12-203-2/+9
* mangle modules paths for relative import to workrelease_0_1_5_tagelie2012-12-192-0/+9
* make prettyPrint() working for non-initialized pyasn1 data objectselie2012-12-042-1/+8
* updatedelie2012-11-261-0/+2
* documentation split up into chapterselie2012-11-266-0/+2499
* some more tests added to cover empty-valued INTEGER encodingelie2012-11-231-0/+2
* fix to INTEGER encoder to produce empty-valued encoding for zero valueselie2012-11-233-2/+15
* support empty-valued INTEGER encoidingelie2012-11-232-2/+2
* two more Boolean tests addedelie2012-11-231-0/+4
* fix to unit test suites imports to be able to run each fromelie2012-11-237-12/+32
* 0.1.5elie2012-11-231-1/+1
* support empty-payload REAL values decodingelie2012-11-233-1/+11
* typo fixedrelease_0_1_4_tagelie2012-07-231-1/+1
* mention the distribute packageelie2012-07-231-1/+19
* since __version__ is parsed by setup.py using ' as ancors, no extraelie2012-07-231-2/+3
* bail out gracefully whenever Python version is older than 2.4.elie2012-07-192-0/+6
* * fix to Real codec exponent encoding (should be in 2's complement form)elie2012-07-185-11/+41
* catch possible exception on integer coersion at Integer.prettyPrint()elie2012-07-101-2/+7
* reference to pyasn1-modules addedelie2012-07-041-6/+13
* comment added to prevent overzealous package managers from optimizingelie2012-07-0412-0/+12
* meta information and classifiers updatedelie2012-07-042-15/+34
* obsolete __init__.MajorVersionId replaced with __init__.__version__elie2012-07-043-2/+5
* updatedelie2012-07-041-1/+1
* expose tagMap/typeMap/Decoder objects at DER decoder to uniform APIelie2012-06-102-1/+6
* leading 0x80 octet not allowed in BER/CER/DER substrateelie2012-06-105-61/+21
* comment on BOOL addedelie2012-06-101-0/+3
* test cases added for substrateFun callbackelie2012-06-091-2/+75
* updatedelie2012-06-091-0/+3
* decoder's recursiveFlag feature generalized as a user callback functionelie2012-06-092-127/+137
* valueDecoder() method implementations changed to return the rest ofelie2012-05-293-43/+44
* catch inappropriate substrate type passed to decoderelie2012-05-284-3/+9
* fix to leading 0x80 octet handling in CER/DER ObjectIdentifier decoderelie2012-05-274-0/+62
* fixes to uninitialized decoder reference used in debug callselie2012-05-241-1/+3