summaryrefslogtreecommitdiff
path: root/pyuno
AgeCommit message (Expand)Author
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2021-03-22cid#1473905 Dereference after null checkCaolán McNamara
2021-02-21loplugin:refcounting in package..saxNoel
2021-02-05tdf#138987 Python 3.12 preparationsdante
2021-01-06pyuno: uno.Char is UTF-16 code unit, not UCS-4Michael Stahl
2021-01-05tdf#138987 pyuno: PyEval_InitThreads is a no-op in Python 3.9David Ostrovsky
2021-01-04mbstowcs failure check is only relevant for non-_WIN32 nowStephan Bergmann
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