Daniel Graña
|
0cc138c010
|
Add 0.16.3 release notes
|
2012-12-07 18:55:15 -02:00 |
|
Daniel Graña
|
da7e414fe9
|
Add 0.16.2 release notes
Conflicts:
docs/news.rst
|
2012-11-09 13:03:04 -02:00 |
|
Pablo Hoffman
|
db21bccf9a
|
added 0.18 to release notes and mention spider contracts
|
2012-11-07 16:02:18 -02:00 |
|
Daniel Graña
|
c0542838d3
|
update news file with 0.16.1 release notes
|
2012-10-26 18:53:59 -02:00 |
|
Daniel Graña
|
a9616f387e
|
fix dashes under rst headers
|
2012-10-18 20:14:30 -02:00 |
|
Daniel Graña
|
4852c6102d
|
set release date for 0.16.0 in news
|
2012-10-18 20:07:36 -02:00 |
|
Pablo Hoffman
|
1a905d62f5
|
removed scrapy.log.started attribute, and avoid checking if log has already been started (since it should be called once anyway)
|
2012-10-09 16:05:19 -02:00 |
|
Pablo Hoffman
|
9e4c6aba2f
|
updated release notes with new stats recently added
|
2012-10-09 12:50:42 -02:00 |
|
Pablo Hoffman
|
7458092eef
|
added spider contracts to release notes and warn that its API is still subject to change
|
2012-09-29 03:06:30 -03:00 |
|
Pablo Hoffman
|
a5f8943d3e
|
added change introduced in previous commit to release notes
|
2012-09-26 13:17:01 -03:00 |
|
Pablo Hoffman
|
b46b5a6ef0
|
Documented AutoThrottle extension and added to extensions available by
default. Also deprecated concurrency and delay settings, in favour of
using the standard Scrapy ones.
|
2012-09-20 18:52:57 -03:00 |
|
Pablo Hoffman
|
eed6eb49da
|
make DBM the new default storage backend for HTTP cache middleware, simplified DBM storage backend code to avoid dealing with many spiders at once (not needed), and update httpcache stats names (hit -> hits, miss -> misses)
|
2012-09-17 10:11:07 -03:00 |
|
Pablo Hoffman
|
8f2dda12cc
|
removed another instance of scrapy.conf.settings singleton, this time from scrapy.utils.trackref. From now on, trackrefs functionality will be always enabled as it imposes a very minimal performance overhead
|
2012-09-16 21:21:44 -03:00 |
|
Pablo Hoffman
|
9685c24059
|
restored stats_spider_{opened,closing,closed} signals in backwards compatibility mode
|
2012-09-14 12:38:00 -03: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
|
7ef593c5c2
|
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 |
|
Pablo Hoffman
|
f4a17ec272
|
removed references to Scrapy Snippets site
|
2012-09-03 22:19:15 -03:00 |
|
Pablo Hoffman
|
b901e64044
|
replaced memory usage acounting with (more portable) resource module, removed scrapy.utils.memory module. closes #161
|
2012-09-03 19:28:16 -03:00 |
|
Pablo Hoffman
|
e2f9daac67
|
fixed formatting in scrapyd release notes
|
2012-09-03 16:58:58 -03:00 |
|
Pablo Hoffman
|
dd1398b280
|
removed another instance of scrapy.conf.settings singleton, this time from download handlers
|
2012-09-03 16:44:18 -03:00 |
|
Pablo Hoffman
|
7c8af83138
|
added issue role to documentation
|
2012-08-31 18:39:30 -03:00 |
|
Daniel Graña
|
a2d22307ad
|
update news.rst
|
2012-08-31 17:38:40 -03:00 |
|
Pablo Hoffman
|
be206ca5ab
|
added process_start_requests method to spider middlewares
|
2012-08-31 16:41:50 -03:00 |
|
Pablo Hoffman
|
70f8e517a1
|
promoted DjangoItem to main contrib
|
2012-08-29 11:23:11 -03:00 |
|
Pablo Hoffman
|
da234af456
|
Merge branch 'singleton_removal'
|
2012-08-28 18:42: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 |
|
Pablo Hoffman
|
5fa5c4545b
|
use ScrapyJSONEncoder JsonItemExporter & JsonLinesItemExporter, to support nested items properly
|
2012-08-22 13:46:50 -03:00 |
|
Pablo Hoffman
|
36f47a4aec
|
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 |
|
Daniel Graña
|
ae2ff4d33a
|
update news file with 0.14.4 release notes
|
2012-05-15 16:16:02 -03:00 |
|
Pablo Hoffman
|
c7f33c534b
|
removed redundant lines from release notes
|
2012-04-20 09:09:55 -03:00 |
|
Daniel Graña
|
15c8c01828
|
add 0.14.3 release notes
|
2012-04-19 23:25:15 -03:00 |
|
Pablo Hoffman
|
97f362d64e
|
removed deprecated/undocumented class: HTMLImageLinkExtractor
|
2012-04-19 12:07:46 -03:00 |
|
Pablo Hoffman
|
30ddbf624e
|
mention about some scrapy.xlib modules removed in the release notes
|
2012-04-17 12:31:18 -03:00 |
|
Pablo Hoffman
|
d99ee6deb9
|
added some missing entries to release notes
|
2012-04-17 12:29:48 -03:00 |
|
Pablo Hoffman
|
7cca916ed5
|
added release notes to official documentation, including all release notes since Scrapy 0.7
|
2012-04-11 15:53:23 -03:00 |
|