| .. |
|
__init__.py
|
mv scrapy/trunk to root as part of svn2hg migration
|
2009-05-06 15:55:17 -03:00 |
|
benchserver.py
|
Fix bench command
|
2014-07-31 12:28:35 -03:00 |
|
conf.py
|
PY3: port scrapy/utils/conf.py
|
2014-08-01 02:20:34 -03:00 |
|
console.py
|
fix IPython shell scope issue and load IPython user config
|
2014-08-18 18:41:05 -03:00 |
|
datatypes.py
|
PY3: use six.iterkeys, six.iteritems, and tempfile
|
2014-07-14 18:47:22 +08:00 |
|
decorator.py
|
Deprecate body_or_str helper function only used by xml iterators
|
2013-11-19 19:21:54 -02:00 |
|
defer.py
|
process_parallel was leaking the failures on its internal deferreds. closes #458
|
2013-11-09 02:12:52 -02:00 |
|
deprecate.py
|
Merge pull request #582 from kmike/inspect-workaround
|
2014-02-06 19:41:32 -08:00 |
|
display.py
|
Added "from __future__ import print_function" in all relevant places except xlib
|
2013-10-20 11:55:07 +06:00 |
|
engine.py
|
fix a reference to unexistent engine.slots. closes #593
|
2014-02-14 15:31:05 -02:00 |
|
ftp.py
|
Added new Feed exports extension with documentation and storage tests. Closes #197.
|
2010-08-17 14:27:48 -03:00 |
|
gz.py
|
use io.BytesIO and cStringIO instead of six.BytesIO as suggested
|
2014-07-15 20:51:12 +08:00 |
|
http.py
|
added new downloader middleware: ChunkedTransferMiddleware
|
2011-08-09 03:03:25 -03:00 |
|
httpobj.py
|
PY3: use six for robotparser and urlparse
|
2014-07-14 21:26:37 +08:00 |
|
iterators.py
|
fix tests by using a tempfile instead of BytesIO
|
2014-07-15 21:26:01 +08:00 |
|
job.py
|
Initial support for a persistent scheduler, to support pausing and resuming
|
2011-08-02 11:57:55 -03:00 |
|
markup.py
|
Moved several functions from scrapy.utils.{http,markup,multipart,response,url} (and their tests) to a new library called 'w3lib'. Scrapy will now depend on w3lib.
|
2011-04-18 22:37:19 -03:00 |
|
misc.py
|
Removed unused 'load=False' parameter from walk_modules()
|
2014-09-02 08:33:36 -03:00 |
|
multipart.py
|
Moved several functions from scrapy.utils.{http,markup,multipart,response,url} (and their tests) to a new library called 'w3lib'. Scrapy will now depend on w3lib.
|
2011-04-18 22:37:19 -03:00 |
|
ossignal.py
|
Some enhancements to Scrapy core:
|
2009-09-03 08:27:48 -03:00 |
|
project.py
|
PY3: use six.moves.cPickle
|
2014-07-14 17:15:28 +08:00 |
|
python.py
|
get_func_args maximum recursion fix #728
|
2014-07-21 13:12:59 -03:00 |
|
reactor.py
|
more core refactoring including moving engine next request call logic to a separate class
|
2011-07-25 10:46:00 -03:00 |
|
reqser.py
|
Initial support for a persistent scheduler, to support pausing and resuming
|
2011-08-02 11:57:55 -03:00 |
|
request.py
|
PY3: use six for robotparser and urlparse
|
2014-07-14 21:26:37 +08:00 |
|
response.py
|
Deprecate body_or_str helper function only used by xml iterators
|
2013-11-19 19:21:54 -02:00 |
|
serialize.py
|
jsonrpc webservice moved to https://github.com/scrapy/scrapy-jsonrpc repository
|
2014-08-15 23:28:13 -03:00 |
|
signal.py
|
format log lines lazily in case they are dropped by loglevels
|
2012-08-31 17:14:35 -03:00 |
|
sitemap.py
|
Fixed XXE flaw in sitemap reader
|
2014-04-01 23:54:04 +08:00 |
|
spider.py
|
Adjust spiders' utils to new SpiderManager API
|
2014-08-12 14:02:56 -03:00 |
|
template.py
|
Dropped support for Python 2.5. See: http://blog.scrapy.org/scrapy-dropping-support-for-python-25
|
2012-03-01 08:18:12 -02:00 |
|
test.py
|
Update tests utils, fixing get_crawler and removing docrawl
|
2014-08-12 14:02:56 -03:00 |
|
testproc.py
|
Raise error when settings module is missing.
|
2012-10-03 12:31:19 -03:00 |
|
testsite.py
|
PY3: use six for robotparser and urlparse
|
2014-07-14 21:26:37 +08:00 |
|
trackref.py
|
Fix typo
|
2014-08-28 20:30:50 -04:00 |
|
url.py
|
move tests under root dir
|
2014-07-30 19:45:08 -03:00 |