summaryrefslogtreecommitdiffstats
path: root/pyuno/source
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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