15 Commits

Author SHA1 Message Date
lericson
75f3c5d803 Fix tests for pooling helpers. 2009-09-22 00:17:23 +02:00
lericson
db1aff8129 Add tests for using the binary protocol. 2009-09-21 17:20:53 +02:00
lericson
16e964e571 Add support for the binary protocol.
Also removed two behaviors from public exposure as they're better off
controlled by `_pylibmc`. (USE_UDP and BINARY_PROTOCOL.)
2009-09-21 17:16:43 +02:00
lericson
a0dcf907c2 Add new behavior names to doctest. 2009-09-21 16:47:42 +02:00
lericson
f203dd1c02 Add pooling helpers. 2009-09-20 16:23:24 +02:00
lericson
e8817b6617 Set version in one file and one file alone. 2009-09-19 21:42:37 +02:00
lericson
1dda3f5522 Prepare release 0.7.4. 2009-09-19 20:03:28 +02:00
lericson
5b8db2b0eb Fix an issue with mc.behaviors[x] = y failing weirdly.
Not entirely sure what the reason was, but updating the behaviors with a
dict that is self from __setitem__ fails. I'm willing to attribute this
to CPython weirdness, and so am going to call this fixed.
2009-09-18 11:27:03 +02:00
lericson
ce9359fac7 Prepare release 0.7.3. 2009-09-07 22:01:21 +02:00
lericson
0c8636650e Prepare release 0.7.2. 2009-09-07 20:59:17 +02:00
lericson
2d0eb9bb7d Move version string to pylibmc module. 2009-09-07 20:58:55 +02:00
lericson
4172411d53 Don't override defaults from libmemcached. 2009-09-07 12:58:01 +02:00
lericson
5fd68b34c7 Merge patch from amix
Add support for bool values, use ssize_t in some places (not sure about
this) and some other stuff.
2009-09-05 02:08:04 +02:00
lericson
bffe887cc2 Add lots of informative text (known as documentation). 2009-07-31 22:04:49 +02:00
lericson
4e68248105 Initial import into git! 2009-07-27 16:10:43 +02:00