summaryrefslogtreecommitdiffstats
path: root/gobject/propertyhelper.py
Commit message (Expand)AuthorAgeFilesLines
* No long under python 3John Ehresman2010-04-151-1/+4
* Fix wrong minimum checking in float propertiesPaul Pogonyshev2009-11-221-2/+3
* Update the address of the FSF, by replacing old bits of the address withTobias Mueller2009-03-291-1/+1
* Remove tabs. Use sys.exc_info()[1] to fetch the exception valueJohan Dahlin2008-07-271-1/+5
* Update documentation and filenameJohan Dahlin2007-08-281-3/+12
* Avoid exporting the metaclass, just define it where it will be used.Johan Dahlin2007-08-271-6/+3
* Bug 470230 – check for default value in boolean type is wrongGustavo J. A. M. Carneiro2007-08-271-3/+1
* Support type=GObject or type=TYPE_OBJECT in the new properties API.Gustavo J. A. M. Carneiro2007-06-161-0/+4
* Store property values in the descriptor per instance, add a test.Johan Dahlin2007-05-021-3/+3
* Add a property helper, fixes #338098Johan Dahlin2007-05-011-0/+285