summaryrefslogtreecommitdiffstats
path: root/pyuno
Commit message (Expand)AuthorAgeFilesLines
* tdf#138987 pyuno: PyEval_InitThreads is a no-op in Python 3.9David Ostrovsky2021-01-051-0/+2
* tdf#121384 don't leave a bare trailing : in PYTHONPATHCaolán McNamara2020-06-201-2/+12
* use for-range on Sequence in i18npool..sdNoel Grandin2020-05-211-3/+2
* fix some more python 3.8 deprecation warningsNoel Grandin2020-05-201-2/+2
* Fix initialization of Python-3.8--only at-end tp_print memberStephan Bergmann2020-05-125-12/+12
* More targeted silencing of -Wdeprecated-declarationsStephan Bergmann2020-05-115-42/+42
* prevent warnings in pyuno with latest pythonNoel Grandin2020-05-075-8/+48
* Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann2020-04-271-0/+1
* pyuno: sed Python2/3 string compatibility wrappersMichael Stahl2020-04-097-78/+37
* pyuno,*: kill Python 2 support with fireMichael Stahl2020-04-0912-192/+14
* loplugin:flatten in pyunoNoel Grandin2020-04-034-111/+111
* Extend loplugin:cstylecast to certain function-style castsStephan Bergmann2020-03-261-1/+1
* Remove unused using declarations in oox...xmlsecurityGabor Kelemen2020-03-251-1/+0
* Revert "loplugin:constfields in package..registry"Noel Grandin2020-03-121-2/+2
* python 3.8.2 compile: add tp_print to PyTypeObjectJustin Luth2020-02-225-0/+18
* GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák2020-02-162-0/+6
* -Werror,-Wnon-c-typedef-for-linkageStephan Bergmann2020-02-101-6/+6
* sys.version is for displaying; use sys.version_info for version checkMike Kaganski2020-01-281-1/+1
* tdf#124176: Use pragma once instead of include guardsBatuhan Taskaya2020-01-251-3/+1
* pyuno: remove racy debug checkMichael Stahl2020-01-091-7/+0
* pyuno: remove redundant ifMichael Stahl2020-01-081-3/+2
* pyuno: fix build against system-python-3.6Miklos Vajna2020-01-081-0/+2
* python3: upgrade to release 3.7.6Michael Stahl2020-01-083-8/+33
* sal_Char->char in oox..registryNoel Grandin2019-12-191-1/+1
* tdf#97361: Removed getByTindex in Pyuno pytestsMayank Suman2019-12-058-29/+30
* make some classes module-privateNoel Grandin2019-11-221-1/+1
* Extend loplugin:external to warn about classesStephan Bergmann2019-11-223-0/+18
* new loplugin:bufferaddNoel Grandin2019-10-156-108/+74
* New loplugin:getstrStephan Bergmann2019-10-141-1/+1
* tdf#39593 use getUnoTunnelImplementation in pyunoArkadiy Illarionov2019-09-184-15/+9
* Add version resource to executables where it was missingMike Kaganski2019-08-311-0/+2
* loplugin:noexceptmove in pyunoNoel Grandin2019-08-301-3/+3
* Fix typosAndrea Gelmini2019-08-201-1/+1
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet2019-08-171-2/+1
* Simplify Sequence iterations in postprocess..saxArkadiy Illarionov2019-08-171-27/+11
* loplugin:sequenceloop in postprocess..reportdesignNoel Grandin2019-08-151-1/+2
* Improved loplugin:stringconstant (now that GCC 7 supports it): pyunoStephan Bergmann2019-07-312-2/+2
* Fix typo in codeAndrea Gelmini2019-07-261-1/+1
* loplugin:referencecasting in oox..pyunoNoel Grandin2019-07-202-4/+4
* improve loplugin:simplifyconstructNoel Grandin2019-06-251-3/+4
* Adapt to upcoming Python 3.8Stephan Bergmann2019-06-105-6/+48
* Use hasElements to check Sequence emptiness in [l-r]*Arkadiy Illarionov2019-05-171-1/+1
* an uno -> a unoCaolán McNamara2019-05-102-2/+2
* tdf#42949 Fix IWYU warnings in pyuno/Gabor Kelemen2019-04-2614-43/+74
* loplugin:sequentialassign in oox..reportdesignNoel Grandin2019-04-133-7/+3
* For Python extensions, set __file__ before executing the moduleThomas Viehmann2019-04-021-1/+1
* renamed ssl test to testsslShubham Goyal2019-04-022-3/+3
* tdf#124011 Add __ne__ method to UNO typesShubham Goyal2019-03-184-0/+87
* remove some unnecessary typedef struct... sugarNoel Grandin2019-03-061-4/+4
* loplugin:indentation (clang-cl)Stephan Bergmann2019-02-261-12/+12