..
commands
Merge remote-tracking branch 'upstream/master' into remove-six-code
2019-11-22 12:12:29 -03:00
contracts
Convert the relative imports to absolute imports
2019-12-05 11:25:19 +11:00
core
Keep 2 spaces between code and inline comments ( #4195 )
2019-12-13 14:20:48 +01:00
downloadermiddlewares
Merge remote-tracking branch 'upstream/master' into remove-six-code
2019-12-04 15:43:02 -03:00
extensions
Merge remote-tracking branch 'upstream/master' into remove-six-code
2019-11-22 12:12:29 -03:00
http
Merge remote-tracking branch 'upstream/master' into remove-six-code
2019-11-20 12:41:38 -03:00
linkextractors
Merge pull request #4121 from scrapy/remove-six-code
2019-12-05 18:20:14 +05:00
loader
Item loaders: allow single-argument processors (unbound methods)
2019-11-22 20:47:22 -03:00
pipelines
Merge remote-tracking branch 'upstream/master' into remove-six-code
2019-11-20 12:41:38 -03:00
selector
Remove unused imports
2019-11-21 14:21:17 +01:00
settings
Keep 2 spaces between code and inline comments ( #4195 )
2019-12-13 14:20:48 +01:00
spidermiddlewares
Replace to_native_str calls with to_unicode.
2019-11-14 13:45:39 +05:00
spiders
Keep 2 spaces between code and inline comments ( #4195 )
2019-12-13 14:20:48 +01:00
templates
fix typo (Response -> Request)
2019-04-05 14:31:15 -03:00
utils
Keep 2 spaces between code and inline comments ( #4195 )
2019-12-13 14:20:48 +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
Remove __future__ imports
2019-11-02 23:26:38 -03:00
crawler.py
Merge remote-tracking branch 'upstream/master' into remove-six-code
2019-12-04 15:43:02 -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
Keep 2 spaces between code and inline comments ( #4195 )
2019-12-13 14:20:48 +01: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
Fix mail attachs tcmime *** ( #4229 )
2019-12-17 09:47:01 +08:00
middleware.py
Use collections.deque instead of list to store methods
2018-10-29 12:40:20 -03:00
mime.types
…
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
Remove __future__ imports
2019-11-02 23:26:38 -03: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