Final head of the former 3.6 branch
  1. 782854f bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546) (GH-14549) by Miss Islington (bot) · 6 years ago
  2. fbe2a13 bpo-34602: Avoid failures setting macOS stack resource limit (GH-13011) (GH-13014) by Miss Islington (bot) · 6 years ago
  3. a21bedf [3.6] bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) (GH-11265) by Victor Stinner · 7 years ago
  4. cc3e732 3.6.8rc1 by Ned Deily · 7 years ago v3.6.8rc1
  5. f2d2cb1 bpo-35351: Pass link time optimization flags to CFLAGS_NODIST (GH-10797) by Miss Islington (bot) · 7 years ago
  6. f83ee47 bpo-28015: Support LTO build with clang (GH-9908) (GH-10922) by stratakis · 7 years ago
  7. e1b2103 [3.6] bpo-31625: Stop using ranlib (GH-10417) by stratakis · 7 years ago
  8. 3b5b1c0 [3.6] bpo-35214: Initial clang MemorySanitizer support (GH-10479) (GH-10493) by Gregory P. Smith · 7 years ago
  9. f6b9459 [3.6] bpo-31354: Let configure --with-lto work on all builds (GH-10261) by stratakis · 7 years ago
  10. 03d8e7c Don't run AC_STRUCT_TIMEZONE twice. (GH-9305) by Miss Islington (bot) · 7 years ago
  11. 2184fe5 [3.6] bpo-34652: Remove lchmod from the big func checking block. (GH-9250) by Benjamin Peterson · 7 years ago
  12. bdace2e closes bpo-34652: Always disable lchmod on Linux. (GH-9234) by Miss Islington (bot) · 7 years ago
  13. 92970cc bpo-30411: Use --git-dir instead of -C to make git work under version below 1.8.5. (GH-8744) by Miss Islington (bot) · 7 years ago
  14. 8487ef6 [3.6] bpo-34121: Fix detection of C11 atomic support on clang. (GH-8290) by Benjamin Peterson · 7 years ago
  15. 7839288 bpo-30345: Add -g to LDFLAGS for LTO (GH-7709) (GH-7826) by Victor Stinner · 7 years ago
  16. 4ba4ff4 Docs: fix some wrong words (GH-6987) by Mariatta · 7 years ago
  17. d59f97c bpo-5755: Move -Wstrict-prototypes to CFLAGS_NODIST (GH-7395) by INADA Naoki · 7 years ago
  18. 20b797d bpo-33012: Add -Wno-cast-function-type for gcc 8. (GH-6757) by Miss Islington (bot) · 7 years ago
  19. 9455244 bpo-32726: macOS installer changes for 3.6.5 by Ned Deily · 7 years ago
  20. 8e230e1 bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (GH-5284) (#5296) by Miss Islington (bot) · 8 years ago
  21. 29cb50b [3.6] make tags: index also Modules/_ctypes/ (#4648) (#4659) by Victor Stinner · 8 years ago
  22. 2be9a31 bpo-31919: Fix building the curses module on OpenIndiana. (GH-4211) (#4215) by Miss Islington (bot) · 8 years ago
  23. ff6ae4d bpo-25720: Fix the method for checking pad state of curses WINDOW (GH-4164) (#4212) by Miss Islington (bot) · 8 years ago
  24. 5db3208 bpo-31891: Fix building the curses module on NetBSD. (GH-4165) (#4189) by Miss Islington (bot) · 8 years ago
  25. ac360fc Allow configure to handle PATH elements with spaces (#3935) (#3937) by Ned Deily · 8 years ago
  26. 02854da [3.6] bpo-31343: Include sys/sysmacros.h (GH-3318) (#3344) by Christian Heimes · 8 years ago
  27. d24429a [3.6] Clarify what --enable-optimizations does (GH-1847) (GH-2039) by Brett Cannon · 8 years ago
  28. 07a40a1 [3.6] Add --with-assertions configure flag to enable C assertions(GH-1731) (#1739) by T. Wouters · 8 years ago
  29. 9d02f56 [3.6] bpo-23404: make touch becomes make regen-all (#1405) (#1461) by Victor Stinner · 8 years ago
  30. 4dae0d1 [3.6] bpo-30232: Support Git worktree in configure.ac (#1398) by Victor Stinner · 8 years ago
  31. 809101f bpo-30104: Use -fno-strict-aliasing on clang (#1376) by Victor Stinner · 8 years ago
  32. 2e30eb6 improve alignment autoconf test (#1129) (#1139) by Benjamin Peterson · 8 years ago
  33. f01de61 bpo-29643: Fix check for --enable-optimizations (GH-869) by INADA Naoki · 8 years ago
  34. e9213d9 bpo-27593: Revise git SCM build info. (#744) (#745) by Ned Deily · 8 years ago
  35. 95c50e5 [3.6] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454) by Ned Deily · 8 years ago
  36. 2a352b6 Issue #26851: Set Android compilation and link flags. by Xavier de Gaye · 9 years ago
  37. bdf0d0f Issue #28762: lockf() is available on Android API level 24, but the by Xavier de Gaye · 9 years ago
  38. 40e320b Issue #28538: On Darwin net/if.h requires that sys/socket.h be included beforehand. by Xavier de Gaye · 9 years ago
  39. 7087842 Issue #28538: Fix the compilation error that occurs because if_nameindex() is by Xavier de Gaye · 9 years ago
  40. b0eb986 merge 3.5 (#28932) by Benjamin Peterson · 9 years ago
  41. fb2ae15 add a specific configure check for sys/random.h (closes #28932) by Benjamin Peterson · 9 years ago
  42. e13c320 Issue #28190: Cross compiling the _curses module does not use anymore by Xavier de Gaye · 9 years ago
  43. 32cf1ac Issue #28849: Do not define sys.implementation._multiarch on Android. by Xavier de Gaye · 9 years ago
  44. 8bb38a7 Regenerate configure with autoconf 2.69. by Ned Deily · 9 years ago
  45. e45df0a Issue #10656: Merge AIX build fix from 3.5 by Martin Panter · 9 years ago
  46. 164eea5 Rename the new --with-optimiations flag to --enable-optimizations. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  47. 1016b2f Rename the new --with-optimiations flag to --enable-optimizations. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  48. 395733d Issue #10656: Fix out-of-tree building on AIX by Martin Panter · 9 years ago
  49. 1d8f755 Issue #28605: Fix the help and What's New entry for --with-optimizations. by Brett Cannon · 9 years ago
  50. ee22aad regenerate configure with autoconf 2.69 by Ned Deily · 9 years ago
  51. 938da64 Write configure message to AS_MESSAGE_FD by Christian Heimes · 9 years ago
  52. 0c21214 replace usage of Py_VA_COPY with the (C99) standard va_copy by Benjamin Peterson · 9 years ago
  53. 37098cd more granular configure checks for clock_* functions (closes #28081) by Benjamin Peterson · 9 years ago
  54. 11a86ff Issue #28066: Merge srcdir fix from 3.5 by Martin Panter · 9 years ago
  55. c5ee3ca Issue #28066: Fix include search directory logic for out-of-tree builds by Martin Panter · 9 years ago
  56. 92dec54 Issue #28046: get_sysconfigdata_name() uses the _PYTHON_SYSCONFIGDATA_NAME by Xavier de Gaye · 9 years ago
  57. ea80ffb Issue #23545: Turn on extra warnings on GCC. by Serhiy Storchaka · 9 years ago
  58. 81b08a8 Regenerate the configure script. Now it supports --runstatedir option by Serhiy Storchaka · 9 years ago
  59. 050af5d Backed out changeset 8460a729e1de by Benjamin Peterson · 9 years ago
  60. cc1ea5d force gcc to use c99 inline semantics by Benjamin Peterson · 9 years ago
  61. c4b53af Issue #28046: Remove platform-specific directories from sys.path by Zachary Ware · 9 years ago
  62. a785c87 DTrace support: function calls, GC activity, line execution by Łukasz Langa · 9 years ago
  63. 935043d Closes #27976: Deprecate bundled full copy of libffi by Zachary Ware · 9 years ago
  64. 4fd64b9 remove ceval timestamp support by Benjamin Peterson · 9 years ago
  65. 7d895ac remove --with(out)-signal-module, since the signal module is non-optional by Benjamin Peterson · 9 years ago
  66. a845a81 remove unused osx10.5 sdk check by Benjamin Peterson · 9 years ago
  67. 93b2dee compile with -std=c99 instead of -std=gnu99; use kiddie-gloves with bluetooth/bluetooh.h (#28017) by Benjamin Peterson · 9 years ago
  68. ba7224f issue28032: never imply --with-lto as part of --with-optimizations. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  69. 14c7f71 issue28032: never imply --with-lto as part of --with-optimizations. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  70. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 9 years ago
  71. 799520c Fixes issue# 27983: Cause lack of llvm-profdata tool when using clang - by Gregory P. Smith · 9 years ago
  72. 8c94f97 Issue #26359: Add the --with-optimizations flag. by Brett Cannon · 9 years ago
  73. 01c340d do not leak addrinfo in configure test by Benjamin Peterson · 9 years ago
  74. 47ff073 more PY_LONG_LONG to long long by Benjamin Peterson · 9 years ago
  75. 7f9eb6e Issue 28017: Use -std=gnu99 to get C99 with GNU extensions for bluetooth.h on big endian. by Christian Heimes · 9 years ago
  76. f3b5bca Fixes Issue #27983: Cause lack of llvm-profdata tool when using clang as by Gregory P. Smith · 9 years ago
  77. d170256 put -std=c99 in CFLAGS_NODIST by Benjamin Peterson · 9 years ago
  78. 7490577 compile with -std=c99 by Benjamin Peterson · 9 years ago
  79. 0d67ed5 permit intermingled declarations by Benjamin Peterson · 9 years ago
  80. a9296e7 require C99 bool by Benjamin Peterson · 9 years ago
  81. 63d98bc Issue #26359: Add the --with-optimizations configure flag. by Brett Cannon · 9 years ago
  82. 0cf2238 merge 3.5 by Benjamin Peterson · 9 years ago
  83. 8482ce4 Issue #21122: Fix LTO builds on OS X. Patch by Brett Cannon. by Ned Deily · 9 years ago
  84. df6ff7b add back SIZEOF_UINTPTR_T by Benjamin Peterson · 9 years ago
  85. b9d9eed require uintptr_t to exist by Benjamin Peterson · 9 years ago
  86. 4fe5510 require standard int types to be defined (#17884) by Benjamin Peterson · 9 years ago
  87. ed4aa83 require a long long data type (closes #27961) by Benjamin Peterson · 9 years ago
  88. dffa394 Issue #27744: Add AF_ALG (Linux Kernel crypto) to socket module. by Christian Heimes · 9 years ago
  89. 5c38cb2 - Issue #27917: Set platform triplets for Android builds. by doko@ubuntu.com · 9 years ago
  90. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 9 years ago
  91. 75b1cb1 - Issue #23968, keep platform_triplet and multiarch macros in sync by doko@ubuntu.com · 9 years ago
  92. 8c3c52b Issue #25825: Merge $(LIBPL) fix from 3.5 by Martin Panter · 9 years ago
  93. 5de141f Issue #25825: Fix references to $(LIBPL) installation path on AIX by Martin Panter · 9 years ago
  94. 5a44fa1 merge 3.5 (#27670) by Benjamin Peterson · 9 years ago
  95. c2fcbf4 https link to the bug tracker (closes #27670) by Benjamin Peterson · 9 years ago
  96. 0c859f3 Issue #27641: Merge cross-compiling improvement from 3.5 by Martin Panter · 9 years ago
  97. 6074f21 (merge from 3.5) Issue #27453: CPP invocation in configure must use CPPFLAGS. by Xavier de Gaye · 9 years ago
  98. 3a32bdf Issue #27453: CPP invocation in configure must use CPPFLAGS. by Xavier de Gaye · 9 years ago
  99. 43a94a7 Issue #27641: Comment out regeneration rules when cross compiling by Martin Panter · 9 years ago
  100. 4b53359 Issue #27490: Merge pgen cross-compile logic from 3.5 by Martin Panter · 9 years ago