1. ff523f3 pyuno: Initialize tp_versions_used for Python >= 3.13 by Michael Weghorn · 12 months ago
  2. 452696d3 tdf#163190: [pyuno] SyntaxWarning: invalid escape sequence '\P' by Julien Nabet · 1 year, 6 months ago
  3. ed699ba workaround clang segfault on macos-intel by Noel Grandin · 1 year, 11 months ago
  4. 28a43d5 Unit tests for officehelper.py by Alain Romedenne · 2 years, 1 month ago
  5. 79f4f72 loplugin:ostr in pyuno by Noel Grandin · 1 year, 11 months ago
  6. da0e924 tdf#158447 Use PyConfig for setting Python home directory with Python >= 3.8 by Ilmari Lauhakangas · 2 years, 4 months ago
  7. 0c4c84a makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo) by Christian Lohmaier · 1 year, 11 months ago
  8. 61337ef minor fixes to officehelper.py by Alain Romedenne · 2 years ago
  9. 2146e66 officehelper.py memory cleanup by Alain Romedenne · 2 years, 1 month ago
  10. dae7304 Silence Clang 19 trunk -Werror,-Wcast-function-type-mismatch by Stephan Bergmann · 2 years ago
  11. daa04d4 allow build with python 3.12.0: initialize new tp_watched by Justin Luth · 2 years, 1 month ago
  12. ab95ed2 Use less boost_headers in low level libraries by Gabor Kelemen · 2 years, 1 month ago
  13. d8978a8 tdf#116156 tdf#157162 tdf#159528 Fix glitches in officehelper.py by Alain Romedenne · 2 years, 1 month ago
  14. 8f6b412 Define a name for the extended path buffer size, instead of a literal by Mike Kaganski · 2 years, 1 month ago
  15. 08e2c56 Replace an instance of MAX_PATH with 32767 by Mike Kaganski · 2 years, 1 month ago
  16. 7411cac Replace an instance of MAX_PATH with 32767 by Mike Kaganski · 2 years, 1 month ago
  17. 3234c4e Avoid MAX_PATH limitation in launcher by Mike Kaganski · 2 years, 2 months ago
  18. 6efe49e pyuno: Use expected return value (-1) on failure by Aron Budea · 2 years, 2 months ago
  19. 0fa827d Drop std::as_const from css::uno::Sequence iterations by Mike Kaganski · 2 years, 2 months ago
  20. 74de0eb tdf#97361 Make unittests more pythonic: XIndexAccess by Chenxiong Qi · 2 years, 4 months ago
  21. 208a637 Add back XComponentContext to officecfg::...::get() calls by Stephan Bergmann · 2 years, 3 months ago
  22. 8a69504 tdf#158375 Hack to make sure process service factory is set by Stephan Bergmann · 2 years, 3 months ago
  23. 5372538 tdf#158375: add expert option DisablePythonRuntime by Sarper Akdemir · 2 years, 4 months ago
  24. 8b6e0dd tdf#158803 Fix issues detected by pyflakes by Chenxiong Qi · 2 years, 4 months ago
  25. 115e7a0 Extended loplugin:ostr: pyuno by Stephan Bergmann · 2 years, 5 months ago
  26. c0e687e tdf#130924 replace '*printf' with 'SAL_*' logging macros in pyuno by sahil · 2 years, 7 months ago
  27. 176e8cf Use exception ctors, instead of setting members later by Mike Kaganski · 2 years, 6 months ago
  28. 86160b0 cid#1546834 Unchecked return value by Caolán McNamara · 2 years, 6 months ago
  29. e78f60a Categories for link targets in Impress by Szymon Kłos · 2 years, 10 months ago
  30. c7b4d15 WaE: Py_SetPythonHome is deprecated since python 3.11 by Caolán McNamara · 2 years, 10 months ago
  31. 1c8df0f loplugin:stringadd by Stephan Bergmann · 3 years ago
  32. 7f91e4a loplugin:stringadd in oox..pyuno by Noel Grandin · 3 years ago
  33. 8ca611b tdf#143148 Use pragma once instead of include guards by buldi · 3 years, 2 months ago
  34. de419b9 Remove unused imports from pyuno/demo and pyuno/qa by Bogdan B · 3 years, 3 months ago
  35. 2875d11 tdf#150982: properly unquote (URL-decode) vnd.sun.star.expand payload by Mike Kaganski · 3 years, 7 months ago
  36. 9928f13 tdf#97361 replace getCellByPosition with access by subscript by Chenxiong Qi · 3 years, 7 months ago
  37. 14cff82 tdf#97361 replace getCellRangeByPosition with slices by Chenxiong Qi · 3 years, 7 months ago
  38. 1743d74 clang-tidy modernize-pass-by-value in various by Noel Grandin · 3 years, 11 months ago
  39. 4c909d1 loplugin:passstuffbyref by Noel Grandin · 3 years, 8 months ago
  40. 1052ec9 tdf#133123: fix crash when importing defusedxml.ElementTree after pyuno by Niko Fink · 3 years, 8 months ago
  41. e7903c0 elide some makeStringAndClear() calls by Noel Grandin · 3 years, 9 months ago
  42. 1638b4f rhbz#2097411 Avoid obsolete PyThreadState_Delete crashing Python 3.11 by Stephan Bergmann · 3 years, 10 months ago
  43. 51c9862 Just use Any ctor instead of makeAny in pyuno by Stephan Bergmann · 4 years ago
  44. 33bd16b loplugin:stringviewparam convert methods using copy() by Noel Grandin · 4 years ago
  45. b3b18ed Don't make UNO calls from PyThreadAttached regions (i.e., with the GIL locked) by Stephan Bergmann · 4 years ago
  46. 4c5f8cc change default Calc number of columns to 16384 (tdf#50916) by Luboš Luňák · 4 years, 1 month ago
  47. 7b5193e Recheck modules [o-r]* with IWYU by Gabor Kelemen · 4 years, 2 months ago
  48. 6394196 tdf#146621: handle an exception that may hang process at ExitProcess time by Mike Kaganski · 4 years, 3 months ago
  49. 494b3e6 loplugin:flatten in package..reportdesign by Noel Grandin · 4 years, 4 months ago
  50. db3a61c Generally determine Rdb content from gb_*_set_componentfile calls by Stephan Bergmann · 4 years, 4 months ago
  51. ce9611d Prepare for removal of non-const operator[] from Sequence in pyuno by Mike Kaganski · 4 years, 5 months ago
  52. 283a979 loplugin:indentation check for indent inside block by Noel Grandin · 4 years, 6 months ago
  53. 2484de6 Remove non-const Sequence::begin()/end() in internal code by Mike Kaganski · 4 years, 6 months ago
  54. 3f65724 Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4 by Mike Kaganski · 4 years, 7 months ago
  55. 6444b02 Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE] by Mike Kaganski · 4 years, 7 months ago
  56. 05bc93d Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1 by Mike Kaganski · 4 years, 7 months ago
  57. b733cca Make this instance of cppu::OImplementationId function-local by Mike Kaganski · 4 years, 7 months ago
  58. ad4d09d clang-tidy:readability-redundant-member-init by Noel Grandin · 4 years, 7 months ago
  59. 7049328 loplugin:stringadd replace OUStringLiteral temporaries with OUString::Concat by Noel Grandin · 5 years ago
  60. ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
  61. c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
  62. 962a9ce cid#1473905 Dereference after null check by Caolán McNamara · 5 years ago
  63. e150c78 loplugin:refcounting in package..sax by Noel · 5 years ago
  64. 476caee tdf#138987 Python 3.12 preparations by dante · 5 years ago
  65. c7568cf pyuno: uno.Char is UTF-16 code unit, not UCS-4 by Michael Stahl · 5 years ago
  66. c099288 tdf#138987 pyuno: PyEval_InitThreads is a no-op in Python 3.9 by David Ostrovsky · 5 years ago
  67. ff3ce4f mbstowcs failure check is only relevant for non-_WIN32 now by Stephan Bergmann · 5 years ago
  68. cbe9a0a Use Unicode paths on Windows for pyuno by Mike Kaganski · 5 years ago
  69. 279be72 UTF8 is not ASCII by Mike Kaganski · 5 years ago
  70. 042033f loplugin:stringviewparam: operator + by Stephan Bergmann · 5 years ago
  71. 6dd1d22 tdf#138987 pyuno: PyEval_InitThreads is a no-op in Python 3.9 by David Ostrovsky · 5 years ago
  72. 35e471b Adapt the remaining OUString functions to std string_view by Stephan Bergmann · 5 years ago
  73. 3e52492 Wrap "open" into "with" by Mike Kaganski · 5 years ago
  74. 62887aa Fix ResourceWarning in pythonloader.py by Julien Nabet · 5 years ago
  75. 877f40a tdf#42949 Fix new IWYU warnings in directories [h-r]* by Gabor Kelemen · 5 years ago
  76. 0de59fa Revert "loplugin:stringbuffer" by Noel Grandin · 5 years ago
  77. f0356b6 loplugin:stringbuffer by Noel · 5 years ago
  78. 00aafa2 loplugin:reducevarscope in pyuno by Noel · 5 years ago
  79. 82ade9a PyLong_AsLongAndOverflow returns long, and that's fine to use here by Stephan Bergmann · 5 years ago
  80. 0d79d21 long->tools::Long in pyuno..sd by Noel · 5 years ago
  81. d94aa8b Use the new single-instance="true" attribute in pyuno by Stephan Bergmann · 6 years ago
  82. 3e4968e Remove remains of private:image/ via ImageIdentifier addon property by Maxim Monastirsky · 6 years ago
  83. a33a8f2 Fix typos by Andrea Gelmini · 6 years ago
  84. 15b1005 pyuno: create instances with uno constructors by Noel Grandin · 6 years ago
  85. c5b985b replace usage of blacklist with excludelist for IWYU by Thorsten Behrens · 6 years ago
  86. 7199901 Upcoming improved loplugin:staticanonymous -> redundantstatic: pyuno by Stephan Bergmann · 6 years ago
  87. 3271534 tdf#121384 don't leave a bare trailing : in PYTHONPATH by Caolán McNamara · 6 years ago
  88. 639511d use for-range on Sequence in i18npool..sd by Noel Grandin · 6 years ago
  89. 0a3d414 fix some more python 3.8 deprecation warnings by Noel Grandin · 6 years ago
  90. 23d9966 Fix initialization of Python-3.8--only at-end tp_print member by Stephan Bergmann · 6 years ago
  91. 893a524 More targeted silencing of -Wdeprecated-declarations by Stephan Bergmann · 6 years ago
  92. d178672 prevent warnings in pyuno with latest python by Noel Grandin · 6 years ago
  93. b512ce2 Make upcasting css::uno::Reference ctor require complete types by Stephan Bergmann · 6 years ago
  94. 086142b pyuno: sed Python2/3 string compatibility wrappers by Michael Stahl · 6 years ago
  95. c4fa6ef pyuno,*: kill Python 2 support with fire by Michael Stahl · 6 years ago
  96. 50abf47 loplugin:flatten in pyuno by Noel Grandin · 6 years ago
  97. 1ebeacb Extend loplugin:cstylecast to certain function-style casts by Stephan Bergmann · 6 years ago
  98. d3e1ada Remove unused using declarations in oox...xmlsecurity by Gabor Kelemen · 6 years ago
  99. b5da971 Revert "loplugin:constfields in package..registry" by Noel Grandin · 6 years ago
  100. 50ccb7e python 3.8.2 compile: add tp_print to PyTypeObject by Justin Luth · 6 years ago