summaryrefslogtreecommitdiff
path: root/pymemcache/pool.py
Commit message (Expand)AuthorAgeFilesLines
* Add more type annotationsJoe Gordon2022-10-031-17/+22
* Upgrade to Black 22.1.0 (from 22.11b1) (#364)Jon Parise2022-02-091-1/+1
* Apply black formattingJoe Gordon2021-12-031-7/+11
* Remove six dependency and run pyupgradeJoe Gordon2021-07-201-5/+3
* Remove idle connections from pool (#309)Jordan Carlson2021-06-011-7/+20
* Allow the pool lock to be specializedJoshua Harlow2015-04-161-2/+6
* Run 'after_remove' callback outside of lockJoshua Harlow2015-04-151-9/+15
* Fix/remove extra newlineJoshua Harlow2015-04-141-2/+1
* Remove useless returnJoshua Harlow2015-04-141-2/+0
* Create a pooled client classJoshua Harlow2015-04-141-0/+107