summaryrefslogtreecommitdiff
path: root/pygtk.py
Commit message (Collapse)AuthorAgeFilesLines
* Check if a directory is empty before adding it to the path. Also added aJohan Dahlin2003-01-191-2/+10
| | | | | | * pygtk.py (_get_available_versions): Check if a directory is empty before adding it to the path. Also added a few comments. Fixes #103876 (Ross Burton).
* Doh! Paper bagJohan Dahlin2003-01-081-3/+5
|
* Rewrite using glob.glob, with python2.2 glob uses fnmatch.filter with isJohan Dahlin2003-01-071-10/+15
| | | | | | | * pygtk.py (_get_available_versions): Rewrite using glob.glob, with python2.2 glob uses fnmatch.filter with is an optimized version of what we did before. _get_available_versions is now roughly 5 times faster.
* FixelifixJohan Dahlin2003-01-011-3/+3
|
* Add default values.Johan Dahlin2003-01-011-0/+11
| | | | | | | | | | | | | | 2003-01-01 Johan Dahlin <jdahlin@async.com.br> * gtk/gtk.defs (GtkTreeView.scroll_to_cell): Add default values. * gtk/gtk.override (_wrap_gtk_tree_selection_get_selected): Check the mode before calling gtk_tree_selection_get_selected, this avoids an abort() in gtk+. * pygtk.py: Updated to fix #102180, so .require() can be called twice and won't do anything the second time (eg, not raise an error) based upon patch by warner-gnome.bugzilla@lothar.com
* ChangeLogJohan Dahlin2002-12-051-1/+1
|
* If the directory doesn't exist skip it. If not, it breaks when doingJohan Dahlin2002-11-281-0/+1
| | | | | * pygtk.py (_get_available_versions): If the directory doesn't exist skip it. If not, it breaks when doing os.listdir.
* same here.James Henstridge2002-08-181-0/+57
2002-08-18 James Henstridge <james@daa.com.au> * gtk/Makefile.am: same here. * Makefile.am: install in a gtk-2.0 subdir of site-packages. * pygtk.py: new file to help with pygtk version parallel install.