2011-11-25 14:29:43 by OBATA Akio | Files touched by this commit (1) |
Log message: Add missing dependency on py-ClientForm. PR pkg/45651. Bump PKGREVISION. |
2011-02-25 10:47:32 by Thomas Klausner | Files touched by this commit (67) |
Log message: Let's assume for now that everything that worked with python-2.6 also works with python-2.7. |
2009-10-11 10:32:05 by Thomas Klausner | Files touched by this commit (2) |
Log message: 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-09-22 02:56:15 by Thomas Klausner | Files touched by this commit (1) |
Log message: Allow python26. |
2009-07-07 20:58:48 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: user-destdir support |
2009-06-15 00:00:42 by Joerg Sonnenberger | Files touched by this commit (316) |
Log message: Convert @exec/@unexec to @pkgdir or drop it. |
2009-02-09 19:57:56 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Needs Python 2.5 yield. |
2009-01-17 21:46:55 by Thomas Klausner | Files touched by this commit (4) | |
Log message: 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(). |