summaryrefslogtreecommitdiff
path: root/cache.py
Commit message (Collapse)AuthorAgeFilesLines
* bug fixStephanie Marcu2008-10-231-1/+1
|
* replace all has_key call with "element in dict" statement (3.x compat)pierre-yves david2008-10-191-1/+1
|
* debug Cache on __getattr__ : raise KeyError before modifying underlying listFabrice Douchant2008-10-161-3/+15
| | | | new Cache unittest to test it
* del print messages for real !! no commentsFabrice Douchant2008-10-161-8/+0
|
* del debug printsFabrice Douchant2008-10-161-6/+6
|
* reimplement Cache. Noew inheriting from dict (#3841)Fabrice Douchant2008-10-161-35/+24
| | | | changing corresponding unittests
* improve doc for better epydoc generation.Nicolas Chauvat2008-07-131-17/+7
|
* fix thread safety + del behaviourSylvain2008-06-231-15/+25
|
* small refactoringAlexandre Fayolle2008-05-011-1/+3
|
* pop() implementationSylvain2007-07-131-3/+8
|
* forget the past.root2006-04-261-0/+97
forget the past.