users/rolando/scrapy

log

age author description
5 months ago Rolando Espinoza La fuente examples/experimental: added imdb top movies spiderdefault tip
5 months ago Rolando Espinoza La fuente examples/experimental: added gooledir crawler
5 months ago Rolando Espinoza La fuente docs: added crawlspider v2 outline documentation
5 months ago Rolando Espinoza La fuente contrib_exp: added crawlspider v2 package + tests
5 months ago Rolando Espinoza La fuente utils.python: added equal_attributes() to compare two objects arbitrary attributes
5 months ago Rolando Espinoza La fuente merged upstream
5 months ago Pablo Hoffman Automated merge with http://hg.scrapy.org/scrapy-0.8/
5 months ago Pablo Hoffman fixed bug which was causing the DOWNLOAD_DELAY setting to be ignored (the spider download_delay attribute was working though)
5 months ago Pablo Hoffman Automated merge with http://hg.scrapy.org/scrapy-0.8/
5 months ago Pablo Hoffman fixed bug which was considering DOWNLOAD_DELAY as an int setting, where it should be a float
5 months ago Daniel Grana Automated merge with ssh://hg.scrapy.org/scrapy-0.8
5 months ago Daniel Grana docs: adds another spider example that yields multiples requests/items from a single callback
5 months ago Pablo Hoffman Automated merge with http://hg.scrapy.org/scrapy-0.8
5 months ago Pablo Hoffman sort settings doc alphabetically by setting name
6 months ago Pablo Hoffman Automated merge with http://hg.scrapy.org/scrapy-0.8
6 months ago Pablo Hoffman added spiders to some error logging in Engine and Scraper core components
6 months ago Pablo Hoffman Automated merge with http://hg.scrapy.org/scrapy-0.8
6 months ago Pablo Hoffman fixed doc typo
6 months ago Pablo Hoffman Automated merge with http://hg.scrapy.org/scrapy-0.8
6 months ago Pablo Hoffman added some encoding aliases not provided in Python by default - fixes #130
6 months ago Pablo Hoffman Automated merge with http://hg.scrapy.org/scrapy-0.8
6 months ago Pablo Hoffman fixed description of LOG_STDOUT setting
6 months ago Pablo Hoffman Automated merge with http://hg.scrapy.org/scrapy-0.8
6 months ago Pablo Hoffman install.rst: added explanation about why libxml2 2.6.28 or above is required
6 months ago Rolando Espinoza La fuente docs: fixed typos and updated code examples
6 months ago Rolando Espinoza La fuente templates: updated code
7 months ago Pablo Hoffman Automated merge with http://hg.scrapy.org/scrapy-0.8
7 months ago Pablo Hoffman titlecased Scrapy easy_install and some fixes to sign_release.sh script
7 months ago Pablo Hoffman bumped version to 0.9-dev
7 months ago Pablo Hoffman Added tag 0.8 for changeset eef0b17d8752
7 months ago Pablo Hoffman Removed tag 0.8-rc10.8
7 months ago Pablo Hoffman removed rc1 from version 0.8 (good enough for a stable release)
7 months ago Pablo Hoffman Automated merge with http://hg.scrapy.org/scrapy-stable
7 months ago Pablo Hoffman added |version| to documentation title
7 months ago Pablo Hoffman Added tag 0.8-rc1 for changeset 22de0cc4b778
7 months ago Pablo Hoffman removed (pretty useless) build_release.sh script - see http://dev.scrapy.org/wiki/ScrapyReleaseProcedure
7 months ago Pablo Hoffman title-cased project name in setup.py
7 months ago Pablo Hoffman Automated merge with http://hg.scrapy.org/scrapy-stable
7 months ago Ismael Carnales Fix RobotsTxtMiddleware reference in doc
7 months ago Pablo Hoffman changed version to 0.8-rc1
7 months ago Pablo Hoffman added minor delay to httpcache tests, for them to pass on win32
7 months ago Pablo Hoffman Changed character used in unit test because it's not a valid file name char on win32
7 months ago Pablo Hoffman Fixed bug in file:// downloader handler with uris containing percent-escaped chars
7 months ago Pablo Hoffman uncommented some lines in extras/build_release.sh
7 months ago Pablo Hoffman removed some old code from scrapy.spider.models
7 months ago Pablo Hoffman adjusted some core code and comments for consistency after the move to spider references
7 months ago Pablo Hoffman Added Settings class tests, and fixed minor bug
7 months ago Pablo Hoffman Decoupled Settings class from environment settings singleton (scrapy.conf.settings)
7 months ago Pablo Hoffman fixed bug in OpenSSL depedency test which was comparing versions alphabetically, instead of numerically
7 months ago Pablo Hoffman don't fail if OpenSSL is not installed in test_dependencies.py
8 months ago Ismael Carnales Move webconsole extensions doc to webconsole topic
8 months ago Ismael Carnales Remove domain references in close spider extension doc
8 months ago Ismael Carnales Rename Close domain to close spider in extensions doc
8 months ago Ismael Carnales Reorder signals doc to respect alphabetical order
8 months ago Ismael Carnales Correct param formatting in item pipelines doc
8 months ago Pablo Hoffman Fixed compatibility issues with Twisted 9 (closes #128)
8 months ago Pablo Hoffman added iter_all() function to scrapy.util.trackref module and improved memory leaks documentation. also added a new FAQ antry about memory issues
8 months ago Pablo Hoffman Automated merge after applying ajones patch
8 months ago ajones1 fix name errors on robots.txt middleware during spider_close
8 months ago Pablo Hoffman Fixed logging of "Spider closed" message in engine