Mikhail Korobov
|
e62bbf0766
|
PY3 top-level shortcuts work
|
2014-08-02 00:24:32 +06:00 |
|
Daniel Graña
|
ee21eaa6f3
|
Merge pull request #835 from scrapy/modernize-asserts
[MRG] modernize some of the asserts
|
2014-08-01 15:19:36 -03:00 |
|
Mikhail Korobov
|
1f59a69a97
|
PY3 port scrapy.link
|
2014-08-02 00:16:01 +06:00 |
|
Mikhail Korobov
|
628a8d8a15
|
TST modernize some of the asserts
|
2014-08-01 23:44:23 +06:00 |
|
Mikhail Korobov
|
e2c1226838
|
PY3 port scrapy.contrib.feedexport
|
2014-08-01 23:28:28 +06:00 |
|
Mikhail Korobov
|
51bd9f7d64
|
TST enable doctests for Python 3
|
2014-08-01 23:12:52 +06:00 |
|
Mikhail Korobov
|
444052a2f9
|
PY3 port scrapy.utils.misc.arg_to_iter; fix scrapy.utils.misc.md5sum doctest
|
2014-08-01 22:56:03 +06:00 |
|
Mikhail Korobov
|
83432184c8
|
PY3 enable more tests
|
2014-08-01 16:53:18 +06:00 |
|
Mikhail Korobov
|
669b62c741
|
PY3 port scrapy.utils.spider
|
2014-08-01 16:43:39 +06:00 |
|
Mikhail Korobov
|
560c32d330
|
PY3 fix test_utils_sitemap.
Sitemap class is only initialized with bytes by Scrapy;
broken tests was only a testing issue.
|
2014-08-01 16:17:40 +06:00 |
|
Mikhail Korobov
|
330743411e
|
PY3 enable more tests
|
2014-08-01 16:10:34 +06:00 |
|
Mikhail Korobov
|
7183a87c35
|
Merge pull request #828 from dangra/string-headers
normalize header values to bytes (and PY3)
|
2014-08-01 15:51:57 +06:00 |
|
Daniel Graña
|
4161a8c82c
|
lint scrapy/http/request/*.py
|
2014-08-01 02:38:33 -03:00 |
|
Daniel Graña
|
ccae49813a
|
PY3: port scrapy/utils/httpobj.py
|
2014-08-01 02:38:29 -03:00 |
|
Daniel Graña
|
c564334d00
|
PY3: port scrapy/utils/gz.py
|
2014-08-01 02:25:33 -03:00 |
|
Daniel Graña
|
910d0d36c1
|
PY3: port scrapy/utils/conf.py
|
2014-08-01 02:20:34 -03:00 |
|
Daniel Graña
|
521303e27f
|
fix ftp test cases
|
2014-08-01 02:10:57 -03:00 |
|
Daniel Graña
|
f42b44b50e
|
normalize header values to bytes
|
2014-08-01 00:02:50 -03:00 |
|
Mikhail Korobov
|
40cc875d6d
|
PY3 MimeTypes wants files in text mode.
See http://hg.python.org/cpython/file/2766320bdb10/Lib/mimetypes.py#l202
before: 455 failed, 248 passed, 10 skipped, 8 warnings, 55 error in 88.36 seconds
after: 466 failed, 253 passed, 12 skipped, 8 warnings, 49 error in 90.15 seconds
|
2014-08-01 03:28:05 +06:00 |
|
Daniel Graña
|
7cd271eb8e
|
remove more references to runtests.sh
|
2014-07-31 17:30:45 -03:00 |
|
Daniel Graña
|
d89fc50d41
|
Merge pull request #830 from dangra/py3-tests
[WIP] Prevent Python 3 port regressions
|
2014-07-31 14:24:03 -03:00 |
|
Daniel Graña
|
70ee66ba0c
|
Collect the list of packages not working on python3
|
2014-07-31 14:06:34 -03:00 |
|
Daniel Graña
|
6c402d3cc4
|
The sum up of travis-ci builds are taking like 50min to complete
|
2014-07-31 14:05:19 -03:00 |
|
Daniel Graña
|
8d1f267716
|
Merge pull request #827 from dangra/tests-on-root
Move Test cases under project root dir
|
2014-07-31 13:47:01 -03:00 |
|
Daniel Graña
|
99fb4eb12d
|
fix requirements.txt for tests under precise
|
2014-07-31 12:50:07 -03:00 |
|
Daniel Graña
|
1a96cd5a3d
|
update tox usage on contributing.rst
|
2014-07-31 12:28:35 -03:00 |
|
Daniel Graña
|
d63d55d96f
|
remove obsolete shell scripts used to run tests suite
|
2014-07-31 12:28:35 -03:00 |
|
Daniel Graña
|
7a41ef417d
|
Fix bench command
|
2014-07-31 12:28:35 -03:00 |
|
Daniel Graña
|
aaf531c7dc
|
fix Twisted package name
|
2014-07-30 19:45:08 -03:00 |
|
Daniel Graña
|
eb1cf303d3
|
use pytest.ini to enable twisted plugin
|
2014-07-30 19:45:08 -03:00 |
|
Daniel Graña
|
caab9f29f2
|
move tests requirements under tests dir
|
2014-07-30 19:45:08 -03:00 |
|
Daniel Graña
|
242c08553f
|
move tests under root dir
|
2014-07-30 19:45:08 -03:00 |
|
Daniel Graña
|
51feb4b620
|
Merge pull request #820 from lisimia/patch-1
Update shell.rst typo
|
2014-07-28 13:33:29 -03:00 |
|
Lisimia
|
b6b44a33f7
|
Update shell.rst typo
There was a typo.
"start" was mistyped as "star"
|
2014-07-28 12:26:13 -04:00 |
|
Daniel Graña
|
8f4e63cda3
|
Merge branch 'py3-port'
|
2014-07-24 15:38:21 -03:00 |
|
Daniel Graña
|
0cf035dcbd
|
Add tox env for python 3.4
|
2014-07-24 15:38:04 -03:00 |
|
Daniel Graña
|
79aba9e314
|
pytest 2.6.0 is on pypi now
|
2014-07-24 15:37:43 -03:00 |
|
Daniel Graña
|
6d215a1b34
|
items: Use BaseItem.__hash__ and six.add_metaclass decorator
|
2014-07-24 15:37:10 -03:00 |
|
Felix Yan
|
dbc9b37365
|
PY3: use MutableMapping instead of DictMixin
|
2014-07-25 00:34:01 +08:00 |
|
Mikhail Korobov
|
d7d9f2f96d
|
Merge pull request #814 from eliasdorneles/adding-some-xpath-tips
Adding some xpath tips to selectors docs
|
2014-07-24 08:04:05 +06:00 |
|
Elias Dorneles
|
c298eaf164
|
removes weird indentation in the shell results
|
2014-07-23 20:42:36 -03:00 |
|
Elias Dorneles
|
514e8582d0
|
improved explanations, clarified blog post as source, added link for XPath string functions in the spec
|
2014-07-23 19:43:57 -03:00 |
|
Daniel Graña
|
16ed92d75c
|
Merge pull request #815 from nramirezuy/retry_timeout-583
renamed UserTimeoutError and ServerTimeouterror #583
|
2014-07-23 18:28:43 -03:00 |
|
nramirezuy
|
ebf76867bd
|
renamed UserTimeoutError and ServerTimeouterror #583
|
2014-07-23 18:11:12 -03:00 |
|
Elias Dorneles
|
80de43ddab
|
adding some xpath tips to selectors docs
|
2014-07-22 23:20:53 -03:00 |
|
Pablo Hoffman
|
4cf6a3b4b3
|
Merge pull request #812 from kmike/fix-w3lib-trunk
fix tests to account for https://github.com/scrapy/w3lib/pull/23
|
2014-07-22 15:54:42 -03:00 |
|
Mikhail Korobov
|
af0635e229
|
fix tests to account for https://github.com/scrapy/w3lib/pull/23
|
2014-07-22 04:15:13 +06:00 |
|
Daniel Graña
|
f6b1e9b7c2
|
Merge pull request #803 from felixonmars/py3-port
[MRG] PY3: use six.BytesIO and six.moves.cStringIO
|
2014-07-21 14:17:42 -03:00 |
|
Daniel Graña
|
dd3b77ea2e
|
Merge pull request #809 from nramirezuy/get_func_args-728
get_func_args maximum recursion fix #728
|
2014-07-21 13:41:03 -03:00 |
|
nramirezuy
|
86f61a9906
|
get_func_args maximum recursion fix #728
|
2014-07-21 13:12:59 -03:00 |
|