summaryrefslogtreecommitdiff
path: root/pyuno/source
AgeCommit message (Expand)AuthorFilesLines
2013-07-12Resolves: #i120788# remove unused members from PyUNO_callable_InternalsHerbert Dürr3-13/+1
2013-06-29remove OUString wrap for string literalsThomas Arnhold2-6/+6
2013-06-29reduce some spacingThomas Arnhold1-6/+2
2013-06-16PyUno fixed crash in function isInstanceOfStructOrException()Xiaoli1-2/+4
2013-05-14fdo#46808, Convert script::InvocationAdapterFactory to new styleNoel Grandin1-9/+2
2013-05-08No need for RTLD_NOW hereStephan Bergmann1-1/+1
2013-04-21adapt path for test.dll for WNTMichael Stahl1-3/+7
2013-04-18pyuno_loader::CreateInstance: delete the initial PyThreadStateMichael Stahl1-0/+4
2013-04-12pyuno_dlopenwrapper: give error message before abort() if dlopen() failsMiklos Vajna1-0/+1
2013-04-09warning C4101: 'e' : unreferenced local variableStephan Bergmann1-1/+1
2013-04-09unbreak windows tinderboxDavid Tardon1-1/+1
2013-04-09move Python tests in-processMichael Stahl1-0/+42
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák11-84/+46
2013-03-28Remove RTL_CONSTASCII_(U)STRINGPARAM in pyunoChr. Rossmanith4-50/+48
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2-5/+5
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold4-8/+7
2013-03-18avoid Wundef in cases where the usage seems otherwise okLuboš Luňák1-1/+1
2013-03-06fdo#60724 change spelling error REMOVEABLE -> REMOVABLEKenneth Beck1-3/+3
2013-03-04coverity#983056: Resource leakJulien Nabet1-0/+1
2013-02-21Fix type unkown -> unknownJulien Nabet1-1/+1
2013-02-14Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII...Jean-Noël Rouvignac2-10/+8
2013-01-30Adapt PyUNO getConstantByName to previous TypeDescriptionMgr API CHANGEStephan Bergmann1-6/+6
2013-01-23fdo#59728: Fix encoding of .py files as UTF-8 for Python 3Stephan Bergmann1-1/+4
2012-12-27Check for __GNUC__ instead of GCC in sourcesTor Lillqvist1-1/+3
2012-12-25WaE: Fix needed with MSVS 2010, tooTor Lillqvist1-1/+1
2012-12-21VS2012 WaE: C4211: nonstandard extension used : redefined extern to staticTor Lillqvist1-0/+5
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-12-09Python/pep8: fix E711 (is or is not None instead of = or !=) in pyuno moduleJulien Nabet2-6/+6
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