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
*
Validate cas inputs as strings of digits (#250)
Stephen Rosen
2019-08-26
3
-6
/
+51
*
Change serialization interface to be an object (#245)
Stephen Rosen
2019-08-26
7
-82
/
+138
*
Inaugurate pymemcache 3.0 development
Jon Parise
2019-08-20
1
-1
/
+1
*
Check integer input values to Client methods (#243)
Stephen Rosen
2019-08-20
2
-9
/
+37
*
Fix long_description string in Python packaging (#249)
v2.2.2
Jon Parise
2019-08-06
1
-1
/
+1
*
Fix flags when setting multiple values at once (#248)
v2.2.1
Jon Parise
2019-08-05
3
-10
/
+43
*
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
2
-21
/
+68
*
add flags in client functions (#235)
JianGuoPinterest
2019-06-11
3
-32
/
+75
*
add encoding in client functions (#232)
JianGuoPinterest
2019-06-07
4
-17
/
+120
*
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
*
Handle unicode key values in MockMemcacheClient correctly
Joe Gordon
2019-03-19
2
-6
/
+9
*
Introduce package metadata configuration by using setup.cfg
Hervé Beraud
2019-02-21
1
-1
/
+1
*
Use '==' to compare strings
Jon Parise
2019-02-13
1
-1
/
+1
*
Parse version directly from pymemcache/__init__.py
Jon Parise
2019-01-28
1
-1
/
+1
*
Add test coverage for the 'cache_memlimit' command
Jon Parise
2019-01-08
1
-0
/
+8
*
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
2
-7
/
+39
*
Add UNIX domain socket support (#206)
Jon Parise
2019-01-02
2
-4
/
+55
*
Start preparing the 2.1.0 release (#202)
Jon Parise
2018-11-25
1
-3
/
+2
*
typo: alwais -> always
Tyler Lubeck
2018-11-08
1
-1
/
+1
*
allow friendly imports
unknown
2018-11-03
1
-0
/
+8
*
Try fix import error six
unknown
2018-11-01
1
-10
/
+2
*
Import Classes, Function into package level
unknown
2018-11-01
1
-0
/
+8
*
Import Classes, Function into package level
unknown
2018-11-01
1
-0
/
+3
*
Bump version to 2.0.0
Joe Gordon
2018-09-12
1
-1
/
+1
*
Make pickle version for python_memcache_serializer adjustable
Joe Gordon
2018-09-07
3
-8
/
+64
*
Fix support newbytes from future
Joe Gordon
2018-09-06
4
-3
/
+33
*
Merge pull request #184 from shargan/shargan/fix-delete-many
Charles Gordon
2018-09-05
2
-28
/
+45
|
\
|
*
add delete and delete_multi benchmarks
shargan
2018-08-30
1
-0
/
+11
|
*
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
|
/
*
Merge pull request #180 from shargan/shargan/expand-benchmarks
Charles Gordon
2018-08-30
2
-33
/
+66
|
\
|
*
split benchmarks by method and include get_multi and set_multi
shargan
2018-08-30
2
-33
/
+66
*
|
ensure that client 'if not self.sock: self._connect()' behavior is tested
shargan
2018-08-30
2
-6
/
+12
*
|
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 pep8
opapy
2018-07-30
1
-4
/
+8
*
fix test
opapy
2018-07-30
4
-44
/
+72
[next]