summaryrefslogtreecommitdiff
path: root/pymemcache/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* 4.0.0 ReleaseJoe Gordon2022-10-071-1/+1
| | | | Update changelog and version
* Apply black formattingJoe Gordon2021-12-031-1/+1
| | | | https://black.readthedocs.io/en/stable/index.html
* Bump version to 4.0.0-devJon Parise2021-07-201-1/+1
|
* Prepare the v3.5.0 release (#341)v3.5.0Hervé Beraud2021-07-131-1/+1
|
* Allow us to import the KeepalivOpts from the root pymemcache namespace (#340)Hervé Beraud2021-07-051-0/+1
|
* Prepare version 3.4.4 (#322)v3.4.4Jon Parise2021-06-021-1/+1
|
* Prepare version 3.4.3Jon Parise2021-05-111-1/+1
|
* Prepare the version 3.4.2 release (#312)v3.4.2Jon Parise2021-04-141-1/+1
|
* Prepare the 3.4.1 patch release (#310)v3.4.1Jon Parise2021-03-041-1/+1
|
* Prepare the v3.4.0 release (#298)Jon Parise2020-09-151-1/+1
|
* Bump version to 3.3.0 and add changelog entries (#293)v3.3.0Jon Parise2020-08-171-1/+1
|
* Exposed HashClient in __init__ modules.Nick Pope2020-08-171-0/+1
|
* Prepare the 3.2.0 release (#287)v3.2.0Jon Parise2020-05-191-1/+1
|
* Prepare version 3.1.1 for release (#281)v3.1.1Jon Parise2020-04-281-1/+1
|
* Prepare the version 3.1.0 release (#278)v3.1.0Jon Parise2020-04-091-1/+1
|
* Prepare the version 3.0.1 releaseJon Parise2020-03-201-1/+1
|
* Start the version 3.0.0 release process (#265)v3.0.0Jon Parise2020-01-021-1/+1
| | | | This code is in good shape for our next major release so this just updates the changelog and package version.
* Inaugurate pymemcache 3.0 developmentJon Parise2019-08-201-1/+1
|
* Fix long_description string in Python packaging (#249)v2.2.2Jon Parise2019-08-061-1/+1
| | | | | When defining `long_description` in setup.cfg using the `file:` directive, we need to keep everything on one line. Otherwise, it will treat the value as a block of literal text.
* Fix flags when setting multiple values at once (#248)v2.2.1Jon Parise2019-08-051-1/+1
| | | | | | | | | | | | | | | | | | | | | We introduced the ability to override the serializer-returned flags values in 26f7c1b1. Unfortunately, there was a flaw in that logic which resulted in the first item's flags being used for all later items. This bug primarily affected set_many()'s behavior when the data dictionary contained multiple different value types which were assigned different per-value flags values by the serializer. For example: set_many({'a': 'string', 'b': 10}) If a serializer returned different flags for strings (e.g. 1) and integer values (e.g. 2), the previous logic would have set ``flags`` to 1 the first time through the loop and repeated that value for the second item, instead of using 2. This was the intended behavior when ``flags`` was explicitly passed to set_many(), but not for the default case where we still want to respect the flags values returned by the serializer.
* Introduce package metadata configuration by using setup.cfgHervé Beraud2019-02-211-1/+1
| | | | | | | | | | | | Since setuptools 30.3.0 we can use setup.cfg to configure package for build and distribute. These changes propose to adopt a more modern approach to package pymemcache by using latest and stable feature of setuptools. Overview: - remove python code to maintain - introduce package metadata, - centralize version management in package metadata
* Parse version directly from pymemcache/__init__.pyJon Parise2019-01-281-1/+1
| | | | | | | | | | | We can no longer import the __version__ attribute because there is no an implicit runtime dependency on six (as of #197), and we can't guarantee that six is installed until *after* setup.py is parsed and run. Instead, parse the `__version__ = 'x.y.z'` string from __init__.py to extract the version. Fixes #214
* Start preparing the 2.1.0 release (#202)Jon Parise2018-11-251-3/+2
|
* allow friendly importsunknown2018-11-031-0/+8
|
* Try fix import error sixunknown2018-11-011-10/+2
|
* Import Classes, Function into package levelunknown2018-11-011-0/+8
|
* Import Classes, Function into package levelunknown2018-11-011-0/+3
|
* Bump version to 2.0.0Joe Gordon2018-09-121-1/+1
|
* Bump versionnew-release-144Nicholas Charriere2018-01-071-1/+1
|
* Bump version to 1.4.3release-143Nicholas Charriere2017-04-041-1/+1
|
* Bump version to 1.4.2Nicholas Charriere2017-02-231-1/+1
|
* Bump version to 1.4.1prelease-141Nicholas Charriere2017-02-181-1/+1
|
* Bump version to 1.4.0prerelease-140Nicholas Charriere2016-11-051-1/+1
|
* Bump version to 1.3.8release-138Nicholas Charriere2016-10-041-1/+1
|
* Release 1.3.7Nicholas Charriere2016-10-031-1/+1
|
* BumpversionreleaseNicholas Charriere2016-07-271-1/+1
|
* Fix flake8 and cleanup buildNicholas Charriere2016-07-271-0/+1
|
* Updating changelog and increasing version to 1.3.5Charles Gordon2015-11-021-1/+1
|
* Increasing version to 1.3.41.3.4Charles Gordon2015-09-291-1/+1
|
* Release 1.3.31.3.3Charles Gordon2015-09-021-1/+1
|
* release 1.3.21.3.2Charles Gordon2015-07-251-1/+1
|
* release 1.3.1Charles Gordon2015-07-251-1/+1
|
* release 1.3.0Charles Gordon2015-07-241-1/+1
|
* Increasing version to 1.2.9, including the addition of PooledClient and ↵Charles Gordon2015-04-151-1/+1
| | | | associated code
* Increasing version number for pypiCharles Gordon2014-11-251-1/+1
|
* Bumping version to fix upload issues with pypiCharles Gordon2014-11-121-1/+1
|
* Adding James Socol to contributors and bumping version for pypiCharles Gordon2014-11-051-1/+1
|
* Adding the LICENSE.txt file to the distributionCharles Gordon2014-09-091-1/+1
|
* Increasing version to 1.2.4Charles Gordon2014-07-251-1/+1
|
* Increasing version to 1.2.2Charles Gordon2014-04-181-1/+1
|