log

age author description
Sun, 05 Jul 2009 12:43:40 +0200 Martin Geisler localrepo: removed unnecessary revkey sort helper
Sun, 05 Jul 2009 11:06:41 +0200 Alejandro Santos compat: remove unnecessary diamond-shaped multiple inheritance
Sun, 05 Jul 2009 11:06:09 +0200 Alejandro Santos split local and stdlib module imports (eases migration issues)
Sun, 05 Jul 2009 11:05:31 +0200 Alejandro Santos compat: don't reference an exception var inside a lambda
Sun, 05 Jul 2009 11:04:55 +0200 Alejandro Santos compat: use email in favor of mimetools
Sun, 05 Jul 2009 11:04:31 +0200 Alejandro Santos verify: fix scope issues with del statement
Sun, 05 Jul 2009 11:02:00 +0200 Alejandro Santos compat: use 'key' argument instead of 'cmp' when sorting a list
Sun, 05 Jul 2009 11:01:30 +0200 Alejandro Santos compat: use open() instead of file() everywhere