scrapy/scrapy/utils
Adrián Chaves 447b3d9d81
Fix documentation typo: accesible → accessible (#4033)
2019-09-25 11:13:37 +02:00
..
__init__.py mv scrapy/trunk to root as part of svn2hg migration 2009-05-06 15:55:17 -03:00
benchserver.py correctly process arguments for bench server 2016-01-21 18:44:37 +05:00
boto.py use absolute_import to import external boto package 2016-02-15 20:16:40 +03:00
conf.py Fix ConfigParser import in py2 2019-07-22 14:53:17 -03:00
console.py increase ptpython priority since it can use other shells as backend 2017-05-18 16:57:13 +00:00
curl.py Create Request from curl command (#3862) 2019-08-08 09:43:42 +02:00
datatypes.py Merge pull request #3878 from elacuesta/mergedict_to_chainmap 2019-07-17 14:31:50 +05:00
decorators.py Rename scrapy/utils/decorator.py to scrapy/utils/decorators.py 2015-04-29 21:27:19 -03:00
defer.py fix: do not catch system exceptions like KeyboardInterrupt 2019-04-05 11:52:00 +02:00
deprecate.py SpiderManager shim is removed 2018-07-06 03:28:01 +05:00
display.py Added "from __future__ import print_function" in all relevant places except xlib 2013-10-20 11:55:07 +06:00
engine.py fix a reference to unexistent engine.slots. closes #593 2014-02-14 15:31:05 -02:00
ftp.py Switch from ` to `` where inline code formatting is desired 2019-03-01 16:56:58 +01:00
gz.py Deprecate the scrapy.utils.gz.is_gzipped function 2019-04-02 18:36:03 +02:00
http.py deprecate scrapy.utils.http 2019-07-08 11:17:30 +05:00
httpobj.py PY3: use six for robotparser and urlparse 2014-07-14 21:26:37 +08:00
iterators.py Make csviter work on python 3.7 2018-07-09 12:46:45 +03:00
job.py Initial support for a persistent scheduler, to support pausing and resuming 2011-08-02 11:57:55 -03:00
log.py Switch from ` to `` where inline code formatting is desired 2019-03-01 16:56:58 +01:00
markup.py deprecate scrapy.utils.markup 2019-07-08 11:18:40 +05:00
misc.py Restore alphabetic order and two lines between import and code 2019-05-03 13:55:18 +02:00
multipart.py deprecate scrapy.utils.multipart 2019-07-08 11:18:15 +05:00
ossignal.py Fix OS signal names 2018-01-27 21:24:15 +00:00
project.py [MRG+1] Update project.py removed one 'hack', seems irrelevant. (#3910) 2019-08-08 16:58:22 +05:00
python.py Deprecation removals for Scrapy 1.7 2019-07-06 13:41:56 +00:00
reactor.py Fix typo in docstring 2016-02-19 17:32:01 +03:00
reqser.py Merge remote-tracking branch 'origin/master' into callback_kwargs 2019-06-26 11:03:31 -03:00
request.py Fix documentation typo: accesible → accessible (#4033) 2019-09-25 11:13:37 +02:00
response.py Deprecation removals for Scrapy 1.7 2019-07-06 13:41:56 +00:00
serialize.py Add set serialization to ScrapyJSONEncoder 2016-07-22 17:20:03 -04:00
signal.py PY3 port signals 2015-07-25 18:04:55 +02:00
sitemap.py handle relative sitemap urls in robots.txt 2016-12-01 09:53:40 -03:00
spider.py Move scrapy/spider.py to scrapy/spiders/__init__.py 2015-05-09 04:20:09 -03:00
ssl.py Fixes and improvements for DOWNLOADER_CLIENT_TLS_CIPHERS. 2019-08-13 16:56:26 +05:00
template.py Prevent more DeprecationWarnings 2019-07-13 22:14:00 -03:00
test.py added test for gcs policy 2018-04-03 18:06:34 +09:00
testproc.py PY3 fix test cmdline 2015-08-08 04:19:55 +05:00
testsite.py Add test for fetch command with redirections disabled 2016-11-24 13:41:51 +01:00
trackref.py Add docstrings 2015-08-10 19:35:57 -03:00
url.py Switch from ` to `` where inline code formatting is desired 2019-03-01 16:56:58 +01:00
versions.py Move get_openssl_version function to scrapy.utils.ssl 2019-08-08 12:44:23 -03:00