summaryrefslogtreecommitdiff
path: root/giscanner/libtoolimporter.py
Commit message (Expand)AuthorAgeFilesLines
* giscanner: Use unicode literals in all Python filesSimon Feltman2015-09-291-0/+1
* giscanner: Use print as a function for Python 3 compatibilitySimon Feltman2015-09-291-0/+1
* giscanner: Enable "true division" for all Python filesSimon Feltman2015-09-291-0/+1
* giscanner: Use absolute_import for all Python filesSimon Feltman2015-09-291-0/+2
* scanner: document LibtoolImporter.load_module()Dieter Verfaillie2015-06-291-9/+6
* giscanner: don't shadow built-in 'type' symbolDieter Verfaillie2013-04-091-1/+1
* libtoolimporter: Don't assume we have a multi-component importColin Walters2010-11-091-2/+6
* chose extension basing on OSAlexey Zakhlestin2010-10-061-2/+11
* Set module.__loader__ as per PEP 302.Johan Dahlin2008-11-071-0/+1
* Clear up some confusion about the second argument to find_module, it'sJohan Dahlin2008-11-071-8/+3
* Relicense the giscanner library under LGPLv2+. This has been approved byJohan Dahlin2008-11-041-11/+11
* Bug 558383 – builddir != srcdir build fails if giscanner python moduleJohan Dahlin2008-10-301-4/+17
* Clean up the libtool importer a bit. Add a context so we can use itJohan Dahlin2008-10-291-10/+10
* Add missing whitespace to make pep8 happyJohan Dahlin2008-10-211-0/+3
* Remove leftover raise SystemExit.Johan Dahlin2008-10-211-1/+0
* Bug 556358 - don't use libtool internalsJohan Dahlin2008-10-211-0/+52