]> Cypherpunks.ru repositories - pyderasn.git/shortlog
pyderasn.git
2018-05-20 Sergey MatveevRemove unused typing stubs
2018-05-20 Sergey MatveevNote about BIT/OCTET STRING primitive/constructed encodings
2018-05-20 Sergey MatveevInclude termcolor tarball
2018-05-20 Sergey MatveevLenIndefForm is useful autoimport
2018-05-20 Sergey MatveevAdd links to error exceptions
2018-05-20 Sergey MatveevNumericString sanitation mention
2018-05-20 Sergey MatveevBER usage documentation
2018-05-20 Sergey MatveevPreparing for next release
2018-05-20 Sergey MatveevPyPI has changed its URLs
2018-05-20 Sergey MatveevOptionally disallow BER in utility
2018-05-20 Sergey MatveevBER pprinting
2018-05-20 Sergey MatveevBitString ''H notation support
2018-05-20 Sergey MatveevSomehow expl* transition was missing in two pps
2018-05-20 Sergey Matveevlen_decode docstring
2018-05-20 Sergey MatveevLenIndef sounds better
2018-05-20 Sergey Matveevpylint
2018-05-20 Sergey MatveevSeparate BERed and LenIndefinited properties
2018-05-20 Sergey MatveevModern PyDERASN's version could differ in performance
2018-05-20 Sergey MatveevNo to double quotes
2018-05-19 Sergey MatveevBER Any/Sequence/Set/SequenceOf support
2018-05-19 Sergey MatveevSanitize all Set required values are decoded
2018-05-19 Sergey MatveevBER explicit tag support
2018-05-19 Sergey MatveevBER BitString/OctetString support
2018-05-19 Sergey MatveevBER Boolean support
2018-05-19 Sergey MatveevVarious test vectors from X.690
2018-05-19 Sergey MatveevImplicit tags can not be empty
2018-04-29 Sergey MatveevAbility to set values during Sequence initialization 3.6
2018-04-18 Sergey MatveevDo not shadow TagMismatch error during Choice/Set decoding 3.5
2018-04-16 Sergey MatveevFix DecodePathDefBy workability with Python2 3.4
2018-04-16 Sergey MatveevUnify quotes
2018-04-16 Sergey MatveevNumericString sanitizes its value against numbers
2018-03-22 Sergey MatveevFix nasty BitString decode bug 3.3
2018-03-12 Sergey MatveevSequences of BitStrings also can be defined by
2018-03-09 Sergey MatveevColours visible on white background 3.2
2018-02-14 Sergey MatveevRespect NO_COLOR environment variable 3.1
2018-02-14 Sergey MatveevFix DecodeError bug with DecodePathDefBy
2018-02-14 Sergey MatveevMention termcolor library 3.0
2018-02-13 Sergey MatveevColourized output
2018-01-25 Sergey MatveevRaise copyright years in documentation
2018-01-23 Sergey MatveevFix invalid DEFINED BY offset calculation for EXPL... 2.1
2018-01-23 Sergey MatveevPEP8 friendliness
2018-01-02 Sergey MatveevNote about value removing from Sequence 2.0
2018-01-02 Sergey MatveevStrict default values existence validation option
2018-01-01 Sergey MatveevDecode context and defines feature extending
2018-01-01 Sergey MatveevRaise copyright years
2017-12-30 Sergey MatveevPylint friendly argument names
2017-12-30 Sergey MatveevAutodecode BitStrings too
2017-12-27 Sergey MatveevVarious documentation fixes
2017-11-18 Sergey MatveevAbility to seek in command line utility 1.6
2017-11-06 Sergey MatveevAbility to specify defines_by_path during command line... 1.5
2017-11-06 Sergey MatveevMove generic decoder scheme and pretty printer out...
2017-10-29 Sergey Matveevmypy stub update 1.4
2017-10-29 Sergey MatveevInclude missing news/thanks.rst
2017-10-29 Sergey MatveevDEFINED BY support
2017-10-29 Sergey MatveevTake version from VERSION when building documentation
2017-10-29 Sergey MatveevPass decode_path while decoding explicit tags
2017-10-29 Sergey MatveevPython's -m option can have space before the argument
2017-10-15 Sergey MatveevGrammar fix
2017-10-15 Sergey MatveevMove THANKS to documentation
2017-10-10 Sergey MatveevUnify strategy names
2017-10-10 Sergey MatveevTypo in test name
2017-10-09 Sergey MatveevUnnecessary __slots__ in docstring
2017-10-09 Sergey MatveevConstants for datetime strings length
2017-10-09 Sergey MatveevReplace some branches with if/else operator
2017-10-06 Sergey MatveevCopy BitStrings tuple, do not reference it
2017-10-06 Sergey MatveevMore correct phrase about offset property
2017-10-04 Sergey MatveevAnnouncement template
2017-10-04 Sergey MatveevRemark about just copying pyderasn.py
2017-10-04 Sergey MatveevNEWS
2017-10-03 Sergey MatveevNo need in eq/lt methods in base class 1.3
2017-10-03 Sergey MatveevFull rich comparison operators 1.2
2017-10-03 Sergey MatveevSlogan is a must-have 1.1
2017-10-03 Sergey MatveevPackaging additions 1.0
2017-10-03 Sergey MatveevIt is better to invoke pyderasn through -m
2017-10-03 Sergey MatveevMore reliable way to determine if we are decoded
2017-10-02 Sergey MatveevAuto add __slots__ to all inherited classes
2017-10-02 Sergey MatveevVarious additions to documentation
2017-10-01 Sergey MatveevInitial revision