]> Cypherpunks.ru repositories - pyderasn.git/log
pyderasn.git
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