Revision tags: AOO340 |
|
0ce050fe | 19-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 |
564d9007 | 17-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 ...
|
89e52773 | 13-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 |
7b6d0d9d | 11-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 ...
|
5c3821d8 | 01-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 ...
|
d912c6c5 | 27-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 ...
|
0a45483e | 26-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 ...
|
9f22d7c2 | 29-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 |
bd8ef897 | 29-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 |
d71964d5 | 29-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 |
5b501c92 | 29-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 |
68a2d320 | 22-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 |
7ee6e2e2 | 22-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 |
b31e36b3 | 22-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 |
752c0af7 | 15-Feb-2012 |
Herbert Dürr |
remove svn:executable properties from make and pack files git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244512 13f79535-47bb-0310-9956-ffa450edef68 |
fce70c9b | 18-Jan-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1232688 13f79535-47bb-0310-9956-ffa450edef68 |
a0428e9e | 18-Jan-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1232682 13f79535-47bb-0310-9956-ffa450edef68 |
5731f97e | 16-Jan-2012 |
Ariel Constenla-Haile |
i118798 - Fix Pyuno dead-lock git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1232123 13f79535-47bb-0310-9956-ffa450edef68 |
67a4c099 | 11-Jan-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1229826 13f79535-47bb-0310-9956-ffa450edef68 |
7871dc3e | 11-Jan-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1229815 13f79535-47bb-0310-9956-ffa450edef68 |
a06f7cca | 30-Nov-2011 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1208546 13f79535-47bb-0310-9956-ffa450edef68 |
707d5dc6 | 30-Nov-2011 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1208259 13f79535-47bb-0310-9956-ffa450edef68 |
bca6f9a9 | 09-Nov-2011 |
Pedro Giffuni |
i118582: OS/2 port - pyuno build patch by Yuri Dario. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1200005 13f79535-47bb-0310-9956-ffa450edef68 |
db6edb48 | 06-Nov-2011 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1198459 13f79535-47bb-0310-9956-ffa450edef68 |
67c7d1c1 | 06-Nov-2011 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1198269 13f79535-47bb-0310-9956-ffa450edef68 |