summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* py3k style numeric division now supportedelie2011-10-021-4/+18
* stray getslice() operator replaced with getitem()elie2011-10-022-5/+5
* dropped explicit long int modifiers (py3k style)elie2011-10-022-5/+5
* implicit relative import replaced with the absolute one to avoid py3k syntaxelie2011-10-025-12/+12
* take exception instance from the system not to use non-portableelie2011-10-022-8/+8
* fix to use sys.version_info, not sys.versionelie2011-10-024-6/+6
* support both __nonzero__() and __bool__() methods (py3k style)elie2011-10-024-22/+41
* got rid of explicit long int type dependency (py3k style)elie2011-10-024-16/+21
* inherit from Exception as 2to3 wantselie2011-10-021-1/+1
* in-place arg expansion dropped (p23k style)elie2011-10-021-2/+4
* dictionary operations made py3k-compatibleelie2011-10-023-3/+3
* explicitly convert iterator to a sequence (py3k style)elie2011-10-021-1/+1
* now supported python 2.4+elie2011-10-021-3/+3
* map() replaced with listcomp which is now more pythonicelie2011-10-024-5/+5
* filter() replaced with list comprehension to be more p3k compatibleelie2011-10-021-1/+1
* [].sort() converted to use keyelie2011-10-011-8/+2
* got rid from apply() and clasic divisionelie2011-10-014-13/+13
* lame import droppedelie2011-08-141-1/+0
* typos at IntegerDecoder precomputed valueselie2011-08-141-15/+15
* switched to rich comparation methodselie2011-08-145-12/+59
* drop string module usageelie2011-08-148-42/+28
* replace types comparation with isinstance checkingelie2011-08-148-32/+31
* fix to base10 normalization function that loops on univ.Real(0)elie2011-06-053-2/+7
* fix to repr() workings of Choice objectsrelease_0_0_13b_tagelie2011-03-153-2/+3
* non-printables better handled by OctetString.prettyPrint()elie2011-03-152-3/+2
* typo fixelie2011-03-151-1/+1
* infinite values now suppoted by Real typeelie2011-03-156-16/+105
* Real type binary encoding implementedelie2011-03-152-11/+67
* indef mode, explicitly tagged item decoder test case improvedelie2011-03-121-9/+11
* Real type, character-mode enoder/decoder implementedelie2011-03-122-1/+47
* decimal, DER/CER-compliant mantissa normalization implelented at Real typeelie2011-03-111-2/+11
* verify Real base on instantiationelie2011-03-111-1/+5
* Real type test cases implementedelie2011-03-111-0/+25
* * Real type really implemented (used to be a stub)elie2011-03-111-10/+77
* * AbstractSimpleAsn1Item.__nonzero__() implementedelie2011-03-111-6/+2
* updatedelie2011-03-112-3/+4
* * Objects of Constructed types now support __setitem__()elie2011-03-094-4/+23
* 0.0.13belie2011-03-091-1/+1
* fix to explicitly tagged items decoding supportelie2011-03-092-4/+27
* typo fix that prevented guided decoder operationelie2011-03-091-1/+1
* reference fixedelie2011-03-061-2/+2
* documentation significantly improvedelie2011-03-063-382/+2345
* 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-062-0/+3
* fix to proper behaviour of PermittedAlphabetConstraint objectelie2011-03-043-3/+18
* cosmetic printout fixeselie2011-03-031-3/+3
* getNameByPosition() method of Set/Sequence class inplementedelie2011-03-011-0/+4
* do not include doc/*.txtelie2011-03-011-1/+1
* stDumpRawValue state revivedelie2011-03-011-3/+12