| .. |
|
commands
|
Merge branch 'settings-cleanup' of https://github.com/Curita/scrapy into Curita-settings-cleanup
|
2014-06-25 02:55:20 -03:00 |
|
contracts
|
improvements to scrapy check/contracts
|
2014-06-03 14:51:25 +02:00 |
|
contrib
|
too much drama
|
2014-07-11 13:29:18 +06:00 |
|
contrib_exp
|
Replace `contenttype` references by `type`
|
2013-10-16 17:37:25 -02:00 |
|
core
|
Using CRLF as line marker according to http 1.1 definition
|
2014-07-08 14:37:44 +08:00 |
|
http
|
remove .re() shortcut
|
2014-04-23 23:17:51 -03:00 |
|
selector
|
suggest scrapy.Selector in deprecation warnings
|
2014-04-15 01:09:35 +06:00 |
|
settings
|
Use a mutable mapping to proxy deprecated settings.overrides and settings.defaults attribute
|
2014-07-08 05:27:13 -03:00 |
|
templates
|
add utf8 encoding header to spider templates
|
2014-06-26 00:30:27 +06:00 |
|
tests
|
better testcase for settings.overrides.setdefault
|
2014-07-09 01:41:27 -03:00 |
|
utils
|
Remove FixedSGMLParser: it is both useless and unused.
|
2014-07-03 03:59:28 +06:00 |
|
xlib
|
cleanup toplevel namespace
|
2014-04-15 01:09:35 +06:00 |
|
VERSION
|
Bump version: 0.25.0 → 0.25.1
|
2014-07-09 03:05:39 -03:00 |
|
__init__.py
|
PY3 make it possible to run some tests in Python3
|
2014-07-02 22:23:01 +06:00 |
|
_monkeypatches.py
|
cleanup toplevel namespace
|
2014-04-15 01:09:35 +06:00 |
|
cmdline.py
|
Change command's default_settings population in cmdline.py
|
2014-06-10 11:26:50 -03:00 |
|
command.py
|
Change how settings are overriden in ScrapyCommands
|
2014-06-10 11:26:50 -03:00 |
|
conf.py
|
better backwards compatibility for scrapy.conf.settings
|
2012-10-25 11:41:40 -02:00 |
|
conftest.py
|
Ignore files with import errors on pytest test discover
|
2014-04-04 21:47:19 -03:00 |
|
crawler.py
|
rename "sflo" local variables to less cryptic "log_observer"
|
2014-07-02 18:16:26 +06: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
|
removed class method from_settings from ISpiderManager interface
|
2011-08-26 09:24:01 -03:00 |
|
item.py
|
better call to parent class
|
2014-05-20 04:56:57 +00:00 |
|
link.py
|
warn if Link objects are instantiated with unicode urls
|
2012-05-16 13:12:25 -03:00 |
|
linkextractor.py
|
Add LxmlLinkExtractor class similar to SgmlLinkExtractor (#528)
|
2014-06-23 22:35:56 +02:00 |
|
log.py
|
rename "sflo" local variables to less cryptic "log_observer"
|
2014-07-02 18:16:26 +06:00 |
|
logformatter.py
|
Log level return from LogFormatter methods
|
2012-12-29 11:43:41 +07:00 |
|
mail.py
|
Fixed #441.
|
2014-02-18 03:50:43 -05: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
|
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
|
Running lucasdemarchi/codespell to fix typos in code
|
2014-03-06 12:41:38 -03:00 |
|
shell.py
|
Restore and deprecate "sel" shortcut
|
2014-04-24 12:47:45 -03: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
|
simplify deprecation code (@dangra’s idea)
|
2013-12-30 23:57:27 +06:00 |
|
spidermanager.py
|
from_crawler added to spiders
|
2013-06-27 15:06:18 -03:00 |
|
squeue.py
|
Python 3 compatible syntax: print, except, raise, octal numbers; removed Python 2.2 boolean compatibility code in xlib/pydispatch/dispatcher.py
|
2013-10-20 01:59:35 +06: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
|
telnet client: fix unexisting reference to engine.slots
|
2013-11-19 04:52:24 +01:00 |
|
webservice.py
|
Converted map() to list comprehension or generator for Python 3 compatibility
|
2013-10-22 13:18:26 +06:00 |