| .. |
|
commands
|
Remove six.PY2 and six.PY3 conditionals.
|
2019-11-14 13:45:37 +05:00 |
|
contracts
|
Aplly suggestions by @victor-torres
|
2019-08-29 10:51:16 -03:00 |
|
core
|
Merge pull request #4157 from Gallaecio/flake8
|
2019-11-14 23:42:06 +05:00 |
|
downloadermiddlewares
|
Replace to_native_str calls with to_unicode.
|
2019-11-14 13:45:39 +05:00 |
|
extensions
|
Remove six.PY2 and six.PY3 conditionals.
|
2019-11-14 13:45:37 +05:00 |
|
http
|
Fix flake8-detected errors.
|
2019-11-14 15:24:37 +05:00 |
|
linkextractors
|
Merge pull request #4115 from scrapy/remove-py2-code
|
2019-11-14 23:33:58 +05:00 |
|
loader
|
Simplify some more imports.
|
2019-11-14 13:45:39 +05:00 |
|
pipelines
|
Remove cStringIO imports.
|
2019-11-14 13:45:39 +05:00 |
|
selector
|
Deprecation removals for Scrapy 1.7
|
2019-07-06 13:41:56 +00: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
|
Fix W391 Blank line at end of file (#4137)
|
2019-11-07 17:47:35 +01:00 |
|
templates
|
fix typo (Response -> Request)
|
2019-04-05 14:31:15 -03:00 |
|
utils
|
Replace to_native_str calls with to_unicode.
|
2019-11-14 13:45:39 +05:00 |
|
VERSION
|
Bump version: 1.7.0 → 1.8.0
|
2019-10-29 12:57:02 +01:00 |
|
__init__.py
|
Initial Python 2 removal (#4091)
|
2019-10-31 10:46:02 +01: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
|
Merge pull request #3857 from mikolaje/master
|
2019-07-08 13:54:35 +05:00 |
|
crawler.py
|
Fix flake8-detected errors.
|
2019-11-14 15:24:37 +05:00 |
|
dupefilters.py
|
Logging the request referer when DUPEFILTER_DEBUG is active
|
2019-01-18 11:38:59 -02:00 |
|
exceptions.py
|
Undocument _InvalidOutput exception
|
2017-03-10 15:41:57 -03:00 |
|
exporters.py
|
Fix flake8-detected errors.
|
2019-11-14 15:24:37 +05:00 |
|
extension.py
|
Replace BaseSettings._getcomposite() with public .getwithbase() method
|
2015-11-11 17:39:57 +01:00 |
|
interfaces.py
|
Fix W391 Blank line at end of file (#4137)
|
2019-11-07 17:47:35 +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
|
Cover Scrapy 1.8.0 in the release notes (#3952)
|
2019-10-29 12:53:46 +01: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
|
Do not cache DNS responses when cache size is 0
|
2017-07-04 23:18:15 +02:00 |
|
responsetypes.py
|
Replace to_native_str calls with to_unicode.
|
2019-11-14 13:45:39 +05:00 |
|
robotstxt.py
|
Replace to_native_str calls with to_unicode.
|
2019-11-14 13:45:39 +05:00 |
|
shell.py
|
Populate spider variable when using shell.inspect_response
|
2017-07-03 11:28:04 -03:00 |
|
signalmanager.py
|
Use https links wherever possible
|
2017-10-28 16:24:40 +05:30 |
|
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 |