Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / lxml/lxml-stubs issues and pull requests

#101 - Test failure

Issue - State: open - Opened by fabaff 7 months ago - 2 comments

#100 - Fix ``_ErrorLog`` not iterable

Pull Request - State: closed - Opened by nsoranzo 8 months ago - 1 comment

#99 - Fix `_Attrib` keys and values are str

Pull Request - State: closed - Opened by nsoranzo 8 months ago - 1 comment

#97 - attrib.get should have same signature as _element.get

Pull Request - State: closed - Opened by PokkaKiyo 9 months ago - 2 comments

#96 - etree._Element.__setitem__()

Pull Request - State: closed - Opened by mr-c 10 months ago - 3 comments

#95 - _Attrib.get, mark the default argument as optional

Pull Request - State: closed - Opened by mr-c 10 months ago - 5 comments

#94 - mark two parser fields as being optional

Pull Request - State: closed - Opened by mr-c 10 months ago - 1 comment

#93 - etree._Element.sourceline should have missing 'type:'

Issue - State: open - Opened by pfef-to 11 months ago

#91 - type definition for _ErrorLog missing

Issue - State: open - Opened by svniemeijer about 1 year ago

#90 - sdist is missing tests

Issue - State: closed - Opened by mtelka over 1 year ago - 3 comments

#89 - Ensure modern mypy versions are used

Pull Request - State: closed - Opened by mjpieters over 1 year ago - 1 comment

#88 - Use recursion in the _TagSelector collection hint

Pull Request - State: closed - Opened by mjpieters over 1 year ago - 1 comment

#87 - Update test dependencies

Pull Request - State: closed - Opened by mjpieters over 1 year ago - 6 comments

#86 - Pin pytest to a version compatible with 3.6

Pull Request - State: closed - Opened by mjpieters over 1 year ago - 4 comments

#85 - Some etree methods define keyword args as args

Issue - State: closed - Opened by frabarz over 1 year ago - 1 comment

#84 - Add stubs for XMLPullParser and HTMLPullParser

Pull Request - State: closed - Opened by mjpieters over 1 year ago - 3 comments

#83 - lxml.etree.XMLPullParser / HTMLPullParser missing

Issue - State: closed - Opened by mjpieters over 1 year ago

#81 - fragments_fromstring should return a List

Issue - State: open - Opened by nwalters512 over 1 year ago

#80 - _Attrib.pop() does not require a default argument

Pull Request - State: closed - Opened by PokkaKiyo over 1 year ago - 1 comment

#79 - Question: Stubs completion and typeshed

Issue - State: open - Opened by Avasam over 1 year ago

#78 - `lxml.etree.register_namespace` missing

Issue - State: open - Opened by Avasam over 1 year ago

#77 - `lxml.etree.xmlfile` is missing from the stubs

Issue - State: open - Opened by Avasam over 1 year ago

#76 - NSMapArg type definition is incorrect.

Issue - State: open - Opened by dapper91 over 1 year ago - 2 comments

#74 - fromstringlist stub missing

Issue - State: open - Opened by rafrafek almost 2 years ago

#73 - Please add link to the source on the PyPI website

Issue - State: open - Opened by rafrafek almost 2 years ago

#72 - Improve type hints for str vs bytes

Pull Request - State: open - Opened by aronbierbaum about 2 years ago - 5 comments

#71 - Add stub for lxml.html.HtmlElement and adjust function return types

Pull Request - State: open - Opened by Wuestengecko about 2 years ago

#70 - Fix return type of `_Element.iter*` methods

Pull Request - State: closed - Opened by Wuestengecko about 2 years ago - 1 comment

#69 - Add _ElementTree.iterfind and _ElementTree.getelementpath

Pull Request - State: closed - Opened by bockstaller about 2 years ago - 1 comment

#68 - _Element.getchildren is missing

Issue - State: open - Opened by ChristianSauer over 2 years ago

#67 - Add parse method for _ElementTree class

Pull Request - State: closed - Opened by macro1 over 2 years ago - 1 comment

#66 - _ElementTree.iterfind is missing

Issue - State: closed - Opened by ChristianSauer over 2 years ago

