| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
* 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).
|
| |
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
* pygtk.py (_get_available_versions): If the directory doesn't
exist skip it. If not, it breaks when doing os.listdir.
|
|
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.
|