| .. |
|
command
|
Some enhancements to Scrapy core:
|
2009-09-03 08:27:48 -03:00 |
|
conf
|
removed some more obsolete middlewares
|
2009-09-04 17:32:34 -03:00 |
|
contrib
|
better aws code arrangement
|
2009-09-04 18:07:51 -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
|
added comment downloader backout policy
|
2009-09-04 01:16:58 -03:00 |
|
http
|
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 |
|
management
|
raise NotConfigured in web/telnetconsole when disabled
|
2009-08-31 13:42:44 -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
|
exporters doc: fixed example and some typos
|
2009-09-01 08:56:54 -03:00 |
|
stats
|
removed obsolete scrapy.utils.db module
|
2009-09-04 17:38:14 -03:00 |
|
templates
|
more cleanups to startproject and project templates
|
2009-08-29 04:29:47 -03:00 |
|
tests
|
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 |
|
utils
|
better aws code arrangement
|
2009-09-04 18:07:51 -03:00 |
|
xlib
|
minor docstring update
|
2009-08-20 14:40:37 -03:00 |
|
xpath
|
moved scrapy.xpath to scrapy.selector
|
2009-08-19 21:50:52 -03:00 |
|
__init__.py
|
moved patches.py to xlib/patches.py to avoid import errors
|
2009-07-29 19:01:36 -03:00 |
|
extension.py
|
added support for defining EXTENSIONS setting using dicts, like middleware settings
|
2009-08-18 11:05:36 -03:00 |
|
fetcher.py
|
don't use packages when modules are enough
|
2009-07-29 18:41:15 -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
|
fix bug in scrapy shell which was hiding the objects fetch/view/shelp when started without a url as argument
|
2009-09-02 20:53:55 -03:00 |