summaryrefslogtreecommitdiffstats
path: root/pyuno/source
Commit message (Expand)AuthorAgeFilesLines
* API CHANGE: com.sun.star.lang.IllegalArgumentExceptionMichael Stahl2012-11-261-7/+7
* use correct PyString_Size for python2Rene Engelhard2012-11-261-2/+1
* New try to fix pystring sizeJulien Nabet2012-11-251-1/+1
* attempted blind fix for pystring size.Michael Meeks2012-11-251-1/+2
* pyuno: fix handling of "str", "unicode", "bytes" types:Michael Stahl2012-11-257-61/+104
* pyuno: adjust uno.ByteSequence to work with "bytes"Michael Stahl2012-11-252-5/+11
* pyuno: fix breakage because PATH_MAX not defined with Python3Michael Stahl2012-11-171-1/+13
* pyuno: Runtime::pyObject2Any only allowed to throw RuntimeExceptionMichael Stahl2012-11-171-18/+40
* fdo#46808, use service constructor for beans::IntrospectionNoel Grandin2012-10-231-9/+3
* Use prefixTor Lillqvist2012-10-022-2/+2
* Some clean up of previous commitStephan Bergmann2012-09-051-1/+0
* fdo#46808, Adapt reflection::CoreReflection UNO service to new styleNoel Grandin2012-09-051-9/+4
* fdo#46808, Adapt script::Converter service code to new styleNoel Grandin2012-08-271-5/+3
* warning C4702: unreachable codeStephan Bergmann2012-07-201-2/+0
* Runtime::any2PyObject: warning C4702: unreachable codeMichael Stahl2012-07-111-2/+1
* re-base on ALv2 code. Removing:Michael Meeks2012-07-0216-343/+224
* remove bunch of obsolete looking .flt filesMichael Stahl2012-06-221-14/+0
* re-base on ALv2 code.Michael Meeks2012-06-211-23/+14
* Remove dmake makefiles obsoleted by gbuild'ificationStephan Bergmann2012-06-142-267/+0
* gbuild migration: pyuno moduleDavid Ostrovsky2012-06-142-3/+3
* nuke unused definesTakeshi Abe2012-06-042-3/+0
* targeted string re-workNorbert Thiebaud2012-06-011-2/+2
* targeted string re-workNorbert Thiebaud2012-06-011-37/+30
* nuke unused typedefTakeshi Abe2012-05-291-1/+0
* removed unused temporary rtl::OUStringTakeshi Abe2012-05-231-1/+0
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-5/+5
* fdo#46926: PyUNO_cmp: return acquired referenceDavid Bolen2012-03-161-4/+15
* fdo#46926: fix the fix for Python 3Michael Stahl2012-03-091-1/+1
* fdo#46926: fix UNO struct comparison in Python 2David Bolen2012-03-071-3/+10
* fdo#46859: adapt string type checks to work with both Python 2 and 3David Bolen2012-03-071-4/+10
* Adapted GCThread to safer-to-use salhelper::ThreadStephan Bergmann2012-02-232-25/+26
* pyuno: decreaseRefCount: valgrind warning:Michael Stahl2012-02-181-1/+4
* Work around macro redefinition warningStephan Bergmann2012-02-161-2/+4
* Missing returnStephan Bergmann2012-02-161-1/+2
* Adapt pyuno.so wrapper to Python 3 supportStephan Bergmann2012-02-161-21/+55
* Removed unused codeAlexander Bergmann2012-02-103-123/+0
* Reintroduce pyuno.so wrapper around libpyuno.soStephan Bergmann2012-02-061-15/+28
* Code cleanup: ( () ) replaced by (())Alexander Bergmann2012-01-262-2/+2
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-215-21/+31
* Fix for fdo43460 Part XXVII getLength() to isEmpty()Olivier Hallot2012-01-023-5/+5
* catch exception by constant referenceTakeshi Abe2011-12-218-51/+51
* fix loading of python-uno module by package.module nameLionel Elie Mamane2011-12-121-5/+6
* more debug spew in non-debug productCaolán McNamara2011-12-121-1/+1
* Let's not have debug spew all the timeCaolán McNamara2011-12-121-1/+1
* Improve pyuno debugging in various ways - add stack traces etc.Michael Meeks2011-12-053-5/+11
* wizards: completely work python wizard packaging and registrationMichael Meeks2011-12-051-3/+19
* Enforce a "lib" prefix for UNO components for AndroidTor Lillqvist2011-11-171-1/+1
* New LO_{LIB,JAVA}_DIR make special inbuild component handling superfluous.Stephan Bergmann2011-11-101-1/+1
* Undo basis/brand split: moved Python from basis to brand.Stephan Bergmann2011-10-202-3/+3
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2011-09-273-12/+16