#65 - _ElementTree.getelementpath is missing

Issue - State: closed - Opened by ChristianSauer over 2 years ago

#64 - Improve annotation of `fromstring`

Pull Request - State: closed - Opened by DMRobertson over 2 years ago - 1 comment

#63 - return type for `lxml.etree.fromstring` should be Optional (?)

Issue - State: closed - Opened by DMRobertson over 2 years ago - 2 comments

#62 - Inconsistency regarding namespace mappings

Issue - State: open - Opened by funkyfuture over 2 years ago

#61 - "ObjectifiedElement" has not attribute XXX

Issue - State: closed - Opened by hongyuan1306 over 2 years ago

#60 - Add `Pathlike` as valid type for file arguments

Pull Request - State: closed - Opened by janssenhenning over 2 years ago - 4 comments

#59 - Suggestion: disable format check in PR and normal commits

Issue - State: closed - Opened by abelcheung over 2 years ago - 3 comments

#58 - PR described in #57

Pull Request - State: closed - Opened by abelcheung over 2 years ago - 1 comment

#57 - Annotating XPathObject is a lost cause

Issue - State: open - Opened by abelcheung over 2 years ago - 3 comments

#56 - Sanitize namespace related arguments

Pull Request - State: closed - Opened by abelcheung over 2 years ago - 1 comment

#55 - Add overload for findtext()

Pull Request - State: closed - Opened by lovetox over 2 years ago - 1 comment

#54 - Parametrize etree.tostring() encoding tests

Pull Request - State: closed - Opened by abelcheung over 2 years ago - 1 comment

#53 - Minimal Pyright config

Pull Request - State: closed - Opened by abelcheung over 2 years ago - 1 comment

#52 - Implement lxml.builder, fixes #30

Pull Request - State: closed - Opened by abelcheung over 2 years ago - 3 comments

#50 - Add validation methods to `_Validator` and add it as `XMLSchema` base class

Pull Request - State: closed - Opened by janssenhenning over 2 years ago - 2 comments

#49 - Add `extend`, `index`, `keys` and `values` methods to `_Element`

Pull Request - State: closed - Opened by janssenhenning over 2 years ago - 1 comment

#48 - Add `XPathEvaluator` and `ETXPath`

Pull Request - State: closed - Opened by janssenhenning over 2 years ago - 1 comment

#46 - Add `etree.iselement`

Pull Request - State: closed - Opened by janssenhenning over 2 years ago - 3 comments

#45 - Add `_ElementTree.xinclude()`

Pull Request - State: closed - Opened by janssenhenning over 2 years ago - 1 comment

#43 - Release a new version

Issue - State: closed - Opened by not-my-profile over 2 years ago - 1 comment

#42 - Validating documents with etree.XMLSchema

Issue - State: open - Opened by lmar76 over 2 years ago

#41 - Change iterfind namespace to namespaces

Pull Request - State: closed - Opened by ciaranmccormick almost 3 years ago - 1 comment

#40 - Add missing prefix attribute

Pull Request - State: closed - Opened by lovetox almost 3 years ago

#39 - Removes a test dependency that can't be installed

Pull Request - State: closed - Opened by funkyfuture almost 3 years ago - 6 comments

#38 - Adds etree._Element.iterancestors, -descendants, -siblings & -text

Pull Request - State: closed - Opened by funkyfuture almost 3 years ago

#37 - Update etree.pyi

Pull Request - State: closed - Opened by BerengarWLehr about 3 years ago - 1 comment

#36 - Added findall function to ElementTree Class

Pull Request - State: closed - Opened by trevor87 about 3 years ago - 2 comments

#35 - test-data: Update for mypy 0.900 double quotes

Pull Request - State: closed - Opened by andersk about 3 years ago - 3 comments
Labels: bug

#34 - Resolver.resolve_filename() missing

Issue - State: open - Opened by trevor87 about 3 years ago

#33 - _ElementTree.find* are missing

Issue - State: closed - Opened by jenstroeger about 3 years ago - 2 comments

#32 - stub names raise warning

