summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #499 from jogo/blackHEADmasterJoe Gordon2023-04-065-7/+1
|\
| * Upgrade to black 23.3.0Joe Gordon2023-04-055-7/+1
|/
* Bump mypy from 0.982 to 1.1.1dependabot[bot]2023-04-051-1/+1
* Merge pull request #480 from misuzu/patch-1Joe Gordon2023-02-062-3/+3
|\
| * Fix test_compressed_complex failure on 32-bit platformsmisuzu2023-02-062-3/+3
|/
* Merge pull request #477 from jogo/__init__Joe Gordon2023-02-031-1/+7
|\
| * Make sure __init__ functions are displayed in docsJoe Gordon2023-02-031-1/+7
* | Consistent behaviour for incr, decr for Hash and Base (#476)Matej Spiller Muys2023-02-021-2/+2
* | Merge pull request #468 from matejsp/masterJoe Gordon2023-01-316-32/+197
|\ \
| * | Support for Gat and Gats, Support passing server key in a tupleMatej Spiller Muys2023-01-316-32/+197
| |/
* | Bump black from 22.10.0 to 22.12.0dependabot[bot]2023-01-301-1/+1
|/
* Merge pull request #454 from pinterest/snyk-fix-8b5f7af655bdaf9ba623545bda757852Joe Gordon2023-01-061-0/+1
|\
| * fix: test-requirements.txt to reduce vulnerabilitiessnyk-fix-8b5f7af655bdaf9ba623545bda757852snyk-bot2022-12-241-0/+1
* | Bump sphinx-rtd-theme from 1.0.0 to 1.1.1dependabot[bot]2023-01-061-1/+1
* | Bump flake8 from 5.0.2 to 6.0.0dependabot[bot]2023-01-061-1/+1
|/
* Merge pull request #451 from fabiocaccamo/patch-1Joe Gordon2022-12-061-1/+1
|\
| * Bump `pylibmc` version to avoid installarion error while creating the develop...Fabio Caccamo2022-12-061-1/+1
|/
* Merge pull request #448 from cclauss/patch-1Joe Gordon2022-12-011-1/+1
|\
| * Add PyPy 3.9Christian Clauss2022-11-301-1/+1
| * GitHub Actions CI: Add Python 3.11Christian Clauss2022-11-301-1/+1
|/
* Bump pytest from 7.1.1 to 7.2.0dependabot[bot]2022-11-011-1/+1
* Merge pull request #437 from jogo/issuesJoe Gordon2022-10-181-0/+1
|\
| * Add link to issue tracker as wellJoe Gordon2022-10-171-0/+1
|/
* Merge pull request #435 from jogo/urlsJoe Gordon2022-10-171-1/+3
|\
| * Update project urls to include link to docsJoe Gordon2022-10-171-1/+3
|/
* Merge pull request #428 from jogo/4.0.0v4.0.0Joe Gordon2022-10-172-1/+10
|\
| * 4.0.0 ReleaseJoe Gordon2022-10-072-1/+10
* | Bump gevent from 22.8.0 to 22.10.1dependabot[bot]2022-10-171-1/+1
* | Merge pull request #433 from jogo/prefixJoe Gordon2022-10-173-44/+80
|\ \
| * | Fix key_prefix issue with stats and cache_memlimitJoe Gordon2022-10-143-44/+80
* | | Bump gevent from 21.12.0 to 22.8.0dependabot[bot]2022-10-131-1/+1
|/ /
* | Bump faker from 15.0.0 to 15.1.0dependabot[bot]2022-10-131-1/+1
* | Bump black from 22.8.0 to 22.10.0dependabot[bot]2022-10-081-1/+1
|/
* Bump pytest-cov from 3.0.0 to 4.0.0dependabot[bot]2022-10-061-1/+1
* Bump mypy from 0.981 to 0.982dependabot[bot]2022-10-061-1/+1
* Merge pull request #426 from jogo/typingJoe Gordon2022-10-033-88/+193
|\
| * Add more type annotationsJoe Gordon2022-10-033-88/+193
* | Bump mypy from 0.971 to 0.981dependabot[bot]2022-09-271-1/+1
* | Bump sphinx from 5.1.1 to 5.2.1dependabot[bot]2022-09-271-1/+1
* | Bump faker from 14.2.0 to 15.0.0dependabot[bot]2022-09-271-1/+1
* | Merge pull request #421 from jogo/PEP561Joe Gordon2022-09-222-0/+1
|\ \ | |/ |/|
| * Add py.typed fileJoe Gordon2022-09-212-0/+1
|/
* Merge pull request #415 from jogo/typesJoe Gordon2022-09-134-65/+126
|\
| * Start to add type hintsJoe Gordon2022-09-124-65/+126
* | Bump faker from 13.15.0 to 14.2.0dependabot[bot]2022-09-131-1/+1
|/
* Merge pull request #407 from sontek/add_compression_serdeJoe Gordon2022-09-126-36/+443
|\
| * set min_compress_lenJohn Anderson2022-07-151-1/+2
| * fix mypyJohn Anderson2022-07-151-1/+1
| * flake8John Anderson2022-07-151-53/+30
| * add some compression benchmarksJohn Anderson2022-07-155-14/+252