issues
search
lxml
/
lxml-stubs
Type stubs for the lxml package
Other
43
stars
29
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Test failure
#101
fabaff
opened
8 months ago
2
Fix ``_ErrorLog`` not iterable
#100
nsoranzo
closed
5 months ago
1
Fix `_Attrib` keys and values are str
#99
nsoranzo
closed
9 months ago
1
`_Attrib` type is not comparable to `dict[str, str]` even though it works at runtime
#98
DetachHead
opened
9 months ago
4
attrib.get should have same signature as _element.get
#97
PokkaKiyo
closed
10 months ago
2
etree._Element.__setitem__()
#96
mr-c
closed
10 months ago
3
_Attrib.get, mark the default argument as optional
#95
mr-c
closed
10 months ago
5
mark two parser fields as being optional
#94
mr-c
closed
10 months ago
1
etree._Element.sourceline should have missing 'type:'
#93
pfef-to
opened
1 year ago
0
etree: Missing parameter `keep_tail` to `_Element.clear()`
#92
slahn
opened
1 year ago
0
type definition for _ErrorLog missing
#91
svniemeijer
opened
1 year ago
0
sdist is missing tests
#90
mtelka
closed
1 year ago
3
Ensure modern mypy versions are used
#89
mjpieters
closed
1 year ago
1
Use recursion in the _TagSelector collection hint
#88
mjpieters
closed
1 year ago
1
Update test dependencies
#87
mjpieters
closed
1 year ago
6
Pin pytest to a version compatible with 3.6
#86
mjpieters
closed
1 year ago
4
Some etree methods define keyword args as args
#85
frabarz
closed
1 year ago
1
Add stubs for XMLPullParser and HTMLPullParser
#84
mjpieters
closed
1 year ago
3
lxml.etree.XMLPullParser / HTMLPullParser missing
#83
mjpieters
closed
1 year ago
0
[mypy] Argument "namespaces" to "xpath" has incompatible type "Dict[Optional[str], str]"; expected "Optional[Mapping[str, Union[str, bytes]]]"
#82
cmason3
closed
9 months ago
0
fragments_fromstring should return a List
#81
nwalters512
opened
1 year ago
0
_Attrib.pop() does not require a default argument
#80
PokkaKiyo
closed
1 year ago
1
Question: Stubs completion and typeshed
#79
Avasam
opened
1 year ago
0
`lxml.etree.register_namespace` missing
#78
Avasam
opened
1 year ago
0
`lxml.etree.xmlfile` is missing from the stubs
#77
Avasam
opened
1 year ago
0
NSMapArg type definition is incorrect.
#76
dapper91
opened
1 year ago
3
mypy complains about list[_ElementUnicodeResult] type hint
#75
albertisfu
opened
1 year ago
0
fromstringlist stub missing
#74
rafrafek
opened
1 year ago
0
Please add link to the source on the PyPI website
#73
rafrafek
opened
1 year ago
0
Improve type hints for str vs bytes
#72
aronbierbaum
opened
2 years ago
5
Add stub for lxml.html.HtmlElement and adjust function return types
#71
Wuestengecko
opened
2 years ago
0
Fix return type of `_Element.iter*` methods
#70
Wuestengecko
closed
2 years ago
1
Add _ElementTree.iterfind and _ElementTree.getelementpath
#69
bockstaller
closed
2 years ago
1
_Element.getchildren is missing
#68
ChristianSauer
opened
2 years ago
0
Add parse method for _ElementTree class
#67
macro1
closed
2 years ago
1
_ElementTree.iterfind is missing
#66
ChristianSauer
closed
2 years ago
0
_ElementTree.getelementpath is missing
#65
ChristianSauer
closed
2 years ago
0
Improve annotation of `fromstring`
#64
DMRobertson
closed
2 years ago
1
return type for `lxml.etree.fromstring` should be Optional (?)
#63
DMRobertson
closed
2 years ago
2
Inconsistency regarding namespace mappings
#62
funkyfuture
opened
2 years ago
0
"ObjectifiedElement" has not attribute XXX
#61
hongyuan1306
closed
2 years ago
0
Add `Pathlike` as valid type for file arguments
#60
janssenhenning
closed
2 years ago
4
Suggestion: disable format check in PR and normal commits
#59
abelcheung
closed
2 years ago
3
PR described in #57
#58
abelcheung
closed
2 years ago
1
Annotating XPathObject is a lost cause
#57
abelcheung
opened
2 years ago
3
Sanitize namespace related arguments
#56
abelcheung
closed
2 years ago
1
Add overload for findtext()
#55
lovetox
closed
2 years ago
1
Parametrize etree.tostring() encoding tests
#54
abelcheung
closed
2 years ago
1
Minimal Pyright config
#53
abelcheung
closed
2 years ago
1
Implement lxml.builder, fixes #30
#52
abelcheung
closed
2 years ago
3
Next