@@ -63,7 +63,7 @@ Enhancements
63
63
- Add a way to skip default Referer header set by RefererMiddleware (:issue: `475 `)
64
64
- Do not send `x-gzip ` in default `Accept-Encoding ` header (:issue: `469 `)
65
65
- Support defining http error handling using settings (:issue: `466 `)
66
- - Use moderm python idioms wherever you find legacies (:issue: `497 `)
66
+ - Use modern python idioms wherever you find legacies (:issue: `497 `)
67
67
- Improve and correct documentation
68
68
(:issue: `527 `, :issue: `524 `, :issue: `521 `, :issue: `517 `, :issue: `512 `, :issue: `505 `,
69
69
:issue: `502 `, :issue: `489 `, :issue: `465 `, :issue: `460 `, :issue: `425 `, :issue: `536 `)
@@ -118,7 +118,7 @@ Enhancements
118
118
- Remove multi spider support from multiple core components
119
119
(:issue: `422 `, :issue: `421 `, :issue: `420 `, :issue: `419 `, :issue: `423 `, :issue: `418 `)
120
120
- Travis-CI now tests Scrapy changes against development versions of `w3lib ` and `queuelib ` python packages.
121
- - Add pypy 2.1 to continous integration tests (:commit: `ecfa7431 `)
121
+ - Add pypy 2.1 to continuous integration tests (:commit: `ecfa7431 `)
122
122
- Pylinted, pep8 and removed old-style exceptions from source (:issue: `430 `, :issue: `432 `)
123
123
- Use importlib for parametric imports (:issue: `445 `)
124
124
- Handle a regression introduced in Python 2.7.5 that affects XmlItemExporter (:issue: `372 `)
@@ -188,7 +188,7 @@ List of contributors sorted by number of commits::
188
188
189
189
- IPython refuses to update the namespace. fix #396 (:commit: `3d32c4f `)
190
190
- Fix AlreadyCalledError replacing a request in shell command. closes #407 (:commit: `b1d8919 `)
191
- - Fix start_requests lazyness and early hangs (:commit: `89faf52 `)
191
+ - Fix start_requests laziness and early hangs (:commit: `89faf52 `)
192
192
193
193
0.18.3 (released 2013-10-03)
194
194
----------------------------
@@ -330,7 +330,7 @@ contributors sorted by number of commits::
330
330
331
331
- fixes spelling errors in documentation (:commit: `6d2b3aa `)
332
332
- add doc about disabling an extension. refs #132 (:commit: `c90de33 `)
333
- - Fixed error message formatting. log.err() doesn't support cool formatting and when error occured , the message was: "ERROR: Error processing %(item)s" (:commit: `c16150c `)
333
+ - Fixed error message formatting. log.err() doesn't support cool formatting and when error occurred , the message was: "ERROR: Error processing %(item)s" (:commit: `c16150c `)
334
334
- lint and improve images pipeline error logging (:commit: `56b45fc `)
335
335
- fixed doc typos (:commit: `243be84 `)
336
336
- add documentation topics: Broad Crawls & Common Practies (:commit: `1fbb715 `)
0 commit comments