1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-23 00:43:43 +00:00

4257 Commits

Author SHA1 Message Date
Paul Tremberth
8d5c2fe30b Fix Travis CI config for conditional releases 2014-07-10 13:44:32 +02:00
Daniel Graña
0fd119dfec Bump version: 0.25.0 → 0.25.1 0.25.1 2014-07-09 03:05:39 -03:00
Daniel Graña
9b8e1836c8 deploy to pypi only on even minor version 2014-07-09 02:50:12 -03:00
Daniel Graña
ea8e444bd6 better testcase for settings.overrides.setdefault 2014-07-09 01:41:27 -03:00
Pablo Hoffman
4bb0989833 Merge pull request #787 from ivannotes/master
Using CRLF as line marker according to http 1.1 definition
2014-07-08 19:37:01 -03:00
Daniel Graña
379f6ee6b2 Add 0.24.2 release notes 2014-07-08 05:53:35 -03:00
Daniel Graña
acbde40fe7 Use a mutable mapping to proxy deprecated settings.overrides and settings.defaults attribute 2014-07-08 05:27:13 -03:00
ivan
a9c7f8b26d Using CRLF as line marker according to http 1.1 definition 2014-07-08 14:37:44 +08:00
Mikhail Korobov
e29eec9c2a Merge pull request #786 from zsiciarz/patch-1
Fixed Python syntax in tutorial.
2014-07-04 14:45:45 +06:00
Zbigniew Siciarz
0466e8cb7a Fixed Python syntax in tutorial. 2014-07-04 10:38:01 +02:00
Mikhail Korobov
f3f3a440d3 fix a couple of typos in sep-19 2014-07-04 04:03:45 +06:00
Pablo Hoffman
19dc3fa053 fix typo 2014-07-03 17:54:21 -03:00
Mikhail Korobov
a653bf38be Merge pull request #779 from Digenis/master
selector.__repr__ test
2014-07-03 20:31:15 +06:00
Nikolaos-Digenis Karagiannis
aacf1d05e1 selector.__repr__ test, unicode query 2014-07-03 13:11:25 +03:00
Nikolaos-Digenis Karagiannis
9ac639abd3 selector.__repr__ test, rename method 2014-07-03 13:10:55 +03:00
Nikolaos-Digenis Karagiannis
d2d014a4e9 selector.__repr__ test, repr type is bytesarray 2014-07-03 09:32:52 +03:00
Pablo Hoffman
36d99a0739 Merge pull request #777 from scrapy/deprecate-sgml
Deprecate SgmlLinkExtractor
2014-07-02 19:05:49 -03:00
Mikhail Korobov
19228c6584 Remove FixedSGMLParser: it is both useless and unused. 2014-07-03 03:59:28 +06:00
Mikhail Korobov
7316a37635 FixedSGMLParser is useless. 2014-07-03 01:32:33 +06:00
Pablo Hoffman
4b17aa222e Merge pull request #776 from kmike/py3-tests-fix
PY3 make it possible to run some tests in Python3
2014-07-02 15:58:14 -03:00
Mikhail Korobov
00cd4f0fa5 deprecate SgmlLinkExtractor 2014-07-02 23:15:17 +06:00
Mikhail Korobov
2b749668ba Deprecate scrapy.python.utils.FixedSGMLParser
SGML link extractor that uses it is also going to be deprecated;
sgmllib module is not available in Python 3.
2014-07-02 22:48:16 +06:00
Mikhail Korobov
e38e3d2752 PY3 make it possible to run some tests in Python3
* switch to Twisted 14.0.0 because SVN version broke twisted.log in Python 3;
* skip top-level shortcuts to make at least some tests pass;
* use PY3 compatible import of _monkeypatches.
2014-07-02 22:23:01 +06:00
Daniel Graña
e87dc37741 Merge pull request #775 from kmike/rename-sflo
rename "sflo" local variables to less cryptic "log_observer"
2014-07-02 11:49:23 -03:00
Nikolaos-Digenis Karagiannis
daabc718a9 selector.__repr__ test 2014-07-02 16:03:21 +03:00
Mikhail Korobov
9d3aa945f4 rename "sflo" local variables to less cryptic "log_observer" 2014-07-02 18:16:26 +06:00
Daniel Graña
e17866aaab there is not support for python3 yet 2014-07-01 17:12:01 +00:00
Daniel Graña
e58c23e4a9 Update python compatible version set to debian packages 2014-07-01 12:12:31 -03:00
Mikhail Korobov
173a9dfe86 DOC fix formatting in release notes 2014-06-28 13:28:57 +06:00
Daniel Graña
284a2a06c9 Add 0.24.1 release notes 2014-06-27 12:03:37 -03:00
Daniel Graña
d76108c666 Merge pull request #770 from dangra/769-settings-bugfix
Fix deprecated CrawlerSettings
2014-06-27 11:55:21 -03:00
Daniel Graña
3b6fae1e61 Fix deprecated CrawlerSettings and increase backwards compatibility with .defaults attribute 2014-06-27 11:35:35 -03:00
Daniel Graña
77c8284fa5 set 0.24.0 release date 2014-06-26 11:45:32 -03:00
Daniel Graña
93f255c08f Bump version: 0.24.0 → 0.25.0 0.25.0 2014-06-26 11:24:52 -03:00
Daniel Graña
f0facb9793 Bump version: 0.23.0 → 0.24.0 0.24.0 2014-06-26 10:30:37 -03:00
Daniel Graña
ee33efac39 Add 0.24.0 release notes 2014-06-26 10:29:47 -03:00
Daniel Graña
eb97d257f0 Merge pull request #764 from dangra/763-bugfix
no need to keep links as instance attribute
2014-06-25 16:29:15 -03:00
Daniel Graña
53057728fb No need to keep extracted links as instance attribute. fixes #763 2014-06-25 16:11:35 -03:00
Daniel Graña
ccec728c3a Merge pull request #762 from kmike/688-spider-templates
add utf8 encoding header to spider templates
2014-06-25 15:56:33 -03:00
Mikhail Korobov
6fb7093154 add utf8 encoding header to spider templates 2014-06-26 00:30:27 +06:00
Mikhail Korobov
df4ba41c82 Merge pull request #688 from stillzhl/master
add encoding utf-8 to the first line
2014-06-26 00:26:12 +06:00
Daniel Graña
436c1c8980 address latest comments 2014-06-25 15:12:58 -03:00
Daniel Graña
2ad8db6ae6 Merge pull request #761 from dangra/lxmlextractor
Promote LxmlLinkExtractor as LxmlExtractor
2014-06-25 15:07:02 -03:00
Daniel Graña
a9ecef5662 promote LxmlLinkExtractor as default in docs 2014-06-25 14:34:30 -03:00
Mikhail Korobov
ef81127b99 Merge pull request #760 from dangra/546-remaining
recognize jl extension as jsonlines exporter and update docs
2014-06-25 23:31:48 +06:00
Daniel Graña
5b2faf61c3 recognize jl extension as jsonlines exporter and update docs 2014-06-25 13:55:15 -03:00
Daniel Graña
f98bf2c521 Merge pull request #737 from Curita/settings-cleanup
Settings api cleanup
2014-06-25 13:01:50 -03:00
Daniel Graña
f224ac1328 Restore compatibility with Settings.overrides while still deprecating it 2014-06-25 13:01:12 -03:00
Daniel Graña
f72b1597b4 Merge pull request #718 from dangra/twisted-14.0.0
[WIP] does it work with Twisted 14.0.0?
2014-06-25 09:50:31 -03:00
Daniel Graña
d48158427a hold a reference to backwards compatible _contextFactory 2014-06-25 04:22:18 -03:00