| .. |
|
commands
|
More core changes:
|
2011-07-15 15:18:39 -03:00 |
|
contrib
|
added missing import
|
2011-07-20 17:05:21 -03:00 |
|
contrib_exp
|
Fixed DjangoItem to work properly with auto-generated
|
2011-06-12 01:41:09 -03:00 |
|
core
|
more core refactoring including moving engine next request call logic to a separate class
|
2011-07-25 10:46:00 -03:00 |
|
http
|
forked UnicodeDammit from BeautifulSoup to explicitly disable usage of chardet library
|
2011-07-20 17:41:53 -03:00 |
|
selector
|
avoid stripping trailing spaces on lxml-based selectors. closes #270
|
2010-10-27 21:39:28 -02:00 |
|
settings
|
removed SimpledbStatsCollector from scrapy code, it was moved to https://github.com/scrapinghub/scaws
|
2011-07-20 10:38:16 -03:00 |
|
templates
|
removed unused import from 'crawl' spider template
|
2011-07-20 01:04:16 -03:00 |
|
tests
|
updated settings.py for djangoitem tests to new django multi-db format
|
2011-07-25 00:49:54 -03:00 |
|
utils
|
more core refactoring including moving engine next request call logic to a separate class
|
2011-07-25 10:46:00 -03:00 |
|
xlib
|
forked UnicodeDammit from BeautifulSoup to explicitly disable usage of chardet library
|
2011-07-20 17:41:53 -03:00 |
|
__init__.py
|
Bumped version to 0.13
|
2011-01-02 17:21:31 -02:00 |
|
cmdline.py
|
A couple of changes to fix #303:
|
2011-01-05 15:59:43 -02:00 |
|
command.py
|
Added support for setting exit code in Scrapy commands. Closes #248
|
2010-09-23 13:43:21 -03:00 |
|
conf.py
|
Removed hacky SCRAPY_SETTINGS_DISABLED environment variable
|
2010-09-22 16:08:18 -03:00 |
|
crawler.py
|
More core changes:
|
2011-07-15 15:18:39 -03:00 |
|
exceptions.py
|
added CloseSpider exception, to manually close spiders
|
2011-07-12 14:24:10 -03:00 |
|
extension.py
|
Made ExtensionManager a subclass of MiddlewareManager
|
2010-08-22 05:33:08 -03:00 |
|
interfaces.py
|
moved spider queues to scrapyd
|
2011-07-19 19:39:27 -03:00 |
|
item.py
|
Changed default representation of items to pretty-printed dicts. This improves
|
2011-06-03 01:13:01 -03:00 |
|
link.py
|
add nofollow to Link object
|
2011-02-25 12:55:51 -02:00 |
|
linkextractor.py
|
Some Link extractor improvements:
|
2011-05-18 12:32:34 -03:00 |
|
log.py
|
Don't silence warnings after log is started. Closes #246
|
2010-09-22 01:00:34 -03:00 |
|
logformatter.py
|
improved download errors propagation to the spiders, and removed no longer needed code to simplify
|
2011-07-13 14:10:05 -03:00 |
|
mail.py
|
removed (somewhat hacky) MAIL_DEBUG setting
|
2010-08-22 22:42:00 -03:00 |
|
middleware.py
|
A couple of changes to fix #303:
|
2011-01-05 15:59:43 -02:00 |
|
project.py
|
Refactoring of Crawler, Commands, Execution Queue and Spider Manager:
|
2010-08-25 19:24:36 -03:00 |
|
shell.py
|
More core changes:
|
2011-07-15 15:18:39 -03:00 |
|
signals.py
|
Merged item passed and item scraped concepts, as they have often proved
|
2011-06-03 01:13:00 -03:00 |
|
spider.py
|
Added support for unifying access to per-spider settings. Refs #245
|
2010-09-22 16:09:13 -03:00 |
|
spidermanager.py
|
Added ISpiderManager interface and a test to verify the default SpiderManager comforms to it
|
2010-09-03 14:29:27 -03:00 |
|
stats.py
|
Splitted stats collector classes from stats collection facility (#204)
|
2010-08-22 01:24:07 -03:00 |
|
statscol.py
|
call stats collector engine_stopped() after the engine is closed (to make sure all data from extensions has been collected), and added that method to documented api
|
2011-06-06 03:12:40 -03:00 |
|
telnet.py
|
Automated merge with http://hg.scrapy.org/scrapy-0.10
|
2010-11-10 13:36:05 -02:00 |
|
webservice.py
|
Fixed bug in addversion.json with old Twisted versions. Closes #293
|
2010-11-25 12:12:42 -02:00 |