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
Julia Medina
1e7eecc274
Bump version: 1.0.0rc2 → 1.0.0rc3
2015-06-12 16:41:50 -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
c34ec6694c
Stop reactor on Ctrl-C regardless of 'stop_after_crawl'. Fixes GH-1279.
...
(cherry picked from commit 64399d18d8 )
2015-06-12 16:07:24 -03:00
Mikhail Korobov
3b0391b8f2
CrawlerProcess cleanup
...
* remove unneeded lambda;
* extract _get_dns_resolver method and format code to pep8.
(cherry picked from commit 33d145e2f5 )
2015-06-12 16:07:17 -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
Berker Peksag
423826c1be
Fix typos in scrapy/commands/setting.py
...
* intepreted -> interpreted
* "a list" instead of "an float" in --getlist help
* "an float"-> "a float"
Also, backslashes were redundant. So I removed them.
(cherry picked from commit 66e5591eb9 )
2015-06-12 16:06:15 -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
Rolando Espinoza
b285cebcbf
Do leveldb compactation for the httpcache on closing.
2015-06-12 11:18:37 -03:00
Julia Medina
a2dbde98d5
Bump version: 1.0.0rc1 → 1.0.0rc2
2015-06-05 17:12:56 -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
Mikhail Korobov
f6ae78f4b1
fixed spider custom_settings
...
https://github.com/scrapy/scrapy/pull/1128 moved spidercls.update_settings
call to a later stage; this commit moves it back.
2015-06-03 22:19:05 +05:00
Mikhail Korobov
bd271d8b99
TST a test case to show custom_settings doesn't always work
2015-06-03 22:19:05 +05:00
Julia Medina
2d6450a4ad
Add helper to update deprecated class paths
2015-06-01 20:39:29 -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
19ac046343
fixed CrawlerProcess when settings are passed as dicts
...
See https://github.com/scrapy/scrapy/pull/1156
(cherry picked from commit aa6a72707d )
2015-06-01 12:50:41 -03:00