summaryrefslogtreecommitdiff
path: root/pyuno
AgeCommit message (Expand)AuthorFilesLines
2014-09-29loplugin: cstylecastNoel Grandin1-3/+2
2014-09-21Don't try to write Python bytecode files in case of a read-only installsetTor Lillqvist1-0/+6
2014-09-12pyuno: remove obsolete NOOPT comment about GCC 3.2Michael Stahl1-4/+0
2014-09-09Make the "Mac-like" or "canonical" app bundle structure always used on OS XTor Lillqvist3-3/+3
2014-08-28fdo#46678: pyuno: fix deadlock in Runtime::any2PyObject()Michael Stahl1-6/+12
2014-08-07coverity#982756 Dereference null return valueCaolán McNamara1-1/+1
2014-07-21coverity#706600 Uncaught exceptionCaolán McNamara1-2/+1
2014-07-10coverity#982756 Dereference null return valueCaolán McNamara1-1/+1
2014-06-05various: remove SAL_THROW macroNoel Grandin2-2/+2
2014-06-04Demystify magic poniesStephan Bergmann2-3/+3
2014-06-03coverity#982753 Dereference null return valueCaolán McNamara1-1/+1
2014-06-03coverity#982755 Dereference null return valueCaolán McNamara1-1/+1
2014-06-03coverity#982756 Dereference null return valueCaolán McNamara1-1/+1
2014-05-26coverity#982751 Dereference null return valueCaolán McNamara1-1/+2
2014-05-26coverity#982752 Dereference null return valueCaolán McNamara1-1/+1
2014-05-26coverity#982754 Dereference null return valueCaolán McNamara1-1/+1
2014-05-26coverity#982757 Dereference null return valueCaolán McNamara1-1/+1
2014-05-26coverity#982758 Dereference null return valueCaolán McNamara1-1/+1
2014-05-26coverity#982761 Dereference null return valueCaolán McNamara1-1/+1
2014-05-26coverity#982759 Dereference null return valueCaolán McNamara1-1/+1
2014-05-26coverity#982760 Dereference null return valueCaolán McNamara2-1/+14
2014-05-26coverity#982169 Unchecked return valueCaolán McNamara1-2/+2
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet1-1/+1
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin8-83/+52
2014-05-19pyuno: fix warnings with system python 3.4.0Thomas Arnhold3-0/+9
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2-4/+4
2014-05-08pyuno: sal_Bool->boolNoel Grandin4-8/+8
2014-04-25disable pytest_ssl on macNorbert Thiebaud1-0/+2
2014-04-24as suspectedCaolán McNamara1-1/+1
2014-04-24test for _sslCaolán McNamara2-2/+2
2014-04-18this test apparently does not need pyunoDavid Tardon1-2/+0
2014-04-18Revert "python depend only working under windows so"David Tardon1-5/+1
2014-04-18python depend only working under windows soCaolán McNamara1-1/+5
2014-04-18test for enabled python is already handled by PythonTestDavid Tardon1-2/+0
2014-04-18move pyuno ssl test back to check targetsDavid Tardon1-5/+1
2014-04-18sigh, unclear how to make python tests depend on pythonCaolán McNamara1-1/+5
2014-04-18tweak the other oneCaolán McNamara1-2/+2
2014-04-18wait until a bit later to run the import ssl testCaolán McNamara1-1/+1
2014-04-18add an import ssl testCaolán McNamara4-0/+35
2014-04-02coverity#1019376 Resource leakCaolán McNamara2-4/+9
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2-8/+8
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin1-2/+2
2014-03-10pyuno: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-3/+3
2014-03-07Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann1-3/+3
2014-03-03pyuno: rename Executable_python_wrapper.mkMichael Stahl2-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2-14/+14
2014-02-26Remove visual noise from pyunoAlexander Wilms1-3/+3
2014-02-23Remove unneccessary commentsAlexander Wilms1-2/+2
2014-02-20Test for fdo#74824.Kevin Hunter5-0/+107
2014-02-20A rudimentary framework for additional Python tests not run by defaultStephan Bergmann2-0/+34