Andrey Rakhmatullin
|
c9f952c258
|
Refactor and improve catching warnings in tests. (#7643)
|
2026-06-19 21:04:34 +02:00 |
Andrey Rakhmatullin
|
61b4befc60
|
Remove code deprecated in 2.12.0 (#7126)
* Remove smaller things.
* Remove from_settings().
* Remove old MediaPipeline init code.
* Cleanup.
* Typo.
|
2025-10-27 17:14:38 +05:00 |
Andrey Rakhmatullin
|
df342eee6e
|
Bump tool versions. (#6941)
|
2025-07-05 10:30:30 +02:00 |
Laerte Pereira
|
dabdc7550e
|
Deprecate CONCURRENT_REQUESTS_PER_IP setting (#6921)
* Deprecate CONCURRENT_REQUESTS_PER_IP setting
* Typing fix
* PR review
* tests
* oops
* Update scrapy/settings/default_settings.py
Co-authored-by: Adrián Chaves <adrian@chaves.gal>
* update logic
---------
Co-authored-by: Adrián Chaves <adrian@chaves.gal>
|
2025-06-30 16:51:05 +05:00 |
Andrey Rakhmatullin
|
b70443f2d0
|
Split ruff and pylint ignores into two categories, some pylint cleanup.
|
2025-01-02 01:03:42 +05:00 |
Laerte Pereira
|
d2bdbad8c8
|
Deprecate `scrapy.twisted_version` (#6512)
* Deprecate scrapy.twisted_version
* fix: typing
* remove typing
* raise default exception if attribute is not found
* remove redudant ()
* add tests
* rollback exception raised
* add filterwarnings again
* change order
* lint
|
2024-10-30 00:28:35 +05:00 |