summaryrefslogtreecommitdiff
path: root/pyuno/source/module/pyuno.cxx
AgeCommit message (Expand)Author
2020-06-17python 3.8--only compile: add tp_print to PyTypeObjectAdministrator
2020-01-08python3: upgrade to release 3.7.6Michael Stahl
2019-10-15new loplugin:bufferaddNoel Grandin
2019-09-18tdf#39593 use getUnoTunnelImplementation in pyunoArkadiy Illarionov
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): pyunoStephan Bergmann
2019-07-20loplugin:referencecasting in oox..pyunoNoel Grandin
2019-06-10Adapt to upcoming Python 3.8Stephan Bergmann
2019-04-26tdf#42949 Fix IWYU warnings in pyuno/Gabor Kelemen
2019-04-13loplugin:sequentialassign in oox..reportdesignNoel Grandin
2018-10-12clang-tidy misc-throw-by-value-catch-by-referenceNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-04-09configure,pyuno: require at least Python 2.7Michael Stahl
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin
2018-01-12More loplugin:cstylecast: pyunoStephan Bergmann
2017-07-31loplugin:constparams in basctlNoel Grandin
2017-02-21loplugin:subtlezeroinit: pyunoStephan Bergmann
2017-02-21remove some unnecessary OUStringBuffer usageNoel Grandin
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: pyunoStephan Bergmann
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin
2016-02-09pyuno: Fix build with python 2.7Rico Tzschichholz
2016-02-09Remove excess newlinesChris Sherlock
2016-01-06Pyuno add compat for python 2.6Tomáš Chvátal
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-25Bump python to 3.5David Ostrovsky
2015-10-23com::sun::star->css in package,pyunoNoel Grandin
2015-10-09fix build by moving python-related includes below othersDouglas Mencken
2015-07-30Give PyUNO structs/exceptions their own separate typeMatthew J. Francis
2015-07-27Tweak introspection/invocation to be more useful to PyUNOMatthew J. Francis
2015-07-25Fix PyUNO object hash to use the correct pointerMatthew J. Francis
2015-07-21Make PyUNO objects hashableMatthew J. Francis
2015-07-01Fix compilation with Python 2.7Matthew J. Francis
2015-06-26loplugin:implicitboolconversionStephan Bergmann
2015-06-26loplugin:cstylecastStephan Bergmann
2015-06-26loplugin:passstuffbyrefStephan Bergmann
2015-06-26loplugin:salboolStephan Bergmann
2015-06-26Make PyUNO provide more Pythonic behaviourMatthew J. Francis
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-04-08A UNO Any can't contain an AnyStephan Bergmann
2015-03-29Clean up remaining C-style casts among void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-01-20Some more loplugin:cstylecast: pyunoStephan Bergmann
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-30Add includeStephan Bergmann
2014-10-29fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTNaruhiko Ogasawara
2014-06-05various: remove SAL_THROW macroNoel Grandin
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin