summaryrefslogtreecommitdiff
path: root/gi/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Add gi.PyGIWarning and use it instead of PyGIDeprecationWarning in case the v...Christoph Reiter2015-06-021-0/+2
* Use AttributeError for static binding protectionSimon Feltman2014-08-111-1/+1
* Add protection against attempts at importing static bindingsSimon Feltman2014-08-051-3/+22
* [New API] Add gi.require_foreignSimon Feltman2014-05-051-0/+28
* Move gobject sub-module Python files into the main gi packageSimon Feltman2014-01-141-8/+11
* Fix toggleref safety problems by always enabling the GILSimon Feltman2013-10-271-2/+0
* Add threads_init back as a requirement for non-Python threaded reposSimon Feltman2013-10-181-0/+2
* Move PyGIDeprecationWarning to C for shared Python/C usageSimon Feltman2013-07-231-15/+4
* Change base class of PyGIDeprecationWarning based on minor versionSimon Feltman2013-03-181-3/+11
* gi/__init__.py: Pacify pep8 style checkerColin Walters2012-10-271-0/+1
* Use a custom deprecation warning to make them visible by defaultMartin Pitt2012-10-261-0/+5
* Allow overrides in other directories than gi itselfThibault Saunier2012-08-231-0/+4
* [API add] Add API for checking pygobject's versionJoe R. Nassimian2012-07-191-0/+16
* PEP8: Fix continuation linesMartin Pitt2012-06-221-3/+3
* PEP8: Add spaces before #Johan Dahlin2012-03-221-1/+1
* PEP8: run via --fix from craigds forkJohan Dahlin2012-03-221-0/+2
* Correct pyflakes warnings/errorsJohan Dahlin2012-03-211-0/+4
* remove overridesdir from the .pc file and add it to the gi moduleJohn (J5) Palmieri2011-09-151-0/+2
* avoid dependency issue by importing the internal gobjectJohn (J5) Palmieri2011-08-111-1/+1
* Fix uninitialized variable in gi.require_version()Martin Pitt2011-03-021-1/+2
* Load typelibs at import time, add gi.require_version()Tomeu Vizoso2011-02-221-1/+28
* Force loading the GObject typelib so we have available the wrappers for base ...Tomeu Vizoso2010-06-231-0/+3
* Initial importSimon van der Linden2009-11-081-0/+24