Adrián Chaves
|
d2bb2579f7
|
Clean up
|
2025-03-26 20:49:44 +01:00 |
Adrián Chaves
|
c5518bc9fe
|
Merge remote-tracking branch 'scrapy/master' into minimal-async-seeds
|
2025-03-26 19:45:03 +01:00 |
Adrián Chaves
|
bfb720764b
|
Restore old issue title reference
|
2025-03-26 19:44:29 +01:00 |
Adrián Chaves
|
313f9de28d
|
Implement lazy support
|
2025-03-26 19:40:53 +01:00 |
Adrián Chaves
|
9726538cec
|
Fix expectations for old Twisted
|
2025-03-26 11:30:13 +01:00 |
Adrián Chaves
|
fdba9843bb
|
Implement a simple scheduler_empty signal
|
2025-03-26 11:26:11 +01:00 |
Adrián Chaves
|
7b89aeba0b
|
Fix tests
|
2025-03-26 10:40:27 +01:00 |
Adrián Chaves
|
701f582f27
|
Implement a replacement for the removed test_graceful_crawl_error_handling
|
2025-03-25 17:51:50 +01:00 |
Adrián Chaves
|
97a0fed020
|
Document the execution order change of non-generator start_requests, for the sake of completion
|
2025-03-25 17:27:58 +01:00 |
Adrián Chaves
|
1a0b9d4f56
|
Cover start request sorting examples in the tests
|
2025-03-25 17:16:05 +01:00 |
Adrián Chaves
|
406d2fb100
|
Update test expectations for the default reactor
|
2025-03-25 17:06:55 +01:00 |
Adrián Chaves
|
eddf582ba9
|
Error out on uncompatible spider middlewares
|
2025-03-25 16:44:27 +01:00 |
Adrián Chaves
|
72f4877d76
|
Address feedback
|
2025-03-25 15:39:24 +01:00 |
Adrián Chaves
|
19c910f731
|
Complete the new loop implementation (no lazy support yet)
|
2025-03-25 15:28:21 +01:00 |
Adrián Chaves
|
17d85b8ad7
|
WIP
|
2025-03-25 12:52:37 +01:00 |
Adrián Chaves
|
52f931088c
|
partial coroutine support → coroutine support
|
2025-03-25 11:02:32 +01:00 |
Adrián Chaves
|
5d43d91a95
|
WIP
|
2025-03-25 10:59:50 +01:00 |
Adrián Chaves
|
68f63e1430
|
Fix bad ports from the main PR
|
2025-03-24 17:29:04 +01:00 |
Adrián Chaves
|
4ac921f389
|
WIP
|
2025-03-24 17:26:58 +01:00 |
Adrián Chaves
|
b37f3b5422
|
Fix text replacement artifacts
|
2025-03-24 11:22:41 +01:00 |
Adrián Chaves
|
cc49ea9f18
|
Inclued () in …start_requests mentions on news.rst
|
2025-03-24 10:58:19 +01:00 |
Andrey Rakhmatullin
|
9f99da8f86
|
Convert test_downloadermiddleware_robotstxt.py from callbacks to awaits. (#6743)
|
2025-03-24 09:26:25 +01:00 |
Suejung Shin
|
e50914e0f5
|
Codecov: Add test analytics (#6741)
|
2025-03-21 12:28:47 +01:00 |
Adrián Chaves
|
8347084174
|
Merge branch 'seeding-policies' into minimal-async-seeds
|
2025-03-20 15:34:19 +01:00 |
Mehraz Hossain Rumman
|
3ca882fba8
|
Syntax Error Fixed (#6738)
* Syntax error fix issue #6731
* test case added
* extra logic removed
* mock spider fixture
* Update scrapy/utils/misc.py
Co-authored-by: Adrián Chaves <adrian@chaves.gal>
* settings.rst updated
* settings.rst updated
* settings.rst updated
---------
Co-authored-by: Adrián Chaves <adrian@chaves.gal>
|
2025-03-20 17:02:10 +05:00 |
Adrián Chaves
|
0867ecc0c7
|
Revert "Support defining Spider.start() as a sync generator"
This reverts commit debab6cff6.
|
2025-03-20 12:09:25 +01:00 |
Laerte Pereira
|
2ee01efe49
|
feat: Add count to spider_exceptions stats (#6740)
* feat: Add overall exception_count to spider_exceptions stats
* Remove variable
* Update test_closespider.py
* Update test_closespider.py
* Rename exception_count → count
|
2025-03-20 15:49:44 +05:00 |
Adrián Chaves
|
28b78457aa
|
Update test expectations
|
2025-03-19 21:33:33 +01:00 |
Adrián Chaves
|
07b6fafdd0
|
Rename the recommended name for the process_start 1st parameter (seeds → start)
|
2025-03-19 20:53:02 +01:00 |
Adrián Chaves
|
f91723628a
|
Disambiguate method refenrece in the docs
|
2025-03-19 20:27:38 +01:00 |
Adrián Chaves
|
dfc7cd58e7
|
Fix issue reported by mypy
|
2025-03-19 20:19:14 +01:00 |
Adrián Chaves
|
debab6cff6
|
Support defining Spider.start() as a sync generator
|
2025-03-19 20:16:49 +01:00 |
Adrián Chaves
|
ea3e6d2e42
|
yield_seeds, process_seeds → start, process_start
|
2025-03-19 19:42:13 +01:00 |
Adrián Chaves
|
3193d17b61
|
Merge remote-tracking branch 'scrapy/master' into minimal-async-seeds
|
2025-03-19 19:33:14 +01:00 |
Andrey Rakhmatullin
|
8729247213
|
Fix running simple tests with --reactor=default. (#6735)
|
2025-03-15 20:33:10 +01:00 |
Andrey Rakhmatullin
|
9057bf4e1e
|
More docs about Deferred<->Future interoperability. (#6734)
|
2025-03-15 11:47:16 +01:00 |
Andrey Rakhmatullin
|
fc566a7ff9
|
Don't install the reactor in is_asyncio_reactor_installed(). (#6732)
|
2025-03-14 20:46:17 +01:00 |
Adrián Chaves
|
b56a883d58
|
news.rst: Update related GitHub issues
|
2025-03-13 14:07:49 +01:00 |
Adrián Chaves
|
6ae7666679
|
Merge branch 'minimal-async-seeds' into seeding-policies
|
2025-03-13 13:46:59 +01:00 |
Adrián Chaves
|
b1999444ba
|
Default seeding policy: lazy → greedy
|
2025-03-13 13:17:57 +01:00 |
Adrián Chaves
|
223560dca7
|
Update the changelog
|
2025-03-13 11:33:45 +01:00 |
Adrián Chaves
|
e4e3dba141
|
Fix a typo
|
2025-03-13 11:25:00 +01:00 |
Adrián Chaves
|
1d1a85711d
|
news.rst: cover start-item-related delay fix, reproducible in Scrapy 2.12
|
2025-03-13 11:23:52 +01:00 |
Adrián Chaves
|
724b6a620a
|
news.rst: Remove fake bug fix
I was convinced this used to be an issue, but I could not reproduce it in Scrapy 2.12
|
2025-03-13 11:18:11 +01:00 |
Adrián Chaves
|
57ef3b2689
|
Update test expectations
|
2025-03-13 10:12:03 +01:00 |
Adrián Chaves
|
a067253234
|
Allow overriding the active seeding policy
|
2025-03-13 08:58:12 +01:00 |
Adrián Chaves
|
e6790ec86b
|
Make the idle seeding policy test more reliable
|
2025-03-13 07:31:25 +01:00 |
Adrián Chaves
|
38cf129241
|
Publish the SeedingPolicy enum
|
2025-03-13 02:10:20 +01:00 |
Adrián Chaves
|
69f829fa5e
|
Implement seeding policies
|
2025-03-13 00:58:02 +01:00 |
Adrián Chaves
|
0ebc057344
|
Replace RuntimeError handling with Andrey’s lock-based approach
|
2025-03-12 21:31:07 +01:00 |