File: SOURCES.txt

package info (click to toggle)
html5lib 1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,436 kB
  • sloc: python: 13,016; sh: 10; makefile: 7
file content (165 lines) | stat: -rw-r--r-- 6,890 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
.pytest.expect
AUTHORS.rst
CHANGES.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
pytest.ini
requirements-oldest.txt
requirements-optional.txt
requirements-test.txt
requirements.txt
setup.cfg
setup.py
tox.ini
html5lib/__init__.py
html5lib/_ihatexml.py
html5lib/_inputstream.py
html5lib/_tokenizer.py
html5lib/_utils.py
html5lib/constants.py
html5lib/html5parser.py
html5lib/serializer.py
html5lib/_trie/__init__.py
html5lib/_trie/_base.py
html5lib/_trie/py.py
html5lib/contrib/__init__.py
html5lib/contrib/webencodings/__init__.py
html5lib/contrib/webencodings/labels.py
html5lib/contrib/webencodings/mklabels.py
html5lib/contrib/webencodings/tests.py
html5lib/contrib/webencodings/x_user_defined.py
html5lib/filters/__init__.py
html5lib/filters/alphabeticalattributes.py
html5lib/filters/base.py
html5lib/filters/inject_meta_charset.py
html5lib/filters/lint.py
html5lib/filters/optionaltags.py
html5lib/filters/sanitizer.py
html5lib/filters/whitespace.py
html5lib/tests/__init__.py
html5lib/tests/conftest.py
html5lib/tests/sanitizer.py
html5lib/tests/support.py
html5lib/tests/test_alphabeticalattributes.py
html5lib/tests/test_encoding.py
html5lib/tests/test_meta.py
html5lib/tests/test_optionaltags_filter.py
html5lib/tests/test_parser2.py
html5lib/tests/test_sanitizer.py
html5lib/tests/test_serializer.py
html5lib/tests/test_stream.py
html5lib/tests/test_tokenizer2.py
html5lib/tests/test_treeadapters.py
html5lib/tests/test_treewalkers.py
html5lib/tests/test_whitespace_filter.py
html5lib/tests/tokenizer.py
html5lib/tests/tokenizertotree.py
html5lib/tests/tree_construction.py
html5lib/tests/testdata/.git
html5lib/tests/testdata/.gitattributes
html5lib/tests/testdata/AUTHORS.rst
html5lib/tests/testdata/LICENSE
html5lib/tests/testdata/encoding/test-yahoo-jp.dat
html5lib/tests/testdata/encoding/tests1.dat
html5lib/tests/testdata/encoding/tests2.dat
html5lib/tests/testdata/encoding/chardet/test_big5.txt
html5lib/tests/testdata/encoding/scripted/tests1.dat
html5lib/tests/testdata/serializer/core.test
html5lib/tests/testdata/serializer/injectmeta.test
html5lib/tests/testdata/serializer/optionaltags.test
html5lib/tests/testdata/serializer/options.test
html5lib/tests/testdata/serializer/whitespace.test
html5lib/tests/testdata/tokenizer/README.md
html5lib/tests/testdata/tokenizer/contentModelFlags.test
html5lib/tests/testdata/tokenizer/domjs.test
html5lib/tests/testdata/tokenizer/entities.test
html5lib/tests/testdata/tokenizer/escapeFlag.test
html5lib/tests/testdata/tokenizer/namedEntities.test
html5lib/tests/testdata/tokenizer/numericEntities.test
html5lib/tests/testdata/tokenizer/pendingSpecChanges.test
html5lib/tests/testdata/tokenizer/test1.test
html5lib/tests/testdata/tokenizer/test2.test
html5lib/tests/testdata/tokenizer/test3.test
html5lib/tests/testdata/tokenizer/test4.test
html5lib/tests/testdata/tokenizer/unicodeChars.test
html5lib/tests/testdata/tokenizer/unicodeCharsProblematic.test
html5lib/tests/testdata/tokenizer/xmlViolation.test
html5lib/tests/testdata/tree-construction/README.md
html5lib/tests/testdata/tree-construction/adoption01.dat
html5lib/tests/testdata/tree-construction/adoption02.dat
html5lib/tests/testdata/tree-construction/blocks.dat
html5lib/tests/testdata/tree-construction/comments01.dat
html5lib/tests/testdata/tree-construction/doctype01.dat
html5lib/tests/testdata/tree-construction/domjs-unsafe.dat
html5lib/tests/testdata/tree-construction/entities01.dat
html5lib/tests/testdata/tree-construction/entities02.dat
html5lib/tests/testdata/tree-construction/foreign-fragment.dat
html5lib/tests/testdata/tree-construction/html5test-com.dat
html5lib/tests/testdata/tree-construction/inbody01.dat
html5lib/tests/testdata/tree-construction/isindex.dat
html5lib/tests/testdata/tree-construction/main-element.dat
html5lib/tests/testdata/tree-construction/math.dat
html5lib/tests/testdata/tree-construction/menuitem-element.dat
html5lib/tests/testdata/tree-construction/namespace-sensitivity.dat
html5lib/tests/testdata/tree-construction/noscript01.dat
html5lib/tests/testdata/tree-construction/pending-spec-changes-plain-text-unsafe.dat
html5lib/tests/testdata/tree-construction/pending-spec-changes.dat
html5lib/tests/testdata/tree-construction/plain-text-unsafe.dat
html5lib/tests/testdata/tree-construction/ruby.dat
html5lib/tests/testdata/tree-construction/scriptdata01.dat
html5lib/tests/testdata/tree-construction/svg.dat
html5lib/tests/testdata/tree-construction/tables01.dat
html5lib/tests/testdata/tree-construction/template.dat
html5lib/tests/testdata/tree-construction/tests1.dat
html5lib/tests/testdata/tree-construction/tests10.dat
html5lib/tests/testdata/tree-construction/tests11.dat
html5lib/tests/testdata/tree-construction/tests12.dat
html5lib/tests/testdata/tree-construction/tests14.dat
html5lib/tests/testdata/tree-construction/tests15.dat
html5lib/tests/testdata/tree-construction/tests16.dat
html5lib/tests/testdata/tree-construction/tests17.dat
html5lib/tests/testdata/tree-construction/tests18.dat
html5lib/tests/testdata/tree-construction/tests19.dat
html5lib/tests/testdata/tree-construction/tests2.dat
html5lib/tests/testdata/tree-construction/tests20.dat
html5lib/tests/testdata/tree-construction/tests21.dat
html5lib/tests/testdata/tree-construction/tests22.dat
html5lib/tests/testdata/tree-construction/tests23.dat
html5lib/tests/testdata/tree-construction/tests24.dat
html5lib/tests/testdata/tree-construction/tests25.dat
html5lib/tests/testdata/tree-construction/tests26.dat
html5lib/tests/testdata/tree-construction/tests3.dat
html5lib/tests/testdata/tree-construction/tests4.dat
html5lib/tests/testdata/tree-construction/tests5.dat
html5lib/tests/testdata/tree-construction/tests6.dat
html5lib/tests/testdata/tree-construction/tests7.dat
html5lib/tests/testdata/tree-construction/tests8.dat
html5lib/tests/testdata/tree-construction/tests9.dat
html5lib/tests/testdata/tree-construction/tests_innerHTML_1.dat
html5lib/tests/testdata/tree-construction/tricky01.dat
html5lib/tests/testdata/tree-construction/webkit01.dat
html5lib/tests/testdata/tree-construction/webkit02.dat
html5lib/tests/testdata/tree-construction/scripted/adoption01.dat
html5lib/tests/testdata/tree-construction/scripted/ark.dat
html5lib/tests/testdata/tree-construction/scripted/webkit01.dat
html5lib/treeadapters/__init__.py
html5lib/treeadapters/genshi.py
html5lib/treeadapters/sax.py
html5lib/treebuilders/__init__.py
html5lib/treebuilders/base.py
html5lib/treebuilders/dom.py
html5lib/treebuilders/etree.py
html5lib/treebuilders/etree_lxml.py
html5lib/treewalkers/__init__.py
html5lib/treewalkers/base.py
html5lib/treewalkers/dom.py
html5lib/treewalkers/etree.py
html5lib/treewalkers/etree_lxml.py
html5lib/treewalkers/genshi.py
html5lib_modern.egg-info/PKG-INFO
html5lib_modern.egg-info/SOURCES.txt
html5lib_modern.egg-info/dependency_links.txt
html5lib_modern.egg-info/requires.txt
html5lib_modern.egg-info/top_level.txt