scrapy/scrapy
Daniel Grana 3d7a4c890e fix get_meta_refresh bug raised for TextResponses without encoding 2009-10-21 13:57:06 -02:00
..
command added runspider command to run spiders directly, without having to create a project 2009-09-14 22:05:14 -03:00
conf some improvements to 'Crawled' log lines, delegating the formatting to a pluggable function 2009-10-06 22:47:17 -02:00
contrib factorize redirectmw code that handles 302 and meta-refresh redirections 2009-10-21 12:46:18 -02:00
contrib_exp add missing lxml iterators module 2009-10-14 18:37:51 -02:00
core do not modify request.headers inside http download handler 2009-10-15 11:19:52 -02:00
http Improve FormRequest.from_response method to pass click data arguments to ClientForm library 2009-10-20 15:51:41 -02:00
management adapted web console to use unix timestamps for uptime instead of datetime 2009-09-14 20:35:07 -03:00
selector trackref Libxml2Document objects and do not silence xml exceptions on __del__ 2009-10-08 16:32:42 +01:00
spider improved check for missing callback in Requests 2009-10-03 14:08:40 -03:00
stats removed obsolete scrapy.utils.db module 2009-09-04 17:38:14 -03:00
templates remove unused line from project settings template 2009-09-23 14:53:40 -03:00
tests fix get_meta_refresh bug raised for TextResponses without encoding 2009-10-21 13:57:06 -02:00
utils fix get_meta_refresh bug raised for TextResponses without encoding 2009-10-21 13:57:06 -02:00
xlib removed unmaintained spidermonkey bindings 2009-09-29 09:33:20 -03:00
xpath moved scrapy.xpath to scrapy.selector 2009-08-19 21:50:52 -03:00
__init__.py Merge with stable repo 2009-09-28 22:53:05 -03:00
crawler.py added missing colon 2009-09-12 19:33:16 -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 made DjangoItem a descendant of Item and its metaclass 2009-08-26 11:38:49 -03:00
link.py updated some documentation references in source code 2009-08-19 22:41:26 -03:00
log.py Some enhancements to Scrapy core: 2009-09-03 08:27:48 -03:00
mail.py updated some documentation references in source code 2009-08-19 22:41:26 -03:00
shell.py Big Scrapy core refactoring to pass around spider references instead of domains. 2009-09-12 14:34:18 -03:00