Shadab Zafar
|
5a58d64131
|
Fix some redirection links in documentation
Fixes #606
|
2015-03-18 19:41:26 -03:00 |
|
nramirezuy
|
c13e23641b
|
httpcache dont_cache meta #19 #689
|
2015-03-16 11:50:04 -03:00 |
|
Elias Dorneles
|
f7031c08ff
|
updating list of Request.meta special keys
|
2015-03-10 22:29:07 -03:00 |
|
Mikhail Korobov
|
7d68b084a4
|
DOC document download_timeout Request.meta key and download_timeout spider attribute.
|
2014-10-07 04:23:11 +06:00 |
|
Mikhail Korobov
|
36eec8f413
|
dont_obey_robotstxt meta key; don't process requests to /robots.txt
|
2014-09-23 00:10:43 +06:00 |
|
John-Scott Atlakson
|
a312ebfb43
|
Update request-response.rst
Fixed minor typo
|
2014-09-14 22:06:31 +06:00 |
|
Mikhail Korobov
|
774ab74ad2
|
Merge pull request #864 from younghz/master
Duplicate comma in request-response.rst
|
2014-08-28 18:52:51 +06:00 |
|
Uyounghz
|
d49766a6ac
|
Duplicate comma in request-response.rst
|
2014-08-28 19:58:58 +08:00 |
|
Rocio Aramberri
|
51b0bd281d
|
fix dont settings on meta behaviour, add docs and tests
|
2014-08-15 13:47:42 -07:00 |
|
Rendaw
|
8bdb6e2e3e
|
Elaborated request priority value.
|
2014-05-07 19:14:45 +09:00 |
|
Pablo Hoffman
|
eb07e09166
|
Merge pull request #663 from pawl/patch-1
fixed typo
|
2014-04-24 17:59:36 -04:00 |
|
Daniel Graña
|
b4593c2ae7
|
document shortcuts in TextResponse class
|
2014-04-24 00:15:00 -03:00 |
|
Mikhail Korobov
|
2d3803672b
|
DOC use top-level shortcuts in docs
|
2014-04-15 01:09:35 +06:00 |
|
Paul Brown
|
a1ee354609
|
fixed typo
|
2014-03-20 15:16:48 -05:00 |
|
Julia Medina
|
ca1c1a82b5
|
FormRequest doc improvements
Clickdata doc enhancements:
* Fix xml attributes mention
* nr is 0-indexed reference
|
2014-03-12 12:34:50 -03:00 |
|
Julia Medina
|
e29ab4d112
|
New doc: clickdata in Formrequest.from_response
Documentation about:
* clickdata parameter in Formrequest.from_response
* nr attribute in clickdata dict
* default behaviour when clickdata is None
|
2014-03-12 06:43:50 -03:00 |
|
Capi Etheriel
|
72b6c96d9a
|
Running lucasdemarchi/codespell to fix typos in docs
|
2014-03-06 12:40:55 -03:00 |
|
Mikhail Korobov
|
a27d91f0a6
|
Rename BaseSpider to Spider. See GH-495.
|
2013-12-30 19:46:41 +06:00 |
|
Pablo Hoffman
|
e42e3743fe
|
quick documentation for #475
|
2013-12-24 12:19:15 -02:00 |
|
Mikhail Korobov
|
086b8a20d4
|
typo fix in TextResponse docs
|
2013-10-17 04:50:30 +06:00 |
|
Dragon Dave
|
a3b711bdea
|
Move callback blob; mention errback
|
2013-10-15 12:19:42 +01:00 |
|
scraperdragon
|
0ba0d85685
|
Parameters to Request() in wrong order
Implied that callback wasn't the first optional unnamed parameter.
|
2013-10-15 11:50:43 +01:00 |
|
Pablo Hoffman
|
37c24e01d7
|
document bindaddress request meta
|
2013-10-02 17:13:17 -03:00 |
|
Pablo Hoffman
|
a9c3519897
|
updated required twisted version to 10.0
|
2013-10-01 14:07:38 -03:00 |
|
cacovsky
|
71b320914a
|
Update request-response.rst
Fix small doc typo (too many backticks)
|
2013-09-18 11:45:25 -03:00 |
|
Mikhail Korobov
|
1a1c93fafe
|
tiny FormRequest doc fix
|
2013-07-15 15:47:34 +06:00 |
|
Steven Almeroth
|
70179c7c0c
|
doc: remove trailing spaces
|
2013-03-21 13:57:39 -06:00 |
|
Steven Almeroth
|
0d7747d353
|
doc: Response.replace() cannot take meta argument
>>> response.replace(meta={'foo':1})
Traceback (most recent call last):
File "<input>", line 1, in <module>
File "/srv/scrapy/scrapy-fork/scrapy/scrapy/http/response/text.py", line 45, in replace
return Response.replace(self, *args, **kwargs)
File "/srv/scrapy/scrapy-fork/scrapy/scrapy/http/response/__init__.py", line 77, in replace
return cls(*args, **kwargs)
File "/srv/scrapy/scrapy-fork/scrapy/scrapy/http/response/text.py", line 22, in __init__
super(TextResponse, self).__init__(*args, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'meta'
|
2013-03-21 13:49:55 -06:00 |
|
Chris Tilden
|
aae6aed4fb
|
fixes spelling errors in documentation
|
2013-01-22 14:52:18 -08:00 |
|
Daniel Graña
|
897195186a
|
document new FormRequest parameter named formxpath that matches forms using xpath
|
2013-01-08 18:36:20 -02:00 |
|
Pablo Hoffman
|
39274a2457
|
doc: removed obsolete references to ClientForm
|
2012-11-23 19:06:47 -02:00 |
|
Pablo Hoffman
|
babfc6e79b
|
Updated documentation after singleton removal changes.
Also removed some unused code and made some minor additional
refactoring.
|
2012-08-28 18:35:57 -03:00 |
|
Alexandru Cepoi
|
177c81745d
|
domain and path support for request cookies
|
2012-06-25 20:17:59 +02:00 |
|
Jason Yeo
|
da826aa13d
|
fixed minor mistake in Request objects documentation
|
2012-03-21 10:25:41 +08:00 |
|
Pablo Hoffman
|
26c8004125
|
added documentation for the new cookiejar Request.meta key
|
2012-02-27 19:58:58 -02:00 |
|
Pablo Hoffman
|
41fd3c4f6c
|
doc: removed duplicated callback argument from Request.replace()
|
2011-12-23 15:55:46 -02:00 |
|
Pablo Hoffman
|
6a31ab667d
|
minor fix to doc
|
2011-09-01 15:08:23 -03:00 |
|
Pablo Hoffman
|
d98b058c21
|
no longer recommend using labmda's in the doc, as they're not friendly with scheduler persistence
|
2011-09-01 15:06:49 -03:00 |
|
Pablo Hoffman
|
5c6b0631e2
|
minor doc fix
|
2011-08-19 11:42:03 -03:00 |
|
Pablo Hoffman
|
9d97e73a24
|
fixed priority handling on the new scheduler so that it's backwards compatible (ie. bigger priorities are higher). also fixed a few documentation bugs related to requests priority
|
2011-08-19 08:26:41 -03:00 |
|
Pablo Hoffman
|
3ee2c94e93
|
Improved cookies middleware by making COOKIES_DEBUG nicer and documenting it
|
2011-04-06 14:54:48 -03:00 |
|
Pablo Hoffman
|
91a7c25797
|
* Made Response.meta attribute map to Request.meta attribute. Closes #290
* Record redirected URLs in redirect middleware. Closes #291
|
2010-11-18 12:51:54 -02:00 |
|
Shuaib
|
9288f622f9
|
Added formname parameter for FormRequest.from_response
|
2010-09-20 08:33:24 -03:00 |
|
Pablo Hoffman
|
bf467fc37a
|
Check 'dont_merge_cookies' membership in request.meta, instead of getting its value
|
2010-09-10 15:29:15 -03:00 |
|
Pablo Hoffman
|
7d14a52234
|
Reference dont_merge_cookies in list of special Request.meta keys
|
2010-09-09 21:54:26 -03:00 |
|
Pablo Hoffman
|
7f21a6384f
|
Documented handle_httpstatus_list request.meta key
|
2010-09-09 21:50:40 -03:00 |
|
Pablo Hoffman
|
f1c943543a
|
Added dont_retry request.meta key to make RetryMiddleware ignore requests. Closes #234
|
2010-09-09 21:43:44 -03:00 |
|
Pablo Hoffman
|
9f01e3e79e
|
Added dont_redirect request.meta key to make RedirectMiddleware ignore requests. Closes #233
|
2010-09-09 21:37:35 -03:00 |
|
Pablo Hoffman
|
7da79b90fe
|
Make url/body attributes of Request/Response objects read-only - use replace() to change them. Deprecation warning left for backwards compatibilty.
|
2010-09-08 00:15:11 -03:00 |
|
Pablo Hoffman
|
c1aab2f58e
|
Copy callback/errback attributes when copying Requests
|
2010-09-08 00:15:09 -03:00 |
|