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

jjlee at codespeak.net jjlee at codespeak.net
Thu May 31 01:53:45 CEST 2007


Author: jjlee
Date: Thu May 31 01:53:45 2007
New Revision: 43933

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

Modified: wwwsearch/mechanize/common/ChangeLog
==============================================================================
--- wwwsearch/mechanize/common/ChangeLog	(original)
+++ wwwsearch/mechanize/common/ChangeLog	Thu May 31 01:53:45 2007
@@ -1,6 +1,43 @@
 This isn't really in proper GNU ChangeLog format, it just happens to
 look that way.
 
+2007-05-31 John J Lee <jjl at pobox.com>
+	* 0.1.7b release.
+	* Sub-requests should not usually be visiting, so make it so.  In
+	  fact the visible behaviour wasn't really broken here, since
+	  .back() skips over None responses (which is odd in itself, but
+	  won't be changed until after stable release is branched).
+	  However, this patch does change visible behaviour in that it
+	  creates new Request objects for sub-requests (e.g. basic auth
+	  retries) where previously we just mutated the existing Request
+	  object.
+	* Changes to sort out abuse of by SeekableProcessor and
+	  ResponseUpgradeProcessor (latter shouldn't have been public in
+	  the first place) and resulting confusing / unclear / broken
+	  behaviour.  Deprecate SeekableProcessor and
+	  ResponseUpgradeProcessor.  Add SeekableResponseOpener.  Remove
+	  SeekableProcessor and ResponseUpgradeProcessor from Browser.
+	  Move UserAgentBase.add_referer_header() to Browser (it was on by
+	  default, breaking UserAgent, and should never really have been
+	  there).
+	* Fix HTTP proxy support: r29110 meant that Request.get_selector()
+	  didn't take into account the change to .__r_host
+	  (Thanks tgates at ...).
+	* Redirected robots.txt fetch no longer results in another
+	  attempted robots.txt fetch to check the redirection is allowed!
+	* Fix exception raised by RFC 3986 implementation with
+	  urljoin(base, '/..')
+	* Fix two multiple-response-wrapping bugs.
+	* Add missing import in tests (caused failure on Windows).
+	* Set svn:eol-style to native for all text files in SVN.
+	* Add some tests for upgrade_response().
+	* Add a functional test for 302 + 404 case.
+	* Add an -l option to run the functional tests against a local
+	  twisted.web2-based server (you need Twisted installed for this
+	  to work).  This is much faster than running against
+	  wwwsearch.sourceforge.net
+	* Add -u switch to skip unittests (and only run the doctests).
+
 2007-01-07 John J Lee <jjl at pobox.com>
 
 	* 0.1.6b release


More information about the wwwsearch-commits mailing list