| .. |
|
commands
|
Remove unused imports
|
2019-11-21 14:21:17 +01:00 |
|
contracts
|
Aplly suggestions by @victor-torres
|
2019-08-29 10:51:16 -03:00 |
|
core
|
Remove unused imports
|
2019-11-21 14:21:17 +01:00 |
|
downloadermiddlewares
|
Remove the used import and re-arrange the imports (#4208)
|
2019-12-04 14:24:14 +01:00 |
|
extensions
|
Remove unused imports
|
2019-11-21 14:21:17 +01:00 |
|
http
|
Merge pull request #4174 from Gallaecio/flake8
|
2019-11-20 19:34:04 +05:00 |
|
linkextractors
|
Remove unused imports
|
2019-11-21 14:21:17 +01:00 |
|
loader
|
Item loaders: allow single-argument processors (unbound methods)
|
2019-11-22 20:47:22 -03:00 |
|
pipelines
|
Add missing blank lines between functions and classes
|
2019-11-18 17:16:09 +01:00 |
|
selector
|
Remove unused imports
|
2019-11-21 14:21:17 +01:00 |
|
settings
|
Remove six.PY2 and six.PY3 conditionals.
|
2019-11-14 13:45:37 +05:00 |
|
spidermiddlewares
|
Replace to_native_str calls with to_unicode.
|
2019-11-14 13:45:39 +05:00 |
|
spiders
|
Remove unused imports
|
2019-11-21 14:21:17 +01:00 |
|
templates
|
fix typo (Response -> Request)
|
2019-04-05 14:31:15 -03:00 |
|
utils
|
Install the asyncio reactor only in scrapy.cmdline.
|
2019-12-04 21:32:56 +05:00 |
|
VERSION
|
Bump version: 1.7.0 → 1.8.0
|
2019-10-29 12:57:02 +01:00 |
|
__init__.py
|
Install the asyncio reactor only in scrapy.cmdline.
|
2019-12-04 21:32:56 +05: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
|
Install the asyncio reactor only in scrapy.cmdline.
|
2019-12-04 21:32:56 +05:00 |
|
crawler.py
|
Use pprint.pformat on overridden settings (#4199)
|
2019-11-29 09:13:57 +01:00 |
|
dupefilters.py
|
Add missing blank lines between functions and classes
|
2019-11-18 17:16:09 +01:00 |
|
exceptions.py
|
Add missing blank lines between functions and classes
|
2019-11-18 17:16:09 +01:00 |
|
exporters.py
|
Fix flake8-detected errors.
|
2019-11-14 15:24:37 +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 #3989 from elacuesta/logformatter_error_method
|
2019-11-19 13:44:43 +05:00 |
|
mail.py
|
Remove cStringIO imports.
|
2019-11-14 13:45:39 +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
|
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
|
Populate spider variable when using shell.inspect_response
|
2017-07-03 11:28:04 -03:00 |
|
signalmanager.py
|
Use InterSphinx to link to the Twisted documentation
|
2019-11-18 15:50:45 +01:00 |
|
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 |