summaryrefslogtreecommitdiff
path: root/pyuno
AgeCommit message (Expand)AuthorFilesLines
2020-07-14pyuno: create instances with uno constructorsNoel Grandin2-37/+9
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: pyunoStephan Bergmann3-7/+7
2020-06-19tdf#121384 don't leave a bare trailing : in PYTHONPATHCaolán McNamara1-2/+12
2020-05-21use for-range on Sequence in i18npool..sdNoel Grandin1-3/+2
2020-05-20fix some more python 3.8 deprecation warningsNoel Grandin1-2/+2
2020-05-12Fix initialization of Python-3.8--only at-end tp_print memberStephan Bergmann5-12/+12
2020-05-11More targeted silencing of -Wdeprecated-declarationsStephan Bergmann5-42/+42
2020-05-07prevent warnings in pyuno with latest pythonNoel Grandin5-8/+48
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-04-09pyuno: sed Python2/3 string compatibility wrappersMichael Stahl7-78/+37
2020-04-09pyuno,*: kill Python 2 support with fireMichael Stahl12-192/+14
2020-04-03loplugin:flatten in pyunoNoel Grandin4-111/+111
2020-03-26Extend loplugin:cstylecast to certain function-style castsStephan Bergmann1-1/+1
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen1-1/+0
2020-03-12Revert "loplugin:constfields in package..registry"Noel Grandin1-2/+2
2020-02-22python 3.8.2 compile: add tp_print to PyTypeObjectJustin Luth5-0/+18
2020-02-16GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák2-0/+6
2020-02-10-Werror,-Wnon-c-typedef-for-linkageStephan Bergmann1-6/+6
2020-01-28sys.version is for displaying; use sys.version_info for version checkMike Kaganski1-1/+1
2020-01-25tdf#124176: Use pragma once instead of include guardsBatuhan Taskaya1-3/+1
2020-01-09pyuno: remove racy debug checkMichael Stahl1-7/+0
2020-01-08pyuno: remove redundant ifMichael Stahl1-3/+2
2020-01-08pyuno: fix build against system-python-3.6Miklos Vajna1-0/+2
2020-01-08python3: upgrade to release 3.7.6Michael Stahl3-8/+33
2019-12-19sal_Char->char in oox..registryNoel Grandin1-1/+1
2019-12-05tdf#97361: Removed getByTindex in Pyuno pytestsMayank Suman8-29/+30
2019-11-22make some classes module-privateNoel Grandin1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann3-0/+18
2019-10-15new loplugin:bufferaddNoel Grandin6-108/+74
2019-10-14New loplugin:getstrStephan Bergmann1-1/+1
2019-09-18tdf#39593 use getUnoTunnelImplementation in pyunoArkadiy Illarionov4-15/+9
2019-08-31Add version resource to executables where it was missingMike Kaganski1-0/+2
2019-08-30loplugin:noexceptmove in pyunoNoel Grandin1-3/+3
2019-08-20Fix typosAndrea Gelmini1-1/+1
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-2/+1
2019-08-17Simplify Sequence iterations in postprocess..saxArkadiy Illarionov1-27/+11
2019-08-15loplugin:sequenceloop in postprocess..reportdesignNoel Grandin1-1/+2
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): pyunoStephan Bergmann2-2/+2
2019-07-26Fix typo in codeAndrea Gelmini1-1/+1
2019-07-20loplugin:referencecasting in oox..pyunoNoel Grandin2-4/+4
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-3/+4
2019-06-10Adapt to upcoming Python 3.8Stephan Bergmann5-6/+48
2019-05-17Use hasElements to check Sequence emptiness in [l-r]*Arkadiy Illarionov1-1/+1
2019-05-10an uno -> a unoCaolán McNamara2-2/+2
2019-04-26tdf#42949 Fix IWYU warnings in pyuno/Gabor Kelemen14-43/+74
2019-04-13loplugin:sequentialassign in oox..reportdesignNoel Grandin3-7/+3
2019-04-02For Python extensions, set __file__ before executing the moduleThomas Viehmann1-1/+1
2019-04-02renamed ssl test to testsslShubham Goyal2-3/+3
2019-03-18tdf#124011 Add __ne__ method to UNO typesShubham Goyal4-0/+87