index
:
delta/python-packages/pymemcache.git
authorize-unicode
dependabot/pip/faker-17.3.0
dependabot/pip/faker-18.7.0
dependabot/pip/faker-18.9.0
dependabot/pip/mypy-1.3.0
dependabot/pip/pygments-2.15.1
dependabot/pip/sphinx-7.0.1
dependabot/pip/sphinx-rtd-theme-1.2.0
doc-keys
docs
drop-pypy3-travis-ci-support
fix-gevent
fix-tox-docs
fix-unicode-char-in-middle-error
github-actions
import-friendliness
kill-26
master
new-release-144
pep8
pre-release-137
prelease-141
prerelease-140
release
release-138
release-143
revert
security-sanitize
shameless-hiring-plug
simple-documentation
snyk-fix-5686e09f91a82ddfe240c6d452535ebc
snyk-fix-8b5f7af655bdaf9ba623545bda757852
v3.x
github.com: pinterest/pymemcache.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pymemcache
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump version to 1.3.8
release-138
Nicholas Charriere
2016-10-04
1
-1
/
+1
*
Merge pull request #120 from pinterest/pre-release-137
Nicholas Charriere
2016-10-04
1
-2
/
+2
|
\
|
*
Make tuple once, instead of on every call
Nicholas Charriere
2016-10-04
1
-2
/
+2
*
|
Merge pull request #116 from suhailpatel/use-cpickle-if-available
Nicholas Charriere
2016-10-04
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Use cPickle for six.moves
Suhail Patel
2016-10-04
1
-9
/
+1
|
*
We only need to import cPickle explicitly if Python 2
Suhail Patel
2016-10-03
1
-5
/
+9
|
*
Use cPickle as pickle if available
Suhail Patel
2016-10-03
1
-1
/
+5
*
|
Release 1.3.7
Nicholas Charriere
2016-10-03
1
-1
/
+1
*
|
Improve syntax
Nicholas Charriere
2016-10-03
1
-1
/
+2
*
|
Fix #117, illegal unicode character in middle of key (or value now)
fix-unicode-char-in-middle-error
Nicholas Charriere
2016-10-03
3
-2
/
+26
|
/
*
Assert bytes string
Suhail Patel
2016-09-19
1
-1
/
+1
*
Fix encode/decode wrong way around
Suhail Patel
2016-09-19
1
-2
/
+2
*
Use a bytes string
Suhail Patel
2016-09-19
1
-3
/
+3
*
Fix the MockMemcacheClient implementation
Suhail Patel
2016-09-19
1
-5
/
+5
*
Add failing test of MockMemcacheClient serializer/deserializer
Suhail Patel
2016-09-19
1
-0
/
+35
*
Merge pull request #111 from adamchainz/single_parsers
Nicholas Charriere
2016-08-28
2
-11
/
+31
|
\
|
*
Improve stats parsing
Adam Chainz
2016-08-22
2
-11
/
+31
*
|
Merge pull request #112 from adamchainz/lint_python3
Nicholas Charriere
2016-08-22
2
-7
/
+32
|
\
\
|
*
|
Make serde use BytesIO for Python 3 compat
Adam Chainz
2016-08-17
1
-3
/
+3
|
*
|
Add tests for serde module
Adam Chainz
2016-08-17
2
-5
/
+25
|
*
|
Make serde import on Python 3
Adam Chainz
2016-08-16
1
-2
/
+7
|
|
/
*
|
Improve MemcacheIllegalInputError messages
Adam Chainz
2016-08-16
1
-3
/
+5
|
/
*
Merge pull request #107 from Morreski/master
Nicholas Charriere
2016-08-03
3
-11
/
+26
|
\
|
*
Added default parameter support for "get" and "gets" methods in Client
Enguerrand Pelletier
2016-08-01
3
-11
/
+26
*
|
Merge pull request #106 from pinterest/release
Nicholas Charriere
2016-08-01
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Bumpversion
release
Nicholas Charriere
2016-07-27
1
-1
/
+1
*
|
Make restriction wider to avoid breaking client
security-sanitize
Nicholas Charriere
2016-07-27
1
-1
/
+1
*
|
Fix #99 unsanitized input
Nicholas Charriere
2016-07-27
2
-1
/
+7
|
/
*
Fix flake8 and cleanup build
Nicholas Charriere
2016-07-27
4
-11
/
+12
*
Merge pull request #96 from rsanr/issue_94_fix
Charles Gordon
2016-04-19
2
-1
/
+2
|
\
|
*
Fixed stats evictions conversion
ruamin
2016-04-19
2
-1
/
+2
*
|
Add default_noreply property to PooledClient
John Wu
2016-04-19
1
-2
/
+5
|
/
*
Handle stats not conforming to the triplet format
Robert DeRose
2016-03-17
1
-2
/
+2
*
Updating changelog and increasing version to 1.3.5
Charles Gordon
2015-11-02
1
-1
/
+1
*
Merge pull request #90 from starstable/feature-version-cmd
Charles Gordon
2015-10-23
2
-0
/
+29
|
\
|
*
Implemented VERSION command in Client and PooledClient
Remco van Oosterhout
2015-10-23
2
-0
/
+29
*
|
Fixed bugs caused by setting retry attempts to 0 on HashClient
Remco van Oosterhout
2015-10-21
2
-2
/
+14
|
/
*
Increasing version to 1.3.4
1.3.4
Charles Gordon
2015-09-29
1
-1
/
+1
*
hashclient ignores exceptions when no servers are found
John Anderson
2015-09-06
2
-4
/
+82
*
Release 1.3.3
1.3.3
Charles Gordon
2015-09-02
1
-1
/
+1
*
Add default_noreply to Client
Adam Chainz
2015-08-28
3
-33
/
+109
*
make the hasher class pluggable in HashClient
Shivaram Lingamneni
2015-08-12
1
-3
/
+2
*
release 1.3.2
1.3.2
Charles Gordon
2015-07-25
1
-1
/
+1
*
Merge branch 'master' of https://github.com/pinterest/pymemcache
Charles Gordon
2015-07-25
1
-0
/
+9
|
\
|
*
Also expose exceptions in backwards compatible way
Joshua Harlow
2015-07-25
1
-0
/
+9
*
|
release 1.3.1
Charles Gordon
2015-07-25
1
-1
/
+1
|
/
*
release 1.3.0
Charles Gordon
2015-07-24
1
-1
/
+1
*
Add delete_multi -> delete_many mapping
Adam Chainz
2015-07-24
4
-0
/
+18
*
Test the delete_many method and add it to Client classes that are missing it
Adam Chainz
2015-07-24
3
-0
/
+36
*
Add get_multi -> get_many mapping
Adam Chainz
2015-07-24
4
-0
/
+13
[next]