Age | Commit message (Expand) | Author |
2013-08-18 | Use subfolder names from <config_folders.h> | Tor Lillqvist |
2013-08-15 | Mark as const | Takeshi Abe |
2013-08-13 | fdo#50470: Restore pyuno object method introspection in Python 3 | David Bolen |
2013-07-29 | Remove whitespace from line ends | Stephan Bergmann |
2013-07-29 | fdo#66025: Improve accuracy of ImportError traceback and message | David Bolen |
2013-07-24 | fdo#66025: Simplify new ImportError logic | David Bolen |
2013-07-24 | fdo#66025: Minor clean-up of previous patch | David Bolen |
2013-07-24 | fdo#66025: Improve ImportError raised from _uno_import | David Bolen |
2013-07-12 | Resolves: #i120788# remove unused members from PyUNO_callable_Internals | Herbert Dürr |
2013-06-29 | remove OUString wrap for string literals | Thomas Arnhold |
2013-06-29 | reduce some spacing | Thomas Arnhold |
2013-06-16 | PyUno fixed crash in function isInstanceOfStructOrException() | Xiaoli |
2013-05-14 | fdo#46808, Convert script::InvocationAdapterFactory to new style | Noel Grandin |
2013-05-08 | No need for RTLD_NOW here | Stephan Bergmann |
2013-04-21 | adapt path for test.dll for WNT | Michael Stahl |
2013-04-18 | pyuno_loader::CreateInstance: delete the initial PyThreadState | Michael Stahl |
2013-04-12 | pyuno_dlopenwrapper: give error message before abort() if dlopen() fails | Miklos Vajna |
2013-04-09 | warning C4101: 'e' : unreferenced local variable | Stephan Bergmann |
2013-04-09 | unbreak windows tinderbox | David Tardon |
2013-04-09 | move Python tests in-process | Michael Stahl |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák |
2013-03-28 | Remove RTL_CONSTASCII_(U)STRINGPARAM in pyuno | Chr. Rossmanith |
2013-03-19 | removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarations | Thomas Arnhold |
2013-03-19 | automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings | Thomas Arnhold |
2013-03-18 | avoid Wundef in cases where the usage seems otherwise ok | Luboš Luňák |
2013-03-06 | fdo#60724 change spelling error REMOVEABLE -> REMOVABLE | Kenneth Beck |
2013-03-04 | coverity#983056: Resource leak | Julien Nabet |
2013-02-21 | Fix type unkown -> unknown | Julien Nabet |
2013-02-14 | Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII... | Jean-Noël Rouvignac |
2013-01-30 | Adapt PyUNO getConstantByName to previous TypeDescriptionMgr API CHANGE | Stephan Bergmann |
2013-01-23 | fdo#59728: Fix encoding of .py files as UTF-8 for Python 3 | Stephan Bergmann |
2012-12-27 | Check for __GNUC__ instead of GCC in sources | Tor Lillqvist |
2012-12-25 | WaE: Fix needed with MSVS 2010, too | Tor Lillqvist |
2012-12-21 | VS2012 WaE: C4211: nonstandard extension used : redefined extern to static | Tor Lillqvist |
2012-12-19 | some not important Python3.3 port (pythonloader DEBUG mode) | László Németh |
2012-12-11 | i118798 - Fix Pyuno dead-lock | Ariel Constenla-Haile |
2012-12-09 | Python/pep8: fix E711 (is or is not None instead of = or !=) in pyuno module | Julien Nabet |
2012-11-26 | API CHANGE: com.sun.star.lang.IllegalArgumentException | Michael Stahl |
2012-11-26 | use correct PyString_Size for python2 | Rene Engelhard |
2012-11-25 | New try to fix pystring size | Julien Nabet |
2012-11-25 | attempted blind fix for pystring size. | Michael Meeks |
2012-11-25 | pyuno: fix handling of "str", "unicode", "bytes" types: | Michael Stahl |
2012-11-25 | pyuno: adjust uno.ByteSequence to work with "bytes" | Michael Stahl |
2012-11-17 | pyuno: fix breakage because PATH_MAX not defined with Python3 | Michael Stahl |
2012-11-17 | pyuno: Runtime::pyObject2Any only allowed to throw RuntimeException | Michael Stahl |
2012-10-23 | fdo#46808, use service constructor for beans::Introspection | Noel Grandin |
2012-10-02 | Use prefix | Tor Lillqvist |
2012-09-05 | Some clean up of previous commit | Stephan Bergmann |
2012-09-05 | fdo#46808, Adapt reflection::CoreReflection UNO service to new style | Noel Grandin |
2012-08-27 | fdo#46808, Adapt script::Converter service code to new style | Noel Grandin |