scrapy/scrapy
Julia Medina ccdd8bfbcc Parametrize log formatting strings 2015-04-22 17:24:40 -03:00
..
commands Custom handler to count log level occurrences in a crawler 2015-04-22 17:24:40 -03:00
contracts Allow spiders to return dicts. See GH-1064. 2015-03-18 07:26:56 +05:00
contrib Replace scrapy.log calls for their equivalents in the logging std module 2015-04-22 17:24:39 -03:00
contrib_exp dissolve `scrapy.contrib_exp` 2015-04-07 21:20:48 +00:00
core Restructure LogFormatter to comply with std logging calls 2015-04-22 17:24:40 -03:00
http more python3 compatibility changes for urllib 2015-04-01 19:50:56 +00:00
selector encode invalid xpath with unicode_escape under PY2 2015-04-10 22:23:40 +03:00
settings Parametrize log formatting strings 2015-04-22 17:24:40 -03:00
templates remove scrapy deploy command 2015-04-20 20:35:06 -03:00
utils Parametrize log formatting strings 2015-04-22 17:24:40 -03:00
xlib pydispatch - pep8 2015-03-16 21:43:43 +00:00
VERSION Bump version: 0.25.0 → 0.25.1 2014-07-09 03:05:39 -03:00
__init__.py Remove djangoitem since we moved it to scrapy/scrapy-djangoitem 2015-04-19 13:09:25 -03:00
_monkeypatches.py cleanup toplevel namespace 2014-04-15 01:09:35 +06:00
cmdline.py PY3: use six.iterkeys, six.iteritems, and tempfile 2014-07-14 18:47:22 +08:00
command.py Drop support for ScrapyCommand.crawler property 2014-08-12 14:02:56 -03:00
conf.py better backwards compatibility for scrapy.conf.settings 2012-10-25 11:41:40 -02:00
crawler.py Custom handler to count log level occurrences in a crawler 2015-04-22 17:24:40 -03:00
dupefilter.py Replace scrapy.log calls for their equivalents in the logging std module 2015-04-22 17:24:39 -03:00
exceptions.py pylint cleanup: unused imports and old-style exceptions 2013-10-18 19:23:45 +06: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 multi inherit fixed 2015-04-21 18:10:52 -03:00
link.py PY3 port scrapy.link 2014-08-02 00:16:01 +06:00
linkextractor.py move restrict_css argument to end of argument list in link extractors for backwards compatibility, use keyword arguments in link extractor super().__init__() calls 2014-12-15 09:18:15 -02:00
log.py Deprecate more frequently used functions from scrapy/log.py 2015-04-22 17:24:40 -03:00
logformatter.py Restructure LogFormatter to comply with std logging calls 2015-04-22 17:24:40 -03:00
mail.py Replace scrapy.log calls for their equivalents in the logging std module 2015-04-22 17:24:39 -03:00
middleware.py Replace scrapy.log calls for their equivalents in the logging std module 2015-04-22 17:24:39 -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 Drop support for scrapy.project.crawler (And scrapy.stats consequently) 2014-08-12 14:02:56 -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 Create a logger for every Spider and adapt Spider.log to log through it 2015-04-22 17:24:40 -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 PY3: use six.moves.cPickle 2014-07-14 17:15:28 +08:00
stats.py Drop support for scrapy.project.crawler (And scrapy.stats consequently) 2014-08-12 14:02:56 -03:00
statscol.py Replace scrapy.log calls for their equivalents in the logging std module 2015-04-22 17:24:39 -03:00
telnet.py Replace scrapy.log calls for their equivalents in the logging std module 2015-04-22 17:24:39 -03:00