| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
08 May 2013 15:38:23
1.51
|
sunpoet  |
- 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. |
01 Feb 2012 18:52:58
1.48
|
sunpoet  |
- Update to 1.48
- Add my LOCAL as MASTER_SITES
- Take maintainership
Changes:
http://bazaar.launchpad.net/~python-memcached-team/python-memcached/trunk/view/head:/ChangeLog
- 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. Issue found
by matt-quru.
- Bug #713488: Issues Invalid "delete" command. Protocol has changed so that the
"delete" operation no longer takes a "time" argument. It seems that some
servers will refuse a "delete key 0" while others will accept it, but the
official server will NOT accept "delete key 1". So I've changed it so that if (Only the first 15 lines of the commit message are shown above ) |
01 Feb 2012 15:53:08
1.47
|
tabthorpe  |
- Reassign to the heap |
08 May 2011 05:26:45
1.47
|
sahil  |
- Update to 1.47
- Update WWW
PR: ports/155041
Submitted by: lwhsu
Approved by: maintainer timeout |
20 Mar 2011 12:54:45
1.45
|
miwi  |
- Get Rid MD5 support |
28 Mar 2010 00:52:19
1.45
|
mnag  |
- Update to 1.45
PR: 144963
Submitted by: Barry Pederson <bp___barryp.org> |
14 Aug 2009 20:03:26
1.44
|
miwi  |
- Update to 1.44
PR: 136775
Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
Approved by: maintainer timeout |
14 Jun 2008 23:54:51
1.43
|
mnag  |
- Update to 1.43 |
03 Jan 2008 01:25:35
1.40
|
mnag  |
- Update to 1.40
- Now use easy_install in USE_PYDISTUTILS |
14 Sep 2007 02:23:15
1.39
|
mnag  |
- Update to 1.39
Reported by: Koobs <koobz___users.sourceforge.net> |
30 Jul 2007 09:42:28
1.36
|
alexbl  |
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav |
16 Jun 2007 14:32:36
1.36
|
mnag  |
- Update to 1.36 |
22 Sep 2006 02:20:26
1.34
|
mnag  |
- Update to 1.34 |
10 Sep 2006 01:04:36
1.33
|
mnag  |
- Update to 1.33 |
30 May 2006 02:49:44
1.31
|
mnag  |
- Update to 1.31 |
22 Feb 2006 13:51:19
1.2_6
|
mnag  |
- Update to 1.2_tummy6 |
15 Dec 2005 16:39:13
1.2_1
|
mnag  |
Update to 1.2_tummy5
Bump PORTREVISION
Remove unnecessary dependency
Use PYTHON_PKGNAMEPREFIX in PKGNAMEPREFIX
Take MAINTAINER |
24 Nov 2005 01:23:57
1.2
|
pav  |
- Add SHA256 |
25 Jun 2004 18:02:06
1.2
|
linimon  |
Add python to categories.
PR: ports/68334
Submitted by: michael johnson <ahze at ahze dot net> |
17 Apr 2004 05:33:25
1.2
|
krion  |
Add py-memcached 1.2, python API for memcached, a distributed memory
cache daemon.
PR: ports/65643
Submitted by: michael johnson <ahze at ahze dot net> |