scrapy/scrapy
Júlio César Batista 2bbbd02bda Adding an option to set ACL while uploading the blob to GCS 2019-02-08 09:45:10 -02:00
..
commands Add documentation to `scrapy shell` command. 2018-11-16 22:15:03 +01:00
contracts Merge pull request #3381 from StasDeep/fix/issue-3380 2018-09-06 11:41:02 -03:00
core Merge pull request #3394 from hcoura/dh-lazyloading-optional 2018-12-26 11:16:19 -03:00
downloadermiddlewares the strip() isnt needed 2018-12-04 10:57:51 +01:00
extensions Adding an option to set ACL while uploading the blob to GCS 2019-02-08 09:45:10 -02:00
http Merge pull request #3283 from CCInCharge/issue3247 2018-08-02 14:49:14 -03:00
linkextractors switch SgmlLinkExtractor to .getall 2018-09-12 17:57:27 +05:00
loader [backwards incompatible] switch ItemLoader from .extract to .getall. 2018-09-12 17:57:27 +05:00
pipelines set defalut value "" to FILES_STORE_GCS_ACL 2018-04-13 19:00:27 +09:00
selector DOC use autodocs for selectors; document more methods and attributes; suggest get/getall 2018-09-12 18:36:25 +05:00
settings Adding an option to set ACL while uploading the blob to GCS 2019-02-08 09:45:10 -02:00
spidermiddlewares PEP8 ofsite middleware 2018-08-24 15:18:16 -04:00
spiders rename param from urls to entries 2018-12-27 11:40:14 -03:00
templates update spider templates to use .get 2018-09-12 17:57:27 +05:00
utils Refactoring tests 2019-01-31 18:29:15 -02:00
xlib Wipe scrapy.xlib.tx 2016-12-02 21:22:35 +00:00
VERSION Bump version: 1.4.0 → 1.5.0 2017-12-30 02:09:52 +05:00
__init__.py drop deprecated "optional_features" set 2015-09-15 09:00:08 +00:00
__main__.py Add support for executing scrapy using -m option of python 2017-05-15 22:52:23 -03:00
_monkeypatches.py Use https links wherever possible 2017-10-28 16:24:40 +05:30
cmdline.py Move garbage_collect to scrapy.utils.python 2017-06-15 13:14:31 +03:00
conf.py better backwards compatibility for scrapy.conf.settings 2012-10-25 11:41:40 -02:00
crawler.py Return non-zero exit code from scrapy commands in case of spider bootstrap errors 2018-06-14 19:58:48 +05:00
dupefilters.py fixed RFPDupeFilter persistence 2015-07-28 14:32:14 +05:00
exceptions.py pylint cleanup: unused imports and old-style exceptions 2013-10-18 19:23:45 +06:00
exporters.py Fix for CSV export unnecessary blank lines problem on Windows (#3039) 2018-07-03 18:22:24 -03:00
extension.py Replace BaseSettings._getcomposite() with public .getwithbase() method 2015-11-11 17:39:57 +01:00
interfaces.py SpiderManager shim is removed 2018-07-06 03:28:01 +05:00
item.py BUG: Fix __classcell__ propagation. 2017-02-08 02:12:52 -04:00
link.py PY3 raise an exception if bytes are passed as url to Link constructor 2015-08-28 23:04:02 +05:00
log.py keep level_names in scrapy.log for backwards compatibility 2015-05-21 08:56:44 +00:00
logformatter.py [logformatter] backward compat comments 2017-03-17 08:11:20 +01:00
mail.py Use a helper for to_bytes() and None input 2017-10-05 10:16:42 +02: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
resolver.py Do not cache DNS responses when cache size is 0 2017-07-04 23:18:15 +02:00
responsetypes.py Merge pull request #1503 from demelziraptor/amazon-json-response 2016-09-12 13:21:16 -03: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 new signal 2018-08-17 14:39:24 +00: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 Clarify comment about Pyhton versions 2018-02-08 15:47:20 -03:00
statscollectors.py enable test_stats and test_utils_log tests in Python 3 2015-08-26 01:58:59 +05:00
telnet.py Relocate telnetconsole to extensions/ 2015-10-05 21:16:04 +03:00