summaryrefslogtreecommitdiff
path: root/pyuno
AgeCommit message (Expand)Author
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
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-16GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák
2020-02-10-Werror,-Wnon-c-typedef-for-linkageStephan Bergmann
2020-01-28sys.version is for displaying; use sys.version_info for version checkMike Kaganski
2020-01-25tdf#124176: Use pragma once instead of include guardsBatuhan Taskaya
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-12-19sal_Char->char in oox..registryNoel Grandin
2019-12-05tdf#97361: Removed getByTindex in Pyuno pytestsMayank Suman
2019-11-22make some classes module-privateNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-15new loplugin:bufferaddNoel Grandin
2019-10-14New loplugin:getstrStephan Bergmann
2019-09-18tdf#39593 use getUnoTunnelImplementation in pyunoArkadiy Illarionov
2019-08-31Add version resource to executables where it was missingMike Kaganski
2019-08-30loplugin:noexceptmove in pyunoNoel Grandin