summaryrefslogtreecommitdiff
path: root/external/python3
AgeCommit message (Expand)AuthorFilesLines
2014-11-03fdo#82430: MSVC build: disable a few more cases of SSE2 in externalsMichael Stahl1-0/+11
2014-10-16MAC_OS_X_VERSION_MIN_REQUIRED is always >= 1080 nowTor Lillqvist1-2/+2
2014-10-02fdo#82430: MSVC build: avoid using SSE2 instructions in some externalsMichael Stahl2-0/+13
2014-09-19Make the patch applyTor Lillqvist1-1/+1
2014-09-19Use correct CFBundleExecutable in the Info.plist for Python.appTor Lillqvist1-0/+11
2014-09-19Use correct CFBundleExecutable for the LibreOfficePython frameworkTor Lillqvist1-0/+11
2014-09-17Bye bye VS2010Tor Lillqvist1-2/+0
2014-09-11For ASAN __cxa_throw interception to work, link python.bin to libstdc++Stephan Bergmann1-0/+1
2014-09-09Make the "Mac-like" or "canonical" app bundle structure always used on OS XTor Lillqvist1-1/+1
2014-08-09VS2013: Override ToolsVersion settingThomas Arnhold1-1/+1
2014-07-29Make python3 build with VS2013Tor Lillqvist2-0/+1221
2014-07-14ExternalProject_python3.mk: MACOSXrbuj1-1/+3
2014-07-11avoid -arch for bundled OpenSSL, Python3, and nss/nspr on OSX@PowerPCDouglas Mencken2-2/+3
2014-07-11VS2013: Adjust python3 to 12.0 vcproj versionDavid Ostrovsky1-3/+5
2014-07-08VS 2013 has round()Tor Lillqvist2-0/+15
2014-06-09python3: stop symlinking directories on WNTMichael Stahl2-19/+17
2014-05-26externals: do not use "v110_xp" when building with MSVC 2012 and SDK 8.0Michael Stahl1-1/+2
2014-05-24fdo#77891 unconditionally disable console streams for WinXPChristian Lohmaier1-8/+26
2014-05-23external/python3: Fix memory leak in configure check codeStephan Bergmann2-0/+20
2014-05-22use $(gb_AWK) instead of awkChristian Lohmaier1-1/+1
2014-05-21upgrade to python-3.3.5Thomas Arnhold5-244/+40
2014-05-19fdo#77891 fix python crash when in GUI mode, target WinXP with VS2012Christian Lohmaier4-1/+164
2014-05-08Make external/python3 play well with -fsanitize=addressStephan Bergmann2-0/+27
2014-04-15python3: remove obsolete MSVC2008 patchesMichael Stahl4-355/+0
2014-03-11normalize values of MINGW_SHARED_GCCLIB/MINGW_SHARED_GXXLIBMichael Stahl1-1/+1
2014-02-27normalize values of CROSS_COMPILINGMichael Stahl1-1/+1
2014-02-22external: Use gb_LTOFLAGS only in LDFLAGS to fix building.Matúš Kukan1-1/+1
2014-02-21Use gb_LTOFLAGS for python3 too.Matúš Kukan1-1/+2
2014-02-12normalize values of SYSTEM_PYTHON, SYSTEM_MYSQL_CPPCONNMichael Stahl1-1/+1
2014-02-12normalize values of SYSTEM_CLUCENE, SYSTEM_EXPAT, SYSTEM_JPEGMichael Stahl1-2/+2
2014-02-12fdo#74825: fix missing lcms2/libxslt/curl in installation setsMichael Stahl1-2/+2
2014-01-15fdo#70796 fix quoted printable encoding bug in internal PythonAndras Timar2-0/+202
2014-01-06fdo#73087: python3: upgrade to version 3.3.3Michael Stahl7-107/+21
2013-11-04fdo#70393: move python3 to a subdir of externalKhaled Hosny22-0/+2469