lp:python-memcached

Created by Paul Hummer and last modified
Get this branch:
bzr branch lp:python-memcached
Members of Python Memcached Team can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Python Memcached Team
Project:
Python Memcached
Status:
Mature

Recent revisions

57. By Sean Reifschneider

* 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.

56. By Sean Reifschneider

For release.

55. By Sean Reifschneider

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.

54. By Sean Reifschneider

Ready for a new release.

53. By Sean Reifschneider

Adding attribution of last change.

52. By Sean Reifschneider

Bug #745633: Values of maximum size are not stored
API inconsistency, max value length was tested for <= while max KEY
length was <. So I picked that keys and values *LONGER* than the
specified max value are what is used, and added documentation and tests
to that effect. The test for max value tested that length plus 4, so
I've changed that to be that value plus 1.

51. By Sean Reifschneider

Changelog for last commit.

50. By Sean Reifschneider

Adding commented-out timed delete test.

49. By Sean Reifschneider

* Bug #713451: server.expect("END") needs to be in a finally block
Expect an "END" when the _recv_value() raises an exception.
Patch by Jay Farrimond.

48. By Sean Reifschneider

Reverting patch that allows spaces in key.

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 (needs bzr 0.92)
This branch contains Public information 
Everyone can see this information.