summaryrefslogtreecommitdiff
path: root/gtk/_lazyutils.py
Commit message (Expand)AuthorAgeFilesLines
* Update the address of the FSF by replacing old bits with new ones. FixesTobias Mueller2009-03-301-1/+1
* Special case __members__ to dir on the real module, fixes (#349892, JohnJohan Dahlin2006-08-051-0/+2
* Revert dynamic namespaces, it is not possible to solve it without breakingJohan Dahlin2006-07-231-2/+13
* Don't register constants Make enum/flags lazily created too.Johan Dahlin2006-07-191-3/+5
* Remove __all__, put placeholders in __dict__ so dir() worksJohan Dahlin2006-07-191-9/+7
* Generalize and prettify LazyNamespaceJohan Dahlin2006-07-191-38/+21
* Allow 'from gtk import *' to workJohn Finlay2006-07-181-0/+4
* Only load types in gtk when they are used, fixes #346946Johan Dahlin2006-07-131-0/+51
* Add infrastructure to handle lazy loading. Move keysyms to be loadedJohan Dahlin2006-07-051-0/+33