1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-24 12:44:06 +00:00

14 Commits

Author SHA1 Message Date
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
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
Daniel Graña
7cd271eb8e remove more references to runtests.sh 2014-07-31 17:30:45 -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
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