felipeboffnunes
7bcbfabdbc
forgot header bind
2023-03-16 10:28:12 -03:00
felipeboffnunes
a81fb5002b
adjustments, lean approach
2023-03-16 10:23:06 -03:00
felipeboffnunes
3e59b0805e
#5109 extend contributing.rst
2023-03-16 10:02:30 -03:00
namelessGonbai
6ab49e954f
Update docs/topics/feed-exports.rst
...
Co-authored-by: Adrián Chaves <adrian@chaves.io>
2023-03-16 18:03:06 +09:00
kenshi kikuchi
50801c7207
Fix Docs
2023-03-16 17:17:20 +09:00
Adrián Chaves
dfbb63a2f1
Merge remote-tracking branch 'scrapy/master' into issue_960_s3_feed_export
2023-03-15 14:07:54 +01:00
Alex
101a0c32d7
Support genspider with HTTPS ( #5808 )
2023-03-14 08:13:44 +01:00
Andrey Rakhmatullin
3659a8c8d9
Merge pull request #5328 from GeorgeA92/per_slot_settings
...
Per slot settings
2023-03-09 22:31:24 +05:00
Jalil SA
96d51c3afa
docs: update
2023-03-08 04:21:21 -06:00
Jalil SA
1d862d0831
fix: remove line breaks
2023-03-08 03:26:38 -06:00
Jalil SA
05893e1796
docs: Spider.update_settings
2023-03-08 02:59:47 -06:00
Georgiy Zatserklianyi
218829b1db
per slot settings: typo fixed
2023-03-06 16:25:49 +02:00
Georgiy Zatserklianyi
be52fe4f67
Revert "periodic log stats: typo in docs fixed"
...
This reverts commit 68ba25cb69 .
2023-03-06 16:24:28 +02:00
Georgiy Zatserklianyi
68ba25cb69
periodic log stats: typo in docs fixed
2023-03-04 22:15:06 +02:00
Oleg
2b3a8f0d69
Fix a typo in the LOG_FORMAT description ( #5839 )
2023-03-02 10:19:41 +01:00
Georgiy Zatserklianyi
045092e8d7
per_slot_settings(docs): code style fix (from previous pre-commit check)
2023-02-16 17:55:59 +02:00
Georgiy Zatserklianyi
07e1429877
per_slot_settings(docs): docs `:setting` bindings added
2023-02-16 15:14:01 +02:00
Yegor
29c2477f0a
Document the need to install boto3
2023-02-15 16:40:05 +01:00
Andrey Rakhmatullin
76eba9977b
Skip or fix failing code block tests ( #5826 )
2023-02-14 09:40:38 +01:00
Georgiy Zatserklianyi
474087be6f
per_slot_settings(docs): settings 3
2023-02-09 14:52:28 +02:00
Georgiy Zatserklianyi
5208d436ae
per_slot_settings(docs): settings 2
2023-02-09 00:33:21 +02:00
Georgiy Zatserklianyi
c3033a54b1
per_slot_settings(docs): settings 1
2023-02-08 23:55:07 +02:00
pankaj1707k
03f32c018f
Update black version and fix minor typos and punctuations
2023-02-03 11:52:20 +05:30
Pankaj Kumar
280cd6ce71
Merge branch 'scrapy:master' into blacken-docs
2023-02-03 11:38:26 +05:30
pankaj1707k
7fdbbd3ccb
Fix for python 3.11 (docs) check on pull request
2023-02-02 15:52:22 +05:30
Adrián Chaves
b07d3f85a3
Upgrade CI tools
2023-02-02 06:37:40 +01:00
Adrián Chaves
068af85722
Add release notes for Scrapy 2.8 ( #5799 )
2023-02-02 04:54:02 +01:00
pankaj1707k
cc9eb3fa79
Format python console blocks using blacken-docs
...
Prepend '.. code-block:: pycon' to make python console blocks detectable by blacken-docs
2023-02-01 20:37:39 +05:30
pankaj1707k
c1bbb299d7
Add and run pre-commit hook 'blacken-docs'
...
Change python code snippets to begin with '.. code-block:: python' to be recognized by the hook for formatting. All snippets under '::' (rst literal blocks) are ignored.
2023-02-01 16:30:57 +05:30
Andrey Rakhmatullin
ccd1385e11
Merge branch 'master' into no-callback
2023-01-30 15:43:05 +05:00
Jalil SA
a5c1ef8276
sort imports with isort
2023-01-25 14:25:15 -06:00
Adrián Chaves
9272c4af0c
Merge remote-tracking branch 'scrapy/master' into no-callback
2023-01-25 17:41:41 +01:00
Emmanuel Rondan
72a853c751
fixing contributing page with suggestions
2023-01-23 14:56:48 -03:00
Emmanuel Rondan
f2c22aaabb
Merge remote-tracking branch 'upstream/master' into add-black-formatter
2023-01-20 17:08:07 -03:00
Emmanuel Rondan
8ee4817471
reaplying black, fixing conflicts and ignoring bandit checks on test directory
2023-01-20 10:55:46 -03:00
Laerte Pereira
b611848029
fix(docs): Change `versionchanged` value
2023-01-20 08:35:17 -03:00
Laerte Pereira
973f0cf567
fix: line break
2023-01-20 08:23:05 -03:00
Laerte Pereira
8270df754d
Set `FEED_EXPORT_ENCODING='utf-8'` in the default template
2023-01-20 07:55:16 -03:00
Adrián Chaves
a493464942
Update the screenshot pipeline code example
2023-01-19 19:53:53 +01:00
Adrián Chaves
50500a6b28
Implement a NO_CALLBACK value for Request.callback
2023-01-19 17:14:18 +01:00
Emmanuel Rondan
23e8b553b4
fixing docs with suggestions
2023-01-18 11:46:12 -03:00
Emmanuel Rondan
482a0b79e3
explaining pre-commit on documentation
2023-01-17 14:26:12 -03:00
Andrey Rakhmatullin
f87d061069
Merge branch 'master' into download-delay-documentation
2023-01-13 00:22:48 +05:00
Emmanuel Rondan
12b556a352
Merge branch 'master' into add-black-formatter
2022-12-26 12:25:32 -03:00
Josh Soref
41734bb5c1
spelling: unencodeable
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2022-12-18 21:46:49 -05:00
Josh Soref
5f33a64a02
spelling: middleware
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2022-12-18 21:33:21 -05:00
Josh Soref
b62aacfee3
spelling: initializing
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2022-12-18 21:33:21 -05:00
Josh Soref
b6426b8e03
spelling: heavily
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2022-12-18 21:33:21 -05:00
Josh Soref
87fc92441f
spelling: crawlable
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2022-12-18 21:33:21 -05:00
Josh Soref
f3c6bfdebe
spelling: accounting
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2022-12-18 20:26:42 -05:00
Yohanna Lisnichuk
b63ca6f834
docs: use the right notes directive
2022-12-15 13:20:45 -03:00
Yohanna Lisnichuk
96e526aad8
docs: change DOWNLOAD_DELAY description format
...
To be consistent with the other settings' descriptions
2022-12-15 10:01:55 -03:00
Andrey Rahmatullin
fe60c1224e
Fix the name of the Proxy-Authorization header in release notes ( #5744 )
2022-12-05 11:44:39 +01:00
Emmanuel Rondan
e211ec0aa2
adding black formatter to all the code
2022-11-29 11:30:46 -03:00
Mark Mayo
f9a29f03d9
Address some issues reported by Pylint ( #5677 )
...
Co-authored-by: Felipe Boff Nunes <51033921+felipeboffnunes@users.noreply.github.com>
Co-authored-by: Andrey Rahmatullin <wrar@wrar.name>
2022-11-27 11:00:13 +01:00
Andrey Rahmatullin
d19a216e10
Merge branch 'master' into pathlib
2022-11-25 18:20:25 +05:00
Pablo Hoffman
c04ccbceb9
doc: add instructions to debug Scrapy spiders in Visual Studio Code
2022-11-21 15:49:33 +01:00
Hassan Shoayb
29bf7f5a6c
broad-crawls.rst: fix a typo ( #5714 )
2022-11-14 09:45:00 +01:00
Andrey Rakhmatullin
6ded3cf4cd
Bump version: 2.7.0 → 2.7.1
2022-11-02 17:00:47 +06:00
Andrey Rakhmatullin
5ec175b8bb
Small relnotes fixes.
2022-11-02 13:54:00 +06:00
Andrey Rakhmatullin
940a73863b
Release notes for 2.7.1.
2022-11-01 19:00:33 +06:00
Magnus Offermanns
fd692f3091
Prevent running the -O and -t command-line options together ( #5605 )
...
Co-authored-by: Andrey Rakhmatullin <wrar@wrar.name>
2022-10-27 14:43:31 +02:00
Andrei Andrukhovich
b394f2165a
Fix typo: [they] depends → depend ( #5694 )
2022-10-26 22:11:28 +02:00
Mikhail Korobov
82f25bc44a
Merge pull request #5681 from mattkohl-flex/master
...
Documentation: typo fixes
2022-10-18 15:27:52 +05:00
Matthew Donoughe
40d9ca3bdd
use pathlib
2022-10-17 17:40:10 -04:00
Andrey Rakhmatullin
20b79a0f2e
Bump version: 2.6.2 → 2.7.0
2022-10-17 19:09:22 +06:00
Adrián Chaves
06c8f673af
2.7 release notes ( #5680 )
...
* Fix the display name of documented fingerprinter class methods
* Initial draft for the Scrapy 2.7 release notes
* Update VERSION and PREVIOUS_VERSION references
* Clarify the restrictions lifted for item field output names
* Fix the description of the BOM bug fix
* Fix the note about changes in MIME sniffing
* Fix typo
* Extend highlights
* Fyx typo
2022-10-17 18:04:29 +05:00
mattkohl-flex
c49764ffd7
typo fixes
2022-10-17 11:15:17 +01:00
Andrey Rakhmatullin
62cc26e209
Change TWISTED_REACTOR in the default template.
2022-10-14 22:03:54 +06:00
Laerte Pereira
da9a2f8a94
Remove mention of minimum PyPy versions from the documentation ( #5678 )
2022-10-12 16:10:39 +02:00
Andrey Rakhmatullin
eeb199adda
Fix flake8 issues in previously ignored files.
2022-10-10 11:10:59 +06:00
Mikhail Korobov
4f296b61b0
Merge pull request #5608 from zaid-ismail031/master
...
Changed incorrect info in documentation regarding the return type of parse method.
2022-10-03 00:19:08 +05:00
Adrián Chaves
1d79994dcc
Copy 2.6.3 release notes from the 2.6 branch
2022-09-27 17:01:33 +02:00
Gábor Lipták
79a4bc3da0
Cleanup METHOD_SSLv3
...
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
2022-09-25 17:01:43 -04:00
Tim B
5f19420211
Documented how settings must be picklable ( #5629 )
...
Co-authored-by: Adrián Chaves <adrian@chaves.io>
Co-authored-by: Laerte Pereira <5853172+Laerte@users.noreply.github.com>
2022-09-21 08:27:27 +02:00
Gábor Lipták
1429aa011c
Update test-standard link in contributing docs ( #5631 )
2022-09-20 18:47:20 +02:00
Magsen (CD)
ce0ca51485
fix: typo in tutorial
...
fix: typo in tutorial
2022-09-13 12:07:58 +02:00
zaid-ismail031
c49b5aaf77
Changed incorrect information regarding the return type of parse/request callback method.
2022-08-26 21:17:31 +02:00
Andrey Rahmatullin
0f1112f3e2
Update docs/index.rst
...
Co-authored-by: Adrián Chaves <adrian@chaves.io>
2022-07-27 23:12:43 +05:00
Andrey Rahmatullin
83ecdf1bca
Update docs/topics/components.rst
...
Co-authored-by: Adrián Chaves <adrian@chaves.io>
2022-07-27 23:12:31 +05:00
Mikhail Korobov
4dde2f2c36
Merge branch 'master' into asyncio-parse-fixes
2022-07-27 09:32:54 +05:00
Adrián Chaves
00ccb02f1f
Merge remote-tracking branch 'upstream/2.6'
2022-07-25 14:13:22 +02:00
Adrián Chaves
af7dd16d8d
Merge pull request from GHSA-9x8m-2xpf-crp3
...
* Enforce matching proxy request meta and Proxy-Authorization header
* Cover proxy credential security fix in the release notes
* Remove extra empty line
* Reword the security issue description
* Address scenario where Proxy-Authorization is unexpectedly removed by a prior middleware
* Set the release date of Scrapy 2.6.2 and 1.8.3
2022-07-25 13:15:17 +02:00
Andrey Rahmatullin
a0681fb811
Merge branch 'master' into asyncio-parse-asyncgen-proper-rebased
2022-07-22 18:30:38 +05:00
Mikhail Korobov
4205609051
Fixed intersphinx references
2022-07-21 18:02:56 +02:00
Mikhail Korobov
f60c7ae768
Fixed heading levels in downloader middleware docs ( #5567 )
2022-07-20 11:01:22 +02:00
Mikhail Korobov
9b33b82a8b
Fixed intersphinx references
2022-07-17 15:50:40 +05:00
Mikhail Korobov
77a3b02523
Merge pull request #5553 from Rotzbua/fix-doc-typo
...
Fix doc: `scrapy.exporter` to `scrapy.exporters`
2022-07-17 00:21:50 +05:00
Rotzbua
1c7ed4f2e5
[doc] Remove incompatible web service project
...
* Abandoned since 2017
* Not compatible with Python3
2022-07-12 13:09:20 +02:00
Rotzbua
09c3a4ad08
Fix doc: `scrapy.exporter` to `scrapy.exporters`
2022-07-12 12:45:15 +02:00
Mikhail Korobov
500dae82e2
Merge pull request #3696 from Gallaecio/allow-customizing-export-column-names
...
Allow customizing export column names
2022-06-27 00:26:05 +05:00
Adrián Chaves
34e4ed72ea
Document how DOWNLOAD_DELAY affects per-domain concurrency
2022-06-21 12:46:54 +02:00
Emanuele
d8223adfac
Typo: cleanup (verb) → clean up ( #5538 )
2022-06-20 11:54:05 +02:00
Adrián Chaves
e3e69d1209
Pin documentation requirements ( #5536 )
2022-06-20 11:46:13 +02:00
Adrián Chaves
54bfb9649b
Cover #5525 in the 2.6.2 release notes ( #5535 )
2022-06-17 11:51:02 +02:00
Adrián Chaves
4ef71829b2
If TWISTED_REACTOR is None, reuse any pre-installed reactor ( #5528 )
2022-06-17 10:37:27 +02:00
Michel Ace
6e878490e8
Support and prefer the .jsonl file extension ( #4848 )
2022-06-17 08:37:14 +02:00
Adrián Chaves
3e994bda45
Update for Python 3.7+
2022-06-16 20:53:14 +02:00
Adrián Chaves
e8503217fb
Merge remote-tracking branch 'upstream/master' into allow-customizing-export-column-names
2022-06-16 20:19:52 +02:00
Mikhail Korobov
de0e2ccd7b
Merge pull request #5451 from FJMonteroInformatica/master
...
make test files follow HTML conventions
2022-06-12 00:46:45 +05:00
Laerte Pereira
197aca2c94
docs: Remove leftover
2022-06-09 10:11:49 -03:00
Laerte Pereira
c4c5c9f258
docs: Remove minimal versions paragraphs
2022-06-09 10:00:44 -03:00
Laerte Pereira
2e6721fd86
docs: Update minimal versions that Scrapy is tested against
2022-06-09 08:37:01 -03:00
Laerte Pereira
407562b38b
Drop Python 3.6 support ( #5514 )
...
* chore: Drop Python 3.6 support
* Attend PR comments
* Tweak versions
* Update dependencies version
* fix: Ubuntu workflow
* fix windows workflow
* chore: Remove comment
* update `install_requires` dependencies versions
* move lxml to main pinned requirements
* Attend code-review comments
* remove non-pinned 3.7 from windows workflow
* simplify condition
* lint
* remove paragraph
* refactor
* remove leftover
2022-06-09 00:25:03 -03:00
Adrián Chaves
c5627af15b
Centralize request fingerprints ( #4524 )
...
Co-authored-by: Mikhail Korobov <kmike84@gmail.com>
2022-06-07 18:44:54 +02:00
Mikhail Korobov
517cbc8d71
Merge pull request #5508 from mtabbasi/thumb_path-access-item
...
pass on item to thumb_path function as additional argument
2022-06-05 03:42:45 +05:00
Mikhail Korobov
bafe874ecc
Merge pull request #5358 from burakcank/signal_coroutine
...
Document coroutines for signals.
2022-05-28 13:38:05 +05:00
Mohammadtaher Abbasi
f39def4492
add docs
2022-05-25 23:57:38 +04:30
Adrián Chaves
1c1cd5d8ea
Update the 2.6.2 release notes
2022-05-20 07:05:26 +02:00
Adrián Chaves
84c29a286f
Unset the release date of still-unreleased 2.6.2 ( #5503 )
2022-05-20 06:45:38 +02:00
Adrián Chaves
aead27bcbd
Add release notes for 2.6.2 ( #5448 )
2022-04-14 15:06:22 +02:00
Yash
319e67f779
documentation update for multiple spiders
...
i noticed passing settings to configure logging function made weird output go away. checked documentation and it says first parameter is settings file. Is this correct?
2022-04-12 11:42:22 -05:00
Adrián Chaves
bae3f87455
Cover a backward-incompatible Request serialization change in the 2.6 release notes
2022-04-08 12:04:02 +02:00
Andrey Rahmatullin
8c3e5a2421
Merge pull request #5457 from d00399830/typo_fixes_sm
...
Fix capitalization of JavaScript within the Developer Tools documentation
2022-03-23 11:06:54 +05:00
Víctor Ruiz
2227be7af6
Fix a typo in the HTTP cache documentation ( #5455 )
2022-03-22 15:21:16 +01:00
D00399830
fcf3d8e0a0
Updated the documentation for developer tools to have JavaScript instead of Javascript, as JavaScript is the more correct way to write it
2022-03-21 14:09:31 -06:00
Adrián Chaves
b95c634b86
Document how to enforce Scrapy versions on Scrapy components
2022-03-17 22:23:25 +01:00
FJMonteroInformatica
6a3f2ee687
HTML Conventions
2022-03-17 20:09:56 +01:00
Eugene
9a28eb0bad
Suggest installing the brotli package instead of brotlipy ( #4267 )
2022-03-17 05:39:54 +01:00
Adrián Chaves
b78e6915c6
Clarify that without async-to-sync conversions items yielded before an exception are processed
2022-03-16 20:17:25 +01:00
Adrián Chaves
fd08bb6cd9
Refactor the asynchronous process_spider_output documentation
2022-03-16 18:10:57 +01:00
Adrián Chaves
cb3afcf0e7
Merge remote-tracking branch 'upstream/master' into wrar-asyncio-parse-asyncgen-proper-rebased
2022-03-16 18:08:47 +01:00
Andrey Rahmatullin
2d6042b108
Merge pull request #5432 from Farsene1/master
...
Recommend Common Crawl instead of Google Cache
2022-03-11 20:05:43 +05:00
NaincyKumariKnoldus
e264cc30d1
removed the pywin32 docs section ( #5370 )
2022-03-10 14:54:33 +01:00
Ali Rastegar
d469214fe7
Update tutorial.rst ( #5442 )
...
Fixed typo
2022-03-08 10:29:22 +01:00
Florentin
ccdbb795ff
Recommend Common Crawl instead of Google Cache
2022-03-01 22:01:55 +01:00
Adrián Chaves
fab3e90729
Cover 2.6.1 in the release notes
2022-03-01 13:41:20 +01:00
Adrián Chaves
e865c4430e
Merge pull request from GHSA-mfjm-vh54-3f96
...
* Ignore cookies with a public suffix as domain unless it matches the request domain
* Fix the merge of 1.8.2 release notes
* Re-apply removal of tldextract restriction
2022-03-01 12:38:19 +01:00
Adrián Chaves
8ce01b3b76
Merge pull request from GHSA-cjvr-mfj7-j4j8
...
* Do not carry over cookies to a different domain on redirect
* Cover the cookie-domain redirect fix in the release notes
* Cover 1.8.2 in the release notes
* Fix redirect Cookie handling when the cookie middleware is disabled
* Update the 1.8.2 release date
2022-03-01 12:26:05 +01:00
Adrián Chaves
aa0306a167
Cover 2.6.0 in the release notes ( #5399 )
2022-03-01 12:16:37 +01:00
Gowtham Chowdary
3b42ccfeba
Add a link to Discord ( #5422 )
2022-02-16 21:33:56 +01:00
Andrey Rahmatullin
0b0eea3601
Merge pull request #5419 from PendalF89/patch-2
...
Update downloader-middleware.rst
2022-02-15 10:57:35 +05:00
Abhishek K M
187b5c8876
Update the documentation link for robots.txt ( #5415 )
2022-02-14 19:16:53 +01:00
Boris Zabolotskikh
bbb693d046
Update downloader-middleware.rst
...
Added a link to the method
2022-02-14 12:07:45 +03:00
Andrey Rahmatullin
840362496c
Merge pull request #5396 from peter-gy/master
...
docs: use https scheme for each quotes.toscrape.com url occurrence
2022-02-08 11:05:52 +05:00
Eugenio Lacuesta
fca49cca92
Remove deprecated DictItem class
2022-02-06 18:31:55 -03:00
Péter Ferenc Gyarmati
38d2a154ec
docs: use https scheme for each quotes.toscrape.com url occurrence
2022-02-06 18:52:15 +01:00
Sixuan (Cherie) Wu
30d5779ea9
Fix FEED_URI_PARAMS: custom params throws KeyError ( #4966 )
...
* fix FEED_URI_PARAMS: custom params throws KeyError closes #4962
* another try FEED_URI_PARAMS
* add warning message and change default function
* Add tests for FEED_URI_PARAMS
* FEED_URI_PARAMS: warn if the params dict has been modified in-place
* [Doc] FEED_URI_PARAMS: modifying params in-place is deprecated
* Remove whileline
* Rename parameters for lambda function
* Type hints for FeedExporter._get_uri_params
Co-authored-by: Adrián Chaves <adrian@chaves.io>
Co-authored-by: Eugenio Lacuesta <eugenio.lacuesta@gmail.com>
2022-01-28 14:30:30 -03:00
Mikhail Korobov
9dd77b42b5
Merge pull request #1582 from starrify/add_doc_textresponse_urljoin
...
added: Doc for `scrapy.http.TextResponse.urljoin`
2022-01-23 21:40:21 +05:00
Andrey Rahmatullin
5059b8c493
Merge branch 'master' into doc-fix
2022-01-21 13:58:43 +05:00
Andrey Rahmatullin
1608b1a7fa
Merge branch 'master' into patch-1
2022-01-21 13:24:51 +05:00
Andrey Rakhmatullin
f789547551
Implement spider middleware iterable upgrade/downgrade.
2022-01-11 18:28:32 +05:00
Andrey Rakhmatullin
8864407c4d
Merge remote-tracking branch 'origin/master' into asyncio-parse-asyncgen-proper-rebased
2022-01-10 19:37:46 +05:00
Andrey Rakhmatullin
3577c00569
Merge remote-tracking branch 'origin/master' into crawler-process-reactor-later
2022-01-03 13:59:26 +05:00
Andrey Rahmatullin
c5ab58056c
Set WindowsSelectorEventLoopPolicy on Windows ( #5315 )
2021-12-31 20:38:10 +01:00
Andrey Rakhmatullin
6eaceec735
Implement docs suggestions.
2021-12-31 20:14:24 +05:00
Andrey Rakhmatullin
60800ee5f2
Merge remote-tracking branch 'origin/master' into crawler-process-reactor-later
2021-12-31 20:12:30 +05:00
Andrey Rahmatullin
57dc58123b
Remove the experimental note about asyncio ( #5332 )
2021-12-31 13:15:08 +01:00
Andrey Oskin
b81938684b
Docs: correct process repetition start step ( #5356 )
...
The process repeats from step 3, the scheduler feeds request to the engine. Steps 1 and 2 are not parts of the loop as their incarnations steps 7 and 8 are parts of the loop.
2021-12-31 11:49:18 +01:00
Burak Can Kahraman
a9dfd85ea6
Document coroutines for signals.
2021-12-30 15:48:53 +03:00
Andrey Rakhmatullin
a986792def
Add more docs for TWISTED_REACTOR.
2021-12-24 19:43:14 +05:00
Andrey Rakhmatullin
940cc0776f
Add docs about TWISTED_REACTOR and other per-process settings.
2021-12-24 17:12:50 +05:00
azzamsa
67994d1ddd
fix: `CodeBlockParser` has been renamed to `PythonCodeBlockParser`
2021-10-27 22:19:07 +07:00
Andrey Rakhmatullin
c105a7a85f
Merge remote-tracking branch 'origin/master' into asyncio-parse-asyncgen-proper-rebased
2021-10-22 21:52:47 +05:00
Andrey Rahmatullin
144d1eb834
Add Deferred-to-Future helpers ( #5288 )
2021-10-22 18:46:01 +02:00
Andrey Rahmatullin
afa5881ada
Merge pull request #5279 from erikkemperman/option-logfile-truncate
...
Add LOG_FILE_APPEND to settings
2021-10-18 11:51:42 +05:00
raphaelts3
027ecd8686
Update docs/intro/overview.rst
...
Co-authored-by: azzamsa <17734314+azzamsa@users.noreply.github.com>
2021-10-16 10:52:54 -03:00
Raphael Tomé Santana
aec7146e2f
Add how Scrapy is pronounced to the docs
2021-10-15 20:38:53 -03:00
Erik Kemperman
ca320feb2a
Add LOG_FILE_APPEND to settings
2021-10-15 16:36:41 +02:00
谭九鼎
3243aa2cd5
docs: fix typo
2021-10-14 10:18:26 +08:00
Jake Herbst
d08199f631
Removing unnecessary line from docs to prevent test failure ( #5274 )
2021-10-12 19:20:09 +02:00
Andrey Rahmatullin
1ae53a9d7c
Merge pull request #5256 from rydwhelchel/documentation-changes
...
docs: restructed phrasing for clarity
2021-10-12 16:49:31 +05:00
Andrey Rahmatullin
d90b2a2bfc
Merge pull request #5250 from iDeepverma/URLLENGTH_LIMIT-doc
...
Documentation update for URLLENGTH_LIMIT
2021-10-12 16:48:42 +05:00
Andrey Rahmatullin
8a743ae43a
Merge pull request #5266 from MarvinPetzoldt/patch-1
...
Fixed documentation example
2021-10-12 16:46:51 +05:00
Andrey Rahmatullin
ce96a961e1
Merge pull request #5271 from kianmeng/fix-typos
...
Fix typos
2021-10-12 16:46:05 +05:00
Andrey Rahmatullin
eb0e99dc20
Merge pull request #5254 from PeterMorrison1/FilePipeline-expire-doc
...
Document file expiration method in media-pipeline (#5120 )
2021-10-12 16:41:16 +05:00
Andrey Rakhmatullin
66d8a71920
Merge remote-tracking branch 'origin/master' into asyncio-parse-asyncgen-proper-rebased
2021-10-11 20:24:22 +05:00
Kian-Meng, Ang
3a263280ba
Fix typos
2021-10-11 22:32:42 +08:00
Eugenio Lacuesta
65d60b9692
[docs] add missing parameter to headers_received signal ( #5270 )
2021-10-10 10:06:36 +02:00
MarvinPetzoldt
b1cb007b3b
Fixed documentation example
2021-10-06 19:08:19 +02:00
Adrián Chaves
735750c254
Cover 1.8.1 in the release notes
2021-10-06 12:33:57 +02:00
Adrián Chaves
f0105a882d
Cover 2.5.1 in the release notes
2021-10-06 12:33:44 +02:00
Andrey Rakhmatullin
7ec5f299c4
Small documentation fixes.
2021-10-06 12:33:32 +02:00
Andrey Rakhmatullin
b081f18a2f
Add http_auth_domain to HttpAuthMiddleware.
2021-10-06 12:33:18 +02:00
Ryan Whelchel
764cf0178b
Update docs/intro/tutorial.rst
...
Co-authored-by: Adrián Chaves <adrian@chaves.io>
2021-10-05 10:22:57 -04:00
Ryan Whelchel
b9647b85d3
docs: restructed phrasing for clarity
2021-10-03 17:32:38 -04:00
Adrián Chaves
f108800222
Update spider-middleware.rst
2021-10-02 13:25:15 +02:00
Deepanshu verma
de70b3c58b
Update spider-middleware.rst
...
added empty line
2021-10-02 12:12:58 +05:30
Peter Morrison
47533985f4
Document file expiration method in media-pipeline
2021-10-01 12:30:14 -06:00
Deepanshu
de2043f9c1
updated docs/topics/spider-middleware.rst
2021-10-01 20:20:00 +05:30
Adrián Chaves
d91d82b506
Make Scrapy SFW again
2021-10-01 16:31:29 +02:00
Deepanshu verma
fbb1236fd6
Update docs/topics/settings.rst
...
added suggestion
Co-authored-by: Adrián Chaves <adrian@chaves.io>
2021-10-01 18:46:11 +05:30
Deepanshu
74f146bbe0
Document update URLLENGTH_LIMIT
2021-10-01 01:47:05 +05:30
Andrey Rahmatullin
7d557f898c
Merge pull request #5239 from maanijou/master
...
Improve documentation for spider middlewares
2021-09-27 15:42:31 +05:00
Adrián Chaves
3c57825b0f
Update docs/topics/spider-middleware.rst
2021-09-26 13:41:26 +02:00
Reza (Milad) Maanijou
dfdb779756
Apply review comments
2021-09-26 12:45:44 +03:30
Reza (Milad) Maanijou
1829dd774c
Update spider-middleware.rst
2021-09-25 20:22:09 +03:30
kamran890
e5998fb846
Document spider.state attribute ( #5174 )
2021-09-22 03:15:12 +05:00
maanijou
ac9175964d
Improve documentation for spider middlewares
2021-09-12 17:59:20 +02:00
D R Siddhartha
43ea21e830
Feed post-processing plugin support ( #5190 )
2021-08-24 11:48:01 +02:00
Andrey Rakhmatullin
cd17c829cf
Revert "Move documentation about avoiding bans into a topic of its own ( #4039 )"
...
This reverts commit 2d2581c68f .
2021-08-23 19:55:35 +05:00
Andrey Rahmatullin
bdf8355ce1
Merge pull request #5231 from umairnsr87/umairnsr87/issues/5226
...
updated documentation for python version for reppy
2021-08-18 21:08:32 +05:00
databender
572d347b3b
warning view updated
2021-08-18 16:17:52 +05:30
Adrián Chaves
2d2581c68f
Move documentation about avoiding bans into a topic of its own ( #4039 )
2021-08-18 12:46:42 +02:00
databender
d623ed15d1
indentation updated
2021-08-18 14:51:03 +05:30
databender
bcf38a6719
added upstream issue for not supported python version
2021-08-18 14:48:47 +05:30
Andrey Rahmatullin
a7bd6fa229
Merge pull request #3669 from Gallaecio/spider-name-collision
2021-08-17 19:42:53 +05:00
Andrey Rakhmatullin
5d4b232de8
Merge remote-tracking branch 'origin/master' into asyncio-parse-asyncgen-proper-rebased
2021-08-16 20:20:43 +05:00
databender
ebddb77a33
updated suggested changes after review
2021-08-16 18:08:26 +05:30
databender
cc1cb2de0c
updated suggested changes
2021-08-16 17:21:47 +05:30
databender
1a8b98843a
updated documentation for python version for reppy
2021-08-16 17:00:05 +05:30
databender
8bbaea9892
updated documentation for python version for reppy
2021-08-16 16:57:43 +05:30
Aaron Tan
954f303590
Update docs/topics/settings.rst
...
Co-authored-by: Adrián Chaves <adrian@chaves.io>
2021-08-09 22:23:23 +10:00
Aaron Tan
8e7d2ef133
Document JOBDIR option issue #5173
...
Add JOBDIR setting to the settings page.
Add default JOBDIR setting to global defaults in scrapy.settings.default_settings module.
2021-08-07 11:44:12 +10:00
Aaron Tan
880a4d9493
Update docs/topics/extensions.rst
...
Co-authored-by: Adrián Chaves <adrian@chaves.io>
2021-08-01 11:02:27 +10:00
Aaron Tan
d55b6fcad6
Fix for duplicate object description error
2021-07-28 12:10:34 +10:00
Aaron Tan
714aa3970e
Merge branch 'scrapy:master' into docs-extension
2021-07-30 20:36:58 +10:00
Andrey Rahmatullin
b406affd5b
Merge pull request #5210 from laggardkernel/feature/aws-session-token
2021-07-30 15:15:55 +05:00
Eugenio Lacuesta
cc89f6be38
Response.attributes ( #5218 )
2021-07-29 22:12:44 +02:00
Eugenio Lacuesta
4b62ac6c3a
Update headless browser docs to mention playwright
2021-07-28 15:00:24 -03:00
Eugenio Lacuesta
9aef9b78eb
Merge remote-tracking branch 'upstream/master' into docs-headless-browser
2021-07-28 14:31:49 -03:00
Eugenio Lacuesta
0e3d50dd18
Update docs/topics/dynamic-content.rst
...
Co-authored-by: Adrián Chaves <adrian@chaves.io>
2021-07-28 14:30:16 -03:00
Eugenio Lacuesta
494e0ad8ff
Update docs/topics/dynamic-content.rst
...
Co-authored-by: Adrián Chaves <adrian@chaves.io>
2021-07-28 14:29:50 -03:00
laggardkernel
8e7b96d8a2
Tweak doc for setting AWS_SESSION_TOKEN
...
Co-authored-by: Adrián Chaves <adrian@chaves.io>
2021-07-27 19:40:02 +08:00
laggardkernel
7e4321f201
Add support for temporary security credential in AWS auth
2021-07-27 19:39:59 +08:00
Rob Banagale
b22a004398
Document media pipeline file naming ( #5152 )
2021-07-26 20:51:32 +02:00
Aaron Tan
209c1fce02
Reference MailSender in StatsMailer
...
Added a reference to MailSender in the StatsMailer extension description and included a link to the document detailing how to instantiate MailSender and using Scrapy settings objects.
2021-07-24 14:50:48 +10:00
Adrián Chaves
8a2768561f
Merge branch 'master' into asyncio-parse-asyncgen-proper-rebased
2021-07-16 14:32:15 +02:00
Marlena Chatzigrigoriou
d7deba7e89
Document all import paths and use the shortest in examples ( #5099 )
2021-07-14 10:34:28 +02:00
Türkalp Burak KAYRANCIOĞLU
fcc6becc58
S3FeedStorage: allow custom endpoint ( #4998 )
...
Co-authored-by: Andrey Rahmatullin <wrar@wrar.name>
2021-07-14 10:00:43 +02:00
D R Siddhartha
4ddc9d6b55
Feeds: Item Filters ( #5178 )
2021-07-13 17:22:29 +02:00
Andrey Rahmatullin
1c46d5aa93
Merge pull request #5191 from ivanprado/master
...
CloseSpider can be raised on spider_idle signal handler to set the closing reason
2021-07-12 18:46:40 +05:00
Iván de Prado Alonso
e94d3ac173
Expanded doc for idle signal
2021-06-29 13:40:43 +01:00
Adrián Chaves
73ff9ffd64
spiders.rst: indent warnings into class descriptions
2021-06-26 08:58:29 +02:00
Iván de Prado Alonso
812b4bb518
CloseSpider can be raised on spider_idle signal handler
2021-06-23 17:22:01 +01:00
Andrey Rakhmatullin
de69d967f9
Fix async spider examples.
2021-06-11 16:12:25 +05:00
Andrey Rakhmatullin
ecfc924ca8
Merge remote-tracking branch 'origin/master' into asyncio-parse-asyncgen-proper-rebased
2021-06-04 18:55:32 +05:00
Adrián Chaves
c5b1ee8101
Make Twisted[http2] installation optional ( #5113 )
...
Co-authored-by: Eugenio Lacuesta <eugenio.lacuesta@gmail.com>
2021-05-11 09:04:53 +02:00
Shinichi Takayanagi
bd60c3f41f
More documentation for setting spider atributes
...
* docs: require sphinx-rtd-theme>=0.5.2 and the latest pip to prevent installing breaking docutils>=0.17
* Update feed-exports.rst
* Update feed-exports.rst
* Reflects the comments
* Remove redundant newline
* Update docs/topics/feed-exports.rst
Co-authored-by: Adrián Chaves <adrian@chaves.io>
* Apply suggestions from code review
Co-authored-by: Adrián Chaves <adrian@chaves.io>
Co-authored-by: Adrián Chaves <adrian@chaves.io>
Co-authored-by: Eugenio Lacuesta <eugenio.lacuesta@gmail.com>
2021-05-11 00:58:04 +05:00
Eugenio Lacuesta
cec36a9284
Refactor request to/from dict ( #5130 )
2021-05-10 18:00:08 +02:00
Renne Rocha
34b216289c
Update link for reasoning value of URLLENGTH_LIMIT ( #5134 )
2021-05-06 16:34:05 +02:00
Eugenio Lacuesta
ddea6b7bfa
Scheduler: minimal interface, API docs ( #3559 )
2021-04-26 16:16:14 -03:00
Andrey Rahmatullin
7095df1558
Merge pull request #5082 from storymode7/shell-fix
...
Find bash from PATH instead of /bin/bash
2021-04-21 14:30:50 +05:00
Eugenio Lacuesta
7e23677b52
Engine: deprecations and type hints ( #5090 )
2021-04-20 08:45:28 -03:00
Andrey Rahmatullin
5b78a64fca
Merge pull request #5070 from ric2b/patch-1
2021-04-15 14:50:59 +05:00
Andrey Rakhmatullin
ffc6f525ce
Merge remote-tracking branch 'origin/master' into asyncio-parse-asyncgen-proper-rebased
2021-04-14 17:34:58 +05:00
Mayank Singhal
a4415e4e6f
Add DataURI download handler in DOWNLOAD_HANDLERS_BASE documentation
2021-04-13 17:56:44 +05:30
Adrián Chaves
5a75b14a5f
docs: require sphinx-rtd-theme>=0.5.2 and the latest pip to prevent installing breaking docutils>=0.17
2021-04-07 14:04:00 +02:00
Ricardo Amendoeira
8603f9d7a5
Apply changes to other examples in the same section.
2021-04-06 20:23:07 +01:00
Adrián Chaves
a71d6ef29d
2.5.0 release notes ( #5028 )
...
Co-authored-by: Eugenio Lacuesta <1731933+elacuesta@users.noreply.github.com>
2021-04-06 16:09:07 +02:00
Mayank Singhal
e7d51886ef
Find bash from PATH instead of /bin/bash
2021-04-06 02:21:18 +05:30
Andrey Rakhmatullin
849472535e
Update docs.
2021-04-02 20:20:35 +05:00
Mikhail Korobov
f0c8d31193
Merge pull request #4694 from Jgaldos/improve-httpstatus-all-meta
...
Improve http status all on http error middleware
2021-04-01 22:43:45 +05:00
Akshay Sharma
cc095aa895
Windows pip installation guide ( #4736 )
...
* added initial steps
* fixing link
* python3 -> python
* remaining steps
* steps updated
* Update docs/intro/install.rst
Co-authored-by: Adrián Chaves <adrian@chaves.io>
* added link to Visual Studio
* removed 'install V'
* Update docs/intro/install.rst
Co-authored-by: Adrián Chaves <adrian@chaves.io>
Co-authored-by: Adrián Chaves <adrian@chaves.io>
2021-04-01 22:39:33 +05:00
anay2103
5492972d8a
added customized filtering examples in logging.rst ( #4965 )
...
* added customized filtering examples in logging.rst
* Update logging.rst
* Update docs/topics/logging.rst
Co-authored-by: Adrián Chaves <adrian@chaves.io>
* Update docs/topics/logging.rst
Co-authored-by: Adrián Chaves <adrian@chaves.io>
* Update docs/topics/logging.rst
Co-authored-by: Adrián Chaves <adrian@chaves.io>
* Update docs/topics/logging.rst
Co-authored-by: Adrián Chaves <adrian@chaves.io>
* Update logging.rst
Co-authored-by: Adrián Chaves <adrian@chaves.io>
2021-04-01 22:30:48 +05:00
Mikhail Korobov
b09ff99d81
Merge pull request #4974 from Gallaecio/ul-margin
...
Move lists closer to their introducing paragraph
2021-04-01 22:27:59 +05:00
Mikhail Korobov
e0a2d2b3c9
Merge pull request #5014 from jpmckinney/patch-1
...
docs: Clarify there's one extension instance per crawler
2021-04-01 22:26:20 +05:00
Mikhail Korobov
d0e23486b4
Merge pull request #4902 from Gallaecio/retry-request
...
Implement a retry request function
2021-04-01 22:23:56 +05:00
Veniamin Gvozdikov
90fe494ba2
Rebranding, updated GA code
2021-04-01 11:11:28 +03:00
Ricardo Amendoeira
b247fa9982
Include loading settings in `Running multiple spiders in the same process` section
...
The example in the documentation doesn't take into account the project settings
2021-03-29 01:48:28 +01:00
Andrey Rakhmatullin
7b515a0485
Merge remote-tracking branch 'origin/master' into asyncio-parse-asyncgen-proper-rebased
2021-03-25 22:13:49 +05:00
Andrey Rakhmatullin
a97dc55c71
Add/improve docs.
2021-03-25 20:49:12 +05:00
Pratik Mahankal
f0e1a33225
Sort the list of Request.meta alphabetically #5061 ( #5065 )
2021-03-23 22:16:50 +05:00
Adrián Chaves
0dad0fce72
Use pip<20.3 to fix ReadTheDocs builds ( #5052 )
2021-03-19 11:13:05 +01:00
Adrián Chaves
1d83697990
Merge pull request #4769 from scrapy/http2
...
Implement experimental HTTP/2 support
2021-03-18 22:18:12 +01:00
Mikhail Korobov
ab037ab7c9
Merge pull request #5016 from deepang17/scrapy-4996
...
DOCS: Cover scrapy-bench in the documentation
2021-03-12 04:18:56 +05:00
Eugenio Lacuesta
0c16088230
headers_received signal ( #4897 )
2021-03-11 11:52:35 -03:00
Adrián Chaves
5b2d3e17a3
Merge branch 'master' into http2
2021-03-09 14:59:17 +01:00
deepang17
2d41c77e6a
Merge branch 'master' of https://github.com/scrapy/scrapy into scrapy-4996
2021-03-09 17:33:05 +05:30
deepang17
3d88ac605b
FIX: Updated benchmarking.rst
2021-03-09 17:19:34 +05:30
Andrey Rahmatullin
954c4b48e6
Merge pull request #3667 from Gallaecio/long-allowed-domains
...
Add a FAQ entry on how to deal with long lists of allowed domains
2021-03-05 20:16:37 +05:00
deepang17
36f1dbf665
DOCS: Covered scrapy-bench
2021-03-02 22:12:44 +05:30
James McKinney
3c5668d0db
docs: Clarify there's one extension instance per spider
2021-03-01 22:00:33 -05:00
deepang17
b25616d107
DOCS: Cover scrapy-bench in the documentation
2021-02-28 16:26:46 +05:30
deepang17
7a54580679
DOCS:Cover scrapy-bench in the documentation
2021-02-28 15:33:09 +05:30
Adrián Chaves
f689615e8d
Close files in the PerYearXmlExportPipeline documentation example
2021-02-24 12:54:56 +01:00
Wehzie
a36f952198
fixed typo "an quotes.json" -> "a quotes.json" ( #5005 )
2021-02-24 08:15:44 +01:00
Adrián Chaves
6ab990181c
Document get_retry_requests
2021-02-22 14:48:03 +01:00
Andrey Rakhmatullin
58f8481301
Update docs.
2021-02-05 16:21:56 +05:00
Adrián Chaves
4c801551fa
Document that the bytes_received signal is not yet implemented for HTTP/2
2021-02-03 21:11:46 +01:00
Adrián Chaves
1773eaf5dc
Move lists closer to their introducing paragraph
2021-02-03 11:43:18 +01:00
Adrián Chaves
1a7bde0d8e
Document that HTTP/2 server pushes are ignored
2021-02-03 10:55:11 +01:00
Adrián Chaves
c8d8b180bf
Merge remote-tracking branch 'upstream/master' into http2
2021-02-03 09:37:35 +01:00
Adrián Chaves
2ce8e0c742
Document the (hard-coded) maximum HTTP/2 frame size accepted from servers
2021-02-03 09:09:53 +01:00
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
Eugenio Lacuesta
e494a3f733
protocol attribute for h2 responses
2020-12-31 11:50:15 -03:00
Eugenio Lacuesta
d698b5147b
Merge branch 'master' into http2
2020-12-31 11:13:25 -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
07379cf9b7
Merge branch 'master' into allow-customizing-export-column-names
2020-11-20 20:06:18 +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
Adrián Chaves
269fe35d6d
Merge branch 'master' into http2
2020-10-06 21:05:10 +02: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