pin how numeric character references in the c1 range extract issue 76 reported that entities like the ellipsis came out as the raw code point instead of what a browser shows. that is fixed now in libxml2 but nothing in the suite holds it there. these cover the whole range against the table python implements so a regression is caught on 27 of the 32 code points. the xml one is pinned too because the literal code point is correct there and should not be changed to match html.
Recent Commits to parsel:master (1)
-
pin how numeric character references in the c1 range extract
-
Merge pull request #366 from AdrianAtZyte/issue-130-xpath-dot-on-text
Merge pull request #366 from AdrianAtZyte/issue-130-xpath-dot-on-text Make xpath('.') work on text/attribute selectors -
Make xpath('.') work on text/attribute selectors
Make xpath('.') work on text/attribute selectors -
Merge pull request #361 from AdrianAtZyte/issue-194-xml-detection
Merge pull request #361 from AdrianAtZyte/issue-194-xml-detection Detect XML input by its XML declaration
-
Add a CodSpeed-tracked benchmark suite for Selector
Add a CodSpeed-tracked benchmark suite for Selector
-
Merge pull request #364 from scrapy/py3.15
Merge pull request #364 from scrapy/py3.15 Add Python 3.15 to CI.
-
Bump twinecheck.
Bump twinecheck.
-
Add Python 3.15 to CI.
Add Python 3.15 to CI.
-
Merge pull request #358 from AdrianAtZyte/docs-iterlinks
Merge pull request #358 from AdrianAtZyte/docs-iterlinks Document how to use lxml’s iterlinks()
-
Merge pull request #359 from AdrianAtZyte/issue-214-xpath-of-selector
Merge pull request #359 from AdrianAtZyte/issue-214-xpath-of-selector Document how to get the XPath of a selector
-
Merge pull request #362 from AdrianAtZyte/drop-parsel-cli-link
Merge pull request #362 from AdrianAtZyte/drop-parsel-cli-link Drop link to unmaintained parsel-cli from the docs
-
Drop link to unmaintained parsel-cli from the docs
Drop link to unmaintained parsel-cli from the docs
-
Detect XML input by its XML declaration
Detect XML input by its XML declaration
-
Fix ::attr() with an unsafe attribute name producing invalid XPath
Fix ::attr() with an unsafe attribute name producing invalid XPath
-
Document how to get the XPath of a selector
Document how to get the XPath of a selector
-
Document how to use lxml’s iterlinks()
Document how to use lxml’s iterlinks()
-
Merge pull request #353 from AdrianAtZyte/issue-310-type-detection
Merge pull request #353 from AdrianAtZyte/issue-310-type-detection Only detect JSON objects and arrays as JSON, and stop ignoring type
-
Merge pull request #352 from AdrianAtZyte/b312
Merge pull request #352 from AdrianAtZyte/b312 Cache CSS-to-XPath translations per instance, not globally
-
Merge pull request #354 from scrapy/dependabot/github_actions/github-…
Merge pull request #354 from scrapy/dependabot/github_actions/github-actions-3de151b17a Bump the github-actions group with 2 updates
-
Bump the github-actions group with 2 updates
Bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [actions/setup-python](https://github.com/actions/setup-python) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `actions/setup-python` from 6.3.0 to 7.0.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/ece7cb06caefa5fff74198d8649806c4678c61a1...5fda3b95a4ea91299a34e894583c3862153e4b97) Updates `pypa/gh-action-pypi-publish` from 1.14.0 to 1.14.1 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/cef221092ed1bacb1cc03d23a2d87d1d172e277b...ba38be9e461d3875417946c167d0b5f3d385a247) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.14.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>