| .. |
|
commands
|
Merge pull request #330 from alexcepoi/contracts_fix
|
2013-09-03 11:41:04 -03:00 |
|
contracts
|
fix a possible error in contracts post hook
|
2013-07-08 16:58:29 +02:00 |
|
contrib
|
exporters linting
|
2013-09-05 17:00:16 -03:00 |
|
contrib_exp
|
remove unused imports and some assorted pylint-ing
|
2013-08-23 13:03:34 -03:00 |
|
core
|
fix crawling tests under twisted pre 11.0.0
|
2013-08-27 14:05:37 -03:00 |
|
http
|
forms: do not submit reset inputs
|
2013-09-07 21:53:27 -03:00 |
|
selector
|
added remove_namespaces() method to XmlXPathSelector objects
|
2013-01-18 12:20:03 -02:00 |
|
settings
|
Added COMPRESSION_ENABLED setting to enable or disable the HttpCompressionMiddleware
|
2013-08-01 11:31:28 -03:00 |
|
templates
|
Fix broken doc links.
|
2012-11-12 22:43:42 +02:00 |
|
tests
|
forms: do not submit reset inputs
|
2013-09-07 21:53:27 -03:00 |
|
utils
|
fixed scrapy.utils.gz.gunzip() broken after changes from Python 2.7.3 to 2.7.4
|
2013-08-09 18:20:04 -03:00 |
|
xlib
|
Merge pull request #205 from joehillen/master
|
2013-07-16 12:34:17 -07:00 |
|
VERSION
|
bumped version to 0.19.0
|
2013-08-09 19:09:47 -03:00 |
|
__init__.py
|
remove unused imports and some assorted pylint-ing
|
2013-08-23 13:03:34 -03:00 |
|
cmdline.py
|
default to multi crawler commands
|
2013-08-19 22:43:29 +02:00 |
|
command.py
|
port all scrapy commands to new CrawlerProcess
|
2013-08-19 23:40:23 +02:00 |
|
conf.py
|
better backwards compatibility for scrapy.conf.settings
|
2012-10-25 11:41:40 -02:00 |
|
crawler.py
|
don't start reactor if no crawler is scheduled
|
2013-09-02 18:43:25 +02:00 |
|
dupefilter.py
|
log (just once) when duplicate requests are filtered out. closes #105, #249
|
2013-03-12 19:28:43 -03:00 |
|
exceptions.py
|
proper unittest-like output for scrapy contracts
|
2012-10-27 23:26:40 +02:00 |
|
extension.py
|
Made ExtensionManager a subclass of MiddlewareManager
|
2010-08-22 05:33:08 -03:00 |
|
interfaces.py
|
removed class method from_settings from ISpiderManager interface
|
2011-08-26 09:24:01 -03:00 |
|
item.py
|
deleted unused import
|
2013-04-19 14:51:59 -03:00 |
|
link.py
|
warn if Link objects are instantiated with unicode urls
|
2012-05-16 13:12:25 -03:00 |
|
linkextractor.py
|
added more extensions to ignore on link extractors
|
2012-08-07 14:23:50 -03:00 |
|
log.py
|
remove redundant kwarg
|
2013-08-21 01:52:36 +02:00 |
|
logformatter.py
|
Log level return from LogFormatter methods
|
2012-12-29 11:43:41 +07:00 |
|
mail.py
|
#327 - Support STARTTLS / SSL option in email sender
|
2013-08-14 12:59:01 +02:00 |
|
middleware.py
|
format log lines lazily in case they are dropped by loglevels
|
2012-08-31 17:14:35 -03:00 |
|
mime.types
|
moved module scrapy.core.downloader.responsetypes to scrapy.responsetypes
|
2011-08-07 02:49:57 -03:00 |
|
project.py
|
Another step towards singleton removal: deprecated crawler singleton import (from scrapy.project import crawler) by a new class method that extensions can implement to receive the crawler
|
2011-08-08 11:42:44 -03:00 |
|
resolver.py
|
remove unused imports and some assorted pylint-ing
|
2013-08-23 13:03:34 -03:00 |
|
responsetypes.py
|
- removed scrapy.conf singleton from scrapy.log, scrapy.responsetypes,
|
2012-09-19 03:03:34 -03:00 |
|
shell.py
|
fetch command should catch IgnoreRequest exception
|
2013-03-02 20:13:14 -06:00 |
|
signalmanager.py
|
remove debugging code
|
2013-02-27 03:52:55 -02:00 |
|
signals.py
|
removed request_received and added request_scheduled
|
2013-06-26 16:45:46 -03:00 |
|
spider.py
|
remove unused imports and some assorted pylint-ing
|
2013-08-23 13:03:34 -03:00 |
|
spidermanager.py
|
from_crawler added to spiders
|
2013-06-27 15:06:18 -03:00 |
|
squeue.py
|
ported code to use queuelib
|
2013-04-23 17:48:09 -03:00 |
|
stats.py
|
Removed signals/stats singletons
|
2012-08-21 18:32:30 -03:00 |
|
statscol.py
|
minor message update: spider stats -> Scrapy stats
|
2012-10-12 16:53:44 -02:00 |
|
telnet.py
|
change manager in telnet variable to crawler
|
2013-05-08 11:58:15 +08:00 |
|
webservice.py
|
format log lines lazily in case they are dropped by loglevels
|
2012-08-31 17:14:35 -03:00 |