Commit Graph

1127 Commits

Author SHA1 Message Date
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
Mikhail Korobov 8876111d5c Merge pull request #1512 from mgedmin/patch-1
Fix list formatting
2015-09-29 03:32:21 +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
Robert Weindl fbc1f25f65 Update tutorial.rst
Add missing "scrapy." prefix.
2015-09-02 17:26:14 +02:00
Rick 87522942e2 Small grammatical change 2015-08-23 15:58:53 +02:00
Daniel Graña 83a06edb92 Add 1.0.3 release notes 2015-08-11 13:49:19 -03:00
Daniel Graña 8124af9c59 Add 1.0.2 release notes 2015-08-06 18:28:18 -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
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
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 f83b18e427 Update release notes for 1.0.0rc3 2015-06-12 16:39:02 -03:00
Julia Medina e1a92eb45c DOC indent additional docs for configure_logging
(cherry picked from commit 36bc912cdd)
2015-06-12 16:09:54 -03:00
Mikhail Korobov 0f733e89e6 DOC remove FailureFormatter mentions, stop copy-pasting configure_logging docstring
(cherry picked from commit a611f8dd2d)
2015-06-12 16:09:46 -03:00
Mikhail Korobov f001641543 (backwards-incompatible) allow to pass settings=None to configure_logging
* use explicit argument for disabling root handler;
* handle LOG_STDOUT even if install_root_handler is False

(cherry picked from commit 9a787893e3)
2015-06-12 16:09:39 -03:00
Bryan Crowe 0e8f51beb1 Fix a couple typos
(cherry picked from commit 6a4c475e87)
2015-06-12 16:08:25 -03:00
Mikhail Korobov 2677f70fc3 DOC spider_error doesn't support deferreds
(cherry picked from commit 790c67b643)
2015-06-12 16:06:46 -03:00
Mikhail Korobov 7a30e6acbe make "settings" argument optional for Crawler, CrawlerRunner and CrawlerProcess
(cherry picked from commit d047665c02)
2015-06-12 16:05:36 -03:00
Julia Medina 6e61d54168 Update release notes for 1.0.0rc2 2015-06-05 17:10:18 -03:00
Julia Medina 5cd0296a16 Remove deprecated %z formatting from the default LOG_DATEFORMAT 2015-06-04 13:42:01 -03:00
Pablo Hoffman 525b349932 update old crawlera link 2015-06-01 20:38:17 -03:00
Ally Weir 16218d6534 Spelling correction
incorrect use of "too" instead of "to"
2015-06-01 22:22:53 +05:00
Mikhail Korobov 0b6c0eaa35 DOC fix non-working link (by removing it).
See https://github.com/scrapy/scrapy/pull/1260
2015-05-27 23:10:58 +05:00
Julia Medina e76359f2ae Update 1.0 release notes
(cherry picked from commit 343d20d791)
2015-05-27 12:02:56 -03:00
Daniel Graña d439c26d76 update docstring and release notes 2015-05-22 20:00:58 -03:00
Julia Medina afcf70cdc6 Add 1.0 release notes 2015-05-22 12:53:11 -03:00
Mikhail Korobov cc2258b2bb Merge pull request #1145 from bosnj/master
[MRG+1] default return value for extract_first
2015-05-21 22:03:54 +05:00
Mikhail Korobov 9b0ca1b7a0 drop support for FEED_EXPORT_FIELD=[] meaning "no fields" 2015-05-18 17:13:25 +05:00
Mikhail Korobov 9fb318338b support FEED_EXPORT_FIELDS=[] 2015-05-18 16:44:02 +05:00
Mikhail Korobov e1efd19175 TST, DOC document that Scrapy only infers field names for CSV 2015-05-18 16:43:23 +05:00