]>
Cypherpunks repositories - pyderasn.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Sergey Matveev [Tue, 10 Oct 2017 12:00:41 +0000 (15:00 +0300)]
Typo in test name
Sergey Matveev [Mon, 9 Oct 2017 09:41:28 +0000 (12:41 +0300)]
Unnecessary __slots__ in docstring
Sergey Matveev [Mon, 9 Oct 2017 09:41:13 +0000 (12:41 +0300)]
Constants for datetime strings length
Sergey Matveev [Mon, 9 Oct 2017 08:58:44 +0000 (11:58 +0300)]
Replace some branches with if/else operator
Sergey Matveev [Fri, 6 Oct 2017 15:19:37 +0000 (18:19 +0300)]
Copy BitStrings tuple, do not reference it
Sergey Matveev [Fri, 6 Oct 2017 14:55:26 +0000 (17:55 +0300)]
More correct phrase about offset property
Sergey Matveev [Wed, 4 Oct 2017 09:12:55 +0000 (12:12 +0300)]
Announcement template
Sergey Matveev [Wed, 4 Oct 2017 09:00:50 +0000 (12:00 +0300)]
Remark about just copying pyderasn.py
Sergey Matveev [Wed, 4 Oct 2017 08:56:47 +0000 (11:56 +0300)]
NEWS
Sergey Matveev [Tue, 3 Oct 2017 14:21:13 +0000 (17:21 +0300)]
No need in eq/lt methods in base class
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__).
Sergey Matveev [Tue, 3 Oct 2017 10:21:04 +0000 (13:21 +0300)]
Slogan is a must-have
Sergey Matveev [Mon, 2 Oct 2017 14:21:59 +0000 (17:21 +0300)]
Packaging additions
Sergey Matveev [Mon, 2 Oct 2017 14:23:47 +0000 (17:23 +0300)]
It is better to invoke pyderasn through -m
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.
Sergey Matveev [Mon, 2 Oct 2017 13:05:55 +0000 (16:05 +0300)]
Auto add __slots__ to all inherited classes
Sergey Matveev [Mon, 2 Oct 2017 13:05:21 +0000 (16:05 +0300)]
Various additions to documentation
Sergey Matveev [Sun, 1 Oct 2017 18:12:02 +0000 (21:12 +0300)]
Initial revision