1. 2665c11 fdo#70196: Python 2 compatibility for UNO import error handling by David Bolen · 13 years ago
  2. 125be9e fdo#50470: Restore pyuno object method introspection in Python 3 by David Bolen · 13 years ago
  3. 52a533c fdo#66025: Improve accuracy of ImportError traceback and message by David Bolen · 13 years ago
  4. 8d6cb53 pyuno: Revert 5589c72b88e502bfca045ae38af16c854afdd401 by Michael Stahl · 13 years ago
  5. 8bf8a2f fdo#46808, Convert script::InvocationAdapterFactory to new style by Noel Grandin · 13 years ago
  6. 96fe61f pyuno: remove obsolete makefiles by Michael Stahl · 13 years ago
  7. 717c964 More gb_PROGRAMDIRNAME clean up by Stephan Bergmann · 13 years ago
  8. 094978d No need for RTLD_NOW here by Stephan Bergmann · 13 years ago
  9. cf49e8b Library_puyuno_wrapper is not built on WNT anyway by Stephan Bergmann · 13 years ago
  10. 5589c72 Make sure again pyuno_wrapper does not link against libstdc++ by Stephan Bergmann · 13 years ago
  11. ed665f2 copy pyuno files to instdir by David Tardon · 13 years ago
  12. 72e5d0c Move to MPLv2 license headers, with ESC decision and author's permission. by Michael Meeks · 13 years ago
  13. 1cc9bbf gbuild: drop empty use_packages calls by David Tardon · 13 years ago
  14. 6c7659b move URE headers to include/ by David Tardon · 13 years ago
  15. b6bcbb6 replace python-core zip built in pyuno with direct use of Package by Michael Stahl · 13 years ago
  16. 288c8b9 adapt path for test.dll for WNT by Michael Stahl · 13 years ago
  17. b865ff3 python3: put an RPATH into python binary ... by Michael Stahl · 13 years ago
  18. 1fb53a6 pyuno_loader::CreateInstance: delete the initial PyThreadState by Michael Stahl · 13 years ago
  19. 8903535 pyuno_dlopenwrapper: give error message before abort() if dlopen() fails by Miklos Vajna · 13 years ago
  20. 4eccc37 warning C4101: 'e' : unreferenced local variable by Stephan Bergmann · 13 years ago
  21. 542cf6d unbreak windows tinderbox by David Tardon · 13 years ago
  22. ebeae43 move Python tests in-process by Michael Stahl · 13 years ago
  23. 1946794 mass removal of rtl:: prefixes for O(U)String* by Luboš Luňák · 13 years ago
  24. 8333cbf Remove RTL_CONSTASCII_(U)STRINGPARAM in pyuno by Chr. Rossmanith · 13 years ago
  25. 39d4539 removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarations by Thomas Arnhold · 13 years ago
  26. 8b27d78 automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings by Thomas Arnhold · 13 years ago
  27. a09124e avoid Wundef in cases where the usage seems otherwise ok by Luboš Luňák · 13 years ago
  28. 79b0046 remove legacy build.pl prj/build.lst files. by Michael Meeks · 13 years ago
  29. 21e1e85 fdo#60724 change spelling error REMOVEABLE -> REMOVABLE by Kenneth Beck · 13 years ago
  30. 76fb627 coverity#983056: Resource leak by Julien Nabet · 13 years ago
  31. b768611 remove all d.lst by Michael Stahl · 13 years ago
  32. 308cac3 sal: new ZipPackage_sal_odk_headers for public ODK headers by Michael Stahl · 13 years ago
  33. ed26c01 quiet external module build log unless failure by Norbert Thiebaud · 13 years ago
  34. f68cd77 Fix type unkown -> unknown by Julien Nabet · 13 years ago
  35. 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
  36. bd2c4e8 Adapt PyUNO getConstantByName to previous TypeDescriptionMgr API CHANGE by Stephan Bergmann · 13 years ago
  37. 5a61e28 gbuild: fix silly "expandtabs" in makefile VIM modelines by Michael Stahl · 13 years ago
  38. a53586f gbuild: do not copy boost headers around by Michael Stahl · 13 years ago
  39. c2445b0 fdo#59728: Fix encoding of .py files as UTF-8 for Python 3 by Stephan Bergmann · 13 years ago
  40. 2e9ec0a simplify processing of python.sh by David Tardon · 13 years ago
  41. 085e0ad just pass the define through -D by David Tardon · 13 years ago
  42. d72a0b5 Check for __GNUC__ instead of GCC in sources by Tor Lillqvist · 13 years ago
  43. c290989 Get rid of (most uses of) GUI by Tor Lillqvist · 13 years ago
  44. 43df436 WaE: Fix needed with MSVS 2010, too by Tor Lillqvist · 13 years ago
  45. 7815484 VS2012 WaE: C4211: nonstandard extension used : redefined extern to static by Tor Lillqvist · 13 years ago
  46. 71f9633 some not important Python3.3 port (pythonloader DEBUG mode) by László Németh · 13 years ago
  47. 374c9af i118798 - Fix Pyuno dead-lock by Ariel Constenla-Haile · 14 years ago
  48. a0f86c9 Python/pep8: fix E711 (is or is not None instead of = or !=) in pyuno module by Julien Nabet · 13 years ago
  49. 8f4ddb1 pyuno: clean up that zipcore a little by Michael Stahl · 13 years ago
  50. 921f31f add python3 to tail_build by Peter Foley · 13 years ago
  51. 9192633 pyuno: add python_headers external and use it for wrapper by Michael Stahl · 13 years ago
  52. 9d921ba clean up PYTHON related version etc. variables: by Michael Stahl · 13 years ago
  53. 38a22a9 Switch from python to python3 by Michael Stahl · 13 years ago
  54. 3117041 API CHANGE: com.sun.star.lang.IllegalArgumentException by Michael Stahl · 13 years ago
  55. 669f0da use correct PyString_Size for python2 by Rene Engelhard · 13 years ago
  56. b7617d5 New try to fix pystring size by Julien Nabet · 13 years ago
  57. 8ea4657 attempted blind fix for pystring size. by Michael Meeks · 13 years ago
  58. af2b7fa pyuno: fix handling of "str", "unicode", "bytes" types: by Michael Stahl · 13 years ago
  59. a38b592 pyuno: adjust uno.ByteSequence to work with "bytes" by Michael Stahl · 13 years ago
  60. 8e5ea6d pyuno: fix breakage because PATH_MAX not defined with Python3 by Michael Stahl · 13 years ago
  61. e60f936 pyuno: Runtime::pyObject2Any only allowed to throw RuntimeException by Michael Stahl · 13 years ago
  62. f09e4ae add missing deps on sal headers by David Tardon · 13 years ago
  63. b30ee83 fdo#46808, use service constructor for beans::Introspection by Noel Grandin · 13 years ago
  64. e6150aa Use prefix by Tor Lillqvist · 14 years ago
  65. 8037435 gbuild: gb_Library_PLAINLIBS_NONE cleanup for unxgcc/solaris by Michael Stahl · 14 years ago
  66. f26187f add help on python debugging. by Michael Meeks · 14 years ago
  67. 0411360 Some clean up of previous commit by Stephan Bergmann · 14 years ago
  68. b679a2a fdo#46808, Adapt reflection::CoreReflection UNO service to new style by Noel Grandin · 14 years ago
  69. 8638f1e fdo#46808, Adapt script::Converter service code to new style by Noel Grandin · 14 years ago
  70. 618376b warning C4702: unreachable code by Stephan Bergmann · 14 years ago
  71. e9c6367 fdo#51948 do not link with dl on *BSD by David Tardon · 14 years ago
  72. ec41cce Runtime::any2PyObject: warning C4702: unreachable code by Michael Stahl · 14 years ago
  73. 1d3e6bb re-base on ALv2 code. Removing: by Michael Meeks · 14 years ago
  74. 69a51d2 re-base on ALv2 code. by Michael Meeks · 14 years ago
  75. 7b6b71c remove bunch of obsolete looking .flt files by Michael Stahl · 14 years ago
  76. 4779c77 .mk files don't need executable bits by Michael Stahl · 14 years ago
  77. d712218 fixing pyuno bridge on mingw: packaging system-python by David Ostrovsky · 14 years ago
  78. a164d24 fdo#50682: Setting DYLD_LIBRARY_PATH in python script appears unnecessary by Stephan Bergmann · 14 years ago
  79. b9042fa re-base on ALv2 code. by Michael Meeks · 14 years ago
  80. b6db3e3 re-base on ALv2 code. by Michael Meeks · 14 years ago
  81. d633da4 deliver pyuno/python.exe in one step by David Ostrovsky · 14 years ago
  82. 8372609 pyuno: more stuff unwanted if there is system python by Matúš Kukan · 14 years ago
  83. 656e9238 pyuno: clean d.lst by Matúš Kukan · 14 years ago
  84. 5706c47 Remove dmake makefiles obsoleted by gbuild'ification by Stephan Bergmann · 14 years ago
  85. e16ac69 gbuild migration: pyuno module by David Ostrovsky · 14 years ago
  86. 54a908a nuke unused defines by Takeshi Abe · 14 years ago
  87. df9ecb71 targeted string re-work by Norbert Thiebaud · 14 years ago
  88. 9601b63 targeted string re-work by Norbert Thiebaud · 14 years ago
  89. 6b915b2 nuke unused typedef by Takeshi Abe · 14 years ago
  90. 5394b37 removed unused temporary rtl::OUString by Takeshi Abe · 14 years ago
  91. b1c3e8a make gbuild the default assumption of build.pl by Bjoern Michaelsen · 14 years ago
  92. 995de2b Reduce chatter by Tor Lillqvist · 14 years ago
  93. 8a01ee6 Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator by Szabolcs Dezsi · 14 years ago
  94. 2a11719 chmod -x by Tor Lillqvist · 14 years ago
  95. 742dca7 fdo#46926: PyUNO_cmp: return acquired reference by David Bolen · 14 years ago
  96. 06484b6 fdo#46926: fix the fix for Python 3 by Michael Stahl · 14 years ago
  97. 387389b fdo#46926: fix UNO struct comparison in Python 2 by David Bolen · 14 years ago
  98. 4634cbc fdo#46859: adapt string type checks to work with both Python 2 and 3 by David Bolen · 14 years ago
  99. 123c593 Adapted GCThread to safer-to-use salhelper::Thread by Stephan Bergmann · 14 years ago
  100. 23af031 Fix typos in comments by Elton Chung · 14 years ago