Commit Graph

10710 Commits

Author SHA1 Message Date
Roy Healy 4068797558
Update test_downloadermiddleware_httpcache.py
Adding xfail denoting that leveldb is not supported in 3.8
2019-10-27 17:02:17 +00:00
Roy Healy 179dc916ff
Update setup.py
Updating setup.py to remove python 3.8 support for now
2019-10-27 16:48:20 +00:00
Adrián Chaves 02577f55a0 Have PyLint cover all Python files in the repository 2019-10-24 13:25:11 +02:00
Kevin Lloyd Bernal 84fe4011b0 update docs of scrapy.loader.ItemLoader.item 2019-10-23 20:39:53 +08:00
Adrián Chaves 3b6f7ac9f2 Use pylint 2019-10-22 19:44:11 +02:00
Adrián Chaves c623a16a22 Remove unused method from scrapy.pqueues._SlotPriorityQueues 2019-10-22 17:52:34 +02:00
Ammar Najjar bf5c1a3dec
docs: use "constructor" for "from_crawler"
Issue #4086
2019-10-22 15:56:46 +02:00
Ammar Najjar 7fba8434f3
use instantiation for "Crawler"
Issue #4086

Co-Authored-By: Mikhail Korobov <kmike84@gmail.com>
2019-10-22 15:55:52 +02:00
Victor Torres f701f5b0db fix #2552 by improving request schema check on its initialization 2019-10-22 10:48:02 -03:00
Ammar Najjar 7a84a4bdba
docs: use "constructor" for from_settings() & rom_crawler() factory methods
Issue #4086
2019-10-22 15:31:34 +02:00
Adrián Chaves d96b9f860b Use object as type for parameters that allow any value 2019-10-22 15:24:59 +02:00
Adrián Chaves 5479e7ecc7 Indicate that lists of emails may be provided as a single string or as a list of strings 2019-10-22 15:24:44 +02:00
Adrián Chaves 1d5c270ce8
Fix dangling file descriptor in FeedExporter when FEED_STORE_EMPTY is False (#4023) 2019-10-22 15:12:52 +02:00
Ammar Najjar d21e1034f0
docs: correct point,comma and plural replacements
Issue #4086
2019-10-22 13:29:38 +02:00
purvaudai 4184bac068 Added Pathlib.Path test 2019-10-22 16:57:14 +05:30
purvaudai 85f56a92f0 Added Pathlib.Path test 2019-10-22 16:43:17 +05:30
purvaudai 7031e3a124 Added Pathlib.Path test 2019-10-22 16:31:14 +05:30
purvaudai cd09646438 Added Pathlib.Path test 2019-10-22 16:19:41 +05:30
WinterComes 5d75ed4cba Remove an old note about contracts (#4093) 2019-10-22 12:19:07 +02:00
purvaudai cd4c211f4b Added Pathlib.Path test 2019-10-22 15:38:06 +05:30
illgitthat 07822935ec Updating link for miniconda (#4089) 2019-10-22 12:05:34 +02:00
purvaudai a776554282 Added Pathlib.Path test 2019-10-22 15:31:55 +05:30
purvaudai 0b7d8a51b4 Added Pathlib.Path test 2019-10-22 15:12:53 +05:30
purvaudai 4226791481 Added Pathlib.Path test 2019-10-22 15:07:13 +05:30
purvaudai ad96d6ef59 Added Pathlib.Path test correctly 2019-10-22 14:53:59 +05:30
purvaudai 2ee38e8ddb Added Pathlib.Path test 2019-10-22 14:43:47 +05:30
Roy Healy 85ac5c5c57
Update .travis.yml
Co-Authored-By: Mikhail Korobov <kmike84@gmail.com>
2019-10-21 19:06:43 +01:00
Ammar Najjar da8cd9448d
docs: always surround __init__ with `` in docs
Issue #4086
2019-10-21 19:56:58 +02:00
Roy c12a075164 [.travis.yml] Added python 3.8 fields
https://github.com/scrapy/scrapy/issues/4085
2019-10-21 18:34:15 +01:00
Roy 4e939ca75d [setup.py] Added python 3.8 fields
https://github.com/scrapy/scrapy/issues/4085
2019-10-21 18:33:18 +01:00
Roy 3d4317bfe4 [tox.ini] Added python 3.8 fields
https://github.com/scrapy/scrapy/issues/4085
2019-10-21 18:32:30 +01:00
Adrián Chaves ad6075440c Fix references to Python types in parameter type fields 2019-10-21 19:00:03 +02:00
Ammar Najjar 68a7d05ed8
docs: use __init__ method instead of constructor
Issue #4086
2019-10-21 15:42:24 +02:00
Adrián Chaves 0fbd1ff4a9 constructor → __init__ method 2019-10-21 14:06:45 +02:00
Eugenio Lacuesta 6df6b6dd6a
Initializer -> __init__ 2019-10-21 03:56:45 -03:00
Mikhail Korobov 8cb53441b0
Merge pull request #4056 from Gallaecio/documentation-build
Fix internal links in the tutorial and release notes
2019-10-19 00:00:02 +02:00
Mikhail Korobov 6674f47dbf
Merge pull request #4069 from seregaxvm/master
update zsh completion
2019-10-16 22:59:15 +02:00
José Alberto Orejuela García 865d58fd1b Make punctuation consistent 2019-10-16 22:44:42 +02:00
Andrey Rahmatullin 4894437826
Merge pull request #4081 from bulatbulat48/documentation-botname
Fixed BOT_NAME documentation
2019-10-16 17:03:38 +05:00
Bulat 84be6a941e Refactor sentence. 2019-10-16 14:04:07 +03:00
Bulat c9614a5bdd Fixed BOT_NAME documentation 2019-10-16 12:07:19 +03:00
Eugenio Lacuesta 2c6f7fee64
TextResponse.follow_all: invoke Response.follow_all 2019-10-15 13:48:14 -03:00
Eugenio Lacuesta 2a4d4a466a
TextResponse.follow_all: Simplify implementation 2019-10-15 11:52:12 -03:00
Adrián Chaves d72ed46fe0 Improve how extra Item API members are introduced in the documentation 2019-10-15 16:04:26 +02:00
Baron Hou 7b1e69dec4 reponse → response (#4079) 2019-10-15 14:51:15 +02:00
Eugenio Lacuesta 9d5398e7f2
TextResponse.follow_all: improve docs 2019-10-14 14:19:04 -03:00
elacuesta c7c54f5453
Update scrapy/http/response/text.py
Co-Authored-By: Adrián Chaves <adrian@chaves.io>
2019-10-14 13:47:44 -03:00
elacuesta 498d33aac3
Update scrapy/http/response/text.py
Co-Authored-By: Adrián Chaves <adrian@chaves.io>
2019-10-14 13:35:54 -03:00
elacuesta ba840c5a6b
Update scrapy/http/response/__init__.py
Co-Authored-By: Adrián Chaves <adrian@chaves.io>
2019-10-14 13:35:24 -03:00
elacuesta b970851299
Update scrapy/http/response/__init__.py
Co-Authored-By: Adrián Chaves <adrian@chaves.io>
2019-10-14 13:35:06 -03:00