summaryrefslogtreecommitdiffstats
path: root/pym/portage/util/mtimedb.py
Commit message (Collapse)AuthorAgeFilesLines
* mtimedb: fix hexversion for python issue 5729Zac Medico2012-03-221-1/+1
|
* mtimedb: enable JSON write supportv2.2.0_alpha94Zac Medico2012-03-221-11/+11
| | | | JSON read support has been available since portage-2.1.10.49.
* MtimeDB: add JSON read/writeZac Medico2012-02-171-14/+55
| | | | | | | | Support serialization as JSON instead of pickle, so that /var/cache/edb/mtimedb is human readable/writable, for those rare cases where it may be useful. Currently, pickle is still used for writes. The plan is to migrate to JSON after JSON read has been supported for some time.
* MtimeDB._load: explicitly close fileZac Medico2012-02-171-3/+5
|
* Handle unpickle EOFError.Zac Medico2011-09-031-1/+1
|
* Handle unpickle AttributeError (bug #381705).Zac Medico2011-09-031-2/+6
|
* Update timestamps in headers of modified files.Zac Medico2011-06-031-1/+1
|
* Move pickle import out of base portage module.Zac Medico2011-06-031-1/+5
|
* Make sure portage.VERSION is saved in the mtimedb as type str rather thanZac Medico2010-03-271-2/+3
| | | | ObjectProxy.
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
|
* Move the MtimeDB class to portage.util.mtimedb and deprecate the commit_mtimedbZac Medico2010-02-281-0/+77
function. svn path=/main/trunk/; revision=15490