K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-05-08T15:38:22.753589Z K 7 svn:log V 902 - Update to 1.51 - Add http:// to MASTER_SITES - Cleanup Makefile header Changes: http://bazaar.launchpad.net/~python-memcached-team/python-memcached/trunk/view/head:/ChangeLog - Bug #974632: _ConnectionDeadError sometimes was escaping the get/set code. This should return to readline() not raising an exception, except in the case that it's called from the get/set(). Report from Gary Poster, proposed patch by Brad Crittenden. - Misc fixes by Brad Crittenden: fixing a docstring, if "port" is set to any false-like value it will default to 11211. - Bug #887765: Interrupted connection to memcache server can cause inconsistencies. Added "flush_on_reconnect" (defaults to off) to Client() which will cause a client that has lost connection to a server and then reconnects to flush the cache on the reconnect so that it doesn't get old values from that server. Patch by Daniel Benamy. END