1. 3a51dae Improve re-throwing of UNO exceptions by Noel Grandin · 8 years ago
  2. aa02205 configure,pyuno: require at least Python 2.7 by Michael Stahl · 8 years ago
  3. e21b2a6 Fix Python file URL construction on Windows by Stephan Bergmann · 8 years ago
  4. d762818 Create temp copies of test docs in Python/UITests by Stephan Bergmann · 8 years ago
  5. 2f5868c loplugin:redundantfcast look for redundant copies in return statements by Noel Grandin · 8 years ago
  6. 17b2204 pyuno: MSVC: pragma warning: make more specific, remove obsolete by Mike Kaganski · 8 years ago
  7. 5357ca8 tdf#114815 pyuno: avoid 2 threads initing python in parallel by Michael Stahl · 8 years ago
  8. f2b0eb0 More loplugin:cstylecast: pyuno by Stephan Bergmann · 8 years ago
  9. bc3e970 More loplugin:cstylecast: pyuno by Stephan Bergmann · 8 years ago
  10. 96d6ccb loplugin:redundantcast: pyuno by Stephan Bergmann · 8 years ago
  11. 3af5005 loplugin:salcall fix functions by Noel Grandin · 8 years ago
  12. dd0dceb loplugin:salcall handle static methods by Noel Grandin · 8 years ago
  13. 7a1c21e loplugin:simplifybool for negation of comparison operator by Noel Grandin · 8 years ago
  14. a64c741 Replace only list by vector in pyuno by Julien Nabet · 8 years ago
  15. 15eeba3 loplugin:includeform: pyuno (Windows) by Stephan Bergmann · 8 years ago
  16. cb3b0cb loplugin:includeform: pyuno by Stephan Bergmann · 8 years ago
  17. 87a9979 overload std::hash for OUString and OString by Noel Grandin · 8 years ago
  18. a35e532 Fix PythonTest_pyuno_pytests_insertremovecells on Windows by Stephan Bergmann · 9 years ago
  19. 419ae57 Partially revert c3609f107b16eb888edf284f4637be6cb09234eb by Mike Kaganski · 9 years ago
  20. c3609f1 Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode* by Mike Kaganski · 9 years ago
  21. 9444671 Make these tests part of the regular 'make check' by Stephan Bergmann · 9 years ago
  22. 4bf3b4e Call pyuno.private_initTestEnvironment() only once by Stephan Bergmann · 9 years ago
  23. 7810858 tdf#57950: Replace chained OUStringBuffer::append() with operator+ by Muhammet Kara · 9 years ago
  24. a7ce840 loplugin:flatten in pyuno..sc by Noel Grandin · 9 years ago
  25. 9881bea remove unnecessary use of OUString::getStr by Noel Grandin · 9 years ago
  26. c394363 loplugin:constparams in basctl by Noel Grandin · 9 years ago
  27. ec340697 loplugin:constparams in soltools and various by Noel Grandin · 9 years ago
  28. 307be8c clang-tidy readability-redundant-control-flow by Noel Grandin · 9 years ago
  29. 3e78796 Clean up uses of SAL_U/SAL_W: pyuno by Stephan Bergmann · 9 years ago
  30. 389da66 remove unused uno::Reference vars by Noel Grandin · 9 years ago
  31. 9594967 cleanup osl/diagnose.h includes by Jochen Nitschke · 9 years ago
  32. 97eb00c revert OSL_ASSERT changes by Chris Sherlock · 9 years ago
  33. 9ff87d1 tdf#43157: convert pyuno from OSL_ASSERT to assert by Chris Sherlock · 9 years ago
  34. 9ac98e6 Finally switch MSVC to sal_Unicode = char16_t, too by Stephan Bergmann · 9 years ago
  35. 5676ced make UNO enums scoped for internal LO code by Noel Grandin · 9 years ago
  36. 095438e Fix typos by Andrea Gelmini · 9 years ago
  37. ed76d1d loplugins:redundantcast teach it about c-style typedef casts by Noel Grandin · 9 years ago
  38. 3902bb7 Revert "comphelper: fix MSVC hang in ThreadPool::shutdown()" by Miklos Vajna · 9 years ago
  39. 9899ffd comphelper: fix MSVC hang in ThreadPool::shutdown() by Michael Stahl · 9 years ago
  40. b068d9f Fix typos by Andrea Gelmini · 9 years ago
  41. 198c41c new loplugin unoany by Noel Grandin · 9 years ago
  42. d763944 loplugin:subtlezeroinit: pyuno by Stephan Bergmann · 9 years ago
  43. 657f067 remove some unnecessary OUStringBuffer usage by Noel Grandin · 9 years ago
  44. e3aef4d Some simplifications, using UNO_QUERY_THROW by Stephan Bergmann · 9 years ago
  45. 8646ab9 Remove MinGW support by Stephan Bergmann · 9 years ago
  46. 6dce9c6 Add missing #includes by Stephan Bergmann · 9 years ago
  47. e57ca02 Remove dynamic exception specifications by Stephan Bergmann · 9 years ago
  48. f486e4a New loplugin:dynexcspec: Add @throws documentation, pyuno by Stephan Bergmann · 9 years ago
  49. 089f89e New loplugin:externvar: pyuno by Stephan Bergmann · 9 years ago
  50. bfbc5e5 pyuno osx Sierra problem. by jan Iversen · 9 years ago
  51. 9d67a58 tdf#97361: Changed naming convention to Python type, object factories implemented by n5xgdh · 9 years ago
  52. 542174a Rewrite some (trivial) assignments inside if/while conditions: pyuno by Stephan Bergmann · 9 years ago
  53. 389999a make comphelper::containerToSequence a little smarter by Noel Grandin · 9 years ago
  54. aa70294 normalize existing emacs/vim mode-lines in python files by Michael Stahl · 9 years ago
  55. d1ea6ec replace <<= with assign for <<= with rhs Any by Jochen Nitschke · 9 years ago
  56. 941049c clang-cl loplugin: pyuno by Stephan Bergmann · 9 years ago
  57. 6445d8d Fix typos by Andrea Gelmini · 10 years ago
  58. c136c97 coverity#1371219 Missing move assignment operator by Caolán McNamara · 10 years ago
  59. b078e0d python3: put a RPATH into libpython3.so by Michael Stahl · 10 years ago
  60. 91dd2db loplugin:override: No more need for the "MSVC dtor override" workaround by Stephan Bergmann · 10 years ago
  61. 6810f00 loplugin:staticaccess: Extend loplugin:staticcall to cover all access... by Stephan Bergmann · 10 years ago
  62. a75d492 coverity#1371437 Uncaught exception by Caolán McNamara · 10 years ago
  63. 508c95f improve passstuffbyref return analysis by Noel Grandin · 10 years ago
  64. deb989d Improving uno.py code style by Kenneth Koski · 10 years ago
  65. 0380698 Clean up uses of Any::getValue() in pyuno by Stephan Bergmann · 10 years ago
  66. d0bc637 Normalize on using @throws instead of @raise[s] by Stephan Bergmann · 10 years ago
  67. 9b01428 final solution of the ARCHIVE question by David Tardon · 10 years ago
  68. e630df7 Just use Any::operator <<= for sal_Unicode values by Stephan Bergmann · 10 years ago
  69. e084933 Get rid of unnecessary directory levels $D/inc/$D by Tor Lillqvist · 10 years ago
  70. 509f0c6 loplugin:unusedreturntypes by Noel Grandin · 10 years ago
  71. f4604e4 Fix call to deleted Any constructor by Luke Deller · 10 years ago
  72. 6e70103 While at it, delete Any functions on sal_Bool* by Stephan Bergmann · 10 years ago
  73. fc2590c Fix typos by Andrea Gelmini · 10 years ago
  74. e8fd5a0 update loplugin stylepolice to check local pointers vars by Noel Grandin · 10 years ago
  75. ac6dc57 loplugin:salbool: Automatic rewrite of sal_False/True by Stephan Bergmann · 10 years ago
  76. 150ac9c clean-up: unused using declarations and includes by Jochen Nitschke · 10 years ago
  77. 62633df clang-tidy performance-unnecessary-value-param in various by Noel Grandin · 10 years ago
  78. b8eb294 loplugin:passstuffbyref in various by Noel Grandin · 10 years ago
  79. 4c7ec9f cleanup: remove unused com/sun/star/uno includes by Jochen Nitschke · 10 years ago
  80. bfb9612 tdf#97499 Fixed containers parameters clearing #3 by tymyjan · 10 years ago
  81. f7a75a6 cleanup: remove unused Reference.h(xx) includes by Jochen Nitschke · 10 years ago
  82. eea3f50 tdf#97966 Drop 'static' keywords by Wastack · 10 years ago
  83. ccc8aab Avoid reserved identifier by Stephan Bergmann · 10 years ago
  84. 7b08ccc pyuno: add some debugging hints by Michael Stahl · 10 years ago
  85. a4c1704 Fix python2 build of pyuno with older py2 versions by Tomáš Chvátal · 10 years ago
  86. 0f1133a put python starter shell script to Resources folder of OS X app by Andras Timar · 11 years ago
  87. 4f6e310 Running pep8 on pyuno unit test files by Kenneth Koski · 10 years ago
  88. 2087484 use consistent #define checks for the Windows platform by Noel Grandin · 10 years ago
  89. e14bd2d pyuno: Fix build with python 2.7 by Rico Tzschichholz · 10 years ago
  90. a238b1f Remove excess newlines by Chris Sherlock · 10 years ago
  91. 64d624b Fix typos by Andrea Gelmini · 10 years ago
  92. e9cd508 configure: hard-code /usr/bin/{sort,find} for Cygwin by Michael Stahl · 10 years ago
  93. 5c4bfb4 Pyuno add compat for python 2.6 by Tomáš Chvátal · 10 years ago
  94. 9d0b06e new loplugin rangedforcopy - use reference in range based for by Andrzej Hunt · 10 years ago
  95. 2554efa use comphelper::containerToSequence by Noel Grandin · 10 years ago
  96. 87686af loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
  97. 59b072e yyyyy by Noel Grandin · 10 years ago
  98. 3bc5df7 UNO: no need to use OUString constructor when calling createInstance by Noel Grandin · 10 years ago
  99. 644487a loplugin:unusedmethods by Noel Grandin · 11 years ago
  100. 147cb6a Bump python to 3.5 by David Ostrovsky · 11 years ago