summaryrefslogtreecommitdiff
path: root/pyuno
AgeCommit message (Expand)Author
2022-01-07tdf#146621: handle an exception that may hang process at ExitProcess timeMike Kaganski
2021-12-22loplugin:flatten in package..reportdesignNoel Grandin
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann
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-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
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-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
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-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-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-10-02Use the new single-instance="true" attribute in pyunoStephan Bergmann
2020-08-31Remove remains of private:image/ via ImageIdentifier addon propertyMaxim Monastirsky
2020-08-21Fix typosAndrea Gelmini
2020-07-14pyuno: create instances with uno constructorsNoel Grandin
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens
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-21use for-range on Sequence in i18npool..sdNoel Grandin
2020-05-20fix some more python 3.8 deprecation warningsNoel 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-26Extend loplugin:cstylecast to certain function-style castsStephan Bergmann