]>
Cypherpunks repositories - pyderasn.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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