Commit Graph

4457 Commits

Author SHA1 Message Date
Elias Dorneles d7cb2b9a91 making commented code indentation consistent 2015-03-19 15:41:43 -03:00
Elias Dorneles fd67fe273a using default values for settings that are off by default 2015-03-17 09:34:54 -03:00
Elias Dorneles aa56dd30ea updating new settings to template, as pointed in PR review 2015-03-16 17:36:46 -03:00
Elias Dorneles 05a88152af adding more settings to project template 2015-03-14 16:12:37 -03:00
Mikhail Korobov c1bf8365d5 Merge pull request #1022 from scrapy/docs-reorder
DOC reorder topics
2015-03-13 16:40:47 +05:00
Mikhail Korobov baf5c59386 Merge pull request #1071 from eliasdorneles/updating-request-meta-special-keys
updating list of Request.meta special keys
2015-03-13 16:38:19 +05:00
Elias Dorneles 57a5ee0097 added example value to set for proxy meta key 2015-03-12 23:20:44 -03:00
Elias Dorneles f7031c08ff updating list of Request.meta special keys 2015-03-10 22:29:07 -03:00
Mikhail Korobov 645366a0fd Merge pull request #1070 from berkerpeksag/items-equal
assertItemsEqual was renamed to assertCountEqual in Python 3.
2015-03-08 22:54:57 +05:00
Mikhail Korobov 671d0a7523 Merge pull request #1066 from berkerpeksag/mock-import
Import unittest.mock if available.
2015-03-08 22:07:22 +05:00
Berker Peksag c86e1bebec assertItemsEqual was renamed to assertCountEqual in Python 3. 2015-03-08 15:18:49 +02:00
Berker Peksag 31e5f164d4 Import unittest.mock if available.
mock is in the stdlib since Python 3.3.
2015-03-08 15:03:04 +02:00
Daniel Graña c9d7386a32 Add 0.24.5 release notes 2015-02-25 19:36:40 -02:00
Julia Medina ee17902923 Merge pull request #1049 from scrapy/twisted-15-support
Twisted 15.0.0 Support
2015-02-16 16:16:42 -03:00
Julia Medina d67ca77e61 Support new _getEndpoint Agent signatures on Twisted 15.0.0 2015-02-15 21:14:47 -03:00
Mikhail Korobov 7a745b105c Merge pull request #1044 from klangner/master
py3-ignores.txt supports comments
2015-02-10 15:03:34 +05:00
klangner@gmail.com a0299d97f5 fixed variable name 2015-02-10 10:34:44 +01:00
klangner 5ea4a72b8e py3-ignores.txt supports comments 2015-02-09 10:28:22 +01:00
Mikhail Korobov 75f1560ff5 Merge pull request #1033 from maikroeder/patch-1
DOC typo fix in form.py
2015-02-04 15:43:00 +05:00
Maik Röder 721d8d5dae Update form.py
Typo fixed
2015-02-04 11:38:37 +01:00
Mikhail Korobov 6419f76bbc Merge pull request #1029 from dangra/contribute-to-master
DOC contribute to master branch
2015-02-03 02:10:47 +05:00
Nicolás Alejandro Ramírez Quiros 8a3b9b6131 Merge pull request #1011 from SudShekhar/master
Extension example fix to something that makes more sense
2015-01-30 15:45:52 -02:00
Sudhanshu Shekhar e42a1ac1a1 Reset items_scraped instead of item_count
items_scraped is the counter that needs to be reset each time we have scraped a specific number of items in the code instead of item_count (which represents the specific number of items needed before a message is logged). Updating the source code to reflect this.
Removed some irrelevant words from the log message.
Signed-off-by: Sudhanshu Shekhar <sudshekhar02@gmail.com>
2015-01-30 23:13:06 +05:30
Daniel Graña f0bdc14522 Tentative attention message about what document to read for contributions 2015-01-29 15:40:12 -02:00
Daniel Graña 074b4a9315 Contribute to master branch
ref #975
2015-01-29 14:53:42 -02:00
Mikhail Korobov a07b4353d6 DOC reorder topics
* duplicate "topics/commands" link is removed;
* Request/Response docs are moved to "Basic Concepts";
* settings docs are moved to "Basic Concepts";
* exceptions docs are moved to "Basic Concepts";
* "signals" and "exporters" docs are moved to "Extending Scrapy";
* "Reference" section is dropped because it is empty now.
2015-01-22 22:58:10 +05:00
Nicolás Alejandro Ramírez Quiros 2183984832 Merge pull request #1018 from barraponto/dynamic_item_practice_docs
Updates documentation on dynamic item classes.
2015-01-19 18:12:02 -02:00
Capi Etheriel 4bc14da59e Updates documentation on dynamic item classes.
Fixes #398
2015-01-19 17:21:56 -02:00
Mikhail Korobov 283d6a5344 DOC a couple more references are fixed 2015-01-19 22:07:03 +05:00
Mikhail Korobov 73e6b35622 DOC fix a reference 2015-01-19 22:02:46 +05:00
Daniel Graña 5bcb652410 Merge pull request #1017 from Curita/external-url-fix
Don't rely on external urls for tests
2015-01-19 13:57:18 -02:00
Julia Medina d68615a5af Test the parse command locally instead of against an external url 2015-01-19 10:28:25 -03:00
Daniel Graña f3110aaed1 Merge pull request #999 from Curita/fix-985
Patch hanging HTTPConnectionPool.closeCachedConnections call
2014-12-31 01:52:44 -02:00
Julia Medina 09ba4ff68a Patches Twisted issue while closing the connection pool on HTTPDownloadHandler 2014-12-30 19:53:50 -03:00
Nicolás Alejandro Ramírez Quiros 79c3274884 Merge pull request #987 from nyov/nyov/resolver
t.i.b.ThreadedResolver is now a new-style class
2014-12-17 11:28:59 -02:00
nyov 880c9e52b5 t.i.b.ThreadedResolver is now a new-style class
since 2009 / twisted-9.0.0
663d669dce
2014-12-16 19:28:39 +00:00
Pablo Hoffman 78954bc7f4 Merge pull request #978 from immerrr/fix-s3-authorization-for-quoted-paths
S3DownloadHandler: fix auth for requests with quoted paths/query params
2014-12-15 17:15:11 -02:00
immerrr 82b187f283 S3DownloadHandler: fix auth for requests with quoted paths/query params 2014-12-11 18:14:36 +03:00
Mikhail Korobov c485a05540 Merge pull request #976 from aufziehvogel/fixed_mailsender_vartypes
fixed the variable types in mailsender documentation
2014-12-11 03:02:33 +05:00
Stefan 3602fc4fcb fixed the variable types in mailsender documentation 2014-12-10 22:48:09 +01:00
Pablo Hoffman 1b03b12996 Merge pull request #961 from ldmberman/task_977_request_dropped
An attempt to resolve #957, add signal to be sent when request is dropped by the scheduler
2014-12-02 19:46:43 -02:00
Lev Berman fdb6bb07c0 #977 - test dropping requests 2014-11-28 10:53:33 +03:00
Lev Berman e04b0aff74 An attempt to resolve #977, add signal to be sent when request is dropped by the scheduler 2014-11-27 15:10:15 +03:00
Pablo Hoffman c31fb87335 Merge pull request #954 from kalessin/int-download-timeout
Force to read DOWNLOAD_TIMEOUT as int (for example to pass using environment variable)
2014-11-26 17:14:18 -02:00
Pablo Hoffman dedea72774 Merge pull request #946 from tpeng/limit-response-size
avoid download large response
2014-11-25 17:57:55 -02:00
tpeng cd19382754 attemp to fix travis fails 2014-11-25 14:20:25 +01:00
Daniel Graña 8d8e1b2c0c mitmproxy 0.10.1 needs netlib 0.10.1 too 2014-11-21 12:15:02 -02:00
Daniel Graña 314db3db8b pin mitmproxy 0.10.1 as >0.11 does not work with tests 2014-11-21 10:54:43 -02:00
Martin Olveyra 7910fa0172 Force to read DOWNLOAD_TIMEOUT as int (for example to pass using
environment variable)
2014-11-21 01:09:32 -02:00
tpeng a69f042d10 add 2 more test cases and minor doc fixes 2014-11-19 15:31:07 +01:00