From 130e20efbdc32e7b49960f24fac59c04fb613f87 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Sat, 26 Jul 2008 14:04:48 +0000 Subject: Also export PyInit_glib import glib._glib instead of just _glib 2008-07-26 Johan Dahlin * glib/Makefile.am: Also export PyInit_glib * glib/__init__.py: import glib._glib instead of just _glib * glib/pyglib-python-compat.h: * glib/pygoptioncontext.c (pyg_option_context_parse): * glib/pygsource.c (source_repr), (pyg_source_attach), (pyg_source_get_priority), (pyg_source_set_priority), (pyg_source_get_id), (pyg_source_prepare), (pyg_poll_fd_repr): * glib/pygspawn.c (pyg_pid_close), (pyg_pid_free), (pyg_pid_new), (pyglib_spawn_async), (pyglib_spawn_register_types): Go over the rest and replace missing symbols on python3. the glib module successfully compiles and runs now. svn path=/trunk/; revision=874 --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f7fe87d..ff130e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2008-07-26 Johan Dahlin + + * glib/Makefile.am: + Also export PyInit_glib + * glib/__init__.py: + import glib._glib instead of just _glib + * glib/pyglib-python-compat.h: + * glib/pygoptioncontext.c (pyg_option_context_parse): + * glib/pygsource.c (source_repr), (pyg_source_attach), + (pyg_source_get_priority), (pyg_source_set_priority), + (pyg_source_get_id), (pyg_source_prepare), (pyg_poll_fd_repr): + * glib/pygspawn.c (pyg_pid_close), (pyg_pid_free), (pyg_pid_new), + (pyglib_spawn_async), (pyglib_spawn_register_types): + Go over the rest and replace missing symbols on python3. + the glib module successfully compiles and runs now. + 2008-07-26 Johan Dahlin * glib/pygiochannel.c (py_io_channel_shutdown), -- cgit