This website requires JavaScript.
Explore
Help
Sign In
BackTrackZ
/
scrapy
Watch
1
Star
0
Fork
0
You've already forked scrapy
mirror of
https://github.com/scrapy/scrapy.git
synced
2025-02-28 22:17:52 +00:00
Code
Releases
Wiki
Activity
scrapy
/
scrapy
/
http
History
Daniel Graña
5ba2b60a4b
fix broken doctests
2013-04-25 11:56:56 -03:00
..
request
Override request method in FormRequest
2013-03-14 10:39:17 -03:00
response
- removed scrapy.conf singleton from scrapy.log, scrapy.responsetypes,
2012-09-19 03:03:34 -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
fix broken doctests
2013-04-25 11:56:56 -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