Commit graph

6 commits

Author SHA1 Message Date
wiz
295f5a444b Update to 0.1.11:
2009-02-07 John J Lee <jjl@pobox.com>
	* 0.1.11 release.
	* Fix quadratic performance in number of .read() calls (and add an
	  automated performance test).
2009-10-11 08:32:04 +00:00
wiz
41034dbe1f Allow python26. 2009-09-22 00:56:14 +00:00
joerg
fbaf149543 user-destdir support 2009-07-07 18:58:47 +00:00
joerg
e031855e4a Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 22:00:14 +00:00
joerg
4d9d0ec703 Needs Python 2.5 yield. 2009-02-09 18:57:56 +00:00
wiz
1966a9ad5c Initial import of py-mechanize-0.1.10:
Stateful programmatic web browsing, after Andy Lester's Perl module
WWW::Mechanize.

The library is layered: mechanize.Browser (stateful web browser),
mechanize.UserAgent (configurable URL opener), plus urllib2 handlers.

Features include: ftp:, http: and file: URL schemes, browser history,
high-level hyperlink and HTML form support, HTTP cookies, HTTP-EQUIV
and Refresh, Referer [sic] header, robots.txt, redirections, proxies,
and Basic and Digest HTTP authentication.  mechanize's response
objects are (lazily-) .seek()able and still work after .close().
2009-01-17 20:46:55 +00:00