| .. |
|
__init__.py
|
mv scrapy/trunk to root as part of svn2hg migration
|
2009-05-06 15:55:17 -03:00 |
|
benchserver.py
|
correctly process arguments for bench server
|
2016-01-21 18:44:37 +05:00 |
|
conf.py
|
Add backwards compatibility for build_component_list
|
2015-11-11 17:39:56 +01:00 |
|
console.py
|
Add support for bpython console.
|
2015-08-21 01:12:58 +01:00 |
|
datatypes.py
|
deprecate unused and untested scrapy.utils.datatypes.MultiValueDict
|
2016-01-26 13:58:56 +05:00 |
|
decorator.py
|
scrapy/utils/decorator.py shim
|
2015-04-29 21:27:19 -03:00 |
|
decorators.py
|
Rename scrapy/utils/decorator.py to scrapy/utils/decorators.py
|
2015-04-29 21:27:19 -03:00 |
|
defer.py
|
Optimization - avoid temporary list objects, unnecessary function call
|
2015-09-08 22:10:24 +03:00 |
|
deprecate.py
|
Relocate telnetconsole to extensions/
|
2015-10-05 21:16:04 +03: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
|
Invert PY2/PY3 test for conditional read1() definition
|
2016-01-20 12:03:38 +01: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
|
response.text. Fixes GH-1729.
|
2016-01-27 01:28:11 +05:00 |
|
job.py
|
Initial support for a persistent scheduler, to support pausing and resuming
|
2011-08-02 11:57:55 -03:00 |
|
log.py
|
drop deprecated "optional_features" set
|
2015-09-15 09:00:08 +00: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
|
support link rel attribute with multiple values
|
2015-08-27 20:13:47 +02: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
|
Move scrapy.utils.conf.remove_none_values to s.u.python.without_none_values
|
2015-10-27 12:43:33 +01: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
|
PY port scrapy.utils.reqser
|
2015-08-04 02:17:46 +05:00 |
|
request.py
|
Optimization - avoid temporary list objects, unnecessary function call
|
2015-09-08 22:10:24 +03:00 |
|
response.py
|
response.text. Fixes GH-1729.
|
2016-01-27 01:28:11 +05:00 |
|
serialize.py
|
jsonrpc webservice moved to https://github.com/scrapy/scrapy-jsonrpc repository
|
2014-08-15 23:28:13 -03:00 |
|
signal.py
|
PY3 port signals
|
2015-07-25 18:04:55 +02:00 |
|
sitemap.py
|
Fixed XXE flaw in sitemap reader
|
2014-04-01 23:54:04 +08:00 |
|
spider.py
|
Move scrapy/spider.py to scrapy/spiders/__init__.py
|
2015-05-09 04:20:09 -03:00 |
|
template.py
|
PY3 port bench, startproject, genspider, list and runspider commands
|
2015-10-12 17:59:49 +05:00 |
|
test.py
|
TST cleanup scrapy.utils.test.get_crawler
|
2015-10-30 20:27:03 +05:00 |
|
testproc.py
|
PY3 fix test cmdline
|
2015-08-08 04:19:55 +05:00 |
|
testsite.py
|
py3: port fetch and shell commands, and review + enable already passing test_closespider.py and tests/test_utils_template.py
|
2016-01-20 23:01:29 +03:00 |
|
trackref.py
|
Add docstrings
|
2015-08-10 19:35:57 -03:00 |
|
url.py
|
Amend guess_scheme() docstring
|
2016-01-28 16:26:45 +01:00 |