Commit Graph

4851 Commits

Author SHA1 Message Date
Daniel Graña df2b9448a9 Add PyPI download stats badge 2015-12-30 15:02:18 -03:00
Mikhail Korobov a83ab41ba0 don't run tests twice on Travis if a PR is made from a scrapy/scrapy branch 2015-12-30 14:58:42 -03:00
Mikhail Korobov 73ac80d3ca Add Python 3 porting status badge to the README 2015-12-30 14:47:35 -03:00
Mikhail Korobov 97d080ee26 fixed RFPDupeFilter persistence 2015-12-30 14:47:08 -03:00
Mikhail Korobov 97f2fb302d TST a test to show that dupefilter persistence is not working 2015-12-30 14:47:01 -03:00
Daniel Graña d9b4850c44 explicit close file on file:// scheme handler 2015-12-30 14:46:52 -03:00
Νικόλαος-Διγενής Καραγιάννης c0d0734027 Disable dupefilter in shell 2015-12-30 14:42:41 -03:00
orangain aa239ade8a DOC: Add captions to toctrees which appear in sidebar 2015-12-30 14:35:26 -03:00
Rolando Espinoza 10eb400e25 DOC Removed pywin32 from install instructions as it's already declared as dependency. 2015-12-30 14:35:16 -03:00
Rolando Espinoza 1c3600abd7 Added installation notes about using Conda for Windows and other OSes. 2015-12-30 14:34:59 -03:00
David Chen 7f4ddd5d8d Fixed minor grammar issues. 2015-12-30 14:34:47 -03:00
Valdir Stumm Jr b71f6775c1 fixed a typo in the documentation. 2015-12-30 14:34:15 -03:00
Christian Pedersen 5456c0e610 Version 1 now exists 2015-12-30 14:34:06 -03:00
hoatle 0a1366ed8d fix another invalid xpath error 2015-12-30 14:33:19 -03:00
Hoat Le ca8d60f267 fix ValueError: Invalid XPath: //div/[id="not-exists"]/text() on selectors.rst
>>> response.xpath('//div/[id="not-exists"]/text()').extract_first() is None
Traceback (most recent call last):
  File "<console>", line 1, in <module>
  File "/home/vagrant/.virtualenvs/scrapy/lib/python2.7/site-packages/scrapy/http/response/text.py", line 109, in xpath
    return self.selector.xpath(query)
  File "/home/vagrant/.virtualenvs/scrapy/lib/python2.7/site-packages/scrapy/selector/unified.py", line 100, in xpath
    raise ValueError(msg if six.PY3 else msg.encode("unicode_escape"))
ValueError: Invalid XPath: //div/[id="not-exists"]/text()
2015-12-30 14:33:13 -03:00
smirecki 7067117a7b Typos corrections
I've made a few small corrections, some spelling changes and typo fixes.
I've tried to respect regional spelling differences and avoided proposing hyphenating compound words.

 Please enter the commit message for your changes. Lines starting
2015-12-30 14:32:54 -03:00
hy 32f115c4c6 fix typos in downloader-middleware.rst and exceptions.rst, middlware -> middleware 2015-12-30 14:30:59 -03:00
Julia Medina 23fda69f3a Add note to ubuntu install section about debian compatibility 2015-12-30 14:30:36 -03:00
Julia Medina 98b63eeba4 Replace alternative OSX install workaround with virtualenv 2015-12-30 14:30:28 -03:00
Julia Medina 1925db1345 Reference Homebrew's homepage for installation instructions 2015-12-30 14:30:21 -03:00
Julia Medina 5d10d6dcc1 Add oldest supported tox version to contributing docs
Better fix for #1337
2015-12-30 14:30:15 -03:00
Julia Medina 85c980e2fa Note in install docs about pip being already included in python>=2.7.9 2015-12-30 14:29:55 -03:00
Julia Medina fbd010d603 Add non-python dependencies to Ubuntu install section in the docs
Closes #1314 and closes #1198.
2015-12-30 14:29:40 -03:00
Julia Medina d8f4cbae10 Add OS X installation section to docs
Closes #1342 and (possibly) #1126
2015-12-30 14:29:24 -03:00
Yaroslav Halchenko de73b1a2c5 DOC(ENH): specify path to rtd theme explicitly 2015-12-30 14:28:24 -03:00
David Tagatac 1ddcc7b96a minor: scrapy.Spider docs grammar 2015-12-30 14:28:09 -03:00
Aivars Kalvāns 1b85bcf336 Make common practices sample code match the comments 2015-12-30 14:27:42 -03:00
Alexander Sibiryakov 55f71043e1 nextcall repetitive calls (heartbeats). 2015-12-04 10:07:31 -03:00
Daniel Graña b262411683 Backport fix compatibility with Twisted 15.4.0 2015-09-29 23:00:30 -03:00
Mikhail Korobov a6535c2ae5 pin pytest to 2.7.3 2015-09-29 03:36:16 +05:00
Mikhail Korobov 8876111d5c Merge pull request #1512 from mgedmin/patch-1
Fix list formatting
2015-09-29 03:32:21 +05:00
Mikhail Korobov 5d4daf81ac Merge pull request #1513 from mgedmin/patch-2
Typo
2015-09-28 14:43:25 +05:00
Marius Gedminas f8d0682925 Typo 2015-09-28 12:36:34 +03:00
Marius Gedminas 5f83a93541 Fix list formatting 2015-09-28 12:29:12 +03:00
Daniel Graña 3365c01514 fix scrapy squeue tests after recent changes to queuelib 2015-09-09 16:02:37 -03:00
Mikhail Korobov 2d688cd94d Merge pull request #1475 from rweindl/patch-1
Update tutorial.rst
2015-09-02 20:33:57 +05:00
Robert Weindl fbc1f25f65 Update tutorial.rst
Add missing "scrapy." prefix.
2015-09-02 17:26:14 +02:00
Elias Dorneles 7d6538c536 Merge pull request #1449 from rhoekman/patch-1
Small grammatical change
2015-08-26 14:25:32 -03:00
Rick 87522942e2 Small grammatical change 2015-08-23 15:58:53 +02:00
Daniel Graña 13c45aca0f Add openssl version to version command 2015-08-12 14:26:58 -03:00
Daniel Graña 83a06edb92 Add 1.0.3 release notes 2015-08-11 13:49:19 -03:00
Daniel Graña be321d1c9f Bump version: 1.0.2 → 1.0.3 2015-08-11 13:49:05 -03:00
Mikhail Korobov cbc250164f add service_identity to scrapy install_requires 2015-08-11 13:40:48 -03:00
Daniel Graña 66af9cdb87 Workaround for travis#296 2015-08-11 13:36:59 -03:00
Daniel Graña 8124af9c59 Add 1.0.2 release notes 2015-08-06 18:28:18 -03:00
Daniel Graña 7e9997b2c2 Bump version: 1.0.1 → 1.0.2 2015-08-06 18:28:18 -03:00
Julia Medina 04493d5799 Fix a recent mock regression by not using it in a test 2015-08-06 18:28:18 -03:00
Daniel Graña b04dd7d1bf Twisted 15.3.0 does not raises expected exception serializing lambda functions 2015-08-06 17:57:17 -03:00
Mikhail Lyundin 6f85c7f6d6 Minor method name fix 2015-08-06 17:57:05 -03:00
David Tagatac 9c9d2e059b minor: scrapy.Spider grammar and clarity 2015-08-06 17:56:37 -03:00