| .. |
|
commands
|
Remove six.PY2 and six.PY3 conditionals.
|
2019-11-14 13:45:37 +05:00 |
|
contracts
|
Aplly suggestions by @victor-torres
|
2019-08-29 10:51:16 -03:00 |
|
core
|
Fix W391 Blank line at end of file (#4137)
|
2019-11-07 17:47:35 +01:00 |
|
downloadermiddlewares
|
Fix redirection error when the Location header value starts with 3 slashes (#4042)
|
2019-10-30 09:09:12 +01:00 |
|
extensions
|
Remove six.PY2 and six.PY3 conditionals.
|
2019-11-14 13:45:37 +05:00 |
|
http
|
Remove six.PY2 and six.PY3 conditionals.
|
2019-11-14 13:45:37 +05:00 |
|
linkextractors
|
New constructor arg *restrict_text* for FilteringLinkExtractor.
|
2019-02-28 17:21:17 +01:00 |
|
loader
|
ItemLoader: improve handling of initial item (#4036)
|
2019-10-28 10:53:53 +01:00 |
|
pipelines
|
Disallow media extensions unregistered with IANA (#3954)
|
2019-09-16 14:04:06 +02:00 |
|
selector
|
Deprecation removals for Scrapy 1.7
|
2019-07-06 13:41:56 +00:00 |
|
settings
|
Remove six.PY2 and six.PY3 conditionals.
|
2019-11-14 13:45:37 +05:00 |
|
spidermiddlewares
|
PEP8 ofsite middleware
|
2018-08-24 15:18:16 -04:00 |
|
spiders
|
Fix W391 Blank line at end of file (#4137)
|
2019-11-07 17:47:35 +01:00 |
|
templates
|
fix typo (Response -> Request)
|
2019-04-05 14:31:15 -03:00 |
|
utils
|
Deprecate scrapy.utils.gz.read1.
|
2019-11-14 13:45:39 +05:00 |
|
VERSION
|
Bump version: 1.7.0 → 1.8.0
|
2019-10-29 12:57:02 +01:00 |
|
__init__.py
|
Initial Python 2 removal (#4091)
|
2019-10-31 10:46:02 +01:00 |
|
__main__.py
|
Add support for executing scrapy using -m option of python
|
2017-05-15 22:52:23 -03:00 |
|
_monkeypatches.py
|
Remove six.PY2 and six.PY3 conditionals.
|
2019-11-14 13:45:37 +05:00 |
|
cmdline.py
|
Merge pull request #3857 from mikolaje/master
|
2019-07-08 13:54:35 +05:00 |
|
crawler.py
|
Remove six.PY2 and six.PY3 conditionals.
|
2019-11-14 13:45:37 +05:00 |
|
dupefilters.py
|
Logging the request referer when DUPEFILTER_DEBUG is active
|
2019-01-18 11:38:59 -02:00 |
|
exceptions.py
|
Undocument _InvalidOutput exception
|
2017-03-10 15:41:57 -03:00 |
|
exporters.py
|
Remove unneeded and unused code from XmlItemExporter.
|
2019-11-14 13:45:39 +05:00 |
|
extension.py
|
Replace BaseSettings._getcomposite() with public .getwithbase() method
|
2015-11-11 17:39:57 +01:00 |
|
interfaces.py
|
Fix W391 Blank line at end of file (#4137)
|
2019-11-07 17:47:35 +01:00 |
|
item.py
|
Remove six.PY2 and six.PY3 conditionals.
|
2019-11-14 13:45:37 +05:00 |
|
link.py
|
Remove six.PY2 and six.PY3 conditionals.
|
2019-11-14 13:45:37 +05:00 |
|
logformatter.py
|
Cover Scrapy 1.8.0 in the release notes (#3952)
|
2019-10-29 12:53:46 +01:00 |
|
mail.py
|
Remove six.PY2 and six.PY3 conditionals.
|
2019-11-14 13:45:37 +05:00 |
|
middleware.py
|
Use collections.deque instead of list to store methods
|
2018-10-29 12:40:20 -03:00 |
|
mime.types
|
moved module scrapy.core.downloader.responsetypes to scrapy.responsetypes
|
2011-08-07 02:49:57 -03:00 |
|
pqueues.py
|
Remove unused method from scrapy.pqueues._SlotPriorityQueues
|
2019-10-22 17:52:34 +02:00 |
|
resolver.py
|
Do not cache DNS responses when cache size is 0
|
2017-07-04 23:18:15 +02:00 |
|
responsetypes.py
|
Merge pull request #1503 from demelziraptor/amazon-json-response
|
2016-09-12 13:21:16 -03:00 |
|
robotstxt.py
|
Adds integration with Protego robots.txt parser (#3935)
|
2019-08-27 09:41:31 +02:00 |
|
shell.py
|
Populate spider variable when using shell.inspect_response
|
2017-07-03 11:28:04 -03:00 |
|
signalmanager.py
|
Use https links wherever possible
|
2017-10-28 16:24:40 +05:30 |
|
signals.py
|
Revert "new signal"
|
2019-03-25 16:08:40 +03:00 |
|
spiderloader.py
|
Add SPIDER_LOADER_WARN_ONLY to toggle between spiderloader failure and warning
|
2017-03-07 17:40:40 +01:00 |
|
squeues.py
|
assorted cleanups: comments, docstrings, etc
|
2019-03-25 16:08:40 +03:00 |
|
statscollectors.py
|
Fix W391 Blank line at end of file (#4137)
|
2019-11-07 17:47:35 +01:00 |