1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-25 20:23:56 +00:00

2355 Commits

Author SHA1 Message Date
Pablo Hoffman
754d0f53f9 Fixed unbounded spider error in shell, and enclosed fetch() method in a try/except block for logging errors more reliably 2010-09-23 12:33:24 -03:00
Pablo Hoffman
37c25fe9a8 Fixed CrawlerSettings.__str__() method when settings_module is None 2010-09-23 12:32:49 -03:00
Pablo Hoffman
f29b346f79 Fixed access to settings module name, broken after recent changes to Settings classes 2010-09-22 22:21:29 -03:00
Pablo Hoffman
9599bde3e9 Removed RequestLimitMiddleware 2010-09-22 16:09:13 -03:00
Pablo Hoffman
97d77c79c2 Added tests for CrawlerSettings and SpiderSettings classes 2010-09-22 16:09:13 -03:00
Pablo Hoffman
ed4aec187f Ported code to use new unified access to spider settings, keeping backwards compatibility for old spider attributes. Refs #245 2010-09-22 16:09:13 -03:00
Pablo Hoffman
2459d20cc0 Added support for unifying access to per-spider settings. Refs #245 2010-09-22 16:09:13 -03:00
Pablo Hoffman
a4639ffb06 Removed hacky SCRAPY_SETTINGS_DISABLED environment variable 2010-09-22 16:08:18 -03:00
Pablo Hoffman
b6c2b55e5b Splitted settings classes from settings singleton. Closes #244
--HG--
rename : scrapy/conf/__init__.py => scrapy/conf.py
rename : scrapy/conf/default_settings.py => scrapy/settings/default_settings.py
rename : scrapy/tests/test_conf.py => scrapy/tests/test_settings.py
2010-09-22 15:47:33 -03:00
Pablo Hoffman
1c20a5e5c7 Automated merge with http://hg.scrapy.org/scrapy-0.10 2010-09-22 15:44:11 -03:00
Pablo Hoffman
b11e11037f Make custom project commands discovery work with eggified projects. Fixes #247 2010-09-22 15:42:31 -03:00
Pablo Hoffman
2ebfa7e68d Removed unneeded code (since autodoc is not used in Sphinx doc) 2010-09-22 10:52:02 -03:00
Pablo Hoffman
f3769651af Refactored Scrapyd code to fix a couple of bugs that ocurred when running projects without eggs 2010-09-22 01:04:15 -03:00
Pablo Hoffman
0ffc8d29b6 Don't silence warnings after log is started. Closes #246 2010-09-22 01:00:34 -03:00
Pablo Hoffman
be3293df52 Automated merge with http://hg.scrapy.org/scrapy-0.10 2010-09-20 08:48:42 -03:00
Pablo Hoffman
4c61df7abb get_spider_list_from_eggfile(): fixed bug when SCRAPY_SETTINGS_DISABLED is set 2010-09-20 08:47:55 -03:00
Pablo Hoffman
8329491296 Added Shuaib Khan to AUTHORS 2010-09-20 08:34:22 -03:00
Shuaib
9288f622f9 Added formname parameter for FormRequest.from_response 2010-09-20 08:33:24 -03:00
Pablo Hoffman
400c4134af Make scrapyd.eggutils compatible with Python 2.5 and added tests for get_spider_list_from_eggfile() function (closes #242) 2010-09-19 21:08:27 -03:00
Pablo Hoffman
b6a95f943e Automated merge with http://hg.scrapy.org/scrapy-0.10 2010-09-19 19:54:17 -03:00
Ping Yin
aa86f180b9 BaseSgmlLinkExtractor: Fix extract '>>' as '>'
The anchor text is extracted as '>' in
<a href="/">&gt;&gt;</a>

Signed-off-by: Ping Yin <pkufranky@gmail.com>
2010-09-19 19:28:35 -03:00
Ping Yin
f41fd3214e test_engine.py: fix typo brwoser => browser
Signed-off-by: Ping Yin <pkufranky@gmail.com>
2010-09-19 19:28:13 -03:00
Pablo Hoffman
a8325a3017 Automated merge with http://hg.scrapy.org/scrapy-0.10 2010-09-17 17:21:32 -03:00
Pablo Hoffman
08952562e9 Make Ubuntu package conflict with standard Scrapy Debian/Ubuntu package 2010-09-17 16:25:02 -03:00
Daniel Grana
627bc3e7ac Automated merge with ssh://hg.scrapy.org/scrapy-0.10 2010-09-16 14:30:27 -03:00
Daniel Grana
cad077574b Fix black shapes appearing round transparent images 2010-09-16 14:19:32 -03:00
Pablo Hoffman
8d24547ed0 Automated merge with http://hg.scrapy.org/scrapy-0.10 2010-09-15 21:05:48 -03:00
Pablo Hoffman
4cecbcdc5b Fixed bug in Scrapyd launcher when running projects without eggs. Refs #238 2010-09-15 21:03:43 -03:00
Pablo Hoffman
a5908f052f Bumped version to 0.10.3 2010-09-15 21:03:21 -03:00
Pablo Hoffman
34fc36ffb2 Automated merge with http://hg.scrapy.org/scrapy-0.10 2010-09-15 14:49:21 -03:00
Pablo Hoffman
b33c8e49e2 Added tag 0.10.2 for changeset 68d08e757571 2010-09-15 14:48:47 -03:00
Pablo Hoffman
edfba29dfd Re-bumped version to 0.11 2010-09-15 14:27:27 -03:00
Pablo Hoffman
c01b8651ff Bumped version to 0.10.2 0.10.2 2010-09-15 14:04:33 -03:00
Pablo Hoffman
5fe9a49e51 Force recalculating the encoding on HTTPCompression middleware until we are sure the responsetypes guessing is reliable. Refs #239, #240 2010-09-15 13:57:17 -03:00
Pablo Hoffman
28f6bdf7bb Added tag 0.10.1 for changeset bb80107f959d 2010-09-15 02:44:41 -03:00
Pablo Hoffman
beee7e4fbc Merge with trunk 0.10.1 2010-09-15 01:50:42 -03:00
Pablo Hoffman
39499a2437 Fixed bug in HTTP Compression middleware which was failing to properly discover the encoding when the encoding was declared inside the response body. Closes #239. Also changed responsetypes to return Response class (instead of HtmlResponse) when the response has a Content-Encoding header 2010-09-14 20:22:25 -03:00
Pablo Hoffman
9acc99e723 Added 'inthread' decorator 2010-09-14 14:36:35 -03:00
Pablo Hoffman
c559b06a85 Removed unused import 2010-09-14 01:53:05 -03:00
Pablo Hoffman
833baa6041 Support running projects without eggs in Scrapyd. Closes #238 2010-09-14 01:44:25 -03:00
Pablo Hoffman
b76cd42690 Added tests for Scrapyd components. Closes #237 2010-09-14 01:44:10 -03:00
Pablo Hoffman
d0c7a946bd Bumped version to 0.10.1 2010-09-13 19:02:21 -03:00
Pablo Hoffman
1fa96dbcd3 Bumped version to 0.11 2010-09-13 19:02:15 -03:00
Pablo Hoffman
e2a3ab5141 Added tag 0.10 for changeset 3b32720c96a3 2010-09-13 18:49:33 -03:00
Pablo Hoffman
a3fc60cfcd Added missing mime.types files to MANIFEST.in 0.10 2010-09-11 04:30:08 -03:00
Pablo Hoffman
bf467fc37a Check 'dont_merge_cookies' membership in request.meta, instead of getting its value 2010-09-10 15:29:15 -03:00
Pablo Hoffman
e7a958a035 Fixed exception thrown when in FreeBSD when /proc exists but it's not mounted. Closes #235 2010-09-10 15:17:36 -03:00
Pablo Hoffman
b16eff227b Bumped version to 0.10 2010-09-10 01:48:45 -03:00
Pablo Hoffman
9b9b3a2b64 Removed unused import 2010-09-09 23:35:51 -03:00
Pablo Hoffman
7d14a52234 Reference dont_merge_cookies in list of special Request.meta keys 2010-09-09 21:54:26 -03:00