summaryrefslogtreecommitdiff
path: root/external/python3
AgeCommit message (Collapse)AuthorFilesLines
2014-05-26externals: do not use "v110_xp" when building with MSVC 2012 and SDK 8.0Michael Stahl1-1/+2
Change-Id: I40bc9e4c31e270f29cc145b5d2f3544cad586bf7 (cherry picked from commit 09c0a96eb3ea8d48e99ed50ae7d13d23f70a0c6c)
2014-05-24fdo#77891 unconditionally disable console streams for WinXPChristian Lohmaier1-8/+26
as the functions to check for a valid filehandle don't work according to the documentation. Python in LO-Context is run from GUI anyway, and thus won't have those hooked up. Change-Id: I8bc048463b0dc1a25c1b6ba7422623dda110eddc (cherry picked from commit 788228e4aec06501a0e73193ba85fcdeef7efb69)
2014-05-23use $(gb_AWK) instead of awkChristian Lohmaier1-1/+1
but only where available, revert the change in Output.mk (cherry picked from commit 87c1aa16a95dcff9247ae12a4bb5ea2d866b1772) Change-Id: Ia00d7e52de5edfce09c3a0a8aa4390e3e1582a01
2014-05-21upgrade to python-3.3.5Thomas Arnhold5-244/+40
- remove now obselete patches, which were applied upstream. - Hack to get MacOS to build Change-Id: Id68e78e411efc92a46ea9e180f09c390fe5acb4a Reviewed-on: https://gerrit.libreoffice.org/9311 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-05-19fdo#77891 fix python crash when in GUI mode, target WinXP with VS2012Christian Lohmaier4-1/+164
VS2012 did change return value of fileno function, this results in a crash when run in GUI mode (but not when launching from a shell), as python tries to access the nonexisting stdin/stdout/stderr Also explicitly target Windows XP Change-Id: Ic783713b55453f3c38b2e766a664b7f4678711de
2014-05-08Make external/python3 play well with -fsanitize=addressStephan Bergmann2-0/+27
Change-Id: I72a9ec9569bcd74e212ad98456a76869ac213221
2014-04-15python3: remove obsolete MSVC2008 patchesMichael Stahl4-355/+0
Change-Id: Ie514017dc186fea4c3f2699e92bfe46706eb6413
2014-03-11normalize values of MINGW_SHARED_GCCLIB/MINGW_SHARED_GXXLIBMichael Stahl1-1/+1
Change-Id: I4f4cecd95f87b9d37fa1b1a270cf554d7707aaa2
2014-02-27normalize values of CROSS_COMPILINGMichael Stahl1-1/+1
Change-Id: I0cc43cef91e3fcd82a3558a16ab0afbd4d56b141
2014-02-22external: Use gb_LTOFLAGS only in LDFLAGS to fix building.Matúš Kukan1-1/+1
liborcus was not building for me with -flto in CFLAGS, I would have to fix ar somehow. -flto in LDFLAGS is just to fix the build if the external library does use another library built by us with -flto: does happen for liborcus and python3. It's not like we would use -flto for external libraries consistently anyway, the only exception is icu: no idea why we build with -flto there. Change-Id: Ia54d619674b8999ce5e4b920ba77b1587c9cf48d
2014-02-21Use gb_LTOFLAGS for python3 too.Matúš Kukan1-1/+2
Change-Id: Ida2dee3b66dd7fbc7942d47a13ce38dda82db866
2014-02-12normalize values of SYSTEM_PYTHON, SYSTEM_MYSQL_CPPCONNMichael Stahl1-1/+1
Change-Id: I8932febdd39c35f23fb3a89703b69e25302f5678
2014-02-12normalize values of SYSTEM_CLUCENE, SYSTEM_EXPAT, SYSTEM_JPEGMichael Stahl1-2/+2
Change-Id: I343dae79b01e1369722c7bbd1ab2c36e2bfa96ac
2014-02-12fdo#74825: fix missing lcms2/libxslt/curl in installation setsMichael Stahl1-2/+2
The assumption that all configure variables had been normalized to TRUE/<empty> turned out not to hold; convert a bit more in that direction. (regression from 4af38b099c741c3676aefeb20c515913aaeed666) Change-Id: I2127c515e8a833a07c9b26ed9d693ce5a1853fe4
2014-01-15fdo#70796 fix quoted printable encoding bug in internal PythonAndras Timar2-0/+202
Change-Id: I4e5563c47df83c50df75ccf330fbd38ec6da9170
2014-01-06fdo#73087: python3: upgrade to version 3.3.3Michael Stahl7-107/+21
- drop obsolete/upstreamed patches: python-3.3.0-ffi-clang.patch.1 python-3.3.0-15833.patch.1 one hunk of python-3.3.0-aix.patch.1 in fficonfig.py.in Change-Id: I12f0f78a172067986b63455847015ea2430a084c Reviewed-on: https://gerrit.libreoffice.org/7278 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2013-11-04fdo#70393: move python3 to a subdir of externalKhaled Hosny22-0/+2469
Change-Id: Ic5796f096255d2d84e39415324e8a2e06bcf09c9 Reviewed-on: https://gerrit.libreoffice.org/6550 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>