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
*
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
*
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
1
-0
/
+4
|
\
|
*
Improve stats parsing
Adam Chainz
2016-08-22
1
-0
/
+4
*
|
Add tests for serde module
Adam Chainz
2016-08-17
1
-0
/
+24
|
/
*
Added default parameter support for "get" and "gets" methods in Client
Enguerrand Pelletier
2016-08-01
2
-3
/
+13
*
Fix #99 unsanitized input
Nicholas Charriere
2016-07-27
1
-0
/
+6
*
Fix flake8 and cleanup build
Nicholas Charriere
2016-07-27
2
-3
/
+4
*
Fixed stats evictions conversion
ruamin
2016-04-19
1
-0
/
+2
*
Merge pull request #90 from starstable/feature-version-cmd
Charles Gordon
2015-10-23
1
-0
/
+10
|
\
|
*
Implemented VERSION command in Client and PooledClient
Remco van Oosterhout
2015-10-23
1
-0
/
+10
*
|
Fixed bugs caused by setting retry attempts to 0 on HashClient
Remco van Oosterhout
2015-10-21
1
-0
/
+12
|
/
*
hashclient ignores exceptions when no servers are found
John Anderson
2015-09-06
1
-0
/
+58
*
Add default_noreply to Client
Adam Chainz
2015-08-28
2
-13
/
+54
*
Add delete_multi -> delete_many mapping
Adam Chainz
2015-07-24
2
-0
/
+12
*
Test the delete_many method and add it to Client classes that are missing it
Adam Chainz
2015-07-24
2
-0
/
+31
*
Add get_multi -> get_many mapping
Adam Chainz
2015-07-24
2
-0
/
+7
*
Add set_multi -> set_many mapping
Adam Chainz
2015-07-24
2
-0
/
+8
*
This adds a test to make sure kwargs are passed to client
John Anderson
2015-07-20
1
-0
/
+11
*
Merge branch 'master' of github.com:pinterest/pymemcache into add_hashing_client
John Anderson
2015-07-16
3
-96
/
+95
|
\
|
*
Update docs/flake8
John Anderson
2015-07-02
1
-1
/
+0
|
*
Setup pytest configuration for benchmarks
John Anderson
2015-07-02
3
-96
/
+96
*
|
flake8 fixes
John Anderson
2015-07-02
1
-5
/
+5
*
|
Make ignoring exceptions optional
John Anderson
2015-07-02
1
-2
/
+42
*
|
Remove dependency on clandestined and use pure python murmur3
John Anderson
2015-07-02
1
-0
/
+203
*
|
Merge branch 'master' of github.com:pinterest/pymemcache into add_hashing_client
John Anderson
2015-07-02
1
-280
/
+0
|
\
\
|
|
/
|
*
Replaced integration.py with test_integration
John Anderson
2015-06-22
1
-280
/
+0
*
|
Added unit tests
John Anderson
2015-06-21
1
-0
/
+71
*
|
Fix tests + pep8
John Anderson
2015-06-20
1
-1
/
+4
*
|
Implemented the other functions and added tests
John Anderson
2015-06-20
2
-17
/
+27
*
|
Initial implementation of the hash client
John Anderson
2015-06-20
3
-7
/
+15
|
/
*
flake8 the tests
John Anderson
2015-06-20
5
-13
/
+16
*
Finished porting integration tests to pytest
John Anderson
2015-06-19
3
-0
/
+283
*
Move to use pytest instead of nose
John Anderson
2015-06-19
2
-104
/
+125
*
Add test for EINTR
INADA Naoki
2015-05-11
1
-0
/
+18
*
Merge pull request #37 from harlowja/client-pool
Charles Gordon
2015-04-14
1
-222
/
+179
|
\
|
*
Add/refactor appropriate tests so pooled clients are tested
Joshua Harlow
2015-04-14
1
-222
/
+179
*
|
Remove instance local buffer
Joshua Harlow
2015-04-14
1
-5
/
+0
|
/
*
Fix test to use key_prefix option
INADA Naoki
2014-04-16
1
-6
/
+2
*
Fix adding prefix with overriding check_key() doesn't work
INADA Naoki
2014-04-16
1
-0
/
+47
*
Support Python 2.6
INADA Naoki
2014-03-11
1
-6
/
+3
*
Split check_key() method.
INADA Naoki
2014-03-11
1
-0
/
+3
*
Add test
INADA Naoki
2014-03-11
1
-0
/
+16
*
Port to Python 3.3
Julien Danjou
2014-03-10
5
-309
/
+320
*
Added python dict support to the client
Marc-AndreĢ Courtois
2013-11-20
1
-0
/
+23
*
add stats() method to MockMemcacheClient
Dan Crosta
2013-11-18
1
-0
/
+22
[next]