summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* svbHEADmasterTres Seaver2017-09-072-1/+6
* Prep 0.7 release.0.7Tres Seaver2017-09-072-2/+2
* Use '.rst' for better github integration.Tres Seaver2017-09-073-2/+2
* Garden ReST.Tres Seaver2017-09-071-5/+5
* Drop support for Python 3.3; add support for 3.6.Tres Seaver2017-09-074-5/+4
* Garden changelog.Tres Seaver2016-11-121-0/+8
* 100% statement / branch coverageTres Seaver2016-11-123-5/+57
* Wire up Travis.Tres Seaver2016-11-121-0/+26
* 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
* Show missing lines / branches in coverage output.Tres Seaver2016-11-121-0/+3
* Actually test 'ignore_unhashable_args' feature.Tres Seaver2016-11-121-8/+10
* Py3k-compatible syntax.Tres Seaver2016-11-121-2/+6
* Get next version right.Tres Seaver2016-11-123-15/+13
* Merge pull request #22 from cosminbasca/masterTres Seaver2016-11-124-39/+123
|\
| * -removed module version (__version__.py)Cosmin Basca2016-11-122-6/+1
| * - remove invalidated items from the simple cacheCosmin Basca2016-10-301-26/+12
| * bumped version to 0.7.1Cosmin Basca2014-08-124-28/+73
| * bumped version to 0.7Cosmin Basca2014-08-121-1/+1
| * 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-122-20/+78
|/
* Changelog for PR #20.Tres Seaver2014-02-021-0/+3
* 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
* | Changelog for PR #21.Tres Seaver2014-02-021-0/+2
* | 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
|/
* Note explicit support for Python 3.3.Tres Seaver2013-07-222-1/+2
* Merge pull request #19 from brodul/tox2Tres Seaver2013-07-221-1/+1
|\
| * added python 3.3 to toxAndraz Brodnik2013-07-161-1/+1
|/
* Point to online docs.Tres Seaver2013-06-241-1/+2
* Merge pull request #15 from MarioVilas/masterTres Seaver2013-04-091-1/+4
|\
| * Fixed bug when no setuptools is installedMario Vilas2013-04-081-1/+4
|/
* Ongoing development.Tres Seaver2012-07-122-1/+6
* Prep 0.6 release.0.6Tres Seaver2012-07-122-3/+3
* Changelog for CacheMaker.Tres Seaver2012-07-051-0/+3
* 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