scrapy/scrapy
Pablo Hoffman bb2e0de7da fixed utils.signal tests broken in previous commit 2010-08-09 13:22:57 -03:00
..
commands Added handles_request() class method to BaseSpider - closes #191 2010-08-06 14:59:18 -03:00
conf Replaced default spider manager (TwistedPluginSpiderManger) with a simpler one that doesn't depend on Twisted Plugins infrastructure. 2010-07-30 17:30:32 -03:00
contrib Added JSON item exporter with doc and unittests (closes #192), and also: 2010-08-07 15:52:59 -03:00
contrib_exp Added support for Requests without callbacks (#166) - the Spider.parse() method 2010-06-08 18:18:02 -03:00
core Log full traceback of signal handler errors in send_catch_log() - closes #194. Also made engine use send_catch_log for spider_idle signal 2010-08-09 12:05:03 -03:00
http allow passing custom headers in FormRequest.from_response() 2010-07-08 14:02:28 -03:00
selector Improved encoding support by explicitly passing encoding to all str_to_unicode() and unicode_to_str() calls 2010-03-24 12:14:07 -03:00
spider Added handles_request() class method to BaseSpider - closes #191 2010-08-06 14:59:18 -03:00
stats SEP12 implementation 2010-04-01 18:27:22 -03:00
templates Replaced default spider manager (TwistedPluginSpiderManger) with a simpler one that doesn't depend on Twisted Plugins infrastructure. 2010-07-30 17:30:32 -03:00
tests fixed utils.signal tests broken in previous commit 2010-08-09 13:22:57 -03:00
utils Log full traceback of signal handler errors in send_catch_log() - closes #194. Also made engine use send_catch_log for spider_idle signal 2010-08-09 12:05:03 -03:00
xlib Applied patch to ClientForm to fix bug with wrong entities. Also added tests and left patch in repo in case we upgrade ClientForm in the future and need to re-apply it 2010-07-13 19:46:53 -03:00
__init__.py bumped version to 0.9 final 2010-06-28 00:54:43 -03:00
cmdline.py moved scrapy.command.models module to scrapy.command 2010-05-26 10:29:32 -03:00
command.py Moved scrapy/command/__init__.py to scrapy/command.py 2010-08-08 07:30:03 -03:00
extension.py added support for defining EXTENSIONS setting using dicts, like middleware settings 2009-08-18 11:05:36 -03:00
item.py Raise when trying to set an item field value using setattr api, and added tests. 2010-06-22 14:00:31 -03:00
link.py updated some documentation references in source code 2009-08-19 22:41:26 -03:00
log.py moved scrapy log observer logic into a separate function 2010-08-09 11:09:07 -03:00
mail.py Added SMTP-AUTH support to scrapy.mail (closes #149) 2010-06-13 17:14:46 -03:00
service.py scrapy.service: fixed minor logging bug on win32 platform with different line endings 2010-06-10 14:50:06 -03:00
shell.py removed unused code 2010-06-03 01:07:40 -03:00
telnet.py Some changes to telnet console: 2010-06-02 17:49:18 -03:00
webservice.py * Added Scrapy Web Service with documentation and tests. 2010-06-09 13:46:22 -03:00