summaryrefslogtreecommitdiffstats
path: root/pyuno
Commit message (Expand)AuthorAgeFilesLines
* loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin2021-04-212-5/+5
* Updated README.md files to represent current code / use Markdown formatHossein2021-04-071-11/+14
* Using .md extension/Markdown syntax for modules READMEHossein2021-03-241-0/+0
* cid#1473905 Dereference after null checkCaolán McNamara2021-03-221-2/+2
* loplugin:refcounting in package..saxNoel2021-02-211-1/+2
* tdf#138987 Python 3.12 preparationsdante2021-02-051-6/+3
* pyuno: uno.Char is UTF-16 code unit, not UCS-4Michael Stahl2021-01-061-3/+4
* tdf#138987 pyuno: PyEval_InitThreads is a no-op in Python 3.9David Ostrovsky2021-01-051-0/+2
* mbstowcs failure check is only relevant for non-_WIN32 nowStephan Bergmann2021-01-041-1/+1
* Use Unicode paths on Windows for pyunoMike Kaganski2021-01-011-2/+9
* UTF8 is not ASCIIMike Kaganski2021-01-011-1/+1
* loplugin:stringviewparam: operator +Stephan Bergmann2020-12-292-9/+9
* tdf#138987 pyuno: PyEval_InitThreads is a no-op in Python 3.9David Ostrovsky2020-12-191-0/+2
* Adapt the remaining OUString functions to std string_viewStephan Bergmann2020-12-114-7/+9
* Wrap "open" into "with"Mike Kaganski2020-12-071-11/+10
* Fix ResourceWarning in pythonloader.pyJulien Nabet2020-12-041-0/+1
* tdf#42949 Fix new IWYU warnings in directories [h-r]*Gabor Kelemen2020-11-106-8/+2
* Revert "loplugin:stringbuffer"Noel Grandin2020-11-063-15/+15
* loplugin:stringbufferNoel2020-11-063-15/+15
* loplugin:reducevarscope in pyunoNoel2020-11-052-4/+2
* PyLong_AsLongAndOverflow returns long, and that's fine to use hereStephan Bergmann2020-10-231-2/+1
* long->tools::Long in pyuno..sdNoel2020-10-231-1/+2
* Use the new single-instance="true" attribute in pyunoStephan Bergmann2020-10-022-7/+4
* Remove remains of private:image/ via ImageIdentifier addon propertyMaxim Monastirsky2020-08-311-3/+0
* Fix typosAndrea Gelmini2020-08-211-1/+1
* pyuno: create instances with uno constructorsNoel Grandin2020-07-142-37/+9
* replace usage of blacklist with excludelist for IWYUThorsten Behrens2020-07-101-1/+1
* Upcoming improved loplugin:staticanonymous -> redundantstatic: pyunoStephan Bergmann2020-07-013-7/+7
* tdf#121384 don't leave a bare trailing : in PYTHONPATHCaolán McNamara2020-06-191-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