index
:
delta/python-packages/pyasn1-git.git
add-consistency-check-hook
add-except-clause-support
add-more-debug-logging
add-set-of-any-support
add-unittest-assertion
add-with-components-constraint
codecs-produce-python-builtins
deprecate-size-spec
fix-cer-der-tagged-any
fix-constructed-default
fix-dump-raw-value
fix-generalized-time-encoding
fix-setof-slicing
improve-open-type-docs
master
novalue-fixes-in-docs
open-types-support
release-0.4.9
self-referencing-types
sequenceof-to-remain-schema
github.com: etingof/pyasn1.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pyasn1
/
type
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix `DeprecationWarning: __int__ returned non-int` on Py3
HEAD
master
Ilya Etingof
2020-03-21
1
-1
/
+1
*
Advance copyright statement to year 2020
Ilya Etingof
2020-03-08
11
-11
/
+11
*
Drop support for EOL Pythons (#131)
Jon Dufresne
2019-11-16
3
-55
/
+36
*
Allow combining constraints operating on sets (#181)
Ilya Etingof
2019-11-04
1
-28
/
+82
*
Release 0.4.7
v0.4.7
Ilya Etingof
2019-09-01
1
-2
/
+4
*
Add an afterthought on WITH COMPONENTS constraint
Ilya Etingof
2019-08-28
1
-2
/
+12
*
Add `SET ... WITH COMPONENTS ...` ASN.1 construct support (#171)
Ilya Etingof
2019-08-27
3
-18
/
+206
*
Deprecate `sizeSpec` in favor of `subtypeSpec` (#172)
Ilya Etingof
2019-08-25
3
-73
/
+71
*
Add `isInconsistent` property hook to all constructed types (#170)
Ilya Etingof
2019-08-25
2
-3
/
+22
*
Fix ConstraintsUnion docstring
Ilya Etingof
2019-08-13
1
-3
/
+3
*
Fix failing unit tests on Py25
Ilya Etingof
2019-07-31
1
-0
/
+3
*
Remove a couple of `except as` statements to benefit old Pythons
Ilya Etingof
2019-07-31
2
-3
/
+15
*
Document base ASN.1 types
Ilya Etingof
2019-07-13
3
-91
/
+172
*
Fix Python builtins ReST references in docstrings
Ilya Etingof
2019-07-13
3
-64
/
+71
*
Remove Python `id` from `repr`
Ilya Etingof
2019-07-13
6
-23
/
+28
*
Add exception classes documentation
Ilya Etingof
2019-07-13
3
-17
/
+17
*
Add docstring for `.reset()` and `.clear()` methods
Ilya Etingof
2019-07-13
1
-0
/
+26
*
Add `SequenceOf`/`SetOf` list-like slicing support (#168)
Ilya Etingof
2019-07-12
1
-3
/
+25
*
Add more docs on `OpenType` (#166)
Ilya Etingof
2019-07-09
2
-14
/
+42
*
Add `SET|SEQUENCE OF ANY` encoding support (#165)
Ilya Etingof
2019-07-06
1
-6
/
+12
*
Rename pyasn1 unicode exceptions
Ilya Etingof
2019-06-29
2
-22
/
+37
*
Add specific exceptions for String issues (#155)
Alex Shafer
2019-06-29
2
-24
/
+24
*
SequenceOf/SetOf to remain a schema objects (#162)
Ilya Etingof
2019-06-23
2
-54
/
+148
*
Remove invalid escape sequences to get rid of DeprecationWarning in Python3. ...
Harrison
2019-06-20
2
-6
/
+6
*
Release 0.4.5
v0.4.5
Ilya Etingof
2018-12-29
11
-11
/
+11
*
Fix defaulted constructed SEQUENCE component initialization (#146)
Ilya Etingof
2018-12-29
1
-1
/
+3
*
Fix some typos and prepare for 0.4.5
Ilya Etingof
2018-07-29
3
-15
/
+15
*
Fix Sequence/Set.prettyPrint crash
Ilya Etingof
2018-07-24
1
-1
/
+1
*
fix GenerlizedTime.asDateTime() operation
Ilya Etingof
2018-05-23
1
-2
/
+2
*
copyright years extended
Ilya Etingof
2018-03-29
11
-11
/
+11
*
NoValue.__repr__() should report object address in hex
Ilya Etingof
2017-12-03
1
-1
/
+1
*
fix to invoke potentially overridden OctetString.prettyOut()
v0.4.1
Ilya Etingof
2017-11-23
2
-5
/
+32
*
imports pep8'ed
Ilya Etingof
2017-11-23
7
-19
/
+42
*
relax open type field type check on assignment (#105)
Ilya Etingof
2017-11-23
1
-1
/
+2
*
cosmetic changes to Sequence.setComponentByPosition()
Ilya Etingof
2017-11-21
1
-6
/
+16
*
Start `.prettyPrint` deprecation (#103)
Ilya Etingof
2017-11-19
3
-45
/
+45
*
__repr__() of ASN.1 types reworked for better readability (#102)
Ilya Etingof
2017-11-18
7
-110
/
+79
*
Add default to .getComponentBy*() (#100)
Ilya Etingof
2017-11-16
1
-18
/
+67
*
migrated docs and references from sourceforge.net
Ilya Etingof
2017-11-14
11
-11
/
+11
*
serialization -> serialisation nitpicks
Ilya Etingof
2017-11-14
4
-12
/
+12
*
added example code snippets to the docstrings (#101)
Ilya Etingof
2017-11-14
6
-29
/
+394
*
Merge branch 'devel-0.4.1' of github.com:etingof/pyasn1 into devel-0.4.1
Ilya Etingof
2017-11-09
2
-40
/
+63
|
\
|
*
Pickle protocol fixes (#99)
Ilya Etingof
2017-10-29
2
-40
/
+63
|
*
fix to `any` function test on Py2.4
Ilya Etingof
2017-10-23
1
-1
/
+1
*
|
reset unused Choice component to `noValue`, not `None`
Ilya Etingof
2017-11-09
1
-1
/
+1
*
|
pep8 (stray spaces removed)
Ilya Etingof
2017-11-09
5
-31
/
+31
*
|
fix to `any()` support detection
Ilya Etingof
2017-11-09
1
-1
/
+1
|
/
*
docs on constraints added (#97)
Ilya Etingof
2017-10-22
1
-21
/
+314
*
Add more content to docs (#96)
Ilya Etingof
2017-10-21
4
-39
/
+65
*
Constructed types schema inspection (#87)
Ilya Etingof
2017-10-19
1
-11
/
+103
[next]