4
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rewrite using glob.glob, with python2.2 glob uses fnmatch.filter with is More... over 21 years ago
Fixelifix More... over 21 years ago
Add default values. More... over 21 years ago
Improve threading support by adding pyg_thread_block/unblock around all More... over 21 years ago
(pygobject_chain_from_overridden): check if g_signal_get_invocation_hint() returns NULL. More... over 21 years ago
add abstract type check here too. (pygobject_init): make this code more More... over 21 years ago
ChangeLog More... over 21 years ago
If the directory doesn't exist skip it. If not, it breaks when doing More... over 21 years ago
get rid of pyg_handler_marshal and pyg_input_marshal, which were the last More... over 21 years ago
add a wrapper for g_idle_add. (pyg_timeout_add): and a wrapper for More... over 21 years ago
set up closure correctly. Fix from bug #96922. More... over 21 years ago
(pyg_value_as_pyobject): when converting G_TYPE_BOOLEAN values to python objects, return one of Py_True or Py_False, so that Python 2.3 will return an instance of bool. More... over 21 years ago
if python object is None, set GValue to NULL for boxed, pointer and More... over 21 years ago
fix up misspelling. More... over 21 years ago
han Dahlin <[email protected]> More... over 21 years ago
same here. More... almost 22 years ago
unref object_wrapper. (pyg_object_get_property): unref object_wrapper. More... almost 22 years ago
don't need to manually sink. (_wrap_gtk_tree_view_column_new): same here. More... almost 22 years ago
allow None when converting to string GValue (bug picked up by Thomas More... almost 22 years ago
These changes help with win32 compat. More... almost 22 years ago
Reworking of Arjan Molenaar's ([email protected]) patch from bug More... almost 22 years ago
apply another memory leak fix from Arjan (from bug #87413). More... almost 22 years ago
add __grefcount__ property. More... almost 22 years ago
update to use this function. (ArgMatcher.register_boxed): short circuit if More... almost 22 years ago
Add GBoxed::copy More... almost 22 years ago
copy boxed arguments. More... almost 22 years ago
if a value holds a PyObject*, the code that is getting the value is More... almost 22 years ago
decref the exception instance after raising the error. More... almost 22 years ago
the path argument must be a tuple. Ints are not automatically converted to More... almost 22 years ago
add support for G_TYPE_INTERFACE, provided the interface has a prereq on More... about 22 years ago