summaryrefslogtreecommitdiff
path: root/pyuno/source/loader
AgeCommit message (Expand)Author
43 hoursFix typoAndrea Gelmini
2024-05-10loplugin:ostr in pyunoNoel Grandin
2024-05-09tdf#158447 Use PyConfig for setting Python home directory with Python >= 3.8Ilmari Lauhakangas
2024-02-26Define a name for the extended path buffer size, instead of a literalMike Kaganski
2024-02-26Replace an instance of MAX_PATH with 32767Mike Kaganski
2024-01-17Add back XComponentContext to officecfg::...::get() callsStephan Bergmann
2024-01-17tdf#158375 Hack to make sure process service factory is setStephan Bergmann
2024-01-09tdf#158375: add expert option DisablePythonRuntimeSarper Akdemir
2023-06-01WaE: Py_SetPythonHome is deprecated since python 3.11Caolán McNamara
2023-04-17loplugin:stringaddStephan Bergmann
2023-03-27loplugin:stringadd in oox..pyunoNoel Grandin
2022-09-16tdf#150982: properly unquote (URL-decode) vnd.sun.star.expand payloadMike Kaganski
2022-06-16rhbz#2097411 Avoid obsolete PyThreadState_Delete crashing Python 3.11Stephan Bergmann
2022-05-04Just use Any ctor instead of makeAny in pyunoStephan Bergmann
2022-04-17loplugin:stringviewparam convert methods using copy()Noel Grandin
2021-01-05tdf#138987 pyuno: PyEval_InitThreads is a no-op in Python 3.9David Ostrovsky
2021-01-04mbstowcs failure check is only relevant for non-_WIN32 nowStephan Bergmann
2021-01-01Use Unicode paths on Windows for pyunoMike Kaganski
2020-12-07Wrap "open" into "with"Mike Kaganski
2020-12-04Fix ResourceWarning in pythonloader.pyJulien Nabet
2020-11-10tdf#42949 Fix new IWYU warnings in directories [h-r]*Gabor Kelemen
2020-10-02Use the new single-instance="true" attribute in pyunoStephan Bergmann
2020-07-14pyuno: create instances with uno constructorsNoel Grandin
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: pyunoStephan Bergmann
2020-06-19tdf#121384 don't leave a bare trailing : in PYTHONPATHCaolán McNamara
2020-05-20fix some more python 3.8 deprecation warningsNoel Grandin
2020-04-09pyuno,*: kill Python 2 support with fireMichael Stahl
2020-04-03loplugin:flatten in pyunoNoel Grandin
2020-01-28sys.version is for displaying; use sys.version_info for version checkMike Kaganski
2019-12-19sal_Char->char in oox..registryNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): pyunoStephan Bergmann
2019-04-26tdf#42949 Fix IWYU warnings in pyuno/Gabor Kelemen
2019-04-02For Python extensions, set __file__ before executing the moduleThomas Viehmann
2019-02-26loplugin:indentation (clang-cl)Stephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2018-02-01tdf#114815 pyuno: avoid 2 threads initing python in parallelMichael Stahl
2018-01-12More loplugin:cstylecast: pyunoStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-02-21remove some unnecessary OUStringBuffer usageNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, pyunoStephan Bergmann
2016-10-26normalize existing emacs/vim mode-lines in python filesMichael Stahl
2016-06-21Clean up uses of Any::getValue() in pyunoStephan Bergmann
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-04yyyyyNoel Grandin