scrapy/scrapy
Pablo Hoffman db4c9fee4c disable log on startproject command 2015-12-30 15:23:10 -03:00
..
commands disable log on startproject command 2015-12-30 15:23:10 -03:00
contracts Allow spiders to return dicts. See GH-1064. 2015-03-18 07:26:56 +05:00
contrib fixed backwards compatibility for scrapy.contrib.exporter.PythonItemExporter 2015-05-05 22:06:18 +05:00
contrib_exp Move scrapy/contrib/downloadermiddleware to scrapy/downloadermiddlewares 2015-04-29 21:24:30 -03:00
core explicit close file on file:// scheme handler 2015-12-30 14:46:52 -03:00
downloadermiddlewares Replace FailureFormatter with direct exc_info conversions in log calls 2015-05-15 05:46:14 -03:00
extensions Do leveldb compactation for the httpcache on closing. 2015-06-12 11:18:37 -03:00
http more python3 compatibility changes for urllib 2015-04-01 19:50:56 +00:00
linkextractors Move scrapy/linkextractor.py to scrapy/linkextractors/__init__.py 2015-05-09 03:28:37 -03:00
loader Fix SelectJmes documentation 2015-07-01 01:40:11 -03:00
pipelines Replace FailureFormatter with direct exc_info conversions in log calls 2015-05-15 05:46:14 -03:00
selector Merge pull request #1145 from bosnj/master 2015-05-21 22:03:54 +05:00
settings Remove deprecated %z formatting from the default LOG_DATEFORMAT 2015-06-04 13:42:01 -03:00
spidermiddlewares Move scrapy/contrib/spidermiddleware to scrapy/spidermiddlewares 2015-04-29 21:26:35 -03:00
spiders Move scrapy/spider.py to scrapy/spiders/__init__.py 2015-05-09 04:20:09 -03:00
templates Move scrapy/contrib remaining top-level files to scrapy/extensions 2015-04-29 21:27:19 -03:00
utils Backport fix compatibility with Twisted 15.4.0 2015-09-29 23:00:30 -03:00
xlib pydispatch - pep8 2015-03-16 21:43:43 +00:00
VERSION Bump version: 1.0.2 → 1.0.3 2015-08-11 13:49:05 -03:00
__init__.py Move scrapy/spider.py to scrapy/spiders/__init__.py 2015-05-09 04:20:09 -03:00
_monkeypatches.py Twisted 15.3.0 does not raises expected exception serializing lambda functions 2015-08-06 17:57:17 -03:00
cmdline.py Move scrapy/command.py to scrapy/commands/__init__.py 2015-05-09 03:20:36 -03:00
command.py scrapy/command.py shim 2015-05-09 03:20:48 -03:00
conf.py better backwards compatibility for scrapy.conf.settings 2012-10-25 11:41:40 -02:00
crawler.py Stop reactor on Ctrl-C regardless of 'stop_after_crawl'. Fixes GH-1279. 2015-06-12 16:07:24 -03:00
dupefilter.py scrapy/dupefilter.py shim 2015-04-29 21:27:20 -03:00
dupefilters.py fixed RFPDupeFilter persistence 2015-12-30 14:47:08 -03:00
exceptions.py pylint cleanup: unused imports and old-style exceptions 2013-10-18 19:23:45 +06:00
exporters.py Move exporters/__init__.py to exporters.py 2015-05-18 14:46:23 -03:00
extension.py Made ExtensionManager a subclass of MiddlewareManager 2010-08-22 05:33:08 -03:00
interfaces.py rename scrapy.spidermanager.SpiderManager to scrapy.spiderloader.SpiderLoader 2015-04-16 20:07:53 +05:00
item.py item fields defined on fields class attribute fix 2015-05-13 15:51:23 -03:00
link.py Move scrapy/contrib/linkextractors to scrapy/linkextractors 2015-04-29 21:24:30 -03:00
linkextractor.py scrapy/linkextractor.py shim 2015-05-09 03:28:39 -03:00
log.py keep level_names in scrapy.log for backwards compatibility 2015-05-21 08:56:44 +00:00
logformatter.py Restructure LogFormatter to comply with std logging calls 2015-04-22 17:24:40 -03:00
mail.py Change 'scrapy' logger for '__name__' on every module 2015-04-22 17:24:41 -03:00
middleware.py Change 'scrapy' logger for '__name__' on every module 2015-04-22 17:24:41 -03:00
mime.types moved module scrapy.core.downloader.responsetypes to scrapy.responsetypes 2011-08-07 02:49:57 -03:00
project.py Drop support for scrapy.project.crawler (And scrapy.stats consequently) 2014-08-12 14:02:56 -03:00
resolver.py Dns cache size and timeout options 2015-04-02 18:30:59 +02:00
responsetypes.py PY3 MimeTypes wants files in text mode. 2014-08-01 03:28:05 +06:00
shell.py Move scrapy/spider.py to scrapy/spiders/__init__.py 2015-05-09 04:20:09 -03:00
signalmanager.py remove debugging code 2013-02-27 03:52:55 -02:00
signals.py An attempt to resolve #977, add signal to be sent when request is dropped by the scheduler 2014-11-27 15:10:15 +03:00
spider.py scrapy/spider.py shim 2015-05-09 04:27:43 -03:00
spiderloader.py rename CrawlerRunner.spiders to CrawlerRunner.spider_loader 2015-04-17 01:54:26 +05:00
spidermanager.py rename scrapy.spidermanager.SpiderManager to scrapy.spiderloader.SpiderLoader 2015-04-16 20:07:53 +05:00
squeue.py scrapy/squeue.py shim 2015-04-29 21:27:19 -03:00
squeues.py Rename scrapy/squeue.py to scrapy/squeues.py 2015-04-29 21:27:19 -03:00
stats.py Drop support for scrapy.project.crawler (And scrapy.stats consequently) 2014-08-12 14:02:56 -03:00
statscol.py scrapy/statscol.py shim 2015-04-29 21:37:26 -03:00
statscollectors.py Rename scrapy/statscol.py to scrapy/statscollectors.py 2015-04-29 21:36:40 -03:00
telnet.py Change 'scrapy' logger for '__name__' on every module 2015-04-22 17:24:41 -03:00