lericson
|
1c83ad0de2
|
Add specialized exception classes.
Useful when you need to catch certain errors like when a key isn't found
during an increment/decrement operation.
|
2009-11-05 19:09:09 +01:00 |
|
lericson
|
0984a270db
|
Added get_stats function.
Thanks to M0shTH8 for inspiration.
|
2009-10-19 14:09:08 +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
|
7b06340885
|
Add lots of new behaviors.
|
2009-09-21 16:43:36 +02:00 |
|
lericson
|
bc40569572
|
Add memcached_clone support.
|
2009-09-19 22:45:42 +02:00 |
|
lericson
|
e8817b6617
|
Set version in one file and one file alone.
|
2009-09-19 21:42:37 +02:00 |
|
Ruda Moura
|
a3b31a5dbb
|
Partial support for Python 2.4.
|
2009-09-08 03:32:37 +02:00 |
|
lericson
|
f567323f04
|
Use Py_ssize_t as much as possible.
This fixes issues with x86_64 builds, which would cause very strange
errors to occur.
|
2009-09-07 23:55:37 +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
|
4e68248105
|
Initial import into git!
|
2009-07-27 16:10:43 +02:00 |
|