summaryrefslogtreecommitdiff
path: root/pyuno
AgeCommit message (Expand)Author
2022-12-09fix some more python 3.8 deprecation warningsNoel Grandin
2020-06-20tdf#121384 don't leave a bare trailing : in PYTHONPATHCaolán McNamara
2020-06-17python 3.8--only compile: add tp_print to PyTypeObjectAdministrator
2020-01-15pyuno: remove racy debug checkMichael Stahl
2020-01-08pyuno: fix build against system-python-3.6Miklos Vajna
2020-01-08python3: upgrade to release 3.7.6Michael Stahl
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
2019-08-20Fix typosAndrea Gelmini
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet
2019-08-17Simplify Sequence iterations in postprocess..saxArkadiy Illarionov
2019-08-15loplugin:sequenceloop in postprocess..reportdesignNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): pyunoStephan Bergmann
2019-07-26Fix typo in codeAndrea Gelmini
2019-07-20loplugin:referencecasting in oox..pyunoNoel Grandin
2019-06-25improve loplugin:simplifyconstructNoel Grandin
2019-06-10Adapt to upcoming Python 3.8Stephan Bergmann
2019-05-17Use hasElements to check Sequence emptiness in [l-r]*Arkadiy Illarionov
2019-05-10an uno -> a unoCaolán McNamara
2019-04-26tdf#42949 Fix IWYU warnings in pyuno/Gabor Kelemen
2019-04-13loplugin:sequentialassign in oox..reportdesignNoel Grandin
2019-04-02For Python extensions, set __file__ before executing the moduleThomas Viehmann
2019-04-02renamed ssl test to testsslShubham Goyal
2019-03-18tdf#124011 Add __ne__ method to UNO typesShubham Goyal
2019-03-06remove some unnecessary typedef struct... sugarNoel Grandin
2019-02-26loplugin:indentation (clang-cl)Stephan Bergmann
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski
2018-11-01fix pyuno compile on Fedora29Noel Grandin
2018-10-13loplugin:constfields in package..registryNoel Grandin
2018-10-12clang-tidy misc-throw-by-value-catch-by-referenceNoel Grandin
2018-09-24loplugin:external (clang-cl)Stephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2018-09-07DeInitVCL in PythonTestStephan Bergmann
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2018-07-26Related: rhbz#1602589 silence coverity leaked_storageCaolán McNamara
2018-07-03const fixes for python3-devel-3.7.0-1.fc29.x86_64Stephan Bergmann
2018-06-23[API CHANGE] Add a sal_debug method to pyunoTor Lillqvist
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin
2018-04-09configure,pyuno: require at least Python 2.7Michael Stahl
2018-04-05Fix Python file URL construction on WindowsStephan Bergmann
2018-04-03Create temp copies of test docs in Python/UITestsStephan Bergmann
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin
2018-02-02pyuno: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski
2018-02-01tdf#114815 pyuno: avoid 2 threads initing python in parallelMichael Stahl
2018-01-15More loplugin:cstylecast: pyunoStephan Bergmann
2018-01-12More loplugin:cstylecast: pyunoStephan Bergmann