You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:python-memcached

Python Memcached has 3 active reviews. See all merge proposals.

Python Memcached has 9 active branches owned by 8 people and 1 team. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:python-memcached
Series: trunk
2 Mature 2012-04-11 06:07:54 UTC
57. * Bug #974632: _ConnectionDeadError s...

Author: Sean Reifschneider
Revision Date: 2012-04-11 06:07:54 UTC

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

lp:~klaussfreire/python-memcached/python-memcached (Has a merge proposal) 1 Development 2015-12-23 02:28:54 UTC
60. Must catch NameError, not AttributeEr...

Author: klauss
Revision Date: 2015-12-23 02:28:54 UTC

Must catch NameError, not AttributeError

lp:~bac/python-memcached/bug-974632 bug(Has a merge proposal) 1 Development 2012-04-06 19:15:15 UTC
57. Provide a wrapper to handled _Connect...

Author: Brad Crittenden
Revision Date: 2012-04-06 19:14:04 UTC

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

lp:~ekolve/python-memcached/ketama 1 Development 2012-02-12 03:18:26 UTC
60. separating host/port in ketama server...

Author: Eric Kolve
Revision Date: 2012-02-12 03:18:26 UTC

separating host/port in ketama server hash by colons

lp:~songofacandy/python-memcached/mixin-threading 1 Development 2012-01-31 11:52:12 UTC
59. s/LockedClient/LockingClient/

Author: methane
Revision Date: 2012-01-31 11:52:12 UTC

s/LockedClient/LockingClient/

lp:~jafo/python-memcached/trunk 1 Development 2011-11-27 23:26:25 UTC
44. Adding Makefile and fixing tests.

Author: Sean Reifschneider
Revision Date: 2011-11-27 23:23:18 UTC

Adding Makefile and fixing tests.

lp:~sharoonthomas/python-memcached/fix-issue-798342 bug(Has a merge proposal) 2 Mature 2011-09-24 01:05:22 UTC
43. Set val to None when flag is unknown ...

Author: Sharoon Thomas http://openlabs.co.in
Revision Date: 2011-09-24 01:03:49 UTC

Set val to None when flag is unknown to prevent UnboundLocalError on val

lp:~estein/python-memcached/exceptional 1 Development 2011-08-21 06:36:52 UTC
36. on delete when not present, return Fa...

Author: Eric Stein
Revision Date: 2010-12-26 06:00:01 UTC

on delete when not present, return False rather than a compatibility exception

lp:~dustin-spy/python-memcached/fixes (Has a merge proposal) 1 Development 2009-03-12 20:07:54 UTC
9. Handle stats items. Instead of looki...

Author: Dustin Sallings
Revision Date: 2009-03-12 20:07:54 UTC

Handle stats items.

Instead of looking in from the left for keys and values, look in from
the right. Stats items has a different form.

19 of 9 results
You can't create new branches for Python Memcached.