Commit Graph

4225 Commits

Author SHA1 Message Date
Daniel Graña 5cb0cfb0cb pywin32 is required by Twisted. closes #937
see:
* http://twistedmatrix.com/trac/ticket/6032
* https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2028
2014-11-05 23:06:30 -02:00
Daniel Graña 781286bc07 Update install.rst
fixes #937
2014-11-05 22:49:40 -02:00
Mikhail Korobov b415d04996 Merge pull request #928 from Lazar-T/patch-1
comma instead of fullstop
2014-10-25 09:18:47 +06:00
Lazar-T 627b9ba915 comma instead of fullstop 2014-10-25 00:21:16 +02:00
Mikhail Korobov de909ad7e6 Merge pull request #885 from jsma/patch-1
Update request-response.rst
2014-09-14 22:05:31 +06:00
John-Scott Atlakson 3f3263dd83 Update request-response.rst
Fixed minor typo
2014-09-14 10:54:43 -04:00
yakxxx 49b40f01ad SgmlLinkExtractor - fix for parsing <area> tag with Unicode present 2014-09-02 20:53:15 -03:00
Daniel Graña 4677eedb06 Add 0.24.4 release notes 2014-08-09 17:19:39 -03:00
Daniel Graña 9dba272e57 Bump version: 0.24.3 → 0.24.4 2014-08-09 17:18:49 -03:00
Daniel Graña 5eddc68b63 pem file is used by mockserver and required by scrapy bench 2014-08-09 17:18:14 -03:00
Daniel Graña d6cb9999d4 scrapy bench needs scrapy.tests* 2014-08-09 17:10:43 -03:00
Daniel Graña 4fcd220f53 Add 0.24.3 release notes 2014-08-09 00:30:52 -03:00
Daniel Graña e0ed22a7e7 Bump version: 0.24.2 → 0.24.3 2014-08-09 00:29:05 -03:00
Daniel Graña 8e080c1e07 no need to waste travis-ci time on py3 for 0.24 2014-08-08 19:10:19 -03:00
Daniel Graña 1d0c096a3f Update installation docs 2014-08-08 19:08:58 -03:00
Daniel Graña 4c701d72dd There is a trove classifier for Scrapy framework!
Added by https://bitbucket.org/pypa/pypi/issue/179
2014-08-08 19:08:51 -03:00
Daniel Graña d109c138a6 update other places where w3lib version is mentioned
Conflicts:
	tox.ini
2014-08-08 19:08:27 -03:00
Paul Tremberth 39d2ce5e14 Update w3lib requirement to 1.8.0 2014-08-08 19:07:27 -03:00
Paul Tremberth 180d3add0c Use w3lib.html.replace_entities() (remove_entities() is deprecated)
Conflicts:
	scrapy/utils/misc.py
2014-08-08 19:06:49 -03:00
Daniel Graña a51ee8b9e1 set zip_safe=False 2014-08-08 19:05:27 -03:00
Daniel Graña ee3b371e56 do not ship tests package 2014-08-08 19:05:22 -03:00
Daniel Graña c3861cf749 scrapy.bat is not needed anymore 2014-08-08 19:03:10 -03:00
Daniel Graña 362e322cbb Modernize setup.py 2014-08-08 19:03:03 -03:00
Daniel Graña 94a5c65764 headers can not handle non-string values 2014-08-08 19:01:27 -03:00
Daniel Graña a274a7f7f7 fix ftp test cases 2014-08-08 19:00:27 -03:00
Daniel Graña ae1e2ccfcf The sum up of travis-ci builds are taking like 50min to complete 2014-08-08 18:59:30 -03:00
Lisimia e49c96ae26 Update shell.rst typo
There was a typo.
"start" was mistyped as "star"
2014-08-08 18:58:24 -03:00
Elias Dorneles 1ca489de92 removes weird indentation in the shell results 2014-08-08 18:57:43 -03:00
Elias Dorneles 65c8f05d76 improved explanations, clarified blog post as source, added link for XPath string functions in the spec 2014-08-08 18:57:29 -03:00
nramirezuy 037f6abe8d renamed UserTimeoutError and ServerTimeouterror #583 2014-08-08 18:57:15 -03:00
Elias Dorneles 2d103e08e3 adding some xpath tips to selectors docs 2014-08-08 18:52:10 -03:00
Mikhail Korobov f8d366a209 fix tests to account for https://github.com/scrapy/w3lib/pull/23 2014-08-08 18:51:41 -03:00
nramirezuy 81344ea78b get_func_args maximum recursion fix #728 2014-08-08 18:51:15 -03:00
Rolando Espinoza f7c4ea81aa Updated input/ouput processor example according to #560. 2014-08-08 18:50:20 -03:00
Zbigniew Siciarz db59ed9cea Fixed Python syntax in tutorial. 2014-08-08 18:45:24 -03:00
ivannotes f090260d10 Add test case for tunneling proxy
Conflicts:
	scrapy/tests/test_proxy_connect.py
2014-08-08 18:42:03 -03:00
ivannotes d8793afccf Bugfix for leaking Proxy-Authorization header to remote host when using
tunneling
2014-08-08 18:42:03 -03:00
Paul Tremberth ed1f376d2b Extract links from XHTML documents with MIME-Type "application/xml"
"application/xhtml+xml" is already interpreted as HTML
and link extractor is fine with it to extract links.

Only for XML documents can the namespaces in tags be an issue.

Fixes #780

Do both tag and attribute tests in _iter_links() method
2014-07-11 17:15:16 -03:00
Pablo Hoffman 91a110622b Merge pull request #793 from roysc/patch-1
Fix typo in commands.rst
2014-07-10 13:27:10 -03:00
Roy Crihfield 743e1e2034 Fix typo in commands.rst 2014-07-10 11:04:48 -05:00
Daniel Graña e22daaf411 better testcase for settings.overrides.setdefault 2014-07-09 01:42:10 -03:00
ivan 5ec430baa7 Using CRLF as line marker according to http 1.1 definition 2014-07-09 01:42:04 -03:00
Daniel Graña 2cba7b5dee Add 0.24.2 release notes 2014-07-08 05:53:08 -03:00
Daniel Graña 37af19296e Bump version: 0.24.1 → 0.24.2 2014-07-08 05:51:21 -03:00
Daniel Graña e5e81335e7 Use a mutable mapping to proxy deprecated settings.overrides and settings.defaults attribute 2014-07-08 05:45:23 -03:00
Daniel Graña 3cd6146e19 there is not support for python3 yet 2014-07-01 17:12:11 +00:00
Daniel Graña fa5d76b2df Update python compatible version set to debian packages 2014-07-01 13:50:46 -03:00
Mikhail Korobov c6a9e20473 DOC fix formatting in release notes 2014-06-28 13:29:56 +06:00
Daniel Graña 620f712e20 Add 0.24.1 release notes 2014-06-27 12:02:41 -03:00
Daniel Graña 55e6d06c8d Bump version: 0.24.0 → 0.24.1 2014-06-27 12:00:10 -03:00