1. 4c81401 bpo-31354: Let configure --with-lto work on all builds by octaviansoldea · 7 years ago
  2. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  3. effc12f bpo-27584: New addition of vSockets to the python socket module (#2489) by caavery · 7 years ago
  4. 75b9618 bpo-31343: Include sys/sysmacros.h (#3318) by Christian Heimes · 7 years ago
  5. 0693063 remove IRIX support (closes bpo-31341) (#3310) by Benjamin Peterson · 7 years ago
  6. 14ce158 remove configure.ac support for SGI_ABI (#3294) by Benjamin Peterson · 7 years ago
  7. 5ce1063 remove check for bug last seem in Solaris 9 (#3285) by Benjamin Peterson · 7 years ago
  8. a234485 remove autoconf check for select() (#3283) by Benjamin Peterson · 7 years ago
  9. fc96f1e remove configure check for 'volatile' (#3281) by Benjamin Peterson · 7 years ago
  10. f474c5a bpo-30946: Remove obsolete fallback code in readline module (#2738) by Antoine Pitrou · 7 years ago
  11. 6b42eb1 bpo-29585: Fix sysconfig.get_config_var("PYTHONFRAMEWORK") (GH-2483) by INADA Naoki · 7 years ago
  12. a8f8d5b bpo-29585: optimize site.py startup time (GH-136) by INADA Naoki · 7 years ago
  13. 6ea4186 bpo-28180: Implementation for PEP 538 (#659) by Nick Coghlan · 7 years ago
  14. b4e5fee Clarify what --enable-optimizations does (GH-1847) by Brett Cannon · 7 years ago
  15. ddbfa2c Add --with-assertions configure flag to enable C assertions(#1731) by T. Wouters · 7 years ago
  16. a5c62a8 bpo-23404: make touch becomes make regen-all (#1405) by Victor Stinner · 7 years ago
  17. 9ed34a8 bpo-30232: Regenerate configure (#1396) by Victor Stinner · 7 years ago
  18. 826f83f bpo-30104: Only use -fno-strict-aliasing on dtoa.c (#1340) by Victor Stinner · 7 years ago
  19. 35f3d24 bpo-30104: configure now detects when cc is clang (#1233) by Victor Stinner · 7 years ago
  20. 28205b2 bpo-30104: Use -fno-strict-aliasing on clang (#1221) by Victor Stinner · 7 years ago
  21. 791dc83 remove configure test for inline keyword (#1231) by Benjamin Peterson · 7 years ago
  22. e4f961b improve alignment autoconf test (#1129) by Benjamin Peterson · 7 years ago
  23. 8cea592 bpo-29643: Fix check for --enable-optimizations (GH-129) by Alex Wang · 7 years ago
  24. 8a543c0 `make tags` fixes (GH-717) by Alex Dzyoba · 7 years ago
  25. 554626a bpo-27593: Revise git SCM build info. (#744) by Ned Deily · 7 years ago
  26. 5c4b0d0 bpo-27593: Get SCM build info from git instead of hg. (#446) by Ned Deily · 7 years ago
  27. 193ee0a Prohibit implicit C function declarations by Victor Stinner · 7 years ago
  28. 9971220 Issue #26851: Merge 3.6. by Xavier de Gaye · 8 years ago
  29. 2a352b6 Issue #26851: Set Android compilation and link flags. by Xavier de Gaye · 8 years ago
  30. 507cbb0 Issue #28762: Merge 3.6. by Xavier de Gaye · 8 years ago
  31. bdf0d0f Issue #28762: lockf() is available on Android API level 24, but the by Xavier de Gaye · 8 years ago
  32. a1cb689 Issue #28538: Merge 3.6. by Xavier de Gaye · 8 years ago
  33. 40e320b Issue #28538: On Darwin net/if.h requires that sys/socket.h be included beforehand. by Xavier de Gaye · 8 years ago
  34. 3bfa1ed Issue #28538: Merge 3.6. by Xavier de Gaye · 8 years ago
  35. 7087842 Issue #28538: Fix the compilation error that occurs because if_nameindex() is by Xavier de Gaye · 8 years ago
  36. 38f225d merge 3.6 (#28932) by Benjamin Peterson · 8 years ago
  37. b0eb986 merge 3.5 (#28932) by Benjamin Peterson · 8 years ago
  38. fb2ae15 add a specific configure check for sys/random.h (closes #28932) by Benjamin Peterson · 8 years ago
  39. f191a9e Issue #28190: Merge 3.6. by Xavier de Gaye · 8 years ago
  40. e13c320 Issue #28190: Cross compiling the _curses module does not use anymore by Xavier de Gaye · 8 years ago
  41. 5ca2b10 Issue #28849: Merge 3.6. by Xavier de Gaye · 8 years ago
  42. 32cf1ac Issue #28849: Do not define sys.implementation._multiarch on Android. by Xavier de Gaye · 8 years ago
  43. eae4357 Regenerate configure with autoconf 2.69. by Ned Deily · 8 years ago
  44. 8bb38a7 Regenerate configure with autoconf 2.69. by Ned Deily · 8 years ago
  45. a57890e Issue #10656: Merge AIX build fix from 3.6 by Martin Panter · 8 years ago
  46. e45df0a Issue #10656: Merge AIX build fix from 3.5 by Martin Panter · 8 years ago
  47. fe914c0 Rename the new --with-optimiations flag to --enable-optimizations. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  48. 164eea5 Rename the new --with-optimiations flag to --enable-optimizations. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  49. 1016b2f Rename the new --with-optimiations flag to --enable-optimizations. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  50. 395733d Issue #10656: Fix out-of-tree building on AIX by Martin Panter · 8 years ago
  51. 1d8f755 Issue #28605: Fix the help and What's New entry for --with-optimizations. by Brett Cannon · 8 years ago
  52. d4ef9d3 Merge for issue #28605 by Brett Cannon · 8 years ago
  53. ee22aad regenerate configure with autoconf 2.69 by Ned Deily · 8 years ago
  54. 6a6967e Issue #21085: add configure check for siginfo_t.si_band by Zachary Ware · 8 years ago
  55. ae0fa7e Write configure message to AS_MESSAGE_FD by Christian Heimes · 8 years ago
  56. 938da64 Write configure message to AS_MESSAGE_FD by Christian Heimes · 8 years ago
  57. 637d1e2 merge 3.6 by Benjamin Peterson · 8 years ago
  58. 0c21214 replace usage of Py_VA_COPY with the (C99) standard va_copy by Benjamin Peterson · 8 years ago
  59. f40d4dd Closes #27979: Remove bundled copy of libffi by Zachary Ware · 8 years ago
  60. 40465eb merge 3.6 (#28081) by Benjamin Peterson · 8 years ago
  61. 37098cd more granular configure checks for clock_* functions (closes #28081) by Benjamin Peterson · 8 years ago
  62. 4829bc6 Bump to 3.7.0a0 by Ned Deily · 8 years ago
  63. 11a86ff Issue #28066: Merge srcdir fix from 3.5 by Martin Panter · 8 years ago
  64. c5ee3ca Issue #28066: Fix include search directory logic for out-of-tree builds by Martin Panter · 8 years ago
  65. 92dec54 Issue #28046: get_sysconfigdata_name() uses the _PYTHON_SYSCONFIGDATA_NAME by Xavier de Gaye · 8 years ago
  66. ea80ffb Issue #23545: Turn on extra warnings on GCC. by Serhiy Storchaka · 8 years ago
  67. 81b08a8 Regenerate the configure script. Now it supports --runstatedir option by Serhiy Storchaka · 8 years ago
  68. 050af5d Backed out changeset 8460a729e1de by Benjamin Peterson · 8 years ago
  69. cc1ea5d force gcc to use c99 inline semantics by Benjamin Peterson · 8 years ago
  70. c4b53af Issue #28046: Remove platform-specific directories from sys.path by Zachary Ware · 8 years ago
  71. a785c87 DTrace support: function calls, GC activity, line execution by Łukasz Langa · 8 years ago
  72. 935043d Closes #27976: Deprecate bundled full copy of libffi by Zachary Ware · 8 years ago
  73. 4fd64b9 remove ceval timestamp support by Benjamin Peterson · 8 years ago
  74. 7d895ac remove --with(out)-signal-module, since the signal module is non-optional by Benjamin Peterson · 8 years ago
  75. a845a81 remove unused osx10.5 sdk check by Benjamin Peterson · 8 years ago
  76. 93b2dee compile with -std=c99 instead of -std=gnu99; use kiddie-gloves with bluetooth/bluetooh.h (#28017) by Benjamin Peterson · 8 years ago
  77. ba7224f issue28032: never imply --with-lto as part of --with-optimizations. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  78. 14c7f71 issue28032: never imply --with-lto as part of --with-optimizations. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  79. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  80. 799520c Fixes issue# 27983: Cause lack of llvm-profdata tool when using clang - by Gregory P. Smith · 8 years ago
  81. 8c94f97 Issue #26359: Add the --with-optimizations flag. by Brett Cannon · 8 years ago
  82. 01c340d do not leak addrinfo in configure test by Benjamin Peterson · 8 years ago
  83. 47ff073 more PY_LONG_LONG to long long by Benjamin Peterson · 8 years ago
  84. 7f9eb6e Issue 28017: Use -std=gnu99 to get C99 with GNU extensions for bluetooth.h on big endian. by Christian Heimes · 8 years ago
  85. f3b5bca Fixes Issue #27983: Cause lack of llvm-profdata tool when using clang as by Gregory P. Smith · 8 years ago
  86. d170256 put -std=c99 in CFLAGS_NODIST by Benjamin Peterson · 8 years ago
  87. 7490577 compile with -std=c99 by Benjamin Peterson · 8 years ago
  88. 0d67ed5 permit intermingled declarations by Benjamin Peterson · 8 years ago
  89. a9296e7 require C99 bool by Benjamin Peterson · 8 years ago
  90. 63d98bc Issue #26359: Add the --with-optimizations configure flag. by Brett Cannon · 8 years ago
  91. 0cf2238 merge 3.5 by Benjamin Peterson · 8 years ago
  92. 8482ce4 Issue #21122: Fix LTO builds on OS X. Patch by Brett Cannon. by Ned Deily · 8 years ago
  93. df6ff7b add back SIZEOF_UINTPTR_T by Benjamin Peterson · 8 years ago
  94. b9d9eed require uintptr_t to exist by Benjamin Peterson · 8 years ago
  95. 4fe5510 require standard int types to be defined (#17884) by Benjamin Peterson · 8 years ago
  96. ed4aa83 require a long long data type (closes #27961) by Benjamin Peterson · 8 years ago
  97. dffa394 Issue #27744: Add AF_ALG (Linux Kernel crypto) to socket module. by Christian Heimes · 8 years ago
  98. 5c38cb2 - Issue #27917: Set platform triplets for Android builds. by doko@ubuntu.com · 8 years ago
  99. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  100. 75b1cb1 - Issue #23968, keep platform_triplet and multiarch macros in sync by doko@ubuntu.com · 8 years ago