summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* avoid unicode literalsrelease_0_1_9_tagelie2015-09-281-1/+4
* pre-release cleanupelie2015-09-282-2/+2
* Fix to CER/DER Boolean decoder - fail on non single-octet payload.elie2015-09-153-3/+14
* fix to ObjectIdentifier initialization from unicode stringelie2015-09-104-1/+6
* example on MIN/MAX addedelie2015-09-081-1/+43
* wheel distribution format now supportedelie2015-08-172-0/+3
* fix to make uninitilaized pyasn1 objects failing properly on hash()elie2015-07-052-1/+3
* - extensions added to text files, CVS attic flushed.elie2015-07-053-2/+350
* 0.1.8 finalelie2015-06-211-2/+2
* CER/DER Time types encoding restrictions relaxedelie2015-06-212-18/+19
* Asn1Item.hasValue() added to easily distinguish initalized ASN.1 objectselie2015-06-062-3/+8
* GeneralizedTime test removedelie2015-06-061-9/+11
* fixes to GeneralizedTime and UTCTime format constraintselie2015-06-051-11/+10
* prohibit indefinite length DER encodingelie2015-06-051-0/+3
* minor fixeselie2015-06-041-3/+3
* updatedelie2015-04-301-0/+2
* compatibility fixes to Python versions supportelie2015-04-263-12/+14
* tests for character types addedelie2015-04-262-2/+26
* more strict CER/DER encoders added for GeneralizedTime and UTCTime typeselie2015-04-264-6/+112
* multiple fixes to test coverageelie2015-04-263-4/+4
* updatedelie2015-04-251-1/+1
* DER codec hardened not to tolerate indefinite length encoding/decodingelie2015-04-259-11/+42
* Fix to end-of-octest sentinel handling:elie2015-04-253-26/+83
* fix to BitString and OctetString decoders dealing with constructedelie2015-04-253-6/+15
* broken REAL substrate decoding test addedelie2015-04-241-0/+8
* fix to broken REAL type decoding handlingelie2015-04-242-3/+8
* Real.prettyPrint() modified to return a floating point numberelie2015-04-041-0/+6
* provide all() that is missing in Python 2.4elie2015-01-201-0/+9
* absent NullLogger fix for Python 2.6-elie2015-01-071-1/+9
* another fix to OctetString.prettyOut()elie2015-01-011-1/+1
* updatedelie2015-01-011-1/+1
* OctetString.prettyOut non-printables detection improvedelie2015-01-011-4/+4
* * added support for logging into parent application's loggerelie2014-10-271-11/+21
* built-in debugging is now based on Python logging moduleelie2014-10-262-7/+33
* BitString encoder/decoder performance improvedelie2014-10-263-9/+14
* pylint-edelie2014-06-171-4/+4
* the OctetString.__int__() and .__float__() magic methods implementedelie2014-06-172-8/+11
* __trunc__ is only available since python 2.6elie2014-06-152-4/+4
* * new prettyPrintType() abstract method implemented to base pyasn1 typeselie2014-06-137-13/+60
* handle the case of deactivated sys.stderrelie2014-03-151-1/+1
* amended the case of null debug writerelie2014-03-152-5/+4
* handle the case of absent stderr stream at Debug printerelie2014-03-142-1/+5
* initial revisionelie2014-02-171-0/+10
* 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