scrapy/scrapy
Andrey Rakhmatullin 9d8c54c0f2 Fix/ignore flake8 problems. 2020-01-09 14:49:02 +05:00
..
commands Merge remote-tracking branch 'origin/master' into asyncio-base 2019-12-20 19:31:20 +05:00
contracts Fix E502: backslash is redundant between brackets (#4238) 2019-12-17 13:53:15 +01:00
core Add async def support to downloader middlewares. 2019-12-30 11:46:45 +05:00
downloadermiddlewares Fix E502: backslash is redundant between brackets (#4238) 2019-12-17 13:53:15 +01:00
extensions Fix E502: backslash is redundant between brackets (#4238) 2019-12-17 13:53:15 +01:00
http fix W291, W292, W293 (whitespaces) 2019-12-18 16:33:46 +01:00
linkextractors Revert "Improve FilteringLinkExtractor.__new__" 2019-12-19 12:15:54 +01:00
loader Item loaders: allow single-argument processors (unbound methods) 2019-11-22 20:47:22 -03:00
pipelines Fix/ignore flake8 problems. 2020-01-09 14:49:02 +05:00
selector Remove unused imports 2019-11-21 14:21:17 +01:00
settings Rename ASYNCIO_ENABLED to ASYNCIO_REACTOR, change the logic accordingly. 2019-12-27 21:56:28 +05:00
spidermiddlewares Replace to_native_str calls with to_unicode. 2019-11-14 13:45:39 +05:00
spiders Add errback parameter to scrapy.spiders.crawl.Rule (#4000) 2019-12-18 20:05:33 +05:00
templates fix typo (Response -> Request) 2019-04-05 14:31:15 -03:00
utils Add utils.defer.deferred_f_from_coro_f. 2020-01-09 14:19:02 +05:00
VERSION Bump version: 1.7.0 → 1.8.0 2019-10-29 12:57:02 +01:00
__init__.py Convert the relative imports to absolute imports 2019-12-05 11:25:19 +11: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 Fix E502: backslash is redundant between brackets (#4238) 2019-12-17 13:53:15 +01:00
crawler.py Rename ASYNCIO_ENABLED to ASYNCIO_REACTOR, change the logic accordingly. 2019-12-27 21:56:28 +05:00
dupefilters.py Merge remote-tracking branch 'upstream/master' into remove-six-code 2019-11-20 12:41:38 -03:00
exceptions.py Add missing blank lines between functions and classes 2019-11-18 17:16:09 +01:00
exporters.py Merge pull request #4193 from Gallaecio/lgtm 2019-12-23 23:52:43 +05: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 Remove six.PY2 and six.PY3 conditionals. 2019-11-14 13:45:37 +05:00
link.py Fix flake8-detected errors. 2019-11-14 15:24:37 +05:00
logformatter.py fix W291, W292, W293 (whitespaces) 2019-12-18 16:33:46 +01:00
mail.py Fix mail attachs tcmime *** (#4229) 2019-12-17 09:47:01 +08:00
middleware.py Fix E502: backslash is redundant between brackets (#4238) 2019-12-17 13:53:15 +01: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 Add missing blank lines between functions and classes 2019-11-18 17:16:09 +01:00
responsetypes.py Replace to_native_str calls with to_unicode. 2019-11-14 13:45:39 +05:00
robotstxt.py Add missing blank lines between functions and classes 2019-11-18 17:16:09 +01:00
shell.py Move a bunch of "from twisted.internet import reactor" inside functions. 2019-12-13 18:07:55 +05:00
signalmanager.py Merge remote-tracking branch 'upstream/master' into remove-six-code 2019-11-20 12:41:38 -03:00
signals.py Revert "new signal" 2019-03-25 16:08:40 +03:00
spiderloader.py Remove __future__ imports 2019-11-02 23:26:38 -03:00
squeues.py Remove six.moves occurrences 2019-11-03 00:00:49 -03:00
statscollectors.py Fix W391 Blank line at end of file (#4137) 2019-11-07 17:47:35 +01:00