]> Cypherpunks.ru repositories - pyderasn.git/history - pyderasn.py
PEP8 friendliness
[pyderasn.git] / pyderasn.py
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 MatveevDEFINED BY support
2017-10-29 Sergey MatveevPass decode_path while decoding explicit tags
2017-10-15 Sergey MatveevGrammar fix
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-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 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