| .. |
|
commands
|
more python3 compatibility changes for urllib
|
2015-04-01 19:50:56 +00:00 |
|
contracts
|
Allow spiders to return dicts. See GH-1064.
|
2015-03-18 07:26:56 +05:00 |
|
contrib
|
dissolve `scrapy.contrib_exp`
|
2015-04-07 21:20:48 +00:00 |
|
contrib_exp
|
dissolve `scrapy.contrib_exp`
|
2015-04-07 21:20:48 +00:00 |
|
core
|
Merge pull request #1089 from drack3800/master
|
2015-03-31 17:30:08 -03:00 |
|
http
|
more python3 compatibility changes for urllib
|
2015-04-01 19:50:56 +00:00 |
|
selector
|
Use generator sintax in re_first
|
2015-03-18 21:11:08 -03:00 |
|
settings
|
Setting maximum thread pool size in reactor.
|
2015-03-31 10:56:31 +02:00 |
|
templates
|
making commented code indentation consistent
|
2015-03-19 15:41:43 -03:00 |
|
utils
|
dissolve `scrapy.contrib_exp`
|
2015-04-07 21:20:48 +00:00 |
|
xlib
|
pydispatch - pep8
|
2015-03-16 21:43:43 +00:00 |
|
VERSION
|
Bump version: 0.25.0 → 0.25.1
|
2014-07-09 03:05:39 -03:00 |
|
__init__.py
|
emphasize web crawling over screen scraping on scrapy description. closes #586
|
2015-03-18 00:24:16 -03:00 |
|
_monkeypatches.py
|
cleanup toplevel namespace
|
2014-04-15 01:09:35 +06:00 |
|
cmdline.py
|
PY3: use six.iterkeys, six.iteritems, and tempfile
|
2014-07-14 18:47:22 +08:00 |
|
command.py
|
Drop support for ScrapyCommand.crawler property
|
2014-08-12 14:02:56 -03:00 |
|
conf.py
|
better backwards compatibility for scrapy.conf.settings
|
2012-10-25 11:41:40 -02:00 |
|
crawler.py
|
Move spider settings population to Crawler.__init__
|
2015-04-01 23:29:10 -03:00 |
|
dupefilter.py
|
rename attribute to match conventions used for XXX_DEBUG settings (in autothrottle and cookies mw)
|
2014-02-20 12:03:06 -02:00 |
|
exceptions.py
|
pylint cleanup: unused imports and old-style exceptions
|
2013-10-18 19:23:45 +06:00 |
|
extension.py
|
Made ExtensionManager a subclass of MiddlewareManager
|
2010-08-22 05:33:08 -03:00 |
|
interfaces.py
|
SpiderManager interface cleanup
|
2014-08-12 14:02:55 -03:00 |
|
item.py
|
items: Use BaseItem.__hash__ and six.add_metaclass decorator
|
2014-07-24 15:37:10 -03:00 |
|
link.py
|
PY3 port scrapy.link
|
2014-08-02 00:16:01 +06:00 |
|
linkextractor.py
|
move restrict_css argument to end of argument list in link extractors for backwards compatibility, use keyword arguments in link extractor super().__init__() calls
|
2014-12-15 09:18:15 -02:00 |
|
log.py
|
Support multiple simultaneous LogObservers listening different crawlers
|
2014-08-12 14:02:56 -03:00 |
|
logformatter.py
|
Log level return from LogFormatter methods
|
2012-12-29 11:43:41 +07:00 |
|
mail.py
|
PY3: use six.BytesIO and six.moves.cStringIO
|
2014-07-15 15:52:10 +08:00 |
|
middleware.py
|
Promote startup info on settings and middleware to INFO level
|
2014-01-09 19:37:06 +01:00 |
|
mime.types
|
moved module scrapy.core.downloader.responsetypes to scrapy.responsetypes
|
2011-08-07 02:49:57 -03:00 |
|
project.py
|
Drop support for scrapy.project.crawler (And scrapy.stats consequently)
|
2014-08-12 14:02:56 -03:00 |
|
resolver.py
|
t.i.b.ThreadedResolver is now a new-style class
|
2014-12-16 19:28:39 +00:00 |
|
responsetypes.py
|
PY3 MimeTypes wants files in text mode.
|
2014-08-01 03:28:05 +06:00 |
|
shell.py
|
Drop support for scrapy.project.crawler (And scrapy.stats consequently)
|
2014-08-12 14:02:56 -03:00 |
|
signalmanager.py
|
remove debugging code
|
2013-02-27 03:52:55 -02:00 |
|
signals.py
|
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 |
|
spider.py
|
Non mutable default in Spider.custom_settings
|
2014-09-01 21:56:57 -03:00 |
|
spidermanager.py
|
SPIDER_MODULES can be set as a csv string
|
2014-09-10 23:25:57 -03:00 |
|
squeue.py
|
PY3: use six.moves.cPickle
|
2014-07-14 17:15:28 +08:00 |
|
stats.py
|
Drop support for scrapy.project.crawler (And scrapy.stats consequently)
|
2014-08-12 14:02:56 -03:00 |
|
statscol.py
|
minor message update: spider stats -> Scrapy stats
|
2012-10-12 16:53:44 -02:00 |
|
telnet.py
|
telnet client: fix unexisting reference to engine.slots
|
2013-11-19 04:52:24 +01:00 |