[wwwsearch-commits] r27562 - wwwsearch/mechanize/common
jjlee at codespeak.net
jjlee at codespeak.net
Mon May 22 00:41:19 CEST 2006
Author: jjlee
Date: Mon May 22 00:41:18 2006
New Revision: 27562
Modified:
wwwsearch/mechanize/common/ChangeLog
Log:
Update ChangeLog
Modified: wwwsearch/mechanize/common/ChangeLog
==============================================================================
--- wwwsearch/mechanize/common/ChangeLog (original)
+++ wwwsearch/mechanize/common/ChangeLog Mon May 22 00:41:18 2006
@@ -2,6 +2,33 @@
look that way.
2006-05-06 John J Lee <jjl at pobox.com>
+ * 0.1.2b release:
+ * mechanize now exports the whole urllib2 interface.
+ * Pull in bugfixed auth/proxy support code from Python 2.5.
+ * Bugfix: strip leading and trailing whitespace from link URLs
+ * Fix .any_response() / .any_request() methods to have ordering.
+ consistent with rest of handlers rather than coming before all
+ of them.
+ * Tell cookie-handling code about new TLDs.
+ * Remove Browser.set_seekable_responses() (they always are
+ anyway).
+ * Show in web page examples how to munge responses and how to do
+ proxy/auth.
+ * Rename 0.1.* changes document 0.1.0-changes.txt -->
+ 0.1-changes.txt.
+ * In 0.1 changes document, note change of logger name from
+ "ClientCookie" to "mechanize"
+ * Add something about response objects to changes document
+ * Improve Browser.__str__
+ * Accept regexp strings as well as regexp objects when finding
+ links.
+ * Add crappy gzip transfer encoding support. This is off by
+ default and warns if you turn it on (hopefully will get better
+ later :-).
+ * A bit of internal cleanup following merge with pullparser /
+ ClientCookie.
+
+2006-05-06 John J Lee <jjl at pobox.com>
* 0.1.1a release:
* Merge ClientCookie and pullparser with mechanize.
* Response object fixes.
More information about the wwwsearch-commits
mailing list