summaryrefslogtreecommitdiff
path: root/pyuno
AgeCommit message (Expand)AuthorFilesLines
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin2-5/+5
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-11/+14
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-22cid#1473905 Dereference after null checkCaolán McNamara1-2/+2
2021-02-21loplugin:refcounting in package..saxNoel1-1/+2
2021-02-05tdf#138987 Python 3.12 preparationsdante1-6/+3
2021-01-06pyuno: uno.Char is UTF-16 code unit, not UCS-4Michael Stahl1-3/+4
2021-01-05tdf#138987 pyuno: PyEval_InitThreads is a no-op in Python 3.9David Ostrovsky1-0/+2
2021-01-04mbstowcs failure check is only relevant for non-_WIN32 nowStephan Bergmann1-1/+1
2021-01-01Use Unicode paths on Windows for pyunoMike Kaganski1-2/+9
2021-01-01UTF8 is not ASCIIMike Kaganski1-1/+1
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann2-9/+9
2020-12-19tdf#138987 pyuno: PyEval_InitThreads is a no-op in Python 3.9David Ostrovsky1-0/+2
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann4-7/+9
2020-12-07Wrap "open" into "with"Mike Kaganski1-11/+10
2020-12-04Fix ResourceWarning in pythonloader.pyJulien Nabet1-0/+1
2020-11-10tdf#42949 Fix new IWYU warnings in directories [h-r]*Gabor Kelemen6-8/+2
2020-11-06Revert "loplugin:stringbuffer"Noel Grandin3-15/+15
2020-11-06loplugin:stringbufferNoel3-15/+15
2020-11-05loplugin:reducevarscope in pyunoNoel2-4/+2
2020-10-23PyLong_AsLongAndOverflow returns long, and that's fine to use hereStephan Bergmann1-2/+1
2020-10-23long->tools::Long in pyuno..sdNoel1-1/+2
2020-10-02Use the new single-instance="true" attribute in pyunoStephan Bergmann2-7/+4
2020-08-31Remove remains of private:image/ via ImageIdentifier addon propertyMaxim Monastirsky1-3/+0
2020-08-21Fix typosAndrea Gelmini1-1/+1
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