- fbe28de fdo#66025: Simplify new ImportError logic by David Bolen · 13 years ago
- 329125a fdo#66025: Minor clean-up of previous patch by David Bolen · 13 years ago
- 7fd8124 fdo#66025: Improve ImportError raised from _uno_import by David Bolen · 13 years ago
- 69f0c2c remove last users of gb_Executable_add_noexception_object by Bjoern Michaelsen · 13 years ago
- 28a4496 Resolves: #i120788# remove unused members from PyUNO_callable_Internals by Herbert Dürr · 13 years ago
- 6121703 pyuno: Revert 5589c72b88e502bfca045ae38af16c854afdd401 by Michael Stahl · 13 years ago
- ba0a577 remove OUString wrap for string literals by Thomas Arnhold · 13 years ago
- b6d9751 reduce some spacing by Thomas Arnhold · 13 years ago
- 7441d4b PyUno fixed crash in function isInstanceOfStructOrException() by Xiaoli · 13 years ago
- a2a3424 Deprecated conversion from const wchar_t* to wchar_t* by Fridrich Štrba · 13 years ago
- 7b91e84 Optional pyuno module should have its own services/pyuno.rdb by Stephan Bergmann · 13 years ago
- 8bf8a2f fdo#46808, Convert script::InvocationAdapterFactory to new style by Noel Grandin · 13 years ago
- 96fe61f pyuno: remove obsolete makefiles by Michael Stahl · 13 years ago
- 717c964 More gb_PROGRAMDIRNAME clean up by Stephan Bergmann · 13 years ago
- 094978d No need for RTLD_NOW here by Stephan Bergmann · 13 years ago
- cf49e8b Library_puyuno_wrapper is not built on WNT anyway by Stephan Bergmann · 13 years ago
- 5589c72 Make sure again pyuno_wrapper does not link against libstdc++ by Stephan Bergmann · 13 years ago
- ed665f2 copy pyuno files to instdir by David Tardon · 13 years ago
- 72e5d0c Move to MPLv2 license headers, with ESC decision and author's permission. by Michael Meeks · 13 years ago
- 1cc9bbf gbuild: drop empty use_packages calls by David Tardon · 13 years ago
- 6c7659b move URE headers to include/ by David Tardon · 13 years ago
- b6bcbb6 replace python-core zip built in pyuno with direct use of Package by Michael Stahl · 13 years ago
- 288c8b9 adapt path for test.dll for WNT by Michael Stahl · 13 years ago
- b865ff3 python3: put an RPATH into python binary ... by Michael Stahl · 13 years ago
- 1fb53a6 pyuno_loader::CreateInstance: delete the initial PyThreadState by Michael Stahl · 13 years ago
- 8903535 pyuno_dlopenwrapper: give error message before abort() if dlopen() fails by Miklos Vajna · 13 years ago
- 4eccc37 warning C4101: 'e' : unreferenced local variable by Stephan Bergmann · 13 years ago
- 542cf6d unbreak windows tinderbox by David Tardon · 13 years ago
- ebeae43 move Python tests in-process by Michael Stahl · 13 years ago
- 1946794 mass removal of rtl:: prefixes for O(U)String* by Luboš Luňák · 13 years ago
- 8333cbf Remove RTL_CONSTASCII_(U)STRINGPARAM in pyuno by Chr. Rossmanith · 13 years ago
- 39d4539 removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarations by Thomas Arnhold · 13 years ago
- 8b27d78 automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings by Thomas Arnhold · 13 years ago
- a09124e avoid Wundef in cases where the usage seems otherwise ok by Luboš Luňák · 13 years ago
- 79b0046 remove legacy build.pl prj/build.lst files. by Michael Meeks · 13 years ago
- 21e1e85 fdo#60724 change spelling error REMOVEABLE -> REMOVABLE by Kenneth Beck · 13 years ago
- 76fb627 coverity#983056: Resource leak by Julien Nabet · 13 years ago
- b768611 remove all d.lst by Michael Stahl · 13 years ago
- 308cac3 sal: new ZipPackage_sal_odk_headers for public ODK headers by Michael Stahl · 13 years ago
- ed26c01 quiet external module build log unless failure by Norbert Thiebaud · 13 years ago
- f68cd77 Fix type unkown -> unknown by Julien Nabet · 13 years ago
- 77fd448 Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII_STRING, CONST_ASCII, ASCSTR, ASCII, DEFINE_CONST_UNICODE, DEFINE_CONST_OUSTRING by Jean-Noël Rouvignac · 13 years ago
- bd2c4e8 Adapt PyUNO getConstantByName to previous TypeDescriptionMgr API CHANGE by Stephan Bergmann · 13 years ago
- 5a61e28 gbuild: fix silly "expandtabs" in makefile VIM modelines by Michael Stahl · 13 years ago
- a53586f gbuild: do not copy boost headers around by Michael Stahl · 13 years ago
- c2445b0 fdo#59728: Fix encoding of .py files as UTF-8 for Python 3 by Stephan Bergmann · 13 years ago
- 2e9ec0a simplify processing of python.sh by David Tardon · 13 years ago
- 085e0ad just pass the define through -D by David Tardon · 13 years ago
- d72a0b5 Check for __GNUC__ instead of GCC in sources by Tor Lillqvist · 13 years ago
- c290989 Get rid of (most uses of) GUI by Tor Lillqvist · 13 years ago
- 43df436 WaE: Fix needed with MSVS 2010, too by Tor Lillqvist · 13 years ago
- 7815484 VS2012 WaE: C4211: nonstandard extension used : redefined extern to static by Tor Lillqvist · 13 years ago
- 71f9633 some not important Python3.3 port (pythonloader DEBUG mode) by László Németh · 13 years ago
- 374c9af i118798 - Fix Pyuno dead-lock by Ariel Constenla-Haile · 14 years ago
- a0f86c9 Python/pep8: fix E711 (is or is not None instead of = or !=) in pyuno module by Julien Nabet · 13 years ago
- 8f4ddb1 pyuno: clean up that zipcore a little by Michael Stahl · 13 years ago
- 921f31f add python3 to tail_build by Peter Foley · 13 years ago
- 9192633 pyuno: add python_headers external and use it for wrapper by Michael Stahl · 13 years ago
- 9d921ba clean up PYTHON related version etc. variables: by Michael Stahl · 13 years ago
- 38a22a9 Switch from python to python3 by Michael Stahl · 13 years ago
- 3117041 API CHANGE: com.sun.star.lang.IllegalArgumentException by Michael Stahl · 13 years ago
- 669f0da use correct PyString_Size for python2 by Rene Engelhard · 13 years ago
- b7617d5 New try to fix pystring size by Julien Nabet · 13 years ago
- 8ea4657 attempted blind fix for pystring size. by Michael Meeks · 13 years ago
- af2b7fa pyuno: fix handling of "str", "unicode", "bytes" types: by Michael Stahl · 13 years ago
- a38b592 pyuno: adjust uno.ByteSequence to work with "bytes" by Michael Stahl · 13 years ago
- 8e5ea6d pyuno: fix breakage because PATH_MAX not defined with Python3 by Michael Stahl · 13 years ago
- e60f936 pyuno: Runtime::pyObject2Any only allowed to throw RuntimeException by Michael Stahl · 13 years ago
- f09e4ae add missing deps on sal headers by David Tardon · 13 years ago
- b30ee83 fdo#46808, use service constructor for beans::Introspection by Noel Grandin · 13 years ago
- e6150aa Use prefix by Tor Lillqvist · 14 years ago
- 8037435 gbuild: gb_Library_PLAINLIBS_NONE cleanup for unxgcc/solaris by Michael Stahl · 14 years ago
- f26187f add help on python debugging. by Michael Meeks · 14 years ago
- 0411360 Some clean up of previous commit by Stephan Bergmann · 14 years ago
- b679a2a fdo#46808, Adapt reflection::CoreReflection UNO service to new style by Noel Grandin · 14 years ago
- 8638f1e fdo#46808, Adapt script::Converter service code to new style by Noel Grandin · 14 years ago
- 618376b warning C4702: unreachable code by Stephan Bergmann · 14 years ago
- e9c6367 fdo#51948 do not link with dl on *BSD by David Tardon · 14 years ago
- ec41cce Runtime::any2PyObject: warning C4702: unreachable code by Michael Stahl · 14 years ago
- 1d3e6bb re-base on ALv2 code. Removing: by Michael Meeks · 14 years ago
- 69a51d2 re-base on ALv2 code. by Michael Meeks · 14 years ago
- 7b6b71c remove bunch of obsolete looking .flt files by Michael Stahl · 14 years ago
- 4779c77 .mk files don't need executable bits by Michael Stahl · 14 years ago
- d712218 fixing pyuno bridge on mingw: packaging system-python by David Ostrovsky · 14 years ago
- a164d24 fdo#50682: Setting DYLD_LIBRARY_PATH in python script appears unnecessary by Stephan Bergmann · 14 years ago
- b9042fa re-base on ALv2 code. by Michael Meeks · 14 years ago
- b6db3e3 re-base on ALv2 code. by Michael Meeks · 14 years ago
- d633da4 deliver pyuno/python.exe in one step by David Ostrovsky · 14 years ago
- 8372609 pyuno: more stuff unwanted if there is system python by Matúš Kukan · 14 years ago
- 656e9238 pyuno: clean d.lst by Matúš Kukan · 14 years ago
- 5706c47 Remove dmake makefiles obsoleted by gbuild'ification by Stephan Bergmann · 14 years ago
- e16ac69 gbuild migration: pyuno module by David Ostrovsky · 14 years ago
- 54a908a nuke unused defines by Takeshi Abe · 14 years ago
- df9ecb71 targeted string re-work by Norbert Thiebaud · 14 years ago
- 9601b63 targeted string re-work by Norbert Thiebaud · 14 years ago
- 6b915b2 nuke unused typedef by Takeshi Abe · 14 years ago
- 5394b37 removed unused temporary rtl::OUString by Takeshi Abe · 14 years ago
- b1c3e8a make gbuild the default assumption of build.pl by Bjoern Michaelsen · 14 years ago
- 995de2b Reduce chatter by Tor Lillqvist · 14 years ago
- 8a01ee6 Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator by Szabolcs Dezsi · 14 years ago