Felipe Ruhland
85c4ecb928
Removed validation of project_name dir exists
2016-05-24 13:00:41 -03:00
Felipe Ruhland
b8a09d7ab7
Added tests for more or less parameters
2016-05-24 11:58:52 -03:00
Felipe Ruhland
fc9a45ee91
Simplified copytree function
2016-05-24 11:57:56 -03:00
Felipe Ruhland
24a45cc6e6
Fix py35 compatibility tests
2016-05-24 10:58:50 -03:00
omer
ffa77e1ac6
Do not decode of head response (2)
2016-05-24 14:24:29 +03:00
Felipe Ruhland
089483aece
Updated docs for new option in command line
2016-05-23 23:16:15 -03:00
Felipe Ruhland
2521f031d6
Created new tests for implementation
2016-05-23 23:15:53 -03:00
Felipe Ruhland
6beb4f0119
Created project_dir optional parameter in startproject command line
2016-05-23 23:14:33 -03:00
omer
ce48bae533
Do not decode of head response
2016-05-23 19:52:38 +03:00
Matvei Nazaruk
1bc9d35a87
Fixed choosing of response class based on body.
2016-05-19 22:24:37 +03:00
Elias Dorneles
d3ced85ec3
Merge pull request #1995 from scrapy/docs-errback
...
DOC Add info and example on errbacks
2016-05-18 13:18:47 -03:00
Paul Tremberth
b3367c7acd
DOC Add info and example on errbacks
2016-05-18 18:00:09 +02:00
Paul Tremberth
c2c8036a97
DOC Update copyright notice
2016-05-18 16:52:09 +02:00
Pawel Miech
6c67db3917
[image_pipeline] tests for class attrs backward compatibility
...
and docs about image pipeline settings.
2016-05-18 12:04:52 +02:00
Elias Dorneles
ed4b9afbc3
Merge pull request #1994 from scrapy/overview-code
...
[DOC][Overview] Use idiomatic .extract_first()
2016-05-17 13:41:53 -03:00
Paul Tremberth
149c4cd41e
[DOC][Overview] Use idiomatic .extract_first()
2016-05-17 17:53:40 +02:00
Paul Tremberth
9b3c72cb37
DOC Place FEED_TEMPDIR setting at lexicographical position
2016-05-17 16:25:57 +02:00
Pawel Miech
4cef1a1d00
[image_pipeline] bring back uppercase pipeline attributes
...
allow users to have class attributes on image pipelines. This assumes
that class attributes are useful if users want to have different pipeline
classes inhriting from ImagePipeline.
2016-05-13 12:35:35 +02:00
Paul Tremberth
0700e437f2
Update release notes and date for 1.1.0
2016-05-11 20:39:35 +02:00
mgachhui
aecc23d24a
Added Python 3.3+ to readme
2016-05-11 20:39:23 +02:00
Elias Dorneles
0e2b49c8c2
[MRG+1] Prevent empty warnings in case of certificate verification failures
...
[MRG+1] Prevent empty warnings in case of certificate verification failures
2016-05-11 10:51:45 -03:00
Paul Tremberth
bd3e71a1ea
Merge pull request #1980 from redapple/release-notes-1.0.6-merge
...
Merge 1.0.6 release notes
2016-05-11 14:50:08 +02:00
Paul Tremberth
d62654dfda
Merge 1.0.6 release notes
2016-05-11 14:39:55 +02:00
Paul Tremberth
137197b98b
Prevent empty warnings in case of certificate verification failures
...
Fixes #1976
2016-05-11 13:12:35 +02:00
Paul Tremberth
6aa85aee2a
Merge pull request #1975 from lipis/github
...
Github >> GitHub
2016-05-09 16:43:40 +02:00
Panayiotis Lipiridis
3f8be374c3
Github >> GitHub
2016-05-09 16:15:18 +02:00
Pengyu CHEN
334ee40e3d
Added: Retrying scrapy.core.downloader.handlers.http11.TunnelError
2016-05-09 20:43:54 +08:00
Mikhail Korobov
064f05349f
Merge pull request #1962 from redapple/w3lib-dep
...
Bump w3lib version dependency in setup.py
2016-04-29 16:55:10 +06:00
Paul Tremberth
c8bff23751
Bump w3lib version dependency in setup.py
2016-04-29 10:29:37 +02:00
Paul Tremberth
cb38f3896b
Add notes on botocore support and JsonItemExporter opening/closing brackets
2016-04-28 22:34:17 +02:00
Paul Tremberth
dc9de7524f
Update release notes with recent features and bug fixes.
2016-04-28 22:34:07 +02:00
Mikhail Korobov
dbef7e2b45
Merge pull request #1947 from scrapy/canonicalize-url
...
[MRG+1] Fix canonicalize_url() on Python 3 and re-enable tests
2016-04-27 01:32:42 +06:00
Paul Tremberth
0e11b3e6f0
Add idempotence tests for canonicalize_url
2016-04-26 20:03:17 +02:00
Paul Tremberth
efbe75ea5e
Use six.PY2 also for conditional imports
2016-04-26 16:14:15 +02:00
Paul Tremberth
25401fd322
Use six.PY2 instead of six.PY3 for Python version variations
...
Also don't test passed encoding against 'utf8';
Just consider that if encoding failed, it must have been another encoding.
2016-04-26 15:12:00 +02:00
Paul Tremberth
cf716ea200
Merge pull request #1950 from patcon/patch-1
...
[MRG+1] Place brackets on own lines with JsonItemExporter
2016-04-25 15:21:21 +02:00
Patrick Connolly
19a4a0adf9
Place brackets on own lines with JsonItemExporter.
...
Placing the opening and closing brackets on their own lines makes it slightly easier to sort lines after the `spider_closed` signal is fired.
2016-04-24 14:55:08 -04:00
Paul Tremberth
8efa98794d
Allow more pre-releases with bumpversion
2016-04-21 16:51:17 +02:00
Paul Tremberth
68dedf54cb
Fix canonicalize_url() on Python 3 and re-enable tests
2016-04-21 14:50:59 +02:00
Mikhail Korobov
73a5571c60
Merge pull request #1923 from scrapy/request-new-safe_url_string
...
[MRG+1] Use newer w3lib.url.safe_url_string() and re-enable HTTP request tests
2016-04-20 19:33:45 +06:00
Paul Tremberth
417279cceb
Bump up w3lib requirement to v1.14.2
2016-04-20 15:12:19 +02:00
Mikhail Korobov
679a680638
Merge pull request #1933 from scrapy/cert-verif-ignore
...
Ignore HTTPS certificate verification failures
2016-04-20 18:57:33 +06:00
Paul Tremberth
cd979ace40
Add HTTPS tests with non-hostname-maching server certificate
2016-04-20 14:42:03 +02:00
Mikhail Korobov
3735eb8e5f
Merge pull request #1912 from redapple/https-proxy-pool-key
...
[MRG+1] Fix HTTP Pool key for HTTPS proxy tunneled connections (CONNECT method)
2016-04-20 17:32:04 +06:00
Mikhail Korobov
a8b49472b5
Merge pull request #1938 from redapple/https-proxy-connect-sni
...
Set SNI properly when using CONNECT
2016-04-20 17:30:13 +06:00
Paul Tremberth
dcea11a70c
Fall back to no-SNi context factory is Twisted<14 is used
2016-04-19 10:41:13 +02:00
Paul Tremberth
d6760dbaac
Set SNI properly when using CONNECT
2016-04-18 18:30:01 +02:00
Paul Tremberth
25ee023561
Catch VerificationError but keep the rest of ClientTLSOptions
2016-04-14 17:19:55 +02:00
Paul Tremberth
a087d2593a
Ignore HTTPS certificate verification failures
...
Fixes #1930
2016-04-14 15:59:41 +02:00
Mikhail Korobov
ba6dbad1e0
Merge pull request #1926 from redapple/faq-mcve
...
Reference StackOverflow's "minimal, complete, and verifiable example" guide
2016-04-12 18:35:34 +06:00