Issue - State: closed - Opened by altaurog about 3 years ago - 5 comments
Labels: wontfix

#31 - Argument "nsmap" to "Element" has incompatible type

Issue - State: closed - Opened by keith-gray-powereng about 3 years ago - 5 comments

#30 - lxml.builder is missing

Issue - State: open - Opened by Timmmm about 3 years ago - 1 comment

#29 - Avoid "str | bytes" where names or text are meant

Issue - State: open - Opened by matangover over 3 years ago - 8 comments

#28 - Define replace method on _Element class

Pull Request - State: closed - Opened by sfilipov over 3 years ago

#27 - Add iter method to _ElementTree

Pull Request - State: closed - Opened by sfilipov over 3 years ago - 1 comment

#26 - Run tests on PRs

Pull Request - State: closed - Opened by saintamh over 3 years ago - 1 comment

#25 - Add stubs for `etree.HTMLParser`, `etree.HTML` and `etree.XML`

Pull Request - State: closed - Opened by saintamh over 3 years ago - 1 comment

#24 - Adds _Attrib as valid arg to etree._Attrib.update()

Pull Request - State: closed - Opened by funkyfuture over 3 years ago - 8 comments

#23 - error: "_ElementTree" has no attribute "findall"

Issue - State: closed - Opened by braindevices over 3 years ago - 2 comments

#22 - _Element.find has namespaces, not namespace

Issue - State: closed - Opened by pihentagy over 3 years ago - 1 comment

#21 - Request for a new release

Issue - State: closed - Opened by bluetech almost 4 years ago - 1 comment

#20 - Make html basis

Pull Request - State: closed - Opened by item4 almost 4 years ago - 2 comments

#19 - https://github.com/lxml/lxml-stubs/issues/new

Issue - State: closed - Opened by ITProKyle almost 4 years ago - 1 comment
Labels: bug

#18 - collect stub files recursively when building stub-only package

Pull Request - State: closed - Opened by hoefling almost 4 years ago - 1 comment
Labels: bug

#17 - add stubs for lxml.html.defs

Pull Request - State: closed - Opened by hoefling almost 4 years ago - 1 comment
Labels: enhancement

#16 - Add stub for lxml.etree.TreeBuilder

Pull Request - State: closed - Opened by hoefling almost 4 years ago - 1 comment
Labels: enhancement

#15 - No stubs for lxml.html

Issue - State: closed - Opened by egrubbs about 4 years ago - 6 comments
Labels: enhancement, good first issue

#14 - Overload etree.tostring return type depending on encoding

Pull Request - State: closed - Opened by iwanb about 4 years ago - 1 comment
Labels: enhancement

#13 - Add _Element.findtext stub

Pull Request - State: closed - Opened by louwers about 4 years ago - 1 comment
Labels: enhancement

#12 - Unresolved attribute reference 'findtext' for class '_Element'

Issue - State: closed - Opened by louwers about 4 years ago - 3 comments
Labels: enhancement, good first issue

#11 - CustomElementClassLookup return type

Issue - State: closed - Opened by AidanWoolley about 4 years ago - 4 comments

#10 - Update readme

Pull Request - State: closed - Opened by mvantellingen about 4 years ago

#9 - Initial github actions

Pull Request - State: closed - Opened by mvantellingen about 4 years ago

#7 - Installation from lxml-stubs.git does not work as described

Issue - State: closed - Opened by abaumfalk about 4 years ago - 1 comment

#6 - Create public aliases for arguments

Issue - State: closed - Opened by KalleDK about 4 years ago - 6 comments
Labels: invalid

#5 - Add `etree._Element.set()`

Pull Request - State: closed - Opened by mthuurne about 4 years ago

#4 - Fix installed package and update usage instructions

Pull Request - State: closed - Opened by mthuurne about 4 years ago - 1 comment

#3 - Publishing as package in the cheeseshop

Issue - State: closed - Opened by funkyfuture over 4 years ago - 3 comments

#2 - fix: setup.py package data

Pull Request - State: closed - Opened by lmarvaud over 4 years ago

#1 - usage problems

Issue - State: closed - Opened by abaumfalk over 4 years ago - 2 comments