Commit Graph

4837 Commits

Author SHA1 Message Date
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
nyov c63882ba79 Put a blurb about support channels in CONTRIBUTING 2015-08-06 17:54:13 -03:00
Andrew Murray a9ae7b0973 Fixed typos 2015-08-06 17:53:52 -03:00
Nikola Pavlović 7c8a4fed0b Fix reference. 2015-08-06 17:52:48 -03:00
Daniel Graña 5b8c9e5651 Add 1.0.1 release notes 2015-07-01 01:49:05 -03:00
Daniel Graña 1f01385379 Bump version: 1.0.0 → 1.0.1 2015-07-01 01:45:25 -03:00
Yaroslav Halchenko eca227e215 ENH: include tests/ to source distribution in MANIFEST.in 2015-07-01 01:40:39 -03:00
Capi Etheriel b8567bc4bc Fix SelectJmes documentation 2015-07-01 01:40:11 -03:00
Daniel Graña cc00ad20cf Unquote request path before passing to FTPClient, it already escape paths 2015-07-01 01:39:29 -03:00
Marco DallaG 392233f7e4 DOC Bring Ubuntu and Archlinux outside of Windows subsection
In the installation guide, in the "Platform specific installation notes" section, Ubuntu and ArchLinux are currently subsections of Windows, which does not make sense imho.
This commit changes the section tree from:

Platform specific installation notes
- Windows
  -- Archlinux
  -- Ubuntu

To:

Platform specific installation notes
- Windows
- Ubuntu
- Archlinux
2015-07-01 01:38:46 -03:00
Pablo Hoffman 5303c66a58 remove version suffix from ubuntu package 2015-06-22 10:58:00 -03:00
Julia Medina c89fa29c41 Update release date for 1.0 2015-06-19 18:49:13 -03:00
Julia Medina 3017b1033f Bump version: 1.0.0rc3 → 1.0.0 2015-06-19 17:56:44 -03:00
Daniel Graña 2ff9888e2d Generated version as pep440 and dpkg compatible 2015-06-16 00:13:30 +00:00
agusc 5455a44e4e removed SUFFIX from scrapy name package 2015-06-15 18:04:30 -03:00