scrapy/scrapy/http
Daniel Graña 0cb68afe7e meta tag attributes for content-type http equiv can be in any order. #123 2012-04-27 01:04:00 -03:00
..
request ajax crawling wasn't expanding for unicode urls 2012-02-07 14:50:32 -02:00
response meta tag attributes for content-type http equiv can be in any order. #123 2012-04-27 01:04:00 -03:00
__init__.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
common.py replaced DeprecationWarning by a new ScrapyDeprecationWarning category, since the default DeprecationWarning is silenced on Python 2.7+ 2011-08-08 10:39:53 -03:00
cookies.py Removed forked cookielib tests, because Python cookielib has been suffering several changes and maintaining a fork of the tests has become a pain. Instead, we've added specific tests for the urllib2 request/response wrappers 2010-09-27 07:55:27 -03:00
headers.py persistent scheduler: use pickle (instead of marshal) as the default serialization format, to support serializing more objects out of the box. also removed __slots__ from Request/Response objects to make them serializable by default. 2011-09-01 14:27:29 -03:00