1. d29de0b tdf#138987 pyuno: PyEval_InitThreads is a no-op in Python 3.9 by David Ostrovsky · 5 years ago
  2. 877f40a tdf#42949 Fix new IWYU warnings in directories [h-r]* by Gabor Kelemen · 5 years ago
  3. 0de59fa Revert "loplugin:stringbuffer" by Noel Grandin · 5 years ago
  4. f0356b6 loplugin:stringbuffer by Noel · 5 years ago
  5. 00aafa2 loplugin:reducevarscope in pyuno by Noel · 5 years ago
  6. 82ade9a PyLong_AsLongAndOverflow returns long, and that's fine to use here by Stephan Bergmann · 5 years ago
  7. 0d79d21 long->tools::Long in pyuno..sd by Noel · 5 years ago
  8. d94aa8b Use the new single-instance="true" attribute in pyuno by Stephan Bergmann · 6 years ago
  9. 3e4968e Remove remains of private:image/ via ImageIdentifier addon property by Maxim Monastirsky · 6 years ago
  10. a33a8f2 Fix typos by Andrea Gelmini · 6 years ago
  11. 15b1005 pyuno: create instances with uno constructors by Noel Grandin · 6 years ago
  12. c5b985b replace usage of blacklist with excludelist for IWYU by Thorsten Behrens · 6 years ago
  13. 7199901 Upcoming improved loplugin:staticanonymous -> redundantstatic: pyuno by Stephan Bergmann · 6 years ago
  14. 3271534 tdf#121384 don't leave a bare trailing : in PYTHONPATH by Caolán McNamara · 6 years ago
  15. 639511d use for-range on Sequence in i18npool..sd by Noel Grandin · 6 years ago
  16. 0a3d414 fix some more python 3.8 deprecation warnings by Noel Grandin · 6 years ago
  17. 23d9966 Fix initialization of Python-3.8--only at-end tp_print member by Stephan Bergmann · 6 years ago
  18. 893a524 More targeted silencing of -Wdeprecated-declarations by Stephan Bergmann · 6 years ago
  19. d178672 prevent warnings in pyuno with latest python by Noel Grandin · 6 years ago
  20. b512ce2 Make upcasting css::uno::Reference ctor require complete types by Stephan Bergmann · 6 years ago
  21. 086142b pyuno: sed Python2/3 string compatibility wrappers by Michael Stahl · 6 years ago
  22. c4fa6ef pyuno,*: kill Python 2 support with fire by Michael Stahl · 6 years ago
  23. 50abf47 loplugin:flatten in pyuno by Noel Grandin · 6 years ago
  24. 1ebeacb Extend loplugin:cstylecast to certain function-style casts by Stephan Bergmann · 6 years ago
  25. d3e1ada Remove unused using declarations in oox...xmlsecurity by Gabor Kelemen · 6 years ago
  26. b5da971 Revert "loplugin:constfields in package..registry" by Noel Grandin · 6 years ago
  27. 50ccb7e python 3.8.2 compile: add tp_print to PyTypeObject by Justin Luth · 6 years ago
  28. 0adc9b6 GBUILD_TRACE, support for finding out where the build time is spent by Luboš Luňák · 6 years ago
  29. 2cfa5fb -Werror,-Wnon-c-typedef-for-linkage by Stephan Bergmann · 6 years ago
  30. a76d229 sys.version is for displaying; use sys.version_info for version check by Mike Kaganski · 6 years ago
  31. 44139ef tdf#124176: Use pragma once instead of include guards by Batuhan Taskaya · 6 years ago
  32. 777ae81 pyuno: remove racy debug check by Michael Stahl · 6 years ago
  33. 648fa0a pyuno: remove redundant if by Michael Stahl · 6 years ago
  34. fb4e15a pyuno: fix build against system-python-3.6 by Miklos Vajna · 6 years ago
  35. b10be5d python3: upgrade to release 3.7.6 by Michael Stahl · 6 years ago
  36. 7c18da2 sal_Char->char in oox..registry by Noel Grandin · 6 years ago
  37. 574cfca tdf#97361: Removed getByTindex in Pyuno pytests by Mayank Suman · 7 years ago
  38. 5f520f7 make some classes module-private by Noel Grandin · 6 years ago
  39. f853ec31 Extend loplugin:external to warn about classes by Stephan Bergmann · 6 years ago
  40. f13c6ad new loplugin:bufferadd by Noel Grandin · 6 years ago
  41. 77d083f New loplugin:getstr by Stephan Bergmann · 6 years ago
  42. 8e53efa tdf#39593 use getUnoTunnelImplementation in pyuno by Arkadiy Illarionov · 7 years ago
  43. c598ea1 Add version resource to executables where it was missing by Mike Kaganski · 7 years ago
  44. d051dd8 loplugin:noexceptmove in pyuno by Noel Grandin · 7 years ago
  45. 65ae1e1 Fix typos by Andrea Gelmini · 7 years ago
  46. 7d3041b tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor by Julien Nabet · 7 years ago
  47. edcdfe5 Simplify Sequence iterations in postprocess..sax by Arkadiy Illarionov · 7 years ago
  48. aea932b loplugin:sequenceloop in postprocess..reportdesign by Noel Grandin · 7 years ago
  49. 8a45f6f Improved loplugin:stringconstant (now that GCC 7 supports it): pyuno by Stephan Bergmann · 7 years ago
  50. ca3ddcf Fix typo in code by Andrea Gelmini · 7 years ago
  51. 84abf28 loplugin:referencecasting in oox..pyuno by Noel Grandin · 7 years ago
  52. 4583911 improve loplugin:simplifyconstruct by Noel Grandin · 7 years ago
  53. 2bd585f Adapt to upcoming Python 3.8 by Stephan Bergmann · 7 years ago
  54. 0e4c542 Use hasElements to check Sequence emptiness in [l-r]* by Arkadiy Illarionov · 7 years ago
  55. fbc038c an uno -> a uno by Caolán McNamara · 7 years ago
  56. 2460816 tdf#42949 Fix IWYU warnings in pyuno/ by Gabor Kelemen · 7 years ago
  57. b6491f0 loplugin:sequentialassign in oox..reportdesign by Noel Grandin · 7 years ago
  58. dbbf20a For Python extensions, set __file__ before executing the module by Thomas Viehmann · 7 years ago
  59. 65a0d51 renamed ssl test to testssl by Shubham Goyal · 7 years ago
  60. d4c620b tdf#124011 Add __ne__ method to UNO types by Shubham Goyal · 7 years ago
  61. 83db9af remove some unnecessary typedef struct... sugar by Noel Grandin · 7 years ago
  62. ea58b03 loplugin:indentation (clang-cl) by Stephan Bergmann · 7 years ago
  63. e128f78 replace double-checked locking patterns with thread safe local statics by Mike Kaganski · 7 years ago
  64. 485ec8e fix pyuno compile on Fedora29 by Noel Grandin · 7 years ago
  65. 31138ff loplugin:constfields in package..registry by Noel Grandin · 7 years ago
  66. fa394ee clang-tidy misc-throw-by-value-catch-by-reference by Noel Grandin · 7 years ago
  67. 928b1b0 loplugin:external (clang-cl) by Stephan Bergmann · 8 years ago
  68. 206b5b2 New loplugin:external by Stephan Bergmann · 8 years ago
  69. e7a3329 DeInitVCL in PythonTest by Stephan Bergmann · 8 years ago
  70. c6e5d55 Add missing sal/log.hxx headers by Gabor Kelemen · 8 years ago
  71. 1d457f9 Related: rhbz#1602589 silence coverity leaked_storage by Caolán McNamara · 8 years ago
  72. 76a2914 const fixes for python3-devel-3.7.0-1.fc29.x86_64 by Stephan Bergmann · 8 years ago
  73. 03c14b8 [API CHANGE] Add a sal_debug method to pyuno by Tor Lillqvist · 8 years ago
  74. 5708534 look for unnecessary calls to Reference::is() after an UNO_QUERY_THROW by Noel Grandin · 8 years ago
  75. 3a51dae Improve re-throwing of UNO exceptions by Noel Grandin · 8 years ago
  76. aa02205 configure,pyuno: require at least Python 2.7 by Michael Stahl · 8 years ago
  77. e21b2a6 Fix Python file URL construction on Windows by Stephan Bergmann · 8 years ago
  78. d762818 Create temp copies of test docs in Python/UITests by Stephan Bergmann · 8 years ago
  79. 2f5868c loplugin:redundantfcast look for redundant copies in return statements by Noel Grandin · 8 years ago
  80. 17b2204 pyuno: MSVC: pragma warning: make more specific, remove obsolete by Mike Kaganski · 8 years ago
  81. 5357ca8 tdf#114815 pyuno: avoid 2 threads initing python in parallel by Michael Stahl · 8 years ago
  82. f2b0eb0 More loplugin:cstylecast: pyuno by Stephan Bergmann · 8 years ago
  83. bc3e970 More loplugin:cstylecast: pyuno by Stephan Bergmann · 8 years ago
  84. 96d6ccb loplugin:redundantcast: pyuno by Stephan Bergmann · 8 years ago
  85. 3af5005 loplugin:salcall fix functions by Noel Grandin · 8 years ago
  86. dd0dceb loplugin:salcall handle static methods by Noel Grandin · 8 years ago
  87. 7a1c21e loplugin:simplifybool for negation of comparison operator by Noel Grandin · 8 years ago
  88. a64c741 Replace only list by vector in pyuno by Julien Nabet · 8 years ago
  89. 15eeba3 loplugin:includeform: pyuno (Windows) by Stephan Bergmann · 8 years ago
  90. cb3b0cb loplugin:includeform: pyuno by Stephan Bergmann · 8 years ago
  91. 87a9979 overload std::hash for OUString and OString by Noel Grandin · 8 years ago
  92. a35e532 Fix PythonTest_pyuno_pytests_insertremovecells on Windows by Stephan Bergmann · 9 years ago
  93. 419ae57 Partially revert c3609f107b16eb888edf284f4637be6cb09234eb by Mike Kaganski · 9 years ago
  94. c3609f1 Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode* by Mike Kaganski · 9 years ago
  95. 9444671 Make these tests part of the regular 'make check' by Stephan Bergmann · 9 years ago
  96. 4bf3b4e Call pyuno.private_initTestEnvironment() only once by Stephan Bergmann · 9 years ago
  97. 7810858 tdf#57950: Replace chained OUStringBuffer::append() with operator+ by Muhammet Kara · 9 years ago
  98. a7ce840 loplugin:flatten in pyuno..sc by Noel Grandin · 9 years ago
  99. 9881bea remove unnecessary use of OUString::getStr by Noel Grandin · 9 years ago
  100. c394363 loplugin:constparams in basctl by Noel Grandin · 9 years ago