summaryrefslogtreecommitdiff
path: root/pyuno/source/module
AgeCommit message (Expand)Author
2022-08-10loplugin:passstuffbyrefNoel Grandin
2022-08-09tdf#133123: fix crash when importing defusedxml.ElementTree after pyunoNiko Fink
2022-07-22elide some makeStringAndClear() callsNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in pyunoStephan Bergmann
2022-04-01Don't make UNO calls from PyThreadAttached regions (i.e., with the GIL locked)Stephan Bergmann
2022-01-07tdf#146621: handle an exception that may hang process at ExitProcess timeMike Kaganski
2021-12-22loplugin:flatten in package..reportdesignNoel Grandin
2021-10-30Prepare for removal of non-const operator[] from Sequence in pyunoMike Kaganski
2021-10-20loplugin:indentation check for indent inside blockNoel Grandin
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE]Mike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-09-12Make this instance of cppu::OImplementationId function-localMike Kaganski
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin
2021-03-22cid#1473905 Dereference after null checkCaolán McNamara
2021-02-21loplugin:refcounting in package..saxNoel
2021-02-05tdf#138987 Python 3.12 preparationsdante
2021-01-06pyuno: uno.Char is UTF-16 code unit, not UCS-4Michael Stahl
2021-01-01UTF8 is not ASCIIMike Kaganski
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-19tdf#138987 pyuno: PyEval_InitThreads is a no-op in Python 3.9David Ostrovsky
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-11-10tdf#42949 Fix new IWYU warnings in directories [h-r]*Gabor Kelemen
2020-11-06Revert "loplugin:stringbuffer"Noel Grandin
2020-11-06loplugin:stringbufferNoel
2020-11-05loplugin:reducevarscope in pyunoNoel
2020-10-23PyLong_AsLongAndOverflow returns long, and that's fine to use hereStephan Bergmann
2020-10-23long->tools::Long in pyuno..sdNoel
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: pyunoStephan Bergmann
2020-05-21use for-range on Sequence in i18npool..sdNoel Grandin
2020-05-12Fix initialization of Python-3.8--only at-end tp_print memberStephan Bergmann
2020-05-11More targeted silencing of -Wdeprecated-declarationsStephan Bergmann
2020-05-07prevent warnings in pyuno with latest pythonNoel Grandin
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-04-09pyuno: sed Python2/3 string compatibility wrappersMichael Stahl
2020-04-09pyuno,*: kill Python 2 support with fireMichael Stahl
2020-04-03loplugin:flatten in pyunoNoel Grandin
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen
2020-03-12Revert "loplugin:constfields in package..registry"Noel Grandin
2020-02-22python 3.8.2 compile: add tp_print to PyTypeObjectJustin Luth
2020-02-10-Werror,-Wnon-c-typedef-for-linkageStephan Bergmann
2020-01-09pyuno: remove racy debug checkMichael Stahl
2020-01-08pyuno: remove redundant ifMichael Stahl
2020-01-08pyuno: fix build against system-python-3.6Miklos Vajna
2020-01-08python3: upgrade to release 3.7.6Michael Stahl
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-15new loplugin:bufferaddNoel Grandin
2019-10-14New loplugin:getstrStephan Bergmann