summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 0.1.3release_0_1_3_tagelie2012-04-211-1/+1
|
* updatedelie2012-04-201-3/+3
|
* fix to OctetString.prettyOut() method that looses leading zero whenelie2012-04-202-2/+4
| | | | building hex string
* updatedelie2012-04-131-1/+1
|
* updatedelie2012-04-121-5/+0
|
* updatedelie2012-03-211-1/+0
|
* updatedelie2012-03-211-0/+6
|
* include object name into constraint violation exceptionelie2012-03-211-1/+5
|
* copyright extended to 2012elie2012-01-211-1/+1
|
* 0.1.2elie2011-12-211-1/+1
|
* ObjectIdentifier.prettyOut() improvedrelease_0_1_2_tagelie2011-12-061-8/+2
|
* fix to ObjectIdentifier __str__ test caseelie2011-11-201-1/+1
|
* fix to __long__() to actually return longs on py2kelie2011-11-202-2/+5
|
* ObjectIdentifier.__str__() is aliased to prettyPrint()elie2011-11-112-0/+3
|
* minor fix towards ObjectIdentifier.prettyIn() reliabilityelie2011-11-112-3/+8
|
* exlicit repr() calls replaced with '%r'elie2011-11-086-15/+12
|
* fix to quote initializer of OctetString.__repr__()elie2011-11-082-1/+2
|
* NoValue is now iterableelie2011-11-071-0/+3
|
* fix to OctetString.__str__() workings of a non-initialized objectelie2011-11-073-2/+15
|
* updatedelie2011-11-071-0/+1
|
* minor formatting correctionsrelease_0_1_1_tagelie2011-11-061-5/+9
|
* OctetString.pretyOut() reworked to be a filterelie2011-11-061-4/+6
|
* * fix to OctetString.prettyOut()elie2011-10-302-2/+27
| | | | * OctetString.clone() now supports bin/hex string initializers
* 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
| | | | the platform (Python 2.4-2.5 on WinXP ia32)
* 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-253-21/+14
|
* OctetString chapter updatedelie2011-10-251-9/+36
|
* * print OctetString content in HEX whenever it is not printable otherwiseelie2011-10-201-5/+33
| | | | * catch possible prettyIn exceptions
* updatedelie2011-10-201-0/+1
|
* OctetString now supports two python-neutral getters: asOcts() & asInts()elie2011-10-193-2/+25
|
* 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
|
* python3 specifics removedelie2011-10-111-5/+0
|
* binary&hex OctetString syntax parser reworked, test case addedelie2011-10-102-60/+49
|
* use __bytes__ when encoding/initializing OctetString()elie2011-10-102-10/+17
|
* minor py3k compatibility fixeselie2011-10-041-4/+6
|
* updatedelie2011-10-041-2/+4
|
* + converted to py3k-compliant bytes/str base type and wrapperselie2011-10-047-189/+216
| | | | + literal substrate in test cases replaced with tuples of ints
* base type for encoding subsrate and OctetString type is now 'bytes' onelie2011-10-047-93/+151
| | | | py3k and 'str' on py2k
* Boolean encoder typo/bug fixedelie2011-10-021-1/+1
|
* updatedelie2011-10-022-7/+17
|