@@ -47,7 +47,7 @@ Enhancements
47
47
48
48
- [**Backwards incompatible **] Switched HTTPCacheMiddleware backend to filesystem (:issue: `541 `)
49
49
To restore old backend set `HTTPCACHE_STORAGE ` to `scrapy.contrib.httpcache.DbmCacheStorage `
50
- - Proxy https:// urls using CONNECT method (:issue: `392 `, :issue: `397 `)
50
+ - Proxy \ h ttps:// urls using CONNECT method (:issue: `392 `, :issue: `397 `)
51
51
- Add a middleware to crawl ajax crawleable pages as defined by google (:issue: `343 `)
52
52
- Rename scrapy.spider.BaseSpider to scrapy.spider.Spider (:issue: `510 `, :issue: `519 `)
53
53
- Selectors register EXSLT namespaces by default (:issue: `472 `)
@@ -394,7 +394,7 @@ Scrapy changes:
394
394
- nested items now fully supported in JSON and JSONLines exporters
395
395
- added :reqmeta: `cookiejar ` Request meta key to support multiple cookie sessions per spider
396
396
- decoupled encoding detection code to `w3lib.encoding `_, and ported Scrapy code to use that mdule
397
- - dropped support for Python 2.5. See http://blog.scrapy.org/ scrapy-dropping-support-for-python-25
397
+ - dropped support for Python 2.5. See http://blog.scrapinghub.com/2012/02/27/ scrapy-0-15- dropping-support-for-python-2-5/
398
398
- dropped support for Twisted 2.5
399
399
- added :setting: `REFERER_ENABLED ` setting, to control referer middleware
400
400
- changed default user agent to: ``Scrapy/VERSION (+http://scrapy.org) ``
@@ -744,7 +744,7 @@ First release of Scrapy.
744
744
745
745
.. _AJAX crawleable urls : http://code.google.com/web/ajaxcrawling/docs/getting-started.html
746
746
.. _chunked transfer encoding : http://en.wikipedia.org/wiki/Chunked_transfer_encoding
747
- .. _w3lib : http:// https://github.com/scrapy/w3lib
747
+ .. _w3lib : https://github.com/scrapy/w3lib
748
748
.. _scrapely : https://github.com/scrapy/scrapely
749
749
.. _marshal : http://docs.python.org/library/marshal.html
750
750
.. _w3lib.encoding : https://github.com/scrapy/w3lib/blob/master/w3lib/encoding.py
0 commit comments