]> Cypherpunks.ru repositories - pyderasn.git/log
pyderasn.git
6 years agoDecode context and defines feature extending
Sergey Matveev [Mon, 1 Jan 2018 17:20:34 +0000 (20:20 +0300)]
Decode context and defines feature extending

6 years agoRaise copyright years
Sergey Matveev [Mon, 1 Jan 2018 17:21:49 +0000 (20:21 +0300)]
Raise copyright years

6 years agoPylint friendly argument names
Sergey Matveev [Sat, 30 Dec 2017 17:33:18 +0000 (20:33 +0300)]
Pylint friendly argument names

6 years agoAutodecode BitStrings too
Sergey Matveev [Sat, 30 Dec 2017 17:01:33 +0000 (20:01 +0300)]
Autodecode BitStrings too

6 years agoVarious documentation fixes
Sergey Matveev [Wed, 27 Dec 2017 10:45:44 +0000 (13:45 +0300)]
Various documentation fixes

6 years agoAbility to seek in command line utility 1.6
Sergey Matveev [Sat, 18 Nov 2017 13:09:01 +0000 (16:09 +0300)]
Ability to seek in command line utility

6 years agoAbility to specify defines_by_path during command line invocation 1.5
Sergey Matveev [Mon, 6 Nov 2017 08:45:46 +0000 (11:45 +0300)]
Ability to specify defines_by_path during command line invocation

6 years agoMove generic decoder scheme and pretty printer out of main
Sergey Matveev [Mon, 6 Nov 2017 08:32:43 +0000 (11:32 +0300)]
Move generic decoder scheme and pretty printer out of main

That allows generic decoder use in libraries.

6 years agomypy stub update 1.4
Sergey Matveev [Sun, 29 Oct 2017 16:27:10 +0000 (19:27 +0300)]
mypy stub update

6 years agoInclude missing news/thanks.rst
Sergey Matveev [Sun, 29 Oct 2017 16:21:34 +0000 (19:21 +0300)]
Include missing news/thanks.rst

6 years agoDEFINED BY support
Sergey Matveev [Sun, 29 Oct 2017 16:13:42 +0000 (19:13 +0300)]
DEFINED BY support

6 years agoTake version from VERSION when building documentation
Sergey Matveev [Sun, 29 Oct 2017 16:02:02 +0000 (19:02 +0300)]
Take version from VERSION when building documentation

6 years agoPass decode_path while decoding explicit tags
Sergey Matveev [Wed, 25 Oct 2017 09:14:42 +0000 (12:14 +0300)]
Pass decode_path while decoding explicit tags

6 years agoPython's -m option can have space before the argument
Sergey Matveev [Sun, 15 Oct 2017 13:23:54 +0000 (16:23 +0300)]
Python's -m option can have space before the argument

6 years agoGrammar fix
Sergey Matveev [Sun, 15 Oct 2017 12:57:47 +0000 (15:57 +0300)]
Grammar fix

6 years agoMove THANKS to documentation
Sergey Matveev [Sun, 15 Oct 2017 12:10:52 +0000 (15:10 +0300)]
Move THANKS to documentation

6 years agoUnify strategy names
Sergey Matveev [Tue, 10 Oct 2017 12:33:10 +0000 (15:33 +0300)]
Unify strategy names

6 years agoTypo in test name
Sergey Matveev [Tue, 10 Oct 2017 12:00:41 +0000 (15:00 +0300)]
Typo in test name

6 years agoUnnecessary __slots__ in docstring
Sergey Matveev [Mon, 9 Oct 2017 09:41:28 +0000 (12:41 +0300)]
Unnecessary __slots__ in docstring

6 years agoConstants for datetime strings length
Sergey Matveev [Mon, 9 Oct 2017 09:41:13 +0000 (12:41 +0300)]
Constants for datetime strings length

6 years agoReplace some branches with if/else operator
Sergey Matveev [Mon, 9 Oct 2017 08:58:44 +0000 (11:58 +0300)]
Replace some branches with if/else operator

6 years agoCopy BitStrings tuple, do not reference it
Sergey Matveev [Fri, 6 Oct 2017 15:19:37 +0000 (18:19 +0300)]
Copy BitStrings tuple, do not reference it

6 years agoMore correct phrase about offset property
Sergey Matveev [Fri, 6 Oct 2017 14:55:26 +0000 (17:55 +0300)]
More correct phrase about offset property

6 years agoAnnouncement template
Sergey Matveev [Wed, 4 Oct 2017 09:12:55 +0000 (12:12 +0300)]
Announcement template

6 years agoRemark about just copying pyderasn.py
Sergey Matveev [Wed, 4 Oct 2017 09:00:50 +0000 (12:00 +0300)]
Remark about just copying pyderasn.py

6 years agoNEWS
Sergey Matveev [Wed, 4 Oct 2017 08:56:47 +0000 (11:56 +0300)]
NEWS

6 years agoNo need in eq/lt methods in base class 1.3
Sergey Matveev [Tue, 3 Oct 2017 14:21:13 +0000 (17:21 +0300)]
No need in eq/lt methods in base class

6 years agoFull rich comparison operators 1.2
Sergey Matveev [Tue, 3 Oct 2017 11:34:58 +0000 (14:34 +0300)]
Full rich comparison operators

It is required for Py27, where __ne__ != not(__eq__).

6 years agoSlogan is a must-have 1.1
Sergey Matveev [Tue, 3 Oct 2017 10:21:04 +0000 (13:21 +0300)]
Slogan is a must-have

6 years agoPackaging additions 1.0
Sergey Matveev [Mon, 2 Oct 2017 14:21:59 +0000 (17:21 +0300)]
Packaging additions

6 years agoIt is better to invoke pyderasn through -m
Sergey Matveev [Mon, 2 Oct 2017 14:23:47 +0000 (17:23 +0300)]
It is better to invoke pyderasn through -m

6 years agoMore reliable way to determine if we are decoded
Sergey Matveev [Tue, 3 Oct 2017 06:39:31 +0000 (09:39 +0300)]
More reliable way to determine if we are decoded

CHOICE does not have llen. NULL does not have vlen.

6 years agoAuto add __slots__ to all inherited classes
Sergey Matveev [Mon, 2 Oct 2017 13:05:55 +0000 (16:05 +0300)]
Auto add __slots__ to all inherited classes

6 years agoVarious additions to documentation
Sergey Matveev [Mon, 2 Oct 2017 13:05:21 +0000 (16:05 +0300)]
Various additions to documentation

6 years agoInitial revision
Sergey Matveev [Sun, 1 Oct 2017 18:12:02 +0000 (21:12 +0300)]
Initial revision