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
...
*
Prepare version 3.4.3
Jon Parise
2021-05-11
1
-1
/
+1
*
Fixed `HashClient.{get,set}_many()` with UNIX sockets.
Nick Pope
2021-05-10
2
-15
/
+64
*
Prepare the version 3.4.2 release (#312)
v3.4.2
Jon Parise
2021-04-14
1
-1
/
+1
*
Removing trailing space after a command if there are no arguments. (#311)
Jerry Miu
2021-04-14
2
-3
/
+6
*
Prepare the 3.4.1 patch release (#310)
v3.4.1
Jon Parise
2021-03-04
1
-1
/
+1
*
Move _check_cas() check into cas() method
Jon Parise
2021-02-04
2
-1
/
+4
*
Prepare the v3.4.0 release (#298)
Jon Parise
2020-09-15
1
-1
/
+1
*
Removed print() in test.
Nick Pope
2020-09-03
1
-1
/
+0
*
Added support for connections over IPv6.
Nick Pope
2020-09-03
4
-27
/
+135
*
Fixed custom client for HashClient using pooling.
Nick Pope
2020-09-02
2
-6
/
+16
*
Made isinstance() checks use six consistently.
Nick Pope
2020-09-02
1
-7
/
+6
*
Added support for UNIX sockets in HashClient.
Nick Pope
2020-09-02
2
-19
/
+68
*
Fix typos discovered by codespell
Christian Clauss
2020-08-21
1
-2
/
+2
*
Fix typo discovered by codespell
Christian Clauss
2020-08-21
1
-1
/
+1
*
Bump version to 3.3.0 and add changelog entries (#293)
v3.3.0
Jon Parise
2020-08-17
1
-1
/
+1
*
Stopped storing False for missing keys in HashClient.get_many().
Nick Pope
2020-08-17
2
-2
/
+1
*
Added missing HashClient.close() and HashClient.quit().
Nick Pope
2020-08-17
3
-0
/
+28
*
Exposed HashClient in __init__ modules.
Nick Pope
2020-08-17
2
-0
/
+2
*
Used collections.defaultdict() in HashClient.{get,set}_many().
Nick Pope
2020-08-17
1
-8
/
+3
*
Minor cleanups to avoid unnecessary variables.
Nick Pope
2020-08-17
2
-4
/
+3
*
Fix incorrect pytest mark (#290)
Jon Parise
2020-08-13
1
-1
/
+1
*
Updated docs for decrement (#289)
Ben Yarmis
2020-08-12
1
-1
/
+1
*
Prepare the 3.2.0 release (#287)
v3.2.0
Jon Parise
2020-05-19
1
-1
/
+1
*
Relocate test-specific TLS certificates (#284)
Jon Parise
2020-05-06
5
-1
/
+103
*
Make PooledClient and HashClient able to use a custom client class (#280)
Simon Davy
2020-04-28
4
-18
/
+40
*
Prepare version 3.1.1 for release (#281)
v3.1.1
Jon Parise
2020-04-28
1
-1
/
+1
*
Upgrade to Sphinx 3 for generated documentation (#282)
Jon Parise
2020-04-28
1
-3
/
+2
*
Align Client and MockMemcacheClient to ease third-party testing #279
Paul Renvoise
2020-04-24
1
-19
/
+62
*
Prepare the version 3.1.0 release (#278)
v3.1.0
Jon Parise
2020-04-09
1
-1
/
+1
*
Add TLS support for TCP sockets (#276)
Moisés Guimarães de Medeiros
2020-04-07
4
-5
/
+59
*
Fix corner case with dead server coming back alive (#275)
Lukasz Czaplinski
2020-04-04
2
-14
/
+58
*
Prepare the version 3.0.1 release
Jon Parise
2020-03-20
1
-1
/
+1
*
Update MockMemcacheClient to reuse check_key (#273)
Joe Gordon
2020-03-19
4
-25
/
+22
*
HashClient pass encoding servers (#271)
Doug
2020-03-18
2
-0
/
+28
*
Enforcing consistency between the client mock and real client so… (#268)
Feras Alazzeh
2020-01-15
1
-1
/
+3
*
adding clear method to MockMemcacheClient (#266)
Feras Alazzeh
2020-01-07
1
-0
/
+4
*
Start the version 3.0.0 release process (#265)
v3.0.0
Jon Parise
2020-01-02
1
-1
/
+1
*
Fix linter errors
Ali-Akber Saifee
2019-12-21
2
-1
/
+1
*
Add touch method to HashClient (#263)
Ali-Akber Saifee
2019-12-21
3
-0
/
+36
*
Add prepend and append support to MockMemcacheClient (#261)
Joe Gordon
2019-12-17
2
-0
/
+34
*
Clarify noreply + self.default_noreply behavior (#255)
Jon Parise
2019-09-10
1
-6
/
+10
*
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
[prev]
[next]