aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Raise ValueError if fromlist contains an extra comma.Zac Medico2010-08-191-0/+3
* Fix lazyimport() to handle partially imported modules by creatingZac Medico2010-08-121-1/+5
* Add a sanity check in _preload_portage_submodules() to ensure that theZac Medico2010-08-041-0/+4
* Fix infinite loop in _preload_portage_submodules().Zac Medico2010-08-031-0/+1
* Fix typo in docstring.Zac Medico2010-08-031-1/+1
* Bug #330645 - Make _unregister_module_proxy() detect partially importedZac Medico2010-08-031-12/+17
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* When portage upgrades or downgrades itself, preload lazily referenced portageZac Medico2010-03-091-0/+18
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-1/+1
* Use range() instead of xrange() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-211-1/+1
* Define basestring as str when Python 3 is used.Arfrever Frehtes Taifersar Arahesis2009-09-211-0/+3
* Use a lock to ensure that threaded code doesn't cause problems with proxyZac Medico2009-02-221-15/+36
* Fix _LazyImportFrom to use the correct module name when registering andZac Medico2009-02-221-11/+14
* Make lazyimport proxies trigger automatic destruction of other proxies forZac Medico2009-02-221-0/+33
* Fix typo in __all__.Zac Medico2009-02-221-1/+1
* Reduce bloat in portage.util by splitting ObjectProxy and lazyimport into aZac Medico2009-02-221-0/+118