Commit graph

18 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
fb4fa28aa1 - Update to 1.53
- Use space after WWW:

Changes:	https://github.com/linsomniac/python-memcached/blob/master/ChangeLog
2013-06-09 07:11:07 +00:00
Sunpoet Po-Chuan Hsieh
e9d6d130e9 - 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.
2013-05-08 15:38:22 +00:00
Sunpoet Po-Chuan Hsieh
66b433635a - 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
  no "time" argument is specified, no time argument is sent to the server.
- 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.
- Bug: #741090: cas cache can grow unbounded.  Default now is that the cache is
  not used, unless the "Client()" object is created with "cache_cas=True".  In
  that case, you need to have your own cas clearing code, a simple one would be
  to use Client().reset_cas() to completely clear the cas_ids cache.  Problem
  pointed out by Shaun Cutts.
- Bug #728359: Make python-memcache work on memcache restarts.  Patch by Tarek
  Ziade', reviewed and further patches submitted by Hugo Beauze'e-Luysse and
  Neganov Alexandr.
- Bug #798342: If memcached server sends unknown flag in response for "get",
  results in: "UnboundLocalError: local variable 'val' referenced before
  assignment" Now returns "None" instead.  Patch by Sharoon Thomas
2012-02-01 18:52:58 +00:00
Sahil Tandon
04b36da49a - Update to 1.47
- Update WWW

PR:		ports/155041
Submitted by:	lwhsu
Approved by:	maintainer timeout
2011-05-08 05:26:45 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Marcus Alves Grando
1cf2d1f305 - Update to 1.45
PR:		144963
Submitted by:	Barry Pederson <bp___barryp.org>
2010-03-28 00:52:19 +00:00
Martin Wilke
d2e73ea097 - Update to 1.44
PR:		136775
Submitted by:	Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
Approved by:	maintainer timeout
2009-08-14 20:03:26 +00:00
Marcus Alves Grando
e60eeced53 - Update to 1.43 2008-06-14 23:54:51 +00:00
Marcus Alves Grando
20bd299430 - Update to 1.40
- Now use easy_install in USE_PYDISTUTILS
2008-01-03 01:25:34 +00:00
Marcus Alves Grando
35b170029c - Update to 1.39
Reported by:	Koobs <koobz___users.sourceforge.net>
2007-09-14 02:23:15 +00:00
Marcus Alves Grando
a0db7240c1 - Update to 1.36 2007-06-16 14:32:36 +00:00
Marcus Alves Grando
a9354c7e83 - Update to 1.34 2006-09-22 02:20:26 +00:00
Marcus Alves Grando
07eeca98f0 - Update to 1.33 2006-09-10 01:04:36 +00:00
Marcus Alves Grando
f9bcbd7065 - Update to 1.31 2006-05-30 02:49:44 +00:00
Marcus Alves Grando
2c18eda11c - Update to 1.2_tummy6 2006-02-22 13:51:19 +00:00
Marcus Alves Grando
fa5152c5eb Update to 1.2_tummy5
Bump PORTREVISION
Remove unnecessary dependency
Use PYTHON_PKGNAMEPREFIX in PKGNAMEPREFIX
Take MAINTAINER
2005-12-15 16:39:13 +00:00
Pav Lucistnik
aa1836b7e9 - Add SHA256 2005-11-24 01:23:57 +00:00
Kirill Ponomarev
48bd24582f 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>
2004-04-17 05:33:25 +00:00