Age | Commit message (Expand) | Author |
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 |
2012-07-20 | warning C4702: unreachable code | Stephan Bergmann |
2012-07-11 | Runtime::any2PyObject: warning C4702: unreachable code | Michael Stahl |
2012-07-02 | re-base on ALv2 code. Removing: | Michael Meeks |
2012-06-22 | remove bunch of obsolete looking .flt files | Michael Stahl |
2012-06-21 | re-base on ALv2 code. | Michael Meeks |
2012-06-14 | Remove dmake makefiles obsoleted by gbuild'ification | Stephan Bergmann |
2012-06-14 | gbuild migration: pyuno module | David Ostrovsky |
2012-06-04 | nuke unused defines | Takeshi Abe |
2012-06-01 | targeted string re-work | Norbert Thiebaud |
2012-06-01 | targeted string re-work | Norbert Thiebaud |
2012-05-29 | nuke unused typedef | Takeshi Abe |
2012-05-23 | removed unused temporary rtl::OUString | Takeshi Abe |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi |
2012-03-16 | fdo#46926: PyUNO_cmp: return acquired reference | David Bolen |
2012-03-09 | fdo#46926: fix the fix for Python 3 | Michael Stahl |
2012-03-07 | fdo#46926: fix UNO struct comparison in Python 2 | David Bolen |
2012-03-07 | fdo#46859: adapt string type checks to work with both Python 2 and 3 | David Bolen |
2012-02-23 | Adapted GCThread to safer-to-use salhelper::Thread | Stephan Bergmann |
2012-02-18 | pyuno: decreaseRefCount: valgrind warning: | Michael Stahl |
2012-02-16 | Work around macro redefinition warning | Stephan Bergmann |
2012-02-16 | Missing return | Stephan Bergmann |
2012-02-16 | Adapt pyuno.so wrapper to Python 3 support | Stephan Bergmann |
2012-02-10 | Removed unused code | Alexander Bergmann |
2012-02-06 | Reintroduce pyuno.so wrapper around libpyuno.so | Stephan Bergmann |
2012-01-26 | Code cleanup: ( () ) replaced by (()) | Alexander Bergmann |
2012-01-21 | Removed some unused parameters; added SAL_UNUSED_PARAMETER. | Stephan Bergmann |
2012-01-02 | Fix for fdo43460 Part XXVII getLength() to isEmpty() | Olivier Hallot |
2011-12-21 | catch exception by constant reference | Takeshi Abe |
2011-12-12 | fix loading of python-uno module by package.module name | Lionel Elie Mamane |
2011-12-12 | more debug spew in non-debug product | Caolán McNamara |
2011-12-12 | Let's not have debug spew all the time | Caolán McNamara |
2011-12-05 | Improve pyuno debugging in various ways - add stack traces etc. | Michael Meeks |
2011-12-05 | wizards: completely work python wizard packaging and registration | Michael Meeks |
2011-11-17 | Enforce a "lib" prefix for UNO components for Android | Tor Lillqvist |
2011-11-10 | New LO_{LIB,JAVA}_DIR make special inbuild component handling superfluous. | Stephan Bergmann |
2011-10-20 | Undo basis/brand split: moved Python from basis to brand. | Stephan Bergmann |
2011-09-27 | Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). | Stephan Bergmann |