[wwwsearch-commits] r26697 - wwwsearch/mechanize/common

jjlee at codespeak.net jjlee at codespeak.net
Wed May 3 02:22:27 CEST 2006


Author: jjlee
Date: Wed May  3 02:22:27 2006
New Revision: 26697

Modified:
   wwwsearch/mechanize/common/ChangeLog
Log:
Update ChangeLog

Modified: wwwsearch/mechanize/common/ChangeLog
==============================================================================
--- wwwsearch/mechanize/common/ChangeLog	(original)
+++ wwwsearch/mechanize/common/ChangeLog	Wed May  3 02:22:27 2006
@@ -1,6 +1,26 @@
 This isn't really in proper GNU ChangeLog format, it just happens to
 look that way.
 
+2006-05-03 John J Lee <jjl at pobox.com>
+	* 0.1.0a release:
+	* Stop trying to record precise dates in changelog, since that's
+	  silly ;-)
+	* A fair number of interface changes: see 0.1.0-changes.txt.
+	* Depend on recent ClientCookie with copy.copy()able response
+	  objects.
+	* Don't do broken XHTML handling by default (need to review code
+	  before switching this back on, e.g. should use a real XML parser
+	  for first-try at parsing).  To get the old behaviour, pass
+	  i_want_broken_xhtml_support=True to mechanize.DefaultFactory /
+	  .RobustFactory constructor.
+	* Numerous small bug fixes.
+	* Documentation & setup.py fixes.
+	* Don't use cookielib, to avoid having to work around Python 2.4
+	  RFC 2109 bug, and to avoid my braindead thread synchronisation
+	  code in cookielib :-((((( (I haven't encountered specific
+	  breakage due to latter, but since it's braindead I may as well
+	  avoid it).
+
 2005-11-30 John J Lee <jjl at pobox.com>
 	* Fixed setuptools support.
 	* Release 0.0.11a.


More information about the wwwsearch-commits mailing list