Adrián Chaves
f30f53b3cc
Scrapinghub → Zyte
2021-02-02 15:03:20 +01:00
M Ikram Ullah Khan
0a1e2fefab
Docs: fix typo in news.rst ( #4942 )
2021-01-04 10:30:23 -03:00
Adrián Chaves
d0af008608
Merge pull request #4878 from elacuesta/response-protocol-attribute
...
Response.protocol attribute
2020-12-16 15:27:40 +01:00
gunadhya
db10aaf9eb
Update links in installation guide ( #4899 )
2020-12-03 10:56:36 +01:00
etimoz
95d39d5cb4
removed wrong super argument in overriding serialize_fields code example
2020-11-29 13:24:04 +01:00
Adrián Chaves
63becd1bc8
Update news.rst
2020-11-17 21:58:08 +01:00
Adrián Chaves
15d301e968
Cover Scrapy 2.4.1 in the release notes ( #4884 )
...
Co-authored-by: Mikhail Korobov <kmike84@gmail.com>
2020-11-17 09:16:08 +01:00
Eugenio Lacuesta
5e9a99e6a1
Reponse.protocol as string
2020-11-11 11:15:29 -03:00
Eugenio Lacuesta
2242412556
Docs: placeholder for versionadded directive
2020-11-11 10:50:54 -03:00
Eugenio Lacuesta
61d089485c
Docs: sort versionadded directives
2020-11-11 01:31:21 -03:00
Eugenio Lacuesta
587b4dd71f
Docs for the Response.protocol attribute
2020-11-11 01:22:33 -03:00
Eugenio Lacuesta
114229eb4a
Docs: add a note about asyncio.set_event_loop
2020-11-06 13:29:14 -03:00
Adrián Chaves
47eac83740
Set a release date for Scrapy 2.4.0
2020-10-11 22:11:14 +02:00
Adrián Chaves
015c82b974
Scrapy 2.4 release notes ( #4808 )
2020-10-11 22:09:45 +02:00
Andrey Rahmatullin
9f8c3938cc
Merge pull request #4823 from elacuesta/cookies-revert-header
...
Do not process cookies from headers
2020-10-08 20:20:32 +05:00
Andrey Rahmatullin
45c06cfd80
Merge pull request #4831 from starrify/downloadermw-support-zstd
...
Adding support for zstd in HttpCompressionMiddleware
2020-10-08 14:08:18 +05:00
OfirD1
1a597d5e3d
moved the sentence about processing pending requests when a spider is closed onto a generic note.
2020-10-06 21:54:42 +03:00
Eugenio Lacuesta
137c8ba6ee
Docs: mention limitation about Cookie header
2020-10-06 10:50:17 -03:00
P. Chen
da3171d4f7
Using the `zstandard` package than `zstd` for supporting frames both with and without the content size info
...
See also: https://github.com/sergey-dryabzhinsky/python-zstd/issues/53
2020-10-05 23:18:58 +01:00
P. Chen
c6c3f2ce66
Updating the doc entry for the HTTP compress downloader middleware on zstd
2020-10-05 21:10:40 +01:00
Adrián Chaves
004b40a719
as soon as → as long as ( #4825 )
2020-10-02 19:53:55 -03:00
Mikhail Korobov
4f27c5f82b
Merge pull request #4768 from maranqz/feature/4606-exporter-from-FEEDS
...
Pass info from FEEDS to ItemExporter
2020-10-02 00:10:05 +05:00
Habeeb Shopeju
f47b120e2b
Documentation of link extractor usage ( #4775 )
...
* Added description when using link extractor outside crawlspiders and created reference documentation for scrapy.link.Link class
* Added link.rst to toctree
* Corrected spelling errors, moved docs to Link doctstring to use autoclass
* Moved link docs to link_extractors
* Update docs/topics/link-extractors.rst
Co-authored-by: Adrián Chaves <adrian@chaves.io>
* Update link.py
Improvements to URL description
* Update link.py
* Update link.py
Fixed line length Flake issue
* Update link.py
Fixed trailing whitespace
Co-authored-by: Adrián Chaves <adrian@chaves.io>
2020-10-01 23:50:11 +05:00
Andrey Rahmatullin
5a38639359
Merge pull request #4809 from madeny/patch-1
...
Correct some typos
2020-09-28 18:26:43 +05:00
madeny
eff96038c7
Correct some typos
...
This won't be an issue if **your** spider doesn't rely on cookies.
2020-09-26 22:50:38 +02:00
Mirwaisse Djanbaz
3989f64baa
dependecies → dependencies ( #4801 )
2020-09-21 14:40:00 +02:00
Mirwaisse Djanbaz
7f1e74daa2
dependencides → dependencies ( #4800 )
2020-09-21 14:38:16 +02:00
Mikhail Korobov
85e13aff74
Merge pull request #4782 from sripriyesha/patch-1
...
add mention of FTP server storage in media storage intro
2020-09-15 01:17:46 +05:00
KAILASA's Sri Nithya Priyeshananda
7a83474cc5
add mention of FTP server storage in media storage intro
...
At the beginning of this doc, in "Specifying where to store the media" feature details, FTP server storage mention was missing
2020-09-08 17:16:31 +02:00
Ilia Sergunin
d10464ca96
Update docs/topics/feed-exports.rst
...
Co-authored-by: Adrián Chaves <adrian@chaves.io>
2020-09-01 10:13:40 +03:00
maranqz
a8e895e684
kwargs for Item exporters classes
...
test
docs
2020-08-30 10:57:22 +03:00
Ammar Najjar
defeaacbc2
Merge branch 'master' into 4307-use-f-strings
...
Conflicts resolved:
- delete tests/py36/_test_crawl.py
2020-08-29 07:12:44 +02:00
Adrián Chaves
3f0a677c04
Cover version directive usage in the documentation policy ( #4310 )
...
* Cover version directives in the documentation policy
* Remove version directives in preparation for Scrapy 2.0
* Update the policy based on the deprecation policy
* Only remove version directives after 3 years
2020-08-27 23:56:58 +05:00
Adrián Chaves
195f738bba
Update Python version references after dropping support for 3.5 ( #4742 )
...
* Update Python version references after dropping support for 3.5
* Remove outdated test
* Undo change affecting collect_asyncgen
* Undo change to be handled by #4743
* Remove unused import
* Remove unused import
* Update tests/requirements-py3.txt
Co-authored-by: Mikhail Korobov <kmike84@gmail.com>
Co-authored-by: Mikhail Korobov <kmike84@gmail.com>
2020-08-27 15:43:43 +05:00
Mikhail Korobov
a6b67cf4a1
Merge pull request #4755 from maranqz/csv-item-exporter-errors
...
Add errors parameter for CsvItemExporter with tests
2020-08-27 12:51:53 +05:00
Ammar Najjar
7597193dbe
Merge branch 'master' into 4307-use-f-strings
...
Resolve Conflicts:
tests/test_middleware.py
2020-08-26 13:46:46 +02:00
maranqz
29725e4b58
Fix tabulation of rst and change documentation link.
2020-08-26 14:38:37 +03:00
nyov
cf50561b86
Allow passing classes directly in Settings ( #3873 )
...
Co-authored-by: Adrián Chaves <adrian@chaves.io>
2020-08-26 13:08:14 +02:00
maranqz
560c335c07
Add errors parameter in documentation.
2020-08-26 14:00:51 +03:00
Ammar Najjar
58ca8bbf6d
Use f-strings ( #4307 )
2020-08-26 07:11:05 +02:00
sakshamb2113
42383cc267
Add a setting to customize the asyncio event loop ( #4414 )
2020-08-19 09:18:14 +02:00
Adrián Chaves
e70975f0bb
Allow overwriting feeds ( #4512 )
...
Co-authored-by: Yuval Hager <yhager@yhager.com>
2020-08-17 15:10:08 +02:00
Eugenio Lacuesta
2aa4f3cbf9
Conditional request attribute binding for responses ( #4632 )
2020-08-17 10:39:59 +02:00
Andrey Rahmatullin
acb3b4433a
Merge pull request #4724 from Gallaecio/feed-uri-params
...
Document FEED_URI_PARAMS
2020-08-14 14:47:55 +05:00
Mikhail Korobov
61653418ff
Merge pull request #4090 from Gallaecio/documentation-build
...
Fix references to Python types in parameter type fields
2020-08-14 00:58:06 +05:00
Mikhail Korobov
cd0d3fd48d
Merge pull request #4705 from Gallaecio/deprecation-policy
...
Cover our deprecation policy in the documentation
2020-08-14 00:27:37 +05:00
Adrián Chaves
65e0abaea5
Document FEED_URI_PARAMS
2020-08-13 09:05:51 +02:00
Ajay Mittur
1c4b4cc6b0
Support defining file path based on item in media pipelines ( #4686 )
2020-08-11 14:12:44 +02:00
Adrián Chaves
b2f4df5cb7
Merge remote-tracking branch 'upstream/master' into documentation-build
2020-08-11 13:16:14 +02:00
Adrián Chaves
4ee538e44b
Update unicode references from Python 2 times in the documentation ( #4703 )
2020-08-04 20:34:11 +02:00