Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pyasn1
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
Python
Modules
pyasn1
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
2fbd149bcf45e347679e53086f9cba5772fd26b2
Select Git revision
Branches
20
add-consistency-check-hook
add-except-clause-support
add-more-debug-logging
add-set-of-any-support
add-unittest-assertion
add-with-components-constraint
branch/default
default
protected
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
20 results
Begin with the selected commit
Created with Raphaël 2.2.0
13
Jul
14
18
19
20
21
22
23
26
27
28
29
30
31
1
Aug
2
4
5
15
21
22
23
24
25
26
27
28
29
31
1
Sep
2
3
7
8
9
10
13
14
15
16
17
18
19
20
26
4
Oct
10
11
16
17
19
21
22
23
26
28
29
9
Nov
12
14
16
18
19
21
23
24
3
Dec
26
21
Mar
29
21
Apr
23
May
15
Jun
28
29
30
3
Jul
24
26
29
3
Aug
4
7
17
Oct
18
29
Dec
22
Jan
20
Jun
23
28
29
30
4
Jul
5
6
7
9
12
13
31
13
Aug
19
24
25
27
28
1
Sep
6
7
10
13
14
1
Oct
3
3
Nov
4
7
15
16
17
23
15
Dec
8
Mar
14
21
WIP: time types <-> datetime
time types <-> datetime conversion implemented
catch possibel fatetime formatting error
WIP: adding docs on time types
updated docs on time types and datetime conversion
Merge pull request #44 from etingof/useful-types-datetime-support
0.3.1
Merge branch 'master' into open-types-support
Real type infinity states refactored into properies
WIP: various NamedValues improvements
updated docs on NamedValues
NamedValues refactored into a dict-like object
Merge pull request #45 from etingof/namedvals-as-a-property
UnnamedType container first introduced
WIP: SetOf/SequenceOf field type container first introduced
SetOf/SequenceOf field type container implemented
Merge pull request #46 from etingof/component-type-as-a-property
WIP: setup properties through metaclass
added portable metaclass implementation
added static ASN.1 type defs tests
Merge pull request #47 from etingof/component-type-as-a-property-fixes
missing str.partition and datime.strptime added
added missing callable() in Py 3.0-3.1
fixed compat bin() for negatives
Merge pull request #48 from etingof/py2.4-fixes
test case fix: do not initialize optional SEQUENCE field
.componentType refactored into a read-only attribute
.subtypeSpec and .sizeSpec refactored into a read-only attributes
.tagSet refactored into a read-only attribute
.namedValues refactored into a read-only attribute
SetOf/SequenceOf codec test cases added
Merge pull request #49 from etingof/dynamic-types-properties
handle .readOnly() read racing
ASN.1 types __init__(), .clone()/.subtype() refactored into kwargs
Merge pull request #50 from etingof/kwargs-in-init
Merge branch 'master' into open-types-support
fix to make property.setter working on Py2.5-
fix to integer/bytes codec on Py3.0/3.1
fix to b2a_hex argument type on Py3.0/3.1
fix to BitString.prettyOut()
Loading