1. 0395869 Run autoreconf. by Benjamin Peterson · 5 years ago
  2. a144fee bpo-28503: Use crypt_r() when available instead of crypt() (GH-11373) (GH-11376) by Miss Islington (bot) · 5 years ago
  3. 0198f52 bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) (GH-11264) by Victor Stinner · 5 years ago
  4. 1751423 bpo-35351: Pass link time optimization flags to CFLAGS_NODIST (GH-10797) by Miss Islington (bot) · 6 years ago
  5. 5f4d05d [3.7] bpo-35214: Initial clang MemorySanitizer support (GH-10479) (GH-10492) by Gregory P. Smith · 6 years ago
  6. 69a3f15 bpo-28015: Support LTO build with clang (GH-9908) by Miss Islington (bot) · 6 years ago
  7. c974051 Don't run AC_STRUCT_TIMEZONE twice. (GH-9305) by Miss Islington (bot) · 6 years ago
  8. 35c94c7 bpo-34652: Remove lchmod from the big func checking block. (GH-9247) by Miss Islington (bot) · 6 years ago
  9. 98344a4 closes bpo-34652: Always disable lchmod on Linux. (GH-9234) by Miss Islington (bot) · 6 years ago
  10. 4973f76 bpo-34448: Improve output of usable wchar_t check (GH-8846) by Miss Islington (bot) · 6 years ago
  11. 2011dd7 bpo-30411: Use --git-dir instead of -C to make git work under version below 1.8.5. (GH-8744) by Miss Islington (bot) · 6 years ago
  12. 3fc12f0 bpo-34121: Fix detection of C11 atomic support on clang. (GH-8288) by Miss Islington (bot) · 6 years ago
  13. 020f5ab bpo-33648: Remove PY_WARN_ON_C_LOCALE (GH-7114) by Miss Islington (bot) · 6 years ago
  14. 1bb9dd3 bpo-30345: Add -g to LDFLAGS for LTO (GH-7709) (GH-7824) by Miss Islington (bot) · 6 years ago
  15. 20cd5c6 bpo-32493: Correct test for uuid_enc_be availability in configure.ac. (GH-7511) by Michael Felt · 6 years ago
  16. d6e789c bpo-5755: Move -Wstrict-prototypes to CFLAGS_NODIST (GH-7395) by Miss Islington (bot) · 6 years ago
  17. 1d3395f Regenerate configure after changing configure.ac in GH-6987. (GH-7344) (GH-7382) by Miss Islington (bot) · 6 years ago
  18. ef91dde bpo-33012: Add -Wno-cast-function-type for gcc 8. (GH-6757) by Serhiy Storchaka · 6 years ago
  19. 5734f41 bpo-32493: Fix uuid.uuid1() on FreeBSD. (GH-7099) by Miss Islington (bot) · 6 years ago
  20. eb96c37 3.7.0b4 by Ned Deily · 6 years ago
  21. 0596f31 bpo-33377: add triplets for mips-r6 and riscv (GH-6655) (GH-6660) by Miss Islington (bot) · 6 years ago
  22. 8c9bb72 bpo-32726: macOS installer and framework enhancements and changes for 3.7.0 (GH-5448) by Ned Deily · 6 years ago
  23. 892d66e bpo-31429: Define TLS cipher suite on build time (#3532) by Christian Heimes · 6 years ago
  24. 6c6ddf9 bpo-20104: Expose `posix_spawn` in the os module (GH-5109) by Pablo Galindo · 6 years ago
  25. 4defba3 bpo-31368: Expose preadv and pwritev in the os module (#5239) by Pablo Galindo · 6 years ago
  26. e768c86 bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (#5284) by stratakis · 6 years ago
  27. 872f841 bpo-32593: Run autoconf (#5282) by Victor Stinner · 6 years ago
  28. ff5be6e bpo-32598: Use autoconf to detect usable OpenSSL (#5242) by Christian Heimes · 6 years ago
  29. b4ebaa7 bpo-32493: Not only AIX, but FreeBSD has uuid_create support (#5089) by David Carlier · 6 years ago
  30. 735ae8d bpo-29137: Remove fpectl module (#4789) by Nathaniel J. Smith · 6 years ago
  31. 0d3ccb4 bpo-32399: Starting with AIX6.1 there is support in libc.a for uuid (RFC4122) (#4974) by Michael Felt · 6 years ago
  32. 62ed6be remove the dynload_next.c file (closes bpo-32386) (#4957) by Benjamin Peterson · 6 years ago
  33. c5ae169 bpo-26439 Fix ctypes.util.find_library failure on AIX (#4507) by Michael Felt · 6 years ago
  34. 9d25bd1 Modify configure to link with the compiler driver under HP-UX when not using gcc. (#2519) by Rob Boehne · 7 years ago
  35. 5ce1069 bpo-28762: Revert last commit (now using Android Unified Headers) (GH-4488) by xdegaye · 7 years ago
  36. c06c22e bpo-29040: Support building Android with Unified Headers (GH-4492) by xdegaye · 7 years ago
  37. 5ad7ef8 bpo-28538: Revert all the changes (now using Android Unified Headers) (GH-4479) by xdegaye · 7 years ago
  38. 9e78dc2 Move comments in configure.ac to more appropriate place. (#4371) by Serhiy Storchaka · 7 years ago
  39. 0e163d2 bpo-11063: Use more reliable way to check if uuid function exists (GH-4343) by Berker Peksag · 7 years ago
  40. 9a10ff4 bpo-11063: Add a configure check for uuid_generate_time_safe (GH-4287) by Berker Peksag · 7 years ago
  41. 7e666ee Remove outdated with_threads checks in configure.ac (GH-4294) by Berker Peksag · 7 years ago
  42. 894ebd0 bpo-31919: Fix building the curses module on OpenIndiana. (#4211) by Serhiy Storchaka · 7 years ago
  43. 8bc7d63 bpo-25720: Fix the method for checking pad state of curses WINDOW (#4164) by Masayuki Yamamoto · 7 years ago
  44. baac01e bpo-31891: Fix building the curses module on NetBSD. (#4165) by Serhiy Storchaka · 7 years ago
  45. 24c4d04 drop unused configure check for pthread_atfork (#4046) by Benjamin Peterson · 7 years ago
  46. 14aa00b Allow configure to handle PATH elements with spaces (#3935) by Ned Deily · 7 years ago
  47. 731e189 bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362) by Masayuki Yamamoto · 7 years ago
  48. e14679c closes bpo-31596: Add an interface for pthread_getcpuclockid(3) (#3756) by pdox · 7 years ago
  49. d15108a stop using ranlib (closes bpo-31625) (#3815) by Benjamin Peterson · 7 years ago
  50. 288d1da remove support for BSD/OS (closes bpo-31624) (#3812) by Benjamin Peterson · 7 years ago
  51. b1d1c42 remove configure check for memmove (#3716) by Benjamin Peterson · 7 years ago
  52. 4c81401 bpo-31354: Let configure --with-lto work on all builds by octaviansoldea · 7 years ago
  53. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  54. effc12f bpo-27584: New addition of vSockets to the python socket module (#2489) by caavery · 7 years ago
  55. 75b9618 bpo-31343: Include sys/sysmacros.h (#3318) by Christian Heimes · 7 years ago
  56. 0693063 remove IRIX support (closes bpo-31341) (#3310) by Benjamin Peterson · 7 years ago
  57. 14ce158 remove configure.ac support for SGI_ABI (#3294) by Benjamin Peterson · 7 years ago
  58. 5ce1063 remove check for bug last seem in Solaris 9 (#3285) by Benjamin Peterson · 7 years ago
  59. a234485 remove autoconf check for select() (#3283) by Benjamin Peterson · 7 years ago
  60. fc96f1e remove configure check for 'volatile' (#3281) by Benjamin Peterson · 7 years ago
  61. f474c5a bpo-30946: Remove obsolete fallback code in readline module (#2738) by Antoine Pitrou · 7 years ago
  62. 6b42eb1 bpo-29585: Fix sysconfig.get_config_var("PYTHONFRAMEWORK") (GH-2483) by INADA Naoki · 7 years ago
  63. a8f8d5b bpo-29585: optimize site.py startup time (GH-136) by INADA Naoki · 7 years ago
  64. 6ea4186 bpo-28180: Implementation for PEP 538 (#659) by Nick Coghlan · 7 years ago
  65. b4e5fee Clarify what --enable-optimizations does (GH-1847) by Brett Cannon · 7 years ago
  66. ddbfa2c Add --with-assertions configure flag to enable C assertions(#1731) by T. Wouters · 7 years ago
  67. a5c62a8 bpo-23404: make touch becomes make regen-all (#1405) by Victor Stinner · 7 years ago
  68. 9ed34a8 bpo-30232: Regenerate configure (#1396) by Victor Stinner · 7 years ago
  69. 826f83f bpo-30104: Only use -fno-strict-aliasing on dtoa.c (#1340) by Victor Stinner · 7 years ago
  70. 35f3d24 bpo-30104: configure now detects when cc is clang (#1233) by Victor Stinner · 7 years ago
  71. 28205b2 bpo-30104: Use -fno-strict-aliasing on clang (#1221) by Victor Stinner · 7 years ago
  72. 791dc83 remove configure test for inline keyword (#1231) by Benjamin Peterson · 7 years ago
  73. e4f961b improve alignment autoconf test (#1129) by Benjamin Peterson · 7 years ago
  74. 8cea592 bpo-29643: Fix check for --enable-optimizations (GH-129) by Alex Wang · 7 years ago
  75. 8a543c0 `make tags` fixes (GH-717) by Alex Dzyoba · 7 years ago
  76. 554626a bpo-27593: Revise git SCM build info. (#744) by Ned Deily · 7 years ago
  77. 5c4b0d0 bpo-27593: Get SCM build info from git instead of hg. (#446) by Ned Deily · 7 years ago
  78. 193ee0a Prohibit implicit C function declarations by Victor Stinner · 7 years ago
  79. 9971220 Issue #26851: Merge 3.6. by Xavier de Gaye · 7 years ago
  80. 2a352b6 Issue #26851: Set Android compilation and link flags. by Xavier de Gaye · 7 years ago
  81. 507cbb0 Issue #28762: Merge 3.6. by Xavier de Gaye · 7 years ago
  82. bdf0d0f Issue #28762: lockf() is available on Android API level 24, but the by Xavier de Gaye · 7 years ago
  83. a1cb689 Issue #28538: Merge 3.6. by Xavier de Gaye · 7 years ago
  84. 40e320b Issue #28538: On Darwin net/if.h requires that sys/socket.h be included beforehand. by Xavier de Gaye · 7 years ago
  85. 3bfa1ed Issue #28538: Merge 3.6. by Xavier de Gaye · 7 years ago
  86. 7087842 Issue #28538: Fix the compilation error that occurs because if_nameindex() is by Xavier de Gaye · 7 years ago
  87. 38f225d merge 3.6 (#28932) by Benjamin Peterson · 7 years ago
  88. b0eb986 merge 3.5 (#28932) by Benjamin Peterson · 7 years ago
  89. fb2ae15 add a specific configure check for sys/random.h (closes #28932) by Benjamin Peterson · 7 years ago
  90. f191a9e Issue #28190: Merge 3.6. by Xavier de Gaye · 8 years ago
  91. e13c320 Issue #28190: Cross compiling the _curses module does not use anymore by Xavier de Gaye · 8 years ago
  92. 5ca2b10 Issue #28849: Merge 3.6. by Xavier de Gaye · 8 years ago
  93. 32cf1ac Issue #28849: Do not define sys.implementation._multiarch on Android. by Xavier de Gaye · 8 years ago
  94. eae4357 Regenerate configure with autoconf 2.69. by Ned Deily · 8 years ago
  95. 8bb38a7 Regenerate configure with autoconf 2.69. by Ned Deily · 8 years ago
  96. a57890e Issue #10656: Merge AIX build fix from 3.6 by Martin Panter · 8 years ago
  97. e45df0a Issue #10656: Merge AIX build fix from 3.5 by Martin Panter · 8 years ago
  98. fe914c0 Rename the new --with-optimiations flag to --enable-optimizations. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  99. 164eea5 Rename the new --with-optimiations flag to --enable-optimizations. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  100. 1016b2f Rename the new --with-optimiations flag to --enable-optimizations. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago