summaryrefslogtreecommitdiffstats
path: root/pyuno/source
Commit message (Expand)AuthorAgeFilesLines
* pyuno: this rc file seems to be unusedMatúš Kukan2013-09-091-21/+0
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-211-1/+1
* osl_getThreadIdentifier(0) -> osl::Thread::getCurrentIdentifier()Stephan Bergmann2013-08-211-1/+2
* Use subfolder names from <config_folders.h>Tor Lillqvist2013-08-183-1/+15
* Mark as constTakeshi Abe2013-08-151-1/+1
* fdo#50470: Restore pyuno object method introspection in Python 3David Bolen2013-08-133-24/+45
* Remove whitespace from line endsStephan Bergmann2013-07-291-18/+18
* fdo#66025: Improve accuracy of ImportError traceback and messageDavid Bolen2013-07-291-18/+31
* fdo#66025: Simplify new ImportError logicDavid Bolen2013-07-241-8/+4
* fdo#66025: Minor clean-up of previous patchDavid Bolen2013-07-241-1/+1
* fdo#66025: Improve ImportError raised from _uno_importDavid Bolen2013-07-241-8/+31
* Resolves: #i120788# remove unused members from PyUNO_callable_InternalsHerbert Dürr2013-07-123-13/+1
* remove OUString wrap for string literalsThomas Arnhold2013-06-292-6/+6
* reduce some spacingThomas Arnhold2013-06-291-6/+2
* PyUno fixed crash in function isInstanceOfStructOrException()Xiaoli2013-06-161-2/+4
* fdo#46808, Convert script::InvocationAdapterFactory to new styleNoel Grandin2013-05-141-9/+2
* No need for RTLD_NOW hereStephan Bergmann2013-05-081-1/+1
* adapt path for test.dll for WNTMichael Stahl2013-04-211-3/+7
* pyuno_loader::CreateInstance: delete the initial PyThreadStateMichael Stahl2013-04-181-0/+4
* pyuno_dlopenwrapper: give error message before abort() if dlopen() failsMiklos Vajna2013-04-121-0/+1
* warning C4101: 'e' : unreferenced local variableStephan Bergmann2013-04-091-1/+1
* unbreak windows tinderboxDavid Tardon2013-04-091-1/+1
* move Python tests in-processMichael Stahl2013-04-091-0/+42
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-0711-84/+46
* Remove RTL_CONSTASCII_(U)STRINGPARAM in pyunoChr. Rossmanith2013-03-284-50/+48
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-192-5/+5
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-194-8/+7
* avoid Wundef in cases where the usage seems otherwise okLuboš Luňák2013-03-181-1/+1
* fdo#60724 change spelling error REMOVEABLE -> REMOVABLEKenneth Beck2013-03-061-3/+3
* coverity#983056: Resource leakJulien Nabet2013-03-041-0/+1
* Fix type unkown -> unknownJulien Nabet2013-02-211-1/+1
* Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII...Jean-Noël Rouvignac2013-02-142-10/+8
* Adapt PyUNO getConstantByName to previous TypeDescriptionMgr API CHANGEStephan Bergmann2013-01-301-6/+6
* fdo#59728: Fix encoding of .py files as UTF-8 for Python 3Stephan Bergmann2013-01-231-1/+4
* Check for __GNUC__ instead of GCC in sourcesTor Lillqvist2012-12-271-1/+3
* WaE: Fix needed with MSVS 2010, tooTor Lillqvist2012-12-251-1/+1
* VS2012 WaE: C4211: nonstandard extension used : redefined extern to staticTor Lillqvist2012-12-211-0/+5
* some not important Python3.3 port (pythonloader DEBUG mode)László Németh2012-12-191-3/+3
* i118798 - Fix Pyuno dead-lockAriel Constenla-Haile2012-12-111-8/+8
* Python/pep8: fix E711 (is or is not None instead of = or !=) in pyuno moduleJulien Nabet2012-12-092-6/+6
* 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