summaryrefslogtreecommitdiffstats
path: root/pyuno
Commit message (Expand)AuthorAgeFilesLines
* rhbz#2097411 Avoid obsolete PyThreadState_Delete crashing Python 3.11Stephan Bergmann2022-06-161-0/+2
* Just use Any ctor instead of makeAny in pyunoStephan Bergmann2022-05-047-77/+73
* loplugin:stringviewparam convert methods using copy()Noel Grandin2022-04-171-8/+8
* Don't make UNO calls from PyThreadAttached regions (i.e., with the GIL locked)Stephan Bergmann2022-04-011-5/+15
* change default Calc number of columns to 16384 (tdf#50916)Luboš Luňák2022-03-091-2/+2
* Recheck modules [o-r]* with IWYUGabor Kelemen2022-01-301-0/+2
* tdf#146621: handle an exception that may hang process at ExitProcess timeMike Kaganski2022-01-071-1/+10
* loplugin:flatten in package..reportdesignNoel Grandin2021-12-222-42/+39
* Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann2021-12-102-5/+1
* Prepare for removal of non-const operator[] from Sequence in pyunoMike Kaganski2021-10-303-16/+11
* loplugin:indentation check for indent inside blockNoel Grandin2021-10-201-5/+5
* Remove non-const Sequence::begin()/end() in internal codeMike Kaganski2021-10-151-2/+2
* Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski2021-09-151-4/+1
* Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE]Mike Kaganski2021-09-151-2/+2
* Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski2021-09-153-3/+3
* Make this instance of cppu::OImplementationId function-localMike Kaganski2021-09-121-3/+3
* clang-tidy:readability-redundant-member-initNoel Grandin2021-09-011-1/+0
* 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