| .. |
|
command
|
made scrapy.command.cmdline module executable from command line
|
2009-08-27 11:49:35 -03:00 |
|
conf
|
removed scrapy-admin.py command, and left only scrapy-ctl as the only scrapy command
|
2009-08-24 15:43:36 -03:00 |
|
contrib
|
remove debug line :(
|
2009-08-25 16:51:41 -03:00 |
|
contrib_exp
|
fixed bug in DjangoItem
|
2009-08-26 11:45:59 -03:00 |
|
core
|
simplified some code
|
2009-08-24 07:29:30 -03:00 |
|
http
|
dropped "cache" attribute of Request and Response objects
|
2009-08-24 10:34:05 -03:00 |
|
management
|
renamed scrapy.utils.ref module to scrapy.utils.trackref, and improved docstring
|
2009-08-19 11:19:36 -03:00 |
|
selector
|
updated some documentation references in source code
|
2009-08-19 22:41:26 -03:00 |
|
spider
|
removed scrapy-admin.py command, and left only scrapy-ctl as the only scrapy command
|
2009-08-24 15:43:36 -03:00 |
|
stats
|
fixed bug recently introduced in stats collector closing logic, and added unittests
|
2009-08-21 23:23:46 -03:00 |
|
templates
|
removed spider templates from project, addeded sumcommands to manage templates in genspider
|
2009-08-21 16:10:45 -03:00 |
|
tests
|
added override field save test to DjangoItem
|
2009-08-26 11:58:40 -03:00 |
|
utils
|
pylinted decorators utils
|
2009-08-25 16:50:40 -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
|
improved consistency of logging settings to use LOG_*
|
2009-08-21 08:54:12 -03:00 |
|
mail.py
|
updated some documentation references in source code
|
2009-08-19 22:41:26 -03:00 |