Daniel Graña
|
5e6c492967
|
Merge pull request #1364 from jdemaeyer/enhancement/spider-handles-redirects
[MRG+1] Make RedirectMiddleware respect Spider.handle_httpstatus_list
|
2015-08-02 23:00:00 -03:00 |
|
Daniel Graña
|
b6afd1cffe
|
Merge pull request #1390 from nyov/nyov/lazyload-s3-boto
[MRG+1] lazy-load s3 boto
|
2015-08-02 22:58:19 -03:00 |
|
nyov
|
b2fd9bdb63
|
lazy-load s3 boto
|
2015-08-01 03:43:03 +00:00 |
|
Mikhail Korobov
|
e8d527c9eb
|
Merge pull request #1399 from tagatac/master
DOC scrapy.Spider grammar and clarity
|
2015-08-01 02:07:42 +05:00 |
|
David Tagatac
|
08123207c5
|
minor: scrapy.Spider grammar and clarity
|
2015-07-31 17:01:59 -04:00 |
|
Daniel Graña
|
71c6bd920e
|
Merge pull request #1396 from scrapy/py3-utils-response
PY3 port scrapy.utils.response
|
2015-07-31 17:53:53 -03:00 |
|
Daniel Graña
|
a7261d2c46
|
Merge pull request #1397 from scrapy/testsite-is-not-a-test
remove scrapy.utils.testsite from PY3 ignores
|
2015-07-31 17:51:32 -03:00 |
|
Daniel Graña
|
805a491647
|
Merge branch 'travis-containers'
|
2015-07-31 16:46:40 -03:00 |
|
Daniel Graña
|
49fd77d693
|
indent travis yaml
|
2015-07-31 16:45:43 -03:00 |
|
Mikhail Korobov
|
9316b2317b
|
remove scrapy.utils.testsite from PY3 ignores
|
2015-08-01 00:43:13 +05:00 |
|
Daniel Graña
|
5d4cdb59a9
|
cache pip cache
|
2015-07-31 16:39:12 -03:00 |
|
Mikhail Korobov
|
b01292df02
|
fix request_httprepr docstring
|
2015-08-01 00:36:16 +05:00 |
|
Mikhail Korobov
|
7f927f68e1
|
PY3 port scrapy.utils.response
|
2015-08-01 00:35:43 +05:00 |
|
Daniel Graña
|
5ae94ae42d
|
Use new travis-ci container based builds
|
2015-07-31 16:33:37 -03:00 |
|
Mikhail Korobov
|
d05cf6e0af
|
Merge branch 'responsetypes'
|
2015-07-31 23:50:06 +05:00 |
|
Mikhail Korobov
|
02b5182608
|
small ResponseTypes cleanup
|
2015-07-31 23:48:49 +05:00 |
|
Daniel Graña
|
de6e013b9a
|
fix form requests tests on py3
|
2015-07-31 14:54:07 -03:00 |
|
Daniel Graña
|
786f62664b
|
Merge pull request #1137 from DharmeshPandav/patch-1
Update form.py to improve existing capability
|
2015-07-31 11:00:57 -03:00 |
|
Gregory Vigo Torres
|
06b91da943
|
using bytes for body constant
|
2015-07-31 14:31:11 +02:00 |
|
Mikhail Korobov
|
936266a61a
|
Merge pull request #934 from Dineshs91/zsh-support
[MRG+1] Added zsh completion for Scrapy command-line tool and updated bash completion
|
2015-07-31 03:18:19 +05:00 |
|
Daniel Graña
|
8177387415
|
Merge pull request #1384 from scrapy/tmp-py3
In-progress Python 3 port
|
2015-07-30 12:33:54 -03:00 |
|
Gregory Vigo Torres
|
5d75d44f2c
|
removed test_responsetypes from py3ignores
|
2015-07-30 13:07:42 +02:00 |
|
Mikhail Korobov
|
b6eb3404a2
|
Merge pull request #1335 from jdemaeyer/fix/docs-scrapy-path
Make Sphinx autodoc use local, not system-wide Scrapy
|
2015-07-30 15:33:02 +05:00 |
|
Jakob de Maeyer
|
9c12a3f23a
|
Remove incorrect path for Sphinx autodoc
|
2015-07-30 12:12:08 +02:00 |
|
Gregory Vigo Torres
|
42b8988eb2
|
PY3 port responsetypes from_body
|
2015-07-29 20:15:17 +02:00 |
|
Gregory Vigo Torres
|
36ae635fbe
|
from_content_type
|
2015-07-29 20:07:26 +02:00 |
|
Gregory Vigo Torres
|
9d17d59471
|
from_content_disposition
|
2015-07-29 20:05:45 +02:00 |
|
Mikhail Korobov
|
dafcfd5be6
|
Merge pull request #1386 from nyov/tmp-py3
[MRG+1] [py3] replace rfc822 with email.utils
|
2015-07-29 19:26:50 +05:00 |
|
nyov
|
e044bfa60f
|
PY3 fix test downloadermiddleware decompression
|
2015-07-29 13:51:01 +00:00 |
|
nyov
|
ec8afbc060
|
PY3 fix test pipeline media
|
2015-07-29 13:51:01 +00:00 |
|
nyov
|
8ab1648a36
|
PY3 fix test middleware
|
2015-07-29 13:51:01 +00:00 |
|
nyov
|
683ef2a8d9
|
replace rfc822 with email.utils
|
2015-07-29 13:51:01 +00:00 |
|
Mikhail Korobov
|
757f983a97
|
PY3: enable RobotsTxtMiddleware tests
|
2015-07-29 18:37:04 +05:00 |
|
Mikhail Korobov
|
56fa9e2c1c
|
Merge pull request #1391 from nyov/py3-robots
PY3 port scrapy.downloadermiddlewares.robotstxt.RobotsTxtMiddleware
|
2015-07-29 18:21:54 +05:00 |
|
nyov
|
1a1bc2c6b5
|
PY3 port scrapy.downloadermiddlewares.robotstxt.RobotsTxtMiddleware
|
2015-07-29 04:21:57 +00:00 |
|
Daniel Graña
|
2c937f3554
|
PY3 port scrapy.dupefilters
|
2015-07-25 18:10:29 +02:00 |
|
Daniel Graña
|
776064aee1
|
PY3 port signals
|
2015-07-25 18:04:55 +02:00 |
|
Mikhail Korobov
|
82304c4fae
|
PY3: fixed scrapy.utils.defer
|
2015-07-25 17:48:34 +02:00 |
|
Mikhail Korobov
|
c53d6d7460
|
Merge pull request #1383 from zoliszeredi/py3/fix_test_utils_defer
Py3/fix test utils defer
|
2015-07-25 17:43:50 +02:00 |
|
Mikhail Korobov
|
7874bb9f13
|
PY3 port utils.request
|
2015-07-25 17:14:56 +02:00 |
|
Daniel Graña
|
f750ee4c00
|
Remove ignored passing tests from py3 branch
|
2015-07-25 16:51:22 +02:00 |
|
Daniel Graña
|
ea56067e40
|
ignore moved files from py3 tests
|
2015-07-25 16:39:02 +02:00 |
|
Mikhail Korobov
|
e438df7028
|
PY3 enable Request and Response tests
|
2015-07-25 13:10:13 +02:00 |
|
Mikhail Korobov
|
e853d9e910
|
partial port of Request and Response
|
2015-07-25 13:08:44 +02:00 |
|
Zoltán Szeredi
|
1bf7a98000
|
Remove test_utils_defer from ignores.
|
2015-07-25 13:05:50 +02:00 |
|
Zoltán Szeredi
|
9aaa8f8125
|
Improve python3 support for test_utils_defer.
|
2015-07-25 12:58:39 +02:00 |
|
Julia Medina
|
9d9d4238aa
|
Merge pull request #1380 from nyov/contributing
Put a blurb about support channels in CONTRIBUTING
|
2015-07-24 21:30:14 -03:00 |
|
Mikhail Korobov
|
f576b3ffee
|
[tmp] improve python 3 support for scrapy.utils.url
|
2015-07-25 00:40:45 +02:00 |
|
Mikhail Korobov
|
335aa5f276
|
Merge pull request #1379 from scrapy/py3-utils-python
PY3 port scrapy.utils.python
|
2015-07-24 12:17:16 +02:00 |
|
nyov
|
b3dda1e9c5
|
Put a blurb about support channels in CONTRIBUTING
|
2015-07-24 01:48:43 +00:00 |
|