scrapy/scrapy
Pablo Hoffman aacb7965b4 improved check for missing callback in Requests 2009-10-03 14:08:40 -03:00
..
command added runspider command to run spiders directly, without having to create a project 2009-09-14 22:05:14 -03:00
conf Big Scrapy core refactoring to pass around spider references instead of domains. 2009-09-12 14:34:18 -03:00
contrib fixed ItemLoader replace_value 2009-09-29 16:05:32 -03:00
contrib_exp moved SpiderProfiler extension to scrapy.contrib_exp and removed references from documentation 2009-09-01 22:38:37 -03:00
core improved check for missing callback in Requests 2009-10-03 14:08:40 -03:00
http improve XmlRpcRequest and update tests to cover more cases 2009-09-17 14:26:42 -03:00
management adapted web console to use unix timestamps for uptime instead of datetime 2009-09-14 20:35:07 -03:00
selector added support for instantiating TextResponse (or any subclass) with unicode urls, improved organization of request/response unittests 2009-09-07 09:37:46 -03: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 added xpathitemloader tests 2009-09-29 16:05:34 -03:00
utils fixed bug in parse command with requests which don't have __dict__ attribute 2009-10-02 09:20:22 -03: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 bumped version to 0.7 final 2009-09-28 22:28:49 -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