| .. |
|
command
|
minor code refactoring on scrapy.command.cmdline module
|
2010-03-04 11:09:16 -02:00 |
|
conf
|
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 |
|
contrib
|
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 |
|
contrib_exp
|
removed unmaintained (and untested) contrib_exp ShoveItemPipeline
|
2010-03-10 00:10:36 -02:00 |
|
core
|
Added RANDOMIZE_DOWNLOAD_DELAY setting
|
2010-02-19 21:53:18 -02:00 |
|
http
|
Automated merge with ssh://hg.scrapy.org/scrapy-0.8
|
2010-02-24 15:44: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
|
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
|
removed some old code from scrapy.spider.models
|
2009-12-02 23:30:00 -02:00 |
|
stats
|
StatsCollector: ported methods to receive spider instances (closes #113), removed list_domains() method, added iter_spider_stats() method
|
2009-11-14 20:28:59 -02:00 |
|
templates
|
templates: updated code
|
2010-01-11 12:26:43 -04:00 |
|
tests
|
better implementation of open_in_browser() tests
|
2010-03-12 10:19:50 -02:00 |
|
utils
|
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 |
|
xlib
|
renamed file missing from previous commit
|
2009-11-19 11:23:36 -02:00 |
|
__init__.py
|
Removed wrong line added in previous commit
|
2010-03-24 12:15:18 -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
|
Added LOG_ENCODING setting
|
2010-03-24 12:13:38 -03:00 |
|
mail.py
|
Made MailSender non IO-blocking, and improved MailSender documentation
|
2010-03-22 13:37:37 -03:00 |
|
shell.py
|
fixed exception when running scrapy shell on a non-textual response (fixes #116)
|
2009-11-13 17:21:59 -02:00 |