1059 Commits (72e81d00eee685cfe33aaddf2aa9feef2d07591f)

Author SHA1 Message Date
Victor Stinner 193ee0a0e8 Prohibit implicit C function declarations 9 years ago
Xavier de Gaye 2a352b667b Issue #26851: Set Android compilation and link flags. 10 years ago
Xavier de Gaye bdf0d0f039 Issue #28762: lockf() is available on Android API level 24, but the 10 years ago
Xavier de Gaye 40e320b31e Issue #28538: On Darwin net/if.h requires that sys/socket.h be included beforehand. 10 years ago
Xavier de Gaye 708784255e Issue #28538: Fix the compilation error that occurs because if_nameindex() is 10 years ago
Benjamin Peterson fb2ae15c67 add a specific configure check for sys/random.h (closes #28932) 10 years ago
Xavier de Gaye e13c3201fb Issue #28190: Cross compiling the _curses module does not use anymore 10 years ago
Xavier de Gaye 32cf1acda8 Issue #28849: Do not define sys.implementation._multiarch on Android. 10 years ago
Ned Deily 8bb38a79b8 Regenerate configure with autoconf 2.69. 10 years ago
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) 1016b2ff00 Rename the new --with-optimiations flag to --enable-optimizations. 10 years ago
Martin Panter 395733d46b Issue #10656: Fix out-of-tree building on AIX 10 years ago
Brett Cannon 1d8f755e67 Issue #28605: Fix the help and What's New entry for --with-optimizations. 10 years ago
Ned Deily ee22aad963 regenerate configure with autoconf 2.69 10 years ago
Zachary Ware 6a6967e827 Issue #21085: add configure check for siginfo_t.si_band 10 years ago
Christian Heimes 938da643ee Write configure message to AS_MESSAGE_FD 10 years ago
Benjamin Peterson 0c21214f3e replace usage of Py_VA_COPY with the (C99) standard va_copy 10 years ago
Zachary Ware f40d4ddff3 Closes #27979: Remove bundled copy of libffi 10 years ago
Benjamin Peterson 37098cd584 more granular configure checks for clock_* functions (closes #28081) 10 years ago
Ned Deily 4829bc6619 Bump to 3.7.0a0 10 years ago
Martin Panter c5ee3caa80 Issue #28066: Fix include search directory logic for out-of-tree builds 10 years ago
Xavier de Gaye 92dec548ff Issue #28046: get_sysconfigdata_name() uses the _PYTHON_SYSCONFIGDATA_NAME 10 years ago
Serhiy Storchaka ea80ffb851 Issue #23545: Turn on extra warnings on GCC. 10 years ago
Serhiy Storchaka 81b08a8217 Regenerate the configure script. Now it supports --runstatedir option 10 years ago
Benjamin Peterson 050af5d89a Backed out changeset 8460a729e1de 10 years ago
Benjamin Peterson cc1ea5dedc force gcc to use c99 inline semantics 10 years ago
Zachary Ware c4b53afce4 Issue #28046: Remove platform-specific directories from sys.path 10 years ago
Łukasz Langa a785c87d6e DTrace support: function calls, GC activity, line execution 10 years ago
Zachary Ware 935043d1ac Closes #27976: Deprecate bundled full copy of libffi 10 years ago
Benjamin Peterson 4fd64b9a6a remove ceval timestamp support 10 years ago
Benjamin Peterson 7d895ac953 remove --with(out)-signal-module, since the signal module is non-optional 10 years ago
Benjamin Peterson a845a81e42 remove unused osx10.5 sdk check 10 years ago
Benjamin Peterson 93b2dee80e compile with -std=c99 instead of -std=gnu99; use kiddie-gloves with bluetooth/bluetooh.h (#28017) 10 years ago
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) 14c7f71150 issue28032: never imply --with-lto as part of --with-optimizations. 10 years ago
Martin Panter 0be894b2f6 Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 10 years ago
Gregory P. Smith 799520c91e Fixes issue# 27983: Cause lack of llvm-profdata tool when using clang - 10 years ago
Brett Cannon 8c94f97465 Issue #26359: Add the --with-optimizations flag. 10 years ago
Benjamin Peterson 01c340da23 do not leak addrinfo in configure test 10 years ago
Benjamin Peterson 47ff0734b8 more PY_LONG_LONG to long long 10 years ago
Christian Heimes 7f9eb6eda3 Issue 28017: Use -std=gnu99 to get C99 with GNU extensions for bluetooth.h on big endian. 10 years ago
Benjamin Peterson d170256585 put -std=c99 in CFLAGS_NODIST 10 years ago
Benjamin Peterson 7490577f6a compile with -std=c99 10 years ago
Benjamin Peterson 0d67ed54f7 permit intermingled declarations 10 years ago
Benjamin Peterson a9296e7f3b require C99 bool 10 years ago
Brett Cannon 63d98bcd4c Issue #26359: Add the --with-optimizations configure flag. 10 years ago
Ned Deily 8482ce4868 Issue #21122: Fix LTO builds on OS X. 10 years ago
Benjamin Peterson df6ff7bcca add back SIZEOF_UINTPTR_T 10 years ago
Benjamin Peterson b9d9eeda2a require uintptr_t to exist 10 years ago
Benjamin Peterson 4fe55106d1 require standard int types to be defined (#17884) 10 years ago
Benjamin Peterson ed4aa83ff7 require a long long data type (closes #27961) 10 years ago
Christian Heimes dffa3949c7 Issue #27744: Add AF_ALG (Linux Kernel crypto) to socket module. 10 years ago