History log of /aoo41x/main/pyuno/ (Results 1 - 25 of 37)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2
b977c68311-Jan-2020 mseidel

Fixed typos

(cherry picked from commit 7c5cbfde20e595d678c73935a8f75203773bea47)

Revision tags: AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413, AOO4121, AOO412, SNAPSHOT, AOO411, AOO410, AOO410_Beta
24c56ab928-Nov-2013 Herbert Dürr

#i123068# remove implicit conversions from rtl strings to their elements

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1546390 13f79535-47bb-0310-9956-ffa450edef68

Revision tags: AOO401
9813d80929-Aug-2013 Jürgen Schmidt

#122864# merge fix from AOO401 branch

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1518604 13f79535-47bb-0310-9956-ffa450edef68

Revision tags: AOO400
fef8234012-Jul-2013 Herbert Dürr

#i120788# remove unused members from PyUNO_callable_Internals

Patch by: Tsutomu Uchino <hanya.runo@gmail.com>


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1502

#i120788# remove unused members from PyUNO_callable_Internals

Patch by: Tsutomu Uchino <hanya.runo@gmail.com>


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1502489 13f79535-47bb-0310-9956-ffa450edef68

show more ...

28b6730507-Jun-2013 Jürgen Schmidt

#122478# further cleanup for 3layer changes

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1490610 13f79535-47bb-0310-9956-ffa450edef68

a3c1aa2b27-May-2013 Herbert Dürr

#i122378# filter symbols from win's native tr1 from reexport


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1486651 13f79535-47bb-0310-9956-ffa450edef68

fd44edf326-Apr-2013 Herbert Dürr

include the vector header directly which used be included indirectly in stlport<=4

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1476215 13f79535-47bb-0310-9956-ffa450edef68

de4897e702-Jan-2013 Armin Le Grand

#121496# non-const char ptr needed, see task

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1427802 13f79535-47bb-0310-9956-ffa450edef68

77dc414918-Dec-2012 Pedro Giffuni

i121296 - Python3 support for pyuno.

Add support to pyuno so that it will build with and support modern versions
of the system Python.

This is a huge step forward for developers

i121296 - Python3 support for pyuno.

Add support to pyuno so that it will build with and support modern versions
of the system Python.

This is a huge step forward for developers and users of operating systems
that are in the process of migrating to Python 3.x.

Author: hanya


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1423272 13f79535-47bb-0310-9956-ffa450edef68

show more ...

162b3dbe15-Dec-2012 Pedro Giffuni

Partial revert of r1419529.

The builtin hack was incorrect.

Reported by : hanya


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1422299 13f79535-47bb-031

Partial revert of r1419529.

The builtin hack was incorrect.

Reported by : hanya


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1422299 13f79535-47bb-0310-9956-ffa450edef68

show more ...

1574514710-Dec-2012 Pedro Giffuni

Python3: Add some more python 2to3 compatibility and cleanups.

Partially inspired by hanya's work.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1419529 13f7953

Python3: Add some more python 2to3 compatibility and cleanups.

Partially inspired by hanya's work.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1419529 13f79535-47bb-0310-9956-ffa450edef68

show more ...

Revision tags: AOO340
0ce050fe19-Oct-2012 Pedro Giffuni

Python 3 unified PyInt and PyLong.

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1399964 13f79535-47bb-0310-9956-ffa450edef68

564d900717-Oct-2012 Pedro Giffuni

pyuno: obsolete PyString_* in favor of PyBytes_*

Python3 removed the PyString functions and replaced them with PyBytes.

To aid portability Python version 2.6 and upper support PyByt

pyuno: obsolete PyString_* in favor of PyBytes_*

Python3 removed the PyString functions and replaced them with PyBytes.

To aid portability Python version 2.6 and upper support PyBytes and
we are adding some compatibility defines for older versions so no
problems are expected from this change.

Reference: http://docs.python.org/c-api/string.html


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1399089 13f79535-47bb-0310-9956-ffa450edef68

show more ...

89e5277313-Aug-2012 Pedro Giffuni

Move old Python compatibility to a better place.

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1372535 13f79535-47bb-0310-9956-ffa450edef68

7b6d0d9d11-Aug-2012 Pedro Giffuni

Add compatibility of older versions of Python. Reported by Pavel Janik on Mac OS X 10.6.8.

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1371957 13f79535-47bb-0310-9956-ff

Add compatibility of older versions of Python. Reported by Pavel Janik on Mac OS X 10.6.8.

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1371957 13f79535-47bb-0310-9956-ffa450edef68

show more ...

5c3821d801-Aug-2012 Pedro Giffuni

pyuno: Replace PyObject_HEAD_INIT with PyVarObject_HEAD_INIT and add some initial Python3 safeguards.

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1367858 13f79535-47bb-0

pyuno: Replace PyObject_HEAD_INIT with PyVarObject_HEAD_INIT and add some initial Python3 safeguards.

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1367858 13f79535-47bb-0310-9956-ffa450edef68

show more ...

d912c6c527-Jul-2012 Pedro Giffuni

Improve portability of pyuno python scripts.

Proper indentation is critical in Python: the
reindent.py script made some cleanups.

Running the 2to3 script with specific options t

Improve portability of pyuno python scripts.

Proper indentation is critical in Python: the
reindent.py script made some cleanups.

Running the 2to3 script with specific options to
disabling the next, unicode, and imports fixers
further enhance portability.

pyuno is not yet Python 3 ready but these
semiautomatic changes make things much easier.


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1366479 13f79535-47bb-0310-9956-ffa450edef68

show more ...

0a45483e26-Jul-2012 Pedro Giffuni

i119384 - Python update to version 2.7.3

This is the last 2.x version released: it includes many bug
fixes and also supports some backward compatible features
from the 3.1 series. Mo

i119384 - Python update to version 2.7.3

This is the last 2.x version released: it includes many bug
fixes and also supports some backward compatible features
from the 3.1 series. More information is available here:
http://www.python.org/download/releases/2.7.3/

In order to reduce conflicts the patches were reorganized:
the FreeBSD patches are in their own patch now. The SSL
patches were split in three parts: -md5, -ssl and a
Windows-specific component that was merged along with
-security-flags into -pcbuild.

Patch by: Hanya Runo and pfg@


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1366182 13f79535-47bb-0310-9956-ffa450edef68

show more ...

9f22d7c229-Mar-2012 Andrew Rist

Update headers to Alv2 headers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1307005 13f79535-47bb-0310-9956-ffa450edef68

bd8ef89729-Mar-2012 Andrew Rist

Update headers to Alv2 headers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1307004 13f79535-47bb-0310-9956-ffa450edef68

d71964d529-Mar-2012 Andrew Rist

Update headers to Alv2 headers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1306679 13f79535-47bb-0310-9956-ffa450edef68

5b501c9229-Mar-2012 Andrew Rist

Update headers to Alv2 headers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1306677 13f79535-47bb-0310-9956-ffa450edef68

68a2d32022-Mar-2012 Andrew Rist

Update headers to Alv2 headers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1304141 13f79535-47bb-0310-9956-ffa450edef68

7ee6e2e222-Mar-2012 Andrew Rist

Update headers to Alv2 headers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1304124 13f79535-47bb-0310-9956-ffa450edef68

b31e36b322-Feb-2012 Andrew Rist

Update headers to Alv2 headers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1292501 13f79535-47bb-0310-9956-ffa450edef68

12