| .. |
|
downloadermiddleware
|
updated some documentation references in source code
|
2009-08-19 22:41:26 -03:00 |
|
exporter
|
added new item exporter tests, introduced some api changes
|
2009-08-19 19:05:33 -03:00 |
|
linkextractors
|
updated some documentation references in source code
|
2009-08-19 22:41:26 -03:00 |
|
loader
|
moved scrapy.xpath to scrapy.selector
|
2009-08-19 21:50:52 -03:00 |
|
pipeline
|
converted scrapy.item package to module
|
2009-08-12 21:31:50 -03:00 |
|
schedulermiddleware
|
updated some documentation references in source code
|
2009-08-19 22:41:26 -03:00 |
|
spider
|
use time.time() instead of datetime in SpiderProfiler extensions, which is faster and simpler
|
2009-08-06 11:56:32 -03:00 |
|
spidermiddleware
|
updated some documentation references in source code
|
2009-08-19 22:41:26 -03:00 |
|
spiders
|
updated some documentation references in source code
|
2009-08-19 22:41:26 -03:00 |
|
webconsole
|
updated some documentation references in source code
|
2009-08-19 22:41:26 -03:00 |
|
__init__.py
|
mv scrapy/trunk to root as part of svn2hg migration
|
2009-05-06 15:55:17 -03:00 |
|
aws.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 |
|
closedomain.py
|
updated some documentation references in source code
|
2009-08-19 22:41:26 -03:00 |
|
debug.py
|
updated some documentation references in source code
|
2009-08-19 22:41:26 -03:00 |
|
delayedclosedomain.py
|
fix delayedclosedomain extension bug due to changing lastseen from datetime to time.time
|
2009-07-25 15:22:15 -03:00 |
|
domainsch.py
|
minor adjustment to FifoDomainScheduler and improved documentation of domain scheduler API (remove_pending_domain method removes all ocurrences)
|
2009-06-19 19:41:56 -03:00 |
|
dupefilter.py
|
Sorted out Duplicate Filter API.
|
2009-06-20 20:29:07 -03:00 |
|
groupsettings.py
|
mv scrapy/trunk to root as part of svn2hg migration
|
2009-05-06 15:55:17 -03:00 |
|
itemsampler.py
|
moved httprepr() method (from Request and Response objects) to scrapy.utils functions
|
2009-07-25 18:56:12 -03:00 |
|
memdebug.py
|
updated some documentation references in source code
|
2009-08-19 22:41:26 -03:00 |
|
memusage.py
|
updated some documentation references in source code
|
2009-08-19 22:41:26 -03:00 |
|
statsmailer.py
|
added domain_stats parameter to stats_domain_closed signal
|
2009-07-31 16:36:35 -03:00 |