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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Validate cas inputs as strings of digits (#250)
Stephen Rosen
2019-08-26
2
-6
/
+24
*
Change serialization interface to be an object (#245)
Stephen Rosen
2019-08-26
4
-49
/
+49
*
Check integer input values to Client methods (#243)
Stephen Rosen
2019-08-20
1
-0
/
+17
*
Fix flags when setting multiple values at once (#248)
v2.2.1
Jon Parise
2019-08-05
1
-0
/
+34
*
extracted _extract_value() from _fetch_cmd() (#237)
JianGuoPinterest
2019-06-12
1
-2
/
+39
*
add flags in client functions (#235)
JianGuoPinterest
2019-06-11
2
-1
/
+12
*
add encoding in client functions (#232)
JianGuoPinterest
2019-06-07
2
-10
/
+105
*
Handle unicode key values in MockMemcacheClient correctly
Joe Gordon
2019-03-19
2
-6
/
+9
*
Use '==' to compare strings
Jon Parise
2019-02-13
1
-1
/
+1
*
Add test coverage for the 'cache_memlimit' command
Jon Parise
2019-01-08
1
-0
/
+8
*
Always close the existing socket on _connect() (#208)
Jon Parise
2019-01-03
1
-3
/
+31
*
Add UNIX domain socket support (#206)
Jon Parise
2019-01-02
1
-0
/
+30
*
Make pickle version for python_memcache_serializer adjustable
Joe Gordon
2018-09-07
2
-4
/
+51
*
Fix support newbytes from future
Joe Gordon
2018-09-06
3
-2
/
+29
*
add delete and delete_multi benchmarks
shargan
2018-08-30
1
-0
/
+11
*
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
1
-1
/
+8
|
/
*
fix pep8
opapy
2018-07-30
1
-4
/
+8
*
fix test
opapy
2018-07-30
2
-4
/
+43
*
fix implementation HashClient
opapy
2018-07-30
1
-5
/
+7
*
fix test
opapy
2018-07-09
3
-7
/
+17
*
Fix flake8 issues
Joe Gordon
2017-11-27
1
-4
/
+4
*
Have MockMemcacheClient support non-ascii strings (#169)
Edward Lim
2017-11-19
2
-1
/
+35
*
Close client socket if it fails to connect (#165)
Colin Watson
2017-10-06
1
-2
/
+22
*
Don't Raise Generic Exception (#164)
Norman J. Harman Jr
2017-09-11
1
-2
/
+2
*
Introduce some missing .set() assertions
Jon Parise
2017-05-05
1
-3
/
+4
*
Add support for stats cachedump
Joe Gordon
2017-03-29
1
-0
/
+8
*
Return default value instead of False when all clients are down
Peter Renstròˆm
2017-03-14
1
-1
/
+3
*
Merge pull request #1 from pinterest/master
Brendan Walker
2017-02-17
1
-0
/
+19
|
\
|
*
Add gets_many to HashClient.
Jason Biegel
2017-02-17
1
-0
/
+19
*
|
Adding test case for null character
Brendan Walker
2017-02-14
1
-0
/
+9
*
|
Iterating over characters in key once
Brendan Walker
2017-02-14
1
-1
/
+1
*
|
Moving test cases
Brendan Walker
2017-02-13
1
-27
/
+27
*
|
Raising MemcacheIllegalInputError when a key contains null byte, new line, or...
Brendan Walker
2017-02-13
1
-1
/
+28
|
/
*
Ensure serde integration tests return the same type
Alex Tomkins
2016-12-04
1
-0
/
+1
*
Add FLAG_BYTES
Alex Tomkins
2016-12-04
1
-5
/
+5
*
Add more serde unit tests for bytes/unicode
Alex Tomkins
2016-12-04
1
-0
/
+3
*
Add a few more serde integration tests
Alex Tomkins
2016-12-04
1
-0
/
+8
*
Add test for subclasses of builtin types
Alex Tomkins
2016-12-04
1
-0
/
+14
*
Test for expected flags with serde tests
Alex Tomkins
2016-12-04
1
-6
/
+14
*
Use byte strings after serializing with serde
Alex Tomkins
2016-12-04
1
-2
/
+14
*
Add integration test for serde serialization
Alex Tomkins
2016-12-04
1
-0
/
+23
*
Fix syntax errors
Nicholas Charriere
2016-11-05
3
-5
/
+10
*
Add optional support for unicode keys
Joe Gordon
2016-11-03
4
-31
/
+94
*
test for default_noreply for both clients
Kane Dou
2016-10-28
1
-24
/
+96
*
Fix #117, illegal unicode character in middle of key (or value now)
fix-unicode-char-in-middle-error
Nicholas Charriere
2016-10-03
2
-0
/
+24
*
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
[next]