| .. |
|
commands
|
SCRAPY_CHECK will be set while running contact
|
2020-02-02 16:54:22 +05:30 |
|
contracts
|
Fix E502: backslash is redundant between brackets (#4238)
|
2019-12-17 13:53:15 +01:00 |
|
core
|
Merge pull request #4126 from elacuesta/from_crawler_downloader_handlers
|
2020-01-25 04:52:56 +05: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 #4008 from elacuesta/docs_request_errback
|
2020-01-23 23:12:44 +05: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 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 #4227 from elacuesta/name-resolver
|
2020-01-25 05:03:13 +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
|
Merge pull request #4269 from wRAR/asyncio-parse
|
2020-01-31 23:50:19 +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
|
Name resolvers: do not pass the reactor to the install method
|
2020-01-16 20:14:52 -03: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
|
Name resolver: return result directly
|
2020-01-23 18:06:59 -03: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 |