summaryrefslogtreecommitdiffstats
path: root/external/python3
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up patchStephan Bergmann2016-12-161-21/+19
* fix build of bundled python3 with bundled zlibDavid Tardon2016-11-042-0/+10
* cond. build is already handled in Module_external.mkDavid Tardon2016-10-231-2/+0
* python3: put a RPATH into libpython3.soMichael Stahl2016-09-214-9/+19
* external/python3: Fix building against external/zlibStephan Bergmann2016-09-163-0/+53
* Don't use functions introduced in 10.12 when building to run on olderTor Lillqvist2016-08-041-0/+6
* Break gb_DEBUGINFO_FLAGS out of gb_DEBUG_CFLAGSStephan Bergmann2016-07-111-1/+1
* python3: override LINKCC properly, it needs -pthreadMichael Stahl2016-07-011-1/+1
* remove executable bit from .mk filesMichael Stahl2016-07-011-0/+0
* uitest: we will need the python unittest moduleMarkus Mohrhard2016-06-221-0/+11
* Fix python packaging on MSVC 14.0, 32bitDavid Ostrovsky2016-02-231-0/+2
* python3: drop obsolete patch, cannot build 3.5 with MSVC 2013Michael Stahl2016-02-222-15/+0
* WaE vs2015 double defineNorbert Thiebaud2016-02-221-1/+1
* configure: hard-code /usr/bin/{sort,find} for CygwinMichael Stahl2016-01-071-1/+1
* Fix patch file attributesStephan Bergmann2015-12-011-0/+0
* Fix Python 3.5 sizeof(PyGC_Head) for UBSanStephan Bergmann2015-10-271-0/+11
* Fix python3 on MSVC 14.0David Ostrovsky2015-10-271-0/+2
* Adapt patchStephan Bergmann2015-10-261-4/+4
* Python3.5: Remove external dependencies: readline and lzmaDavid Ostrovsky2015-10-251-2/+0
* Bump python to 3.5David Ostrovsky2015-10-2514-408/+306
* ubsan failure on bootstrapping crashtestingCaolán McNamara2015-10-221-0/+15
* externals: remove various obsolete MSVC2012 specific flagsMichael Stahl2015-09-091-2/+0
* Allow building Python on Mac with GNU xargsKhaled Hosny2015-06-082-0/+13
* external/python3: -fsanitize=nonnull-attributeStephan Bergmann2015-06-021-0/+11
* external/python3: -fsanitize=nonnull-attributeStephan Bergmann2015-06-021-0/+9
* tdf#82968: python3: fix stdio detection on WNT harderMichael Stahl2015-05-091-52/+35
* Clang -fsanitize=vptr: ensure __ubsan_vptr_type_cache in python.binStephan Bergmann2015-02-231-1/+1
* pyhon: add lib-dynload libs to fixinstallnames (OS X)Robert Antoni Buj i Gelonch2015-02-021-0/+4
* external/python3: Work around -fsanitize=alignmentStephan Bergmann2015-01-131-0/+22
* Fix Python build in debug mode on x86_64 platform on windowsDavid Ostrovsky2015-01-111-0/+40
* external/python3: Work around -fsanitize=boundsStephan Bergmann2015-01-062-0/+23
* fdo#82430: MSVC build: disable a few more cases of SSE2 in externalsMichael Stahl2014-11-031-0/+11
* MAC_OS_X_VERSION_MIN_REQUIRED is always >= 1080 nowTor Lillqvist2014-10-161-2/+2
* fdo#82430: MSVC build: avoid using SSE2 instructions in some externalsMichael Stahl2014-10-022-0/+13
* Make the patch applyTor Lillqvist2014-09-191-1/+1
* Use correct CFBundleExecutable in the Info.plist for Python.appTor Lillqvist2014-09-191-0/+11
* Use correct CFBundleExecutable for the LibreOfficePython frameworkTor Lillqvist2014-09-191-0/+11
* Bye bye VS2010Tor Lillqvist2014-09-171-2/+0
* For ASAN __cxa_throw interception to work, link python.bin to libstdc++Stephan Bergmann2014-09-111-0/+1
* Make the "Mac-like" or "canonical" app bundle structure always used on OS XTor Lillqvist2014-09-091-1/+1
* VS2013: Override ToolsVersion settingThomas Arnhold2014-08-091-1/+1
* Make python3 build with VS2013Tor Lillqvist2014-07-292-0/+1221
* ExternalProject_python3.mk: MACOSXrbuj2014-07-141-1/+3
* avoid -arch for bundled OpenSSL, Python3, and nss/nspr on OSX@PowerPCDouglas Mencken2014-07-112-2/+3
* VS2013: Adjust python3 to 12.0 vcproj versionDavid Ostrovsky2014-07-111-3/+5
* VS 2013 has round()Tor Lillqvist2014-07-082-0/+15
* python3: stop symlinking directories on WNTMichael Stahl2014-06-092-19/+17
* externals: do not use "v110_xp" when building with MSVC 2012 and SDK 8.0Michael Stahl2014-05-261-1/+2
* fdo#77891 unconditionally disable console streams for WinXPChristian Lohmaier2014-05-241-8/+26
* external/python3: Fix memory leak in configure check codeStephan Bergmann2014-05-232-0/+20