summaryrefslogtreecommitdiff
path: root/pyuno/source
AgeCommit message (Expand)AuthorFilesLines
2013-07-29fdo#66025: Improve accuracy of ImportError traceback and messageDavid Bolen1-9/+41
2013-01-23fdo#59728: Fix encoding of .py files as UTF-8 for Python 3Stephan Bergmann1-1/+4
2012-12-19some not important Python3.3 port (pythonloader DEBUG mode)László Németh1-3/+3
2012-12-11i118798 - Fix Pyuno dead-lockAriel Constenla-Haile1-8/+8
2012-11-26API CHANGE: com.sun.star.lang.IllegalArgumentExceptionMichael Stahl1-7/+7
2012-11-26use correct PyString_Size for python2Rene Engelhard1-2/+1
2012-11-25New try to fix pystring sizeJulien Nabet1-1/+1
2012-11-25attempted blind fix for pystring size.Michael Meeks1-1/+2
2012-11-25pyuno: fix handling of "str", "unicode", "bytes" types:Michael Stahl7-61/+104
2012-11-25pyuno: adjust uno.ByteSequence to work with "bytes"Michael Stahl2-5/+11
2012-11-17pyuno: fix breakage because PATH_MAX not defined with Python3Michael Stahl1-1/+13
2012-11-17pyuno: Runtime::pyObject2Any only allowed to throw RuntimeExceptionMichael Stahl1-18/+40
2012-10-23fdo#46808, use service constructor for beans::IntrospectionNoel Grandin1-9/+3
2012-10-02Use prefixTor Lillqvist2-2/+2
2012-09-05Some clean up of previous commitStephan Bergmann1-1/+0
2012-09-05fdo#46808, Adapt reflection::CoreReflection UNO service to new styleNoel Grandin1-9/+4
2012-08-27fdo#46808, Adapt script::Converter service code to new styleNoel Grandin1-5/+3
2012-07-20warning C4702: unreachable codeStephan Bergmann1-2/+0
2012-07-11Runtime::any2PyObject: warning C4702: unreachable codeMichael Stahl1-2/+1
2012-07-02re-base on ALv2 code. Removing:Michael Meeks16-343/+224
2012-06-22remove bunch of obsolete looking .flt filesMichael Stahl1-14/+0
2012-06-21re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-14Remove dmake makefiles obsoleted by gbuild'ificationStephan Bergmann2-267/+0
2012-06-14gbuild migration: pyuno moduleDavid Ostrovsky2-3/+3
2012-06-04nuke unused definesTakeshi Abe2-3/+0
2012-06-01targeted string re-workNorbert Thiebaud1-2/+2
2012-06-01targeted string re-workNorbert Thiebaud1-37/+30
2012-05-29nuke unused typedefTakeshi Abe1-1/+0
2012-05-23removed unused temporary rtl::OUStringTakeshi Abe1-1/+0
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-5/+5
2012-03-16fdo#46926: PyUNO_cmp: return acquired referenceDavid Bolen1-4/+15
2012-03-09fdo#46926: fix the fix for Python 3Michael Stahl1-1/+1
2012-03-07fdo#46926: fix UNO struct comparison in Python 2David Bolen1-3/+10
2012-03-07fdo#46859: adapt string type checks to work with both Python 2 and 3David Bolen1-4/+10
2012-02-23Adapted GCThread to safer-to-use salhelper::ThreadStephan Bergmann2-25/+26
2012-02-18pyuno: decreaseRefCount: valgrind warning:Michael Stahl1-1/+4
2012-02-16Work around macro redefinition warningStephan Bergmann1-2/+4
2012-02-16Missing returnStephan Bergmann1-1/+2
2012-02-16Adapt pyuno.so wrapper to Python 3 supportStephan Bergmann1-21/+55
2012-02-10Removed unused codeAlexander Bergmann3-123/+0
2012-02-06Reintroduce pyuno.so wrapper around libpyuno.soStephan Bergmann1-15/+28
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann2-2/+2
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann5-21/+31
2012-01-02Fix for fdo43460 Part XXVII getLength() to isEmpty()Olivier Hallot3-5/+5
2011-12-21catch exception by constant referenceTakeshi Abe8-51/+51
2011-12-12fix loading of python-uno module by package.module nameLionel Elie Mamane1-5/+6
2011-12-12more debug spew in non-debug productCaolán McNamara1-1/+1
2011-12-12Let's not have debug spew all the timeCaolán McNamara1-1/+1
2011-12-05Improve pyuno debugging in various ways - add stack traces etc.Michael Meeks3-5/+11
2011-12-05wizards: completely work python wizard packaging and registrationMichael Meeks1-3/+19