Add Python 3.14 RC2 to CI, drop PyPy 3.10 (#327)
Recent Commits to parsel:master
-
Add Python 3.14 RC2 to CI, drop PyPy 3.10 (#327)
-
Merge pull request #326 from scrapy/modernize
Merge pull request #326 from scrapy/modernize Migrate to hatchling, bump tool versions, modernize tests
-
Silence pylint.
Silence pylint.
-
Add more linters.
Add more linters.
-
Work around insufficient type hints for Selector.get().
Work around insufficient type hints for Selector.get().
-
Migrate tests to full pytest.
Migrate tests to full pytest.
-
Bump mypy and pylint.
Bump mypy and pylint.
-
Bump ruff.
Bump ruff.
-
Migrate to hatchling.
Migrate to hatchling.
-
Enhance JSON selector: support for attrib and remove_namespaces (#322)
Enhance JSON selector: support for attrib and remove_namespaces (#322)
-
Add support for PyPy3.11. (#317)
Add support for PyPy3.11. (#317)
-
Merge pull request #320 from Laerte/master
Merge pull request #320 from Laerte/master Add support for bytearray to the body parameter of the Selector
-
fix: add return type
fix: add return type
-
Add support for bytearray to the body parameter of the Selector
Add support for bytearray to the body parameter of the Selector
-
Merge pull request #318 from scrapy/fix-ci-badge
Merge pull request #318 from scrapy/fix-ci-badge Fix CI badge
-
Fix CI badge
Fix CI badge
-
Add non-Linux CI jobs, bump tool versions (#316)
Add non-Linux CI jobs, bump tool versions (#316)
-
Merge pull request #313 from scrapy/ruff
Merge pull request #313 from scrapy/ruff Migrate to ruff
-
Move tool configs into pyproject.toml.
Move tool configs into pyproject.toml.
-
Skip coverage for TYPE_CHECKING blocks.
Skip coverage for TYPE_CHECKING blocks.
-
Use codecov-action.
Use codecov-action.
-
Cleanup pylintrc.
Cleanup pylintrc.
-
Remove .isort.cfg.
Remove .isort.cfg.
-
Migrate to ruff.
Migrate to ruff.
-
Upgrade type hints with pyupgrade.
Upgrade type hints with pyupgrade.
-
Remove deprecated methods. (#311)
Remove deprecated methods. (#311)
-
Bump version: 1.9.1 → 1.10.0
Bump version: 1.9.1 → 1.10.0
-
Merge pull request #309 from scrapy/relnotes-1.10.0
Merge pull request #309 from scrapy/relnotes-1.10.0 Release notes for 0.10.0.
-
Release notes for 0.10.0.
Release notes for 0.10.0.
-
Use "utf-8" instead of "utf8" as the default encoding. (#308)
Use "utf-8" instead of "utf8" as the default encoding. (#308)
-
Merge pull request #178 from Gallaecio/bandit
Merge pull request #178 from Gallaecio/bandit Add a test for billion laughs attacks