summaryrefslogtreecommitdiff
path: root/pyuno/source/module/pyuno_runtime.cxx
AgeCommit message (Expand)Author
13 daysloplugin:ostr in pyunoNoel Grandin
2024-03-13allow build with python 3.12.0: initialize new tp_watchedJustin Luth
2023-10-23tdf#130924 replace '*printf' with 'SAL_*' logging macros in pyunosahil
2023-10-14Use exception ctors, instead of setting members laterMike Kaganski
2023-09-29cid#1546834 Unchecked return valueCaolán McNamara
2021-10-30Prepare for removal of non-const operator[] from Sequence in pyunoMike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-03-22cid#1473905 Dereference after null checkCaolán McNamara
2021-02-21loplugin:refcounting in package..saxNoel
2021-01-01UTF8 is not ASCIIMike Kaganski
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
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-02-22python 3.8.2 compile: add tp_print to PyTypeObjectJustin Luth
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-09-18tdf#39593 use getUnoTunnelImplementation in pyunoArkadiy Illarionov
2019-06-10Adapt to upcoming Python 3.8Stephan Bergmann
2019-04-26tdf#42949 Fix IWYU warnings in pyuno/Gabor Kelemen
2019-04-13loplugin:sequentialassign in oox..reportdesignNoel Grandin
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin
2018-04-09configure,pyuno: require at least Python 2.7Michael Stahl
2018-01-15More loplugin:cstylecast: pyunoStephan Bergmann
2018-01-12More loplugin:cstylecast: pyunoStephan Bergmann
2018-01-11loplugin:redundantcast: pyunoStephan Bergmann
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin
2017-11-04Replace only list by vector in pyunoJulien Nabet
2017-09-22loplugin:flatten in pyuno..scNoel Grandin
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert pyuno from OSL_ASSERT to assertChris Sherlock
2017-04-04make UNO enums scoped for internal LO codeNoel Grandin
2017-03-02Fix typosAndrea Gelmini
2017-02-28new loplugin unoanyNoel Grandin
2017-02-21loplugin:subtlezeroinit: pyunoStephan Bergmann
2017-02-21remove some unnecessary OUStringBuffer usageNoel Grandin
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, pyunoStephan Bergmann
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: pyunoStephan Bergmann
2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-06-21Clean up uses of Any::getValue() in pyunoStephan Bergmann