Daniel Graña
9fef98330c
Backport security fix #3415
2018-12-26 12:57:00 -03:00
Mikhail Korobov
50caaf5b42
1.5.1 release notes
2018-07-12 02:10:24 +05:00
Renne Rocha
8387b38318
Include Python version indication to each required library used in S3 storage
2018-07-10 00:59:13 +05:00
Leo
46b07bcc83
fix typo
...
extractred --> extracted
2018-07-10 00:58:41 +05:00
mugayoshi
a188c38950
Update debugging memory leaks section in the docs
...
Add Python3 tools description.
2018-07-10 00:58:19 +05:00
grammy-jiang
f86841c5c7
fix a mistake in topic spider-middleware.rst
2018-07-10 00:57:10 +05:00
Chris Slothouber
0da43609c3
Minor edits to contributing.rst
...
Corrected minor grammatical issues and increased clarity of instructions.
2018-07-10 00:56:42 +05:00
Kevin Tewouda
3bc110a9c6
Update spiders.rst
...
I changed URLs to :class:`~scrapy.http.Request` in start_urls explanation of the default spider
2018-07-10 00:56:23 +05:00
Lucy Wang
6630622652
improve document about functions as processors
2018-07-10 00:54:44 +05:00
Steven Almeroth
7f1918163c
Doc: update wording for COOKIES_ENABLED
2018-07-10 00:54:14 +05:00
Anjali Jain
2ee03e3d72
further edited
2018-07-09 23:29:32 +05:00
Anjali Jain
64d2da6cf3
Updated contributing.rst
...
Rectified grammatical errors
2018-07-09 23:29:26 +05:00
Mikhail Korobov
72a80d97ef
fix docs building with recent sphinx: don't use deprecated sphinx options and imports
2018-07-09 23:29:05 +05:00
Jesús Losada
02eed9f496
Fix link in news.rst
2018-07-09 20:53:18 +05:00
Mikhail Korobov
d07fe11981
set release date
2017-12-30 02:09:41 +05:00
Mikhail Korobov
c107059ef8
DOC fix rst syntax
2017-12-29 07:07:43 +05:00
Mikhail Korobov
d4e5671d07
make release docs more readable, add highlights
2017-12-29 07:06:00 +05:00
Mikhail Korobov
45b0e1a0e4
DOC draft 1.5 release notes
2017-12-28 07:33:43 +05:00
Paul Tremberth
461f9daff5
Update release notes for upcoming 1.4.1 version
2017-12-28 05:50:18 +05:00
Raphael
a1cc5a63d3
Add mention to dont_merge_cookies in CookiesMiddlewares docs ( #2999 ) ( #3030 )
...
Add mention to dont_merge_cookies in CookiesMiddlewares docs (#2999 )
2017-12-27 17:54:17 -03:00
Konstantin Lopuhin
bb1f311891
Add PyPy3 support to faq and install doc
2017-12-25 15:46:05 +03:00
Konstantin Lopuhin
ea41114cf0
Mention PyPy support, add PyPy to install docs
2017-12-25 12:35:04 +03:00
Hugo
cbcf80b98f
Fix typo
...
[CI skip]
2017-12-20 17:34:13 +02:00
Hugo
44623687ab
Drop support for EOL Python 3.3
2017-12-19 17:59:05 +02:00
Mikhail Korobov
9aa9dd8d45
DOC mention an easier way to track pull requests locally.
...
Thanks @eliasdorneles!
2017-12-12 19:17:00 +05:00
Mikhail Korobov
f716843a66
DOC update "Contributing" docs:
...
* suggest Stack Overflow for Scrapy usage questions;
* encourage users to submit test-only pull requests with reproducable examples;
* encourage users to pick up stalled pull requests;
* we don't use AUTHORS file as a main acknowledgement source;
* suggest using Sphinx autodocs extension
2017-12-12 16:19:43 +05:00
Daniel Graña
3cf0332ec3
Merge pull request #2957 from ScrapingLab/add_meta_json_to_parse_command
...
[MRG+1] Scrapy Command: add --meta/-m to the "parse" command to pass additional meta data into the request
2017-11-29 16:26:48 -03:00
IAlwaysBeCoding
6af323d7c8
Fix spelling mistake on scrapy parse command docs
...
Fixed spelling mistake from "will be pass" to "will be passed"
2017-11-26 00:24:52 +01:00
Jesse Bakker
0b14cb44aa
Added from_crawler to middleware docs
2017-11-23 15:25:43 +01:00
IAlwaysBeCoding
846fd83512
removed commented out code, wrapped line to pep-8 and removed backlashes
2017-11-11 18:30:01 -05:00
Daniel Graña
b8870ee8a1
Merge pull request #2989 from colinmorris/ItemExporterDocsExample
...
[MRG+1] Revise/modernize item exporter example in docs
2017-11-03 13:15:31 -02:00
colinmorris
23e571e860
fix issues identified in review
2017-10-31 18:08:47 -04:00
colinmorris
8a7552370d
revise/modernize item exporter example in docs
2017-10-31 17:14:53 -04:00
Aditya
df7e0a4315
Use https link in default user agent
2017-10-28 23:37:44 +05:30
Aditya
9d9d83a8c3
Use https links wherever possible
2017-10-28 16:24:40 +05:30
Aditya
9dd680d5c9
Use https for external links wherever possible in docs
2017-10-26 23:33:45 +05:30
Mikhail Korobov
98fb03e8bd
Merge pull request #2958 from codeaditya/update-links
...
Link "Debugging in Python" article to its new location
2017-10-26 17:01:47 +05:00
Mikhail Korobov
496fc60b25
Merge pull request #2963 from djunzu/mention_request_meta_depth_on_depthmiddleware_doc
...
Add note about request.meta['depth'] in DepthMiddleware
2017-10-26 16:15:36 +05:00
Mikhail Korobov
73c40eb324
Merge pull request #2964 from weldon0405/patch-1
...
Update tutorial.rst startproject files
2017-10-26 16:05:31 +05:00
Weldon Malbrough
95815d27e8
updated file structure to include middlewares.py
2017-10-25 23:16:30 -04:00
Weldon Malbrough
169dc2860e
Update tutorial.rst startproject files
...
Added middlewares.py to accurately reflect the file structure created by "scrapy startproject tutorial"
2017-10-16 22:46:32 -04:00
djunzu
8288f78a39
Add note about request.meta['depth'] in DepthMiddleware
2017-10-16 21:34:37 -02:00
Aditya
9cdf34b7c7
Link "Debugging in Python" article to its new location
...
Reference: https://web.archive.org/web/20170203104051/http://www.ferg.org/papers/debugging_in_python.html
2017-10-10 22:49:22 +05:30
Paul Tremberth
0d8a33fddc
Update docs
2017-10-05 10:16:42 +02:00
Daniel Graña
5fac2d7b90
Merge pull request #2923 from rhoboro/fixes-685
...
[MRG+2] Fixes #685 FilesPipeline support for Google Cloud Storage.
2017-10-02 13:52:20 -03:00
Mikhail Korobov
92fa74fb43
Merge pull request #2922 from stav/doc.response-body
...
[Doc] Update Response.body type
2017-10-02 10:26:54 +02:00
Mikhail Korobov
3431870b53
Merge pull request #2924 from superyyrrzz/patch-1
...
minor fix typo
2017-10-02 10:25:40 +02:00
rhoboro
d4555b2bcc
update docs for supporting google cloud storage
2017-09-29 13:04:17 +09:00
Renze Yu
088b80d41a
minor fix typo
2017-09-13 23:29:22 +08:00
Steven Almeroth
3637b75a67
[Doc] Update Response.body type
2017-09-12 17:41:47 -04:00