| .. |
|
__init__.py
|
mv scrapy/trunk to root as part of svn2hg migration
|
2009-05-06 15:55:17 -03:00 |
|
aws.py
|
better aws code arrangement
|
2009-09-04 18:07:51 -03:00 |
|
conf.py
|
added support for defining EXTENSIONS setting using dicts, like middleware settings
|
2009-08-18 11:05:36 -03:00 |
|
datatypes.py
|
added some unittests to make sure certain objects are using __slots__ and are also weak-referenceable
|
2009-08-18 20:40:04 -03:00 |
|
decorator.py
|
pylinted decorators utils
|
2009-08-25 16:50:40 -03:00 |
|
defer.py
|
renamed defer_failed to defer_fail
|
2009-09-15 08:44:31 -03:00 |
|
display.py
|
fixed bug in parse command with requests which don't have __dict__ attribute
|
2009-10-02 09:20:22 -03:00 |
|
engine.py
|
using time.time() instead of datetime.utcnow() in engine.start_time atttribute
|
2009-09-14 20:28:46 -03:00 |
|
fetch.py
|
Big Scrapy core refactoring to pass around spider references instead of domains.
|
2009-09-12 14:34:18 -03:00 |
|
http.py
|
mv scrapy/trunk to root as part of svn2hg migration
|
2009-05-06 15:55:17 -03:00 |
|
httpobj.py
|
remove Url class and use str instead for Request and Response urls. Also added urlparse_cached function for achieving the same caching functionality provided by old Url class
|
2009-08-17 21:16:55 -03:00 |
|
iterators.py
|
moved scrapy.xpath to scrapy.selector
|
2009-08-19 21:50:52 -03:00 |
|
markup.py
|
remove_entities: added support for common browser hack for numeric character references in the 80-9F range
|
2009-08-06 14:31:59 -03:00 |
|
memory.py
|
make sure get_vmvalue_from_procfs returns int
|
2009-08-18 00:59:32 -03:00 |
|
misc.py
|
updated some docstings
|
2009-08-20 18:39:04 -03:00 |
|
mysql.py
|
more simplifications to scrapy engine: removed addtasks method
|
2009-08-31 12:04:01 -03:00 |
|
ossignal.py
|
Some enhancements to Scrapy core:
|
2009-09-03 08:27:48 -03:00 |
|
python.py
|
replaced old memoizemethod decorator with a more efficient one (memoizemethod_noargs)
|
2009-08-24 10:21:04 -03:00 |
|
request.py
|
switched request_fingerprint to use WeakKeyDictionary for caching (instead of Request.cache)
|
2009-08-24 08:45:23 -03:00 |
|
response.py
|
added compatibility with python 2.5
|
2009-08-27 20:05:11 -03:00 |
|
signal.py
|
send_catch_log: pass through results from sendRobust
|
2009-08-22 16:38:25 -03:00 |
|
simpledb.py
|
simpledb collector: moved to_sdb_value function to utils.simpledb, and added unittests
|
2009-08-30 12:37:30 -03:00 |
|
spider.py
|
check iterable output of crawl spider and add tests for common function used to iterate spider output
|
2009-09-21 13:57:16 -03:00 |
|
template.py
|
add missing future import for python 2.5
|
2009-08-17 21:42:37 -03:00 |
|
test.py
|
moved scrapy.xpath to scrapy.selector
|
2009-08-19 21:50:52 -03:00 |
|
trackref.py
|
renamed scrapy.utils.ref module to scrapy.utils.trackref, and improved docstring
|
2009-08-19 11:19:36 -03:00 |
|
url.py
|
updated some RFC numbers
|
2009-08-15 20:54:34 -03:00 |