summaryrefslogtreecommitdiffstats
path: root/pyuno
Commit message (Expand)AuthorAgeFilesLines
* fix some more python 3.8 deprecation warningsNoel Grandin2023-02-231-2/+2
* tdf#121384 don't leave a bare trailing : in PYTHONPATHCaolán McNamara2023-02-231-2/+12
* python 3.8--only compile: add tp_print to PyTypeObjectAdministrator2023-02-235-2/+60
* pyuno: remove racy debug checkMichael Stahl2023-02-231-7/+0
* pyuno: fix build against system-python-3.6Miklos Vajna2023-02-231-0/+2
* python3: upgrade to release 3.7.6Michael Stahl2023-02-233-8/+33
* Adapt to upcoming Python 3.8Stephan Bergmann2023-02-225-6/+48
* fix pyuno compile on Fedora29Noel Grandin2023-02-221-0/+4
* const fixes for python3-devel-3.7.0-1.fc29.x86_64Stephan Bergmann2018-07-043-3/+3
* configure,pyuno: require at least Python 2.7Michael Stahl2018-04-094-8/+0
* Fix Python file URL construction on WindowsStephan Bergmann2018-04-051-10/+3
* Create temp copies of test docs in Python/UITestsStephan Bergmann2018-04-031-3/+2
* loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin2018-03-121-1/+1
* pyuno: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski2018-02-022-8/+0
* tdf#114815 pyuno: avoid 2 threads initing python in parallelMichael Stahl2018-02-011-4/+16
* More loplugin:cstylecast: pyunoStephan Bergmann2018-01-154-5/+5
* More loplugin:cstylecast: pyunoStephan Bergmann2018-01-127-20/+20
* loplugin:redundantcast: pyunoStephan Bergmann2018-01-111-1/+1
* loplugin:salcall fix functionsNoel Grandin2017-12-112-3/+3
* loplugin:salcall handle static methodsNoel Grandin2017-12-071-2/+2
* loplugin:simplifybool for negation of comparison operatorNoel Grandin2017-11-231-1/+1
* Replace only list by vector in pyunoJulien Nabet2017-11-041-2/+1
* loplugin:includeform: pyuno (Windows)Stephan Bergmann2017-10-271-1/+1
* loplugin:includeform: pyunoStephan Bergmann2017-10-232-6/+6
* overload std::hash for OUString and OStringNoel Grandin2017-10-232-6/+4
* Fix PythonTest_pyuno_pytests_insertremovecells on WindowsStephan Bergmann2017-10-041-3/+8
* Partially revert c3609f107b16eb888edf284f4637be6cb09234ebMike Kaganski2017-10-031-2/+3
* Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski2017-09-301-3/+2
* Make these tests part of the regular 'make check'Stephan Bergmann2017-09-272-35/+1
* Call pyuno.private_initTestEnvironment() only onceStephan Bergmann2017-09-261-1/+5
* tdf#57950: Replace chained OUStringBuffer::append() with operator+Muhammet Kara2017-09-251-14/+14
* loplugin:flatten in pyuno..scNoel Grandin2017-09-222-44/+43
* remove unnecessary use of OUString::getStrNoel Grandin2017-08-171-1/+1
* loplugin:constparams in basctlNoel Grandin2017-07-313-13/+13
* loplugin:constparams in soltools and variousNoel Grandin2017-07-211-1/+1
* clang-tidy readability-redundant-control-flowNoel Grandin2017-05-311-2/+0
* Clean up uses of SAL_U/SAL_W: pyunoStephan Bergmann2017-05-121-17/+5
* remove unused uno::Reference varsNoel Grandin2017-05-121-1/+0
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-091-1/+0
* revert OSL_ASSERT changesChris Sherlock2017-05-072-2/+2
* tdf#43157: convert pyuno from OSL_ASSERT to assertChris Sherlock2017-05-072-2/+2
* Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann2017-04-041-2/+2
* make UNO enums scoped for internal LO codeNoel Grandin2017-04-041-23/+22
* Fix typosAndrea Gelmini2017-03-251-1/+1
* loplugins:redundantcast teach it about c-style typedef castsNoel Grandin2017-03-231-1/+1
* Revert "comphelper: fix MSVC hang in ThreadPool::shutdown()"Miklos Vajna2017-03-131-16/+5
* comphelper: fix MSVC hang in ThreadPool::shutdown()Michael Stahl2017-03-111-5/+16
* Fix typosAndrea Gelmini2017-03-021-1/+1
* new loplugin unoanyNoel Grandin2017-02-281-2/+2
* loplugin:subtlezeroinit: pyunoStephan Bergmann2017-02-214-5/+5