summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add unit test to cover Mako entry point.SW2014-04-081-0/+18
* util.coerce_string_conf: coerce floats too (#57)Jeff Dairiki2014-01-101-0/+9
* Apply the new "get" attribute for :meth:`cache_multi_on_arguments` ...Eric Hanchrow2014-01-061-0/+8
* New "get" attribute, analogous to "invalidate" and "refresh"Eric Hanchrow2014-01-061-2/+8
* - changelogMike Bayer2013-11-262-5/+3
* memory_pickle backend supportjonathan vanasco2013-11-261-0/+5
* - correct and test the example RW mutexMike Bayer2013-11-151-10/+54
* - Fixes to routines on Windows, including that default unit tests pass,Mike Bayer2013-11-154-4/+28
* formattingMike Bayer2013-11-151-8/+8
* formattingMike Bayer2013-11-151-28/+28
* - The :meth:`.CacheRegion.invalidate` method now supports an optionMike Bayer2013-10-101-2/+53
* Add in dogpile.cache explicit exceptionsMorgan Fainberg2013-09-021-3/+6
* Ensure coerce_string_conf coerces the sign of an integer.David\ Beitey2013-07-041-0/+17
* The ``refresh()`` method on :meth:`.CacheRegion.get_or_create_multi`Mike Bayer2013-06-271-0/+7
* whitespace...Mike Bayer2013-06-211-7/+7
* - can't coerce to unicode key by default because cache backends likeMike Bayer2013-06-212-8/+46
* Added a method ``refresh()`` to functions decorated byMike Bayer2013-06-211-3/+39
* - changelogMike Bayer2013-06-211-5/+36
|\
* | broken test for incoming pullreqMike Bayer2013-06-211-1/+15
* | - reorganize the tests here, so everything to do with the decoratorMike Bayer2013-06-213-194/+197
|/
* - add asdict=True argument #35Mike Bayer2013-06-151-0/+69
* some test fixesMike Bayer2013-06-141-7/+8
* - this is 0.5.0Mike Bayer2013-06-141-14/+14
* - Added new methods :meth:`.CacheRegion.get_or_create_multi`Mike Bayer2013-06-102-5/+143
* Merged in ijl/dogpile.cache (pull request #20)Mike Bayer2013-05-241-1/+18
|\
| * CacheRegion.configure() accepts a datetime.timedelta object for 'expiration_t...ijl2013-05-021-1/+18
* | add an interesting test regarding potential deadlocks for same key calledMike Bayer2013-05-051-0/+21
|/
* - changelog for #20Mike Bayer2013-04-291-0/+6
* Add ability for expiration_time passed to cache_on_arguments to be dynamic (egDavid Beitey2013-04-291-0/+10
* - changelog for #26Mike Bayer2013-04-271-74/+61
* making delegations in ProxyBackend explicit. Inheriting from CacheBackend. ...timhanus2013-04-271-0/+18
* merging upstream changes back into proxy branchtimhanus2013-04-262-0/+81
|\
| * Merged zzzeek/dogpile.cache into defaulttimhanus2013-04-262-0/+81
| |\
| | * version numberMarcos A. Sobrinho2013-04-191-0/+4
| | |\
| | * | get_multi, set_multi and del_multi tests, fix for python-binary-memcached tha...Marcos A. Sobrinho2013-04-192-0/+81
* | | | move CacheRegion.wrap() to its own function rather than as part of configure....timhanus2013-04-261-5/+33
|/ / /
* | | Adding BackendProxy + unit teststimhanus2013-04-261-0/+108
| |/ |/|
* | Set the name on the CacheRegion. Fixes #27Wichert Akkerman2013-04-181-0/+4
|/
* Added support for the ``cache_timeout`` MakoMike Bayer2013-03-281-15/+26
* :meth:`.CacheRegion.get_or_create` andMike Bayer2013-03-061-11/+28
* Updated per pull request #13 commentsGilles2013-03-051-7/+2
* Don't cache NoneGilles2013-02-281-0/+12
* - rename cache_for() to set()Mike Bayer2012-12-101-5/+5
* Merged in diaoul/dogpile.cache/cache_for (pull request #9)zzzeek2012-12-101-0/+11
|\
| * Put the value to cache as first positional argument of cache_forAntoine Bertin2012-12-101-2/+2
| * Add a cache_for methodAntoine Bertin2012-12-101-0/+11
* | - Made an adjustment to the test suite that was preventingMike Bayer2012-12-102-9/+56
|/
* - changelog, some cleanupMike Bayer2012-11-201-9/+9
* Redis backend now supports a password, as well as configuration via url inste...Jon Rosebaugh2012-11-191-0/+57
* - [bug] Fixed the mako_cache plugin which was not yetMike Bayer2012-09-162-0/+40