Jakob de Maeyer
|
bb6dee611c
|
Move Settings documentation to docstrings
|
2015-10-27 12:43:33 +01:00 |
|
Jakob de Maeyer
|
a769a1ef78
|
Introduce BaseSettings with full dictionary interface
|
2015-10-27 12:38:52 +01:00 |
|
Mikhail Korobov
|
6c9daf3a95
|
DOC remove unnecessary links; fix references in send_catch_log_deferred docstring
|
2015-06-10 01:44:19 +05:00 |
|
Mikhail Korobov
|
1740fcf1a6
|
DOC SignalManager docstrings. See GH-713.
This change is not 100% backwards compatible because of *args changes.
Their usage was not documented, so we're not breaking public interface.
|
2015-06-08 21:05:58 +05:00 |
|
Julia Medina
|
d3f576a816
|
Move scrapy/spider.py to scrapy/spiders/__init__.py
|
2015-05-09 04:20:09 -03:00 |
|
Julia Medina
|
3a71504d35
|
Extend CrawlerProcess documentation
|
2015-04-29 23:09:20 -03:00 |
|
Julia Medina
|
a2ce78db63
|
Use autoclass for CrawlerRunner in docs/topics/api.rst
|
2015-04-29 23:09:20 -03:00 |
|
Julia Medina
|
b827097c91
|
Rename scrapy/statscol.py to scrapy/statscollectors.py
|
2015-04-29 21:36:40 -03:00 |
|
Wieland Hoffmann
|
de6501ed1b
|
Remove a duplicate word
|
2015-04-29 22:31:48 +02:00 |
|
Mikhail Korobov
|
403e7c7c70
|
rename scrapy.spidermanager.SpiderManager to scrapy.spiderloader.SpiderLoader
|
2015-04-16 20:07:53 +05:00 |
|
Julia Medina
|
3dabde6706
|
Update docs for CrawlerRunner.crawl() new usage
|
2015-04-10 12:09:07 -03:00 |
|
Julia Medina
|
86b0951327
|
Delete crawler_deferreds doc in CrawlerRunner
This attribute is now an internal one since it's main use-case was
covered by CrawlerRunner.stop().
|
2015-04-10 12:06:27 -03:00 |
|
Julia Medina
|
16e62e9c9b
|
Per-spider settings documentation
|
2014-09-01 21:56:57 -03:00 |
|
Julia Medina
|
419026615f
|
Deprecate Crawler.spiders attribute
|
2014-08-14 09:19:41 -03:00 |
|
Julia Medina
|
d40273561d
|
CrawlerProcess cleanup changes
|
2014-08-12 14:02:55 -03:00 |
|
Julia Medina
|
980e30a187
|
Crawler interface cleanup
|
2014-08-12 14:02:55 -03:00 |
|
Julia Medina
|
d7038b2a13
|
SpiderManager interface cleanup
|
2014-08-12 14:02:55 -03:00 |
|
Julia Medina
|
39c6a80f9d
|
Both getdict and getlist return copies of the requested values
|
2014-08-12 14:02:55 -03:00 |
|
Julia Medina
|
3ae971468f
|
Add Settings.copy, freeze and frozencopy method
|
2014-08-12 14:02:55 -03:00 |
|
Julia Medina
|
ed033854e2
|
setmodule helper method on Settings class
|
2014-06-10 11:26:50 -03:00 |
|
Julia Medina
|
00e6470ed0
|
Fix and extend the documentation of the new Settings api
|
2014-06-10 11:26:38 -03:00 |
|
Pablo Hoffman
|
2a5c7ed4da
|
make Crawler.start() return a deferred that is fired when the crawl is finished
|
2013-03-20 14:48:59 -03:00 |
|
Chris Tilden
|
aae6aed4fb
|
fixes spelling errors in documentation
|
2013-01-22 14:52:18 -08:00 |
|
Pablo Hoffman
|
81ed2d2d0b
|
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 |
|
Pablo Hoffman
|
babfc6e79b
|
Updated documentation after singleton removal changes.
Also removed some unused code and made some minor additional
refactoring.
|
2012-08-28 18:35:57 -03:00 |
|