scrapy/scrapy
Daniel Grana 3d731ba641 url_query_cleaner: add exclude and non-unique parameters support, also remove untested exception catching code and add missing tests 2010-04-30 09:41:11 -03:00
..
command fixed import 2010-04-12 10:42:07 -03:00
conf gb2312 and gbk encodings was superseded by gb18030 2010-04-05 15:07:43 -03:00
contrib Added scrapy.utils.py26.json to use python2.6 json module when available, otherwise failback to simplejson module or scrapy.xlib.simplejson. This way we can always assume json and avoid conditional code. 2010-04-12 10:44:07 -03:00
contrib_exp made Spider name required again (do not default) 2010-04-05 12:34:29 -03:00
core SEP12 implementation 2010-04-01 18:27:22 -03:00
http Minimize effect of http://bugs.python.org/issue8271 on TextResponses by changing str.decode errors policy by custom `replace` alike error handler 2010-04-07 00:29:53 -03:00
management adapted web console to use unix timestamps for uptime instead of datetime 2009-09-14 20:35:07 -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 made Spider name required again (do not default) 2010-04-05 12:34:29 -03:00
stats SEP12 implementation 2010-04-01 18:27:22 -03:00
templates SEP12 implementation 2010-04-01 18:27:22 -03:00
tests url_query_cleaner: add exclude and non-unique parameters support, also remove untested exception catching code and add missing tests 2010-04-30 09:41:11 -03:00
utils url_query_cleaner: add exclude and non-unique parameters support, also remove untested exception catching code and add missing tests 2010-04-30 09:41:11 -03:00
xlib Added scrapy.utils.py26.json to use python2.6 json module when available, otherwise failback to simplejson module or scrapy.xlib.simplejson. This way we can always assume json and avoid conditional code. 2010-04-12 10:44:07 -03:00
__init__.py Automated merge with http://hg.scrapy.org/scrapy-0.8 2010-03-27 13:25:06 -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 removed deprecated ScrapedItem (previously kept for backwards compatibility) 2009-11-06 16:39:15 -02:00
link.py updated some documentation references in source code 2009-08-19 22:41:26 -03:00
log.py SEP12 implementation 2010-04-01 18:27:22 -03:00
mail.py Made MailSender non IO-blocking, and improved MailSender documentation 2010-03-22 13:37:37 -03:00
service.py added scrapy.service and scrapy.tac for running from twistd 2010-04-11 03:37:08 -03:00
shell.py made Spider name required again (do not default) 2010-04-05 12:34:29 -03:00