| .. |
|
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
|
fix E30X flake8 (#4355)
|
2020-02-21 06:05:31 +01:00 |
|
downloadermiddlewares
|
[HttpCompressionMiddleware] fix delimiter for Accept-Encoding header
|
2020-01-29 15:49:22 +03:00 |
|
extensions
|
Fix Flake8 errors
|
2020-01-24 15:51:48 +02:00 |
|
http
|
Merge pull request #4331 from Gallaecio/response-cb-kwargs
|
2020-02-19 22:40:14 +05:00 |
|
linkextractors
|
Extract links with safe_url_string
|
2020-02-10 21:57:21 +01:00 |
|
loader
|
Item loaders: allow single-argument processors (unbound methods)
|
2019-11-22 20:47:22 -03:00 |
|
pipelines
|
Fix Flake8 errors
|
2020-01-24 15:58:52 +02:00 |
|
selector
|
Remove unused imports
|
2019-11-21 14:21:17 +01:00 |
|
settings
|
Merge pull request #4311 from Gallaecio/metarefresh-ignore-tags
|
2020-02-06 23:40:45 +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
|
fix E30X flake8 (#4355)
|
2020-02-21 06:05:31 +01: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
|
Specify Twisted reactor (TWISTED_REACTOR setting) (#4294)
|
2020-02-06 22:42:34 +05:00 |
|
dupefilters.py
|
Update RFPDupeFilter line separator for correct universal newlines mode usage (#4283)
|
2020-02-06 22:14:40 +01: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
|
Merge pull request #4188 from elacuesta/logformatter-error-formatting
|
2020-02-19 19:05:08 +05: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
|
Name resolver: return result directly
|
2020-01-23 18:06:59 -03:00 |
|
responsetypes.py
|
fix E30X flake8 (#4355)
|
2020-02-21 06:05:31 +01:00 |
|
robotstxt.py
|
Add missing blank lines between functions and classes
|
2019-11-18 17:16:09 +01:00 |
|
shell.py
|
Merge pull request #4347 from noviluni/deprecate_sel_shortcut
|
2020-02-20 02:56:34 +05:00 |
|
signalmanager.py
|
Merge remote-tracking branch 'upstream/master' into remove-six-code
|
2019-11-20 12:41:38 -03:00 |
|
signals.py
|
new signal
|
2020-02-05 11:31:27 +00: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 |