summaryrefslogtreecommitdiff
path: root/repoze
Commit message (Expand)AuthorAgeFilesLines
* 100% statement / branch coverageTres Seaver2016-11-122-4/+56
* Use new assertion methods.Tres Seaver2016-11-121-39/+36
* Coverage for 'UnboundedCache'.Tres Seaver2016-11-122-5/+61
* Tidy imports.Tres Seaver2016-11-121-2/+2
* Actually test 'ignore_unhashable_args' feature.Tres Seaver2016-11-121-8/+10
* Py3k-compatible syntax.Tres Seaver2016-11-121-2/+6
* -removed module version (__version__.py)Cosmin Basca2016-11-121-2/+0
* - remove invalidated items from the simple cacheCosmin Basca2016-10-301-26/+12
* bumped version to 0.7.1Cosmin Basca2014-08-123-8/+50
* fixed comments to original, after PyCharm's autoformatter messed with their i...Cosmin Basca2014-08-121-2/+2
* included UnbondedCache (a simple unbounded and unexpiring cache)Cosmin Basca2014-08-121-20/+77
* CoverageTres Seaver2014-02-021-2/+2
* Merge PR #20.Tres Seaver2014-02-022-0/+9
|\
| * Expose cache object on the wrapped function, so end users can also extractJasper Spaans2013-10-012-0/+9
* | Prefer 3-arg getattr() to catching AttributeError.Tres Seaver2014-02-021-8/+7
* | Is that a docstring? There are no docstrings in unittests.Tres Seaver2014-02-021-19/+17
* | fix crash on memoizing partialMike Blume2013-10-072-3/+18
|/
* Fixed bug when no setuptools is installedMario Vilas2013-04-081-1/+4
* Tidy.Tres Seaver2012-07-051-4/+2
* Tidy.Tres Seaver2012-07-051-2/+2
* Allow 'clear' to take multiple names.Tres Seaver2012-07-052-9/+24
* Coverage for single-name clear.Tres Seaver2012-07-051-15/+28
* Let Python marshal args for us.Tres Seaver2012-07-051-21/+22
* Code clarity.Tres Seaver2012-07-051-28/+31
* Avoid artificial default.Tres Seaver2012-07-051-14/+12
* Moar PEP8.Tres Seaver2012-07-051-34/+40
* Coverage.Tres Seaver2012-07-051-1/+1
* Fix Python 3.2 compatibility.Tres Seaver2012-07-051-1/+1
* Fix Python 2.6 compatibility.Tres Seaver2012-07-051-4/+2
* Normalize contruction of CUT.Tres Seaver2012-07-051-16/+22
* PEP8: moar ws cleanup.Tres Seaver2012-07-051-20/+20
* PEP8: ws cleanup.Tres Seaver2012-07-051-8/+11
* Adding CacheMaker with(tests + docs)julien tayon2012-07-042-0/+143
* added cache statiticsJeremiah Ness2012-06-062-2/+60
* Use lock-as-context manager to avoid race condition (issue #10).Tres Seaver2012-03-241-17/+5
* prevent py32 from whining about assert_Chris McDonough2012-03-231-23/+24
* Don't encourage running a unit test module as a script.Tres Seaver2012-03-231-4/+0
* Reach full statement coverage with noseStefan Nordhausen2012-01-241-1/+1
* Make test cases run in Python <2.7 and 3.x againStefan Nordhausen2012-01-191-22/+26
* Add "expiry" feature to the decoratorStefan Nordhausen2012-01-182-6/+43
* Add test class ExpiringLRUCacheTests to test expiry featuresStefan Nordhausen2012-01-181-2/+190
* Add many more test cases and a cache-consistency check.Stefan Nordhausen2012-01-171-0/+199
* Add ExpiringLRUCache class.Stefan Nordhausen2012-01-171-1/+129
* - Rename _marker to _MARKER to make pylint happy.Stefan Nordhausen2012-01-161-9/+17
* If self.invalidate deletes an entry at just the wrong time, the "delStefan Nordhausen2012-01-161-25/+49
* __init__.py:Stefan Nordhausen2012-01-132-26/+28
* __init__.py:Stefan Nordhausen2012-01-132-15/+41
* get() does not set self.hand anymore.Stefan Nordhausen2012-01-131-4/+0
* prep for mergeChris McDonough2011-08-161-1/+2
* Added Python 3 support.Joel Bohman2011-08-161-1/+5