| .. |
|
_images
|
removed remaining references to scheduler middleware from doc, as it will be removed on next release
|
2011-05-18 19:48:48 -03:00 |
|
api.rst
|
major Stats Collection refactoring: removed separation of global/per-spider stats, removed stats-related signals (stats_spider_opened, etc). Stats are much simpler now, backwards compatibility is kept on the Stats Collector API.
|
2012-09-14 12:31:33 -03:00 |
|
architecture.rst
|
Updated documentation after singleton removal changes.
|
2012-08-28 18:35:57 -03:00 |
|
commands.rst
|
Removed per-spider settings concept, and scrapy.conf.settings singleton from many extensions and middlewares. There are some still remaining, that will be removed in future commits
|
2012-08-21 17:27:45 -03:00 |
|
debug.rst
|
append parse command to example code sections in docs. closes #162
|
2012-08-06 09:10:16 -03:00 |
|
djangoitem.rst
|
corrected minor issue with doc references
|
2012-08-31 16:41:49 -03:00 |
|
downloader-middleware.rst
|
added minor clarification on cookiejar request meta key usage
|
2012-02-29 07:19:01 -02:00 |
|
email.rst
|
refactored MailSender to get rid of scrapy.conf singleton, also removed ill-designed scrapy.mail.mail_sent signal
|
2012-09-11 16:27:19 -03:00 |
|
exceptions.rst
|
added CloseSpider exception, to manually close spiders
|
2011-07-12 14:24:10 -03:00 |
|
exporters.rst
|
Updated documentation after singleton removal changes.
|
2012-08-28 18:35:57 -03:00 |
|
extensions.rst
|
Updated documentation after singleton removal changes.
|
2012-08-28 18:35:57 -03:00 |
|
feed-exports.rst
|
fixed PickeItemExporter bug, added unittest, and added pickle to suported feed exports formats
|
2011-10-25 02:36:51 -02:00 |
|
firebug.rst
|
Updated documentation after singleton removal changes.
|
2012-08-28 18:35:57 -03:00 |
|
firefox.rst
|
#154: Language fixes to the documentation
|
2010-04-18 23:39:54 -03:00 |
|
images.rst
|
Simplified images pipeline by allowing it to be used without having to override it in your project. Closes #217
|
2010-08-31 16:03:08 -03:00 |
|
item-pipeline.rst
|
Updated documentation after singleton removal changes.
|
2012-08-28 18:35:57 -03:00 |
|
items.rst
|
Removed support for default values in Scrapy items, which have proven confusing in the past
|
2011-05-19 21:42:46 -03:00 |
|
jobs.rst
|
added initial documentation about suspend and resume crawls
|
2011-09-02 13:12:27 -03:00 |
|
leaks.rst
|
Applied documentation patch provided by Lucian Ursu (closes #207)
|
2010-08-21 01:26:35 -03:00 |
|
link-extractors.rst
|
fixed minor defect in link extractors documentation
|
2012-03-20 22:56:45 -03:00 |
|
loaders.rst
|
Applied documentation patch provided by Lucian Ursu (closes #207)
|
2010-08-21 01:26:35 -03:00 |
|
logging.rst
|
Applied documentation patch provided by Lucian Ursu (closes #207)
|
2010-08-21 01:26:35 -03:00 |
|
request-response.rst
|
Updated documentation after singleton removal changes.
|
2012-08-28 18:35:57 -03:00 |
|
scrapyd.rst
|
changed note in scrapyd doc to use sphinx notes
|
2012-09-13 15:22:59 -03:00 |
|
selectors.rst
|
renamed 'XPath Selectors' title to just 'Selectors'
|
2012-09-13 15:24:44 -03:00 |
|
settings.rst
|
Updated documentation after singleton removal changes.
|
2012-08-28 18:35:57 -03:00 |
|
shell.rst
|
Updated some old messages in Scrapy shell doc
|
2010-09-05 04:45:43 -03:00 |
|
signals.rst
|
Updated documentation after singleton removal changes.
|
2012-08-28 18:35:57 -03:00 |
|
spider-middleware.rst
|
added process_start_requests method to spider middlewares
|
2012-08-31 16:41:50 -03:00 |
|
spiders.rst
|
added doc section (and FAQ) about spider arguments
|
2012-09-04 14:49:30 -03:00 |
|
stats.rst
|
major Stats Collection refactoring: removed separation of global/per-spider stats, removed stats-related signals (stats_spider_opened, etc). Stats are much simpler now, backwards compatibility is kept on the Stats Collector API.
|
2012-09-14 12:31:33 -03:00 |
|
telnetconsole.rst
|
Updated documentation after singleton removal changes.
|
2012-08-28 18:35:57 -03:00 |
|
ubuntu.rst
|
added precise to supported ubuntu distros
|
2012-05-12 19:54:36 -03:00 |
|
webservice.rst
|
fixed bug in json-rpc webservice reported in https://groups.google.com/d/topic/scrapy-users/qgVBmFybNAQ/discussion. also removed no longer supported 'run' command from extras/scrapy-ws.py
|
2012-05-03 12:05:40 -03:00 |