| .. |
|
commands
|
Some changes to scrapy deploy command:
|
2010-11-08 17:01:06 -02:00 |
|
contrib
|
Some changes to HTTP Cache middleware:
|
2010-11-01 02:38:15 -02:00 |
|
contrib_exp
|
removed LxmlItemLoader, as it has been obsoleted by the new lxml selector backend
|
2010-10-30 16:02:14 -02:00 |
|
core
|
Automated merge with http://hg.scrapy.org/scrapy-0.10
|
2010-11-01 16:10:40 -02:00 |
|
http
|
Removed forked cookielib tests, because Python cookielib has been suffering several changes and maintaining a fork of the tests has become a pain. Instead, we've added specific tests for the urllib2 request/response wrappers
|
2010-09-27 07:55:27 -03:00 |
|
selector
|
avoid stripping trailing spaces on lxml-based selectors. closes #270
|
2010-10-27 21:39:28 -02:00 |
|
settings
|
Some changes to HTTP Cache middleware:
|
2010-11-01 02:38:15 -02:00 |
|
templates
|
Some changes to scrapy deploy command:
|
2010-11-08 17:01:06 -02:00 |
|
tests
|
Some changes to HTTP Cache middleware:
|
2010-11-01 02:38:15 -02:00 |
|
utils
|
Some changes to HTTP Cache middleware:
|
2010-11-01 02:38:15 -02:00 |
|
xlib
|
fixed imports in scrapy.xlib.simplejson
|
2010-10-27 08:05:08 -02:00 |
|
__init__.py
|
Automated merge with http://hg.scrapy.org/scrapy-0.10
|
2010-10-05 12:44:41 -02:00 |
|
cmdline.py
|
Added support for setting exit code in Scrapy commands. Closes #248
|
2010-09-23 13:43:21 -03: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
|
Added support for unifying access to per-spider settings. Refs #245
|
2010-09-22 16:09:13 -03:00 |
|
exceptions.py
|
Yet another scrapy.cmdline code refactoring by removing --settings and --version options, adding a version command and adding a UsageError exception for signaling usage errors. Updated all commands accordingly
|
2010-08-28 18:06:51 -03:00 |
|
extension.py
|
Made ExtensionManager a subclass of MiddlewareManager
|
2010-08-22 05:33:08 -03:00 |
|
interfaces.py
|
Added ISpiderManager interface and a test to verify the default SpiderManager comforms to it
|
2010-09-03 14:29:27 -03:00 |
|
item.py
|
Raise when trying to set an item field value using setattr api, and added tests.
|
2010-06-22 14:00:31 -03:00 |
|
link.py
|
updated some documentation references in source code
|
2009-08-19 22:41:26 -03:00 |
|
log.py
|
Don't silence warnings after log is started. Closes #246
|
2010-09-22 01:00:34 -03:00 |
|
logformatter.py
|
Fixed encoding error with some item dropped messages. Closes #232
|
2010-09-08 15:34:13 -03:00 |
|
mail.py
|
removed (somewhat hacky) MAIL_DEBUG setting
|
2010-08-22 22:42:00 -03:00 |
|
middleware.py
|
Made ExtensionManager a subclass of MiddlewareManager
|
2010-08-22 05:33:08 -03:00 |
|
project.py
|
Refactoring of Crawler, Commands, Execution Queue and Spider Manager:
|
2010-08-25 19:24:36 -03:00 |
|
queue.py
|
Fixed issue with unicode keyword arguments bug in earlier Python versions (see http://bugs.python.org/issue2646). Closes #250
|
2010-09-25 21:17:36 -03:00 |
|
shell.py
|
shell: properly refresh all vars when fetching a new request
|
2010-11-11 18:05:36 -02:00 |
|
signals.py
|
remove request_uploaded signal and move response_received and response_downloaded to downloader manager. closes #228
|
2010-09-06 23:23:14 -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 |
|
spiderqueue.py
|
* Added support for project data storage (closes #276)
|
2010-10-31 03:25:37 -02:00 |
|
stats.py
|
Splitted stats collector classes from stats collection facility (#204)
|
2010-08-22 01:24:07 -03:00 |
|
statscol.py
|
Splitted stats collector classes from stats collection facility (#204)
|
2010-08-22 01:24:07 -03:00 |
|
telnet.py
|
Automated merge with http://hg.scrapy.org/scrapy-0.10
|
2010-11-10 13:36:05 -02:00 |
|
webservice.py
|
Bind the web server and telnet server to a configurable interface (WEBSERVICE_HOST). The default is to bind to all interfaces. Also add documentation for WEBSERVICE_HOST and TELNETCONSOLE_HOST.
|
2010-11-01 00:59:04 -02:00 |