misc
/
portage
debian
master
gentoo portage for debian
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pym
/
cache
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prevent an IOError with errno != ENOENT from being swallowed in flat_hash._se...
Zac Medico
2006-03-18
1
-5
/
+5
*
Replace hard coded number 2 in cache modules with errno.ENOENT.
Zac Medico
2006-03-18
2
-11
/
+7
*
Fix misuse of dict.fromkeys class method so that cache cleansing works during...
Zac Medico
2006-03-12
1
-1
/
+1
*
Use rstrip("\n") instead of -1 index to safely remove newline characters.
Zac Medico
2006-02-26
1
-1
/
+1
*
Add a new cache.metadata_overlay module that layers a writable cache over a r...
Zac Medico
2006-02-26
1
-0
/
+91
*
Only write known keys in flat_hash cache entries (filter out UNUSED_* keys).
Zac Medico
2006-02-26
1
-1
/
+1
*
Fix cache.metadata.database so that it correctly removes the newline characte...
Zac Medico
2006-02-26
1
-1
/
+1
*
Make complete_eclass_entries variable name consistent so that classes derived...
Zac Medico
2006-02-26
1
-1
/
+1
*
removed unnecessary reconstruct_eclasses import
Brian Harring
2005-12-18
1
-1
/
+0
*
couple of tweaks. fixed up whitespacing for template, added a default __cont...
Brian Harring
2005-12-18
2
-20
/
+10
*
Unpack the _eclasses_ value as it's packed by the database template's __setit...
Jason Stubbs
2005-12-17
1
-1
/
+5
*
replacement cache subsystem that's gestated in 2.1 and 3.0.
Brian Harring
2005-11-05
12
-0
/
+1240