lp:~bac/python-memcached/bug-974632

Created by Brad Crittenden and last modified
Get this branch:
bzr branch lp:~bac/python-memcached/bug-974632
Only Brad Crittenden can upload to this branch. If you are Brad Crittenden please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Brad Crittenden
Project:
Python Memcached
Status:
Development

Recent revisions

57. By Brad Crittenden

Provide a wrapper to handled _ConnectionDeadErrors so that readline() behaves as before.

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.

Subscribers