summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* updatedelie2011-11-071-0/+1
* minor formatting correctionselie2011-11-061-5/+9
* OctetString.pretyOut() reworked to be a filterelie2011-11-061-4/+6
* * fix to OctetString.prettyOut()elie2011-10-302-2/+27
* verify that ObjectIdentifier tuple initializer keeps only numericselie2011-10-301-7/+7
* fix to OctetString.prettyOut()elie2011-10-291-1/+1
* 0.1.1elie2011-10-282-3/+3
* do not attempt to emulate infinity values whenever they are not supported byelie2011-10-272-11/+8
* trove updatedelie2011-10-271-4/+0
* trove classificators addedelie2011-10-271-0/+17
* minor fix to OctetString.prettyPrint()elie2011-10-261-1/+1
* OctetString methods asOcts()asInts() renamed into asOctets()/asNumbers()elie2011-10-252-18/+11
* OctetString chapter updatedelie2011-10-251-9/+36
* * print OctetString content in HEX whenever it is not printable otherwiseelie2011-10-201-5/+33
* updatedelie2011-10-201-0/+1
* OctetString now supports two python-neutral getters: asOcts() & asInts()elie2011-10-192-2/+18
* fix to float() infinity compatibility issue (affects 2.5 and earlier)elie2011-10-182-2/+8
* ignore possible failures on bytes-to-string convertion at OctetStringelie2011-10-161-2/+3
* in Python3 __eq__() disables __hash__()elie2011-10-131-0/+3
* use current encoding when initializing OctetString from a Python stringelie2011-10-111-1/+1
* updated to include Python3 goodieselie2011-10-111-75/+92
* proper unicode support for OctetString & derivativeselie2011-10-113-2/+14
* binary&hex OctetString syntax parser reworked, test case addedelie2011-10-101-59/+37
* use __bytes__ when encoding/initializing OctetString()elie2011-10-102-10/+17
* minor py3k compatibility fixeselie2011-10-041-4/+6
* updatedelie2011-10-041-2/+4
* base type for encoding subsrate and OctetString type is now 'bytes' onelie2011-10-047-93/+151
* Boolean encoder typo/bug fixedelie2011-10-021-1/+1
* updatedelie2011-10-022-7/+17
* py3k style numeric division now supportedelie2011-10-021-4/+18
* stray getslice() operator replaced with getitem()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-023-15/+20
* 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