1.13.5: 2010-02-08 Peter Penz libglom: Fix build issue for Maemo. * glom/libglom/data_structure/glomconversions.cc: get_text_for_gda_value(): Add an ifdef for the disabled-exceptions build. 2010-02-22 Murray Cumming Python functions: Fix regression since the switch to boost::python. * glom/python_embed/python_module/py_glom_module.cc: PyRelatedRecord: Fix a typo on the getitem() and len() declarations so we can really get a related record. 2010-02-22 Murray Cumming Python functions: Avoid a crash. * glom/python_embed/glom_python.cc: glom_evaluate_python_function_implementation(): When calling the function object, catch exceptions instead of crashing. 2010-02-12 Murray Cumming Glom Python: Minor code improvement. * glom/python_embed/glom_python.cc: glom_evaluate_python_function_implemention(): Use the extra brackets trick to have boost::python::object and handle on one line, so I have to care less about handle<>. 2010-02-12 Murray Cumming Disable broken import tests. * Makefile_tests.am: Comment out the use of the import tests during make check. They hang most of the time, which is just stopping distcheck from working. We need to fix these (and or the importing itself). Then we can reenable them. 2010-02-11 Murray Cumming libglom/python_embed/: get_item(): Pass object by const reference. * glom/libglom/python_embed/py_glom_record.[h|cc]: * glom/libglom/python_embed/py_glom_related.[h|cc]: * glom/libglom/python_embed/py_glom_relatedrecord.[h|cc: getitem(): Pass the object by const &.