scrapy/scrapy
Aditya 92bec38591 feat: MethodNotAllowed405, Content-Length header
- add tests to check for Content-Length header
- raise MethodNotAllowed405 when remote send 'HTTP/2.0 405 Method Not
Allowed'
2020-07-29 13:49:14 +05:30
..
commands Support for dataclass and attrs items (#3881) 2020-06-14 11:45:27 +02:00
contracts Support for dataclass and attrs items (#3881) 2020-06-14 11:45:27 +02:00
core feat: MethodNotAllowed405, Content-Length header 2020-07-29 13:49:14 +05:30
downloadermiddlewares CookiesMiddleware: keep cookies from 'Cookie' request header 2020-05-21 11:07:41 -03:00
extensions Fix duplicated feed logs 2020-06-19 17:51:56 +03:00
http Cover Scrapy 2.2.0 in the release notes (#4630) 2020-06-24 12:26:38 +02:00
linkextractors Remove monkeypatches module, E402 flake8 code 2020-05-15 20:41:51 -03:00
loader Support for dataclass and attrs items (#3881) 2020-06-14 11:45:27 +02:00
pipelines Support for dataclass and attrs items (#3881) 2020-06-14 11:45:27 +02:00
selector Cleanup import in selector module 2020-05-15 21:18:26 -03:00
settings Remove object base class (#4430) 2020-03-16 20:12:46 +01:00
spidermiddlewares Flake8: remove W504 code (#4525) 2020-05-06 00:14:48 +02:00
spiders Support for dataclass and attrs items (#3881) 2020-06-14 11:45:27 +02:00
templates Support for dataclass and attrs items (#3881) 2020-06-14 11:45:27 +02:00
utils fix: handle CONNECTION_LOST & RESET separately 2020-07-07 15:36:41 +05:30
VERSION Bump version: 2.1.0 → 2.2.0 2020-06-24 12:27:39 +02:00
__init__.py Bump minimum Python version to 3.5.2 (#4615) 2020-06-11 14:53:59 +02:00
__main__.py Add support for executing scrapy using -m option of python 2017-05-15 22:52:23 -03:00
cmdline.py E501 compliance 2020-03-22 21:34:20 -03:00
crawler.py Remove assertions from production code (#4440) 2020-04-23 12:40:10 +02:00
dupefilters.py Fix pycodestyle E2XX (whitespace) (#4468) 2020-04-15 14:11:37 +02:00
exceptions.py Stop response download 2020-05-20 14:46:26 -03:00
exporters.py Support for dataclass and attrs items (#3881) 2020-06-14 11:45:27 +02:00
extension.py Add missing blank lines between functions and classes 2019-11-18 17:16:09 +01:00
interfaces.py Add missing blank lines between functions and classes 2019-11-18 17:16:09 +01:00
item.py Support for dataclass and attrs items (#3881) 2020-06-14 11:45:27 +02:00
link.py Remove object base class (#4430) 2020-03-16 20:12:46 +01:00
logformatter.py Remove object base class (#4430) 2020-03-16 20:12:46 +01:00
mail.py Flake8: Remove E128 (item, mail, responsetypes) 2020-05-06 18:35:50 -03:00
middleware.py Remove object base class (#4430) 2020-03-16 20:12:46 +01:00
mime.types moved module scrapy.core.downloader.responsetypes to scrapy.responsetypes 2011-08-07 02:49:57 -03:00
pqueues.py Remove object base class (#4430) 2020-03-16 20:12:46 +01:00
resolver.py Remove unnecessary comma (#4369) 2020-02-24 12:02:00 +01:00
responsetypes.py Flake8: Remove E128 (item, mail, responsetypes) 2020-05-06 18:35:50 -03:00
robotstxt.py E501 compliance 2020-03-22 21:34:20 -03:00
shell.py Support for dataclass and attrs items (#3881) 2020-06-14 11:45:27 +02:00
signalmanager.py Remove object base class (#4430) 2020-03-16 20:12:46 +01:00
signals.py Merge branch 'master' into bytes_received_signal 2020-03-11 21:16:35 -03:00
spiderloader.py Remove Python 2 encoding header from files (#4553) 2020-05-08 15:45:19 +02:00
squeues.py Chain pickling exception, test_squeues.py updates 2020-05-06 14:05:27 -03:00
statscollectors.py Remove object base class (#4430) 2020-03-16 20:12:46 +01:00