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
/
client
Commit message (
Expand
)
Author
Age
Files
Lines
*
Validate cas inputs as strings of digits (#250)
Stephen Rosen
2019-08-26
1
-0
/
+27
*
Change serialization interface to be an object (#245)
Stephen Rosen
2019-08-26
2
-33
/
+37
*
Check integer input values to Client methods (#243)
Stephen Rosen
2019-08-20
1
-9
/
+20
*
Fix flags when setting multiple values at once (#248)
v2.2.1
Jon Parise
2019-08-05
1
-9
/
+8
*
Add note about the overriding behavior of `flags` (#247)
Jon Parise
2019-08-01
1
-4
/
+12
*
Add Sphinx links to the exception classes (#246)
Jon Parise
2019-08-01
1
-8
/
+8
*
Be more consistent about using Client.encoding (#242)
Stephen Rosen
2019-07-24
1
-4
/
+6
*
extracted _extract_value() from _fetch_cmd() (#237)
JianGuoPinterest
2019-06-12
1
-19
/
+29
*
add flags in client functions (#235)
JianGuoPinterest
2019-06-11
1
-31
/
+63
*
add encoding in client functions (#232)
JianGuoPinterest
2019-06-07
2
-7
/
+15
*
Merge pull request #228 from jparise/repr-quotes
Joe Gordon
2019-05-07
1
-4
/
+4
|
\
|
*
Remove redundant '' from %r values
Jon Parise
2019-05-07
1
-4
/
+4
*
|
Improve ASCII encoding failure exception
Jon Parise
2019-05-07
1
-1
/
+2
|
/
*
Add default_noreply paramter to HashClient
Chris Donati
2019-04-19
1
-1
/
+3
*
Improve the cache_memlimit documentation
Jon Parise
2019-01-08
1
-1
/
+2
*
added OK as acceptable response
Benjamin Berg
2019-01-08
1
-1
/
+15
*
Always send command keys in their original order
Jon Parise
2019-01-07
1
-9
/
+6
*
Always close the existing socket on _connect() (#208)
Jon Parise
2019-01-03
1
-4
/
+8
*
Add UNIX domain socket support (#206)
Jon Parise
2019-01-02
1
-4
/
+25
*
typo: alwais -> always
Tyler Lubeck
2018-11-08
1
-1
/
+1
*
Fix support newbytes from future
Joe Gordon
2018-09-06
1
-1
/
+4
*
Merge pull request #184 from shargan/shargan/fix-delete-many
Charles Gordon
2018-09-05
1
-28
/
+34
|
\
|
*
Refactor _delete_many() to batch its keys
shargan
2018-08-30
1
-28
/
+34
*
|
minor tweaks for an extra 7.5% gain
shargan
2018-08-30
1
-7
/
+9
*
|
simplify and speed up _check_key() performance
shargan
2018-08-30
1
-20
/
+10
|
/
*
ensure that client 'if not self.sock: self._connect()' behavior is tested
shargan
2018-08-30
1
-5
/
+4
*
refactor BaseClient._store_cmd() to handle multiple key-value pairs so set_ma...
shargan
2018-08-30
1
-55
/
+57
*
fix comment for set_many
opapy
2018-08-15
1
-0
/
+1
*
fix comment for set_many
opapy
2018-08-15
1
-1
/
+1
*
refactor
opapy
2018-07-30
1
-8
/
+1
*
fix failed keys
opapy
2018-07-30
1
-1
/
+1
*
fix test
opapy
2018-07-30
2
-40
/
+29
*
fix implementation HashClient
opapy
2018-07-30
1
-36
/
+108
*
fix result
opapy
2018-07-26
1
-1
/
+1
*
fix pep8
opapy
2018-07-26
2
-2
/
+11
*
add validation code with NOT_STORED
opapy
2018-07-26
2
-14
/
+33
*
fix pep8
opapy
2018-07-09
1
-1
/
+1
*
fix return object
opapy
2018-07-09
2
-11
/
+9
*
Fix flake8 issues
Joe Gordon
2017-11-27
1
-1
/
+1
*
Fix typo in doc
yixi zhang
2017-10-24
1
-1
/
+1
*
Close client socket if it fails to connect (#165)
Colin Watson
2017-10-06
1
-6
/
+10
*
Don't Raise Generic Exception (#164)
Norman J. Harman Jr
2017-09-11
1
-1
/
+2
*
Fixed a small typo in the doc string of the pooled client
Gabe Levine
2017-04-04
1
-1
/
+1
*
Add support for stats cachedump
Joe Gordon
2017-03-29
1
-2
/
+12
*
Return default value instead of False when all clients are down
Peter Renstròˆm
2017-03-14
1
-1
/
+1
*
Merge pull request #1 from pinterest/master
Brendan Walker
2017-02-17
1
-2
/
+13
|
\
|
*
Add gets_many to HashClient.
Jason Biegel
2017-02-17
1
-2
/
+13
*
|
Using bytearray
Brendan Walker
2017-02-15
1
-3
/
+1
*
|
Comparing ord(character) so its compatible with python 2 and 3
Brendan Walker
2017-02-14
1
-4
/
+6
*
|
Renaming byte to character
Brendan Walker
2017-02-14
1
-2
/
+2
[next]