1. 8750bce bpo-38301: In Solaris family, we must be sure to use '-D_REENTRANT' (GH-16446) (#16449) by Miss Islington (bot) · 4 years, 9 months ago
  2. 97d7ba4 Run autoreconf. (GH-16106) by Miss Islington (bot) · 4 years, 10 months ago
  3. 84eb42e bpo-38110: Use fdwalk for os.closerange() when available. (GH-15224) by Miss Islington (bot) · 4 years, 10 months ago
  4. 12acb5b bpo-34652 again: Remove lchmod from the default AC_CHECK_FUNCS list. (GH-15758) by Miss Islington (bot) · 4 years, 10 months ago
  5. 8399641 bpo-18049: Sync thread stack size to main thread size on macOS (GH-14748) by Miss Islington (bot) · 5 years ago
  6. 2406672 bpo-36044: Reduce number of unit tests run for PGO build (GH-14702) by Miss Islington (bot) · 5 years ago
  7. bd92b94 bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546) by Miss Islington (bot) · 5 years ago
  8. aac4d03 bpo-26826: Expose copy_file_range in the os module (GH-7255) by Pablo Galindo · 5 years ago
  9. bee31ce autoreconf (GH-13651) by Inada Naoki · 5 years ago
  10. 43fdbd2 bpo-26836: Add os.memfd_create() (#13567) by Zackery Spytz · 5 years ago
  11. 02db696 bpo-32941: Add madvise() for mmap objects (GH-6172) by Zackery Spytz · 5 years ago
  12. b1fc417 bpo-21536: Fix configure.ac for LIBPYTHON on Android/Cygwin (GH-13552) by E. M. Bray · 5 years ago
  13. c994c8f bpo-21536: On Cygwin, C extensions must be linked with libpython (GH-13549) by E. M. Bray · 5 years ago
  14. 51aa35e bpo-33164: update blake2 implementation (GH-6286) by David Carlier · 5 years ago
  15. 0a8e572 bpo-36721: Add --embed option to python-config (GH-13500) by Victor Stinner · 5 years ago
  16. f2d7ac7 bpo-31904: Add posix module support for VxWorks (GH-12118) by pxinwr · 5 years ago
  17. d97adfb bpo-36618: Don't add -fmax-type-align=8 flag for clang (GH-13320) by Victor Stinner · 5 years ago
  18. 883dfc6 bpo-34602: Avoid failures setting macOS stack resource limit (GH-13011) by Ned Deily · 5 years ago
  19. 254b309 bpo-21536: On Android, C extensions are linked to libpython (GH-12989) by xdegaye · 5 years ago
  20. 6d13e5b bpo-36722: Don't define ALT_SOABI for Py_TRACE_REFS build (GH-12973) by Victor Stinner · 5 years ago
  21. 5422e3c bpo-36722: Debug build loads libraries built in release mode (GH-12952) by Victor Stinner · 5 years ago
  22. f4e4703 bpo-36465: Make release and debug ABI compatible (GH-12615) by Victor Stinner · 5 years ago
  23. 6c44fde bpo-36707: Remove the "m" flag (pymalloc) from SOABI (GH-12931) by Victor Stinner · 5 years ago
  24. a304b13 bpo-36618: Don't add -fmax-type-align flag to old clang (GH-12811) by Victor Stinner · 5 years ago
  25. 23a683a bpo-36618: Add -fmax-type-align=8 flag for clang (GH-12809) by Victor Stinner · 5 years ago
  26. 9d949f7 bpo-36588: On AIX, remove major version from sys.platform (GH-12787) by Michael Felt · 5 years ago
  27. 21a74a9 bpo-36605: make tags: parse Modules/_io directory (GH-12789) by Victor Stinner · 5 years ago
  28. 32f5fdd bpo-31904: Add cross-build support for VxWorks RTOS (GH-11968) by pxinwr · 5 years ago
  29. b84df2d Run autoreconf. by Benjamin Peterson · 5 years ago
  30. 001fee1 bpo-12822: use monotonic clock for condvar if possible (GH-11723) by Inada Naoki · 5 years ago
  31. 5741c45 bpo-35903: Use autoconfig to probe for shm_open() and shm_unlink(). (#11765) by Neil Schemenauer · 5 years ago
  32. 5c8f537 bpo-35520: Fix build with dtrace support on certain systems. (#11194) by Jakub Kulík · 5 years ago
  33. 92b8322 bpo-35674: Add os.posix_spawnp() (GH-11554) by Joannah Nanjekye · 5 years ago
  34. 387512c bpo-28503: Use crypt_r() when available instead of crypt() (GH-11373) by Gregory P. Smith · 6 years ago
  35. cf10a75 bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) by stratakis · 6 years ago
  36. f92c7aa bpo-35351: Pass link time optimization flags to CFLAGS_NODIST (GH-10797) by stratakis · 6 years ago
  37. 1584a00 bpo-35214: Initial clang MemorySanitizer support (GH-10479) by Gregory P. Smith · 6 years ago
  38. 5ad36f9 bpo-28015: Support LTO build with clang (GH-9908) by serge-sans-paille · 6 years ago
  39. 65ed12c closes bpo-34869: Remove LDLAST. (GH-9667) by Benjamin Peterson · 6 years ago
  40. bb81651 bpo-31425: Expose AF_QIPCRTR in socket module (GH-3706) by Bjorn Andersson · 6 years ago
  41. b3b8cb4 run autoconf (GH-9411) by Benjamin Peterson · 6 years ago
  42. a4414ef Don't run AC_STRUCT_TIMEZONE twice. (GH-9305) by Benjamin Peterson · 6 years ago
  43. ea13740 bpo-34674: Assume unistd.h exists on Unix. (GH-9290) by Benjamin Peterson · 6 years ago
  44. ed709d5 bpo-34652: Remove lchmod from the big func checking block. (GH-9247) by Benjamin Peterson · 6 years ago
  45. 40caa05 closes bpo-34652: Always disable lchmod on Linux. (GH-9234) by Benjamin Peterson · 6 years ago
  46. 865c17f closes bpo-34640: Remove the TANH_PRESERVES_ZERO_SIGN configure check. (GH-9206) by Benjamin Peterson · 6 years ago
  47. 50c99d9 Remove configure check LOG1P_DROPS_ZERO_SIGN. (GH-9193) by Benjamin Peterson · 6 years ago
  48. 23e65b2 bpo-33625: Release GIL for grp.getgr{nam,gid} and pwd.getpw{nam,uid} (GH-7081) by William Grzybowski · 6 years ago
  49. 3738fad bpo-34448: Improve output of usable wchar_t check (GH-8846) by Michael Osipov · 6 years ago
  50. 48ce489 bpo-34412: Make signal.strsignal() work on HP-UX (GH-8786) by Michael Osipov · 6 years ago
  51. 4c85557 bpo-30411: Use --git-dir instead of -C to make git work under version below 1.8.5. (GH-8744) by Xiang Zhang · 6 years ago
  52. 961d54c bpo-32430: Rename Modules/Setup.dist to Modules/Setup (GH-8229) by Antoine Pitrou · 6 years ago
  53. 15c7b2a bpo-34121: Fix detection of C11 atomic support on clang. (GH-8288) by Benjamin Peterson · 6 years ago
  54. b91a3a0 bpo-33648: Remove PY_WARN_ON_C_LOCALE (GH-7114) by Eitan Adler · 6 years ago
  55. 06fe77a bpo-30345: Add -g to LDFLAGS for LTO (GH-7709) by Victor Stinner · 6 years ago
  56. ced0adb bpo-32493: Correct test for uuid_enc_be availability in configure.ac. (GH-7511) (GH-7567) by Ned Deily · 6 years ago
  57. e336484 bpo-5755: Move -Wstrict-prototypes to CFLAGS_NODIST (GH-7395) by INADA Naoki · 6 years ago
  58. 88cc339 Regenerate configure after changing configure.ac in GH-6987. (GH-7344) by Serhiy Storchaka · 6 years ago
  59. 17d8830 bpo-32493: Fix uuid.uuid1() on FreeBSD. (GH-7099) by Serhiy Storchaka · 6 years ago
  60. 03c0d2e closes bpo-33619: Fix libffi detection by regenerating ./configure (GH-7075) by Chih-Hsuan Yen · 6 years ago
  61. 3055c94 closes bpo-33512: use standard for detecting long double (GH-6847) by Eitan Adler · 6 years ago
  62. 5401622 run autoreconf (GH-6850) by Benjamin Peterson · 6 years ago
  63. 9d3627e bpo-33332: Add signal.valid_signals() (GH-6581) by Antoine Pitrou · 6 years ago
  64. ddbe976 bpo-33377: add triplets for mips-r6 and riscv (#6655) by Matthias Klose · 6 years ago
  65. 5489bda Start of 3.8.0a0 by Ned Deily · 6 years ago
  66. 8c9bb72 bpo-32726: macOS installer and framework enhancements and changes for 3.7.0 (GH-5448) by Ned Deily · 6 years ago
  67. 892d66e bpo-31429: Define TLS cipher suite on build time (#3532) by Christian Heimes · 6 years ago
  68. 6c6ddf9 bpo-20104: Expose `posix_spawn` in the os module (GH-5109) by Pablo Galindo · 6 years ago
  69. 4defba3 bpo-31368: Expose preadv and pwritev in the os module (#5239) by Pablo Galindo · 6 years ago
  70. e768c86 bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (#5284) by stratakis · 6 years ago
  71. 872f841 bpo-32593: Run autoconf (#5282) by Victor Stinner · 6 years ago
  72. ff5be6e bpo-32598: Use autoconf to detect usable OpenSSL (#5242) by Christian Heimes · 6 years ago
  73. b4ebaa7 bpo-32493: Not only AIX, but FreeBSD has uuid_create support (#5089) by David Carlier · 6 years ago
  74. 735ae8d bpo-29137: Remove fpectl module (#4789) by Nathaniel J. Smith · 6 years ago
  75. 0d3ccb4 bpo-32399: Starting with AIX6.1 there is support in libc.a for uuid (RFC4122) (#4974) by Michael Felt · 7 years ago
  76. 62ed6be remove the dynload_next.c file (closes bpo-32386) (#4957) by Benjamin Peterson · 7 years ago
  77. c5ae169 bpo-26439 Fix ctypes.util.find_library failure on AIX (#4507) by Michael Felt · 7 years ago
  78. 9d25bd1 Modify configure to link with the compiler driver under HP-UX when not using gcc. (#2519) by Rob Boehne · 7 years ago
  79. 5ce1069 bpo-28762: Revert last commit (now using Android Unified Headers) (GH-4488) by xdegaye · 7 years ago
  80. c06c22e bpo-29040: Support building Android with Unified Headers (GH-4492) by xdegaye · 7 years ago
  81. 5ad7ef8 bpo-28538: Revert all the changes (now using Android Unified Headers) (GH-4479) by xdegaye · 7 years ago
  82. 9e78dc2 Move comments in configure.ac to more appropriate place. (#4371) by Serhiy Storchaka · 7 years ago
  83. 0e163d2 bpo-11063: Use more reliable way to check if uuid function exists (GH-4343) by Berker Peksag · 7 years ago
  84. 9a10ff4 bpo-11063: Add a configure check for uuid_generate_time_safe (GH-4287) by Berker Peksag · 7 years ago
  85. 7e666ee Remove outdated with_threads checks in configure.ac (GH-4294) by Berker Peksag · 7 years ago
  86. 894ebd0 bpo-31919: Fix building the curses module on OpenIndiana. (#4211) by Serhiy Storchaka · 7 years ago
  87. 8bc7d63 bpo-25720: Fix the method for checking pad state of curses WINDOW (#4164) by Masayuki Yamamoto · 7 years ago
  88. baac01e bpo-31891: Fix building the curses module on NetBSD. (#4165) by Serhiy Storchaka · 7 years ago
  89. 24c4d04 drop unused configure check for pthread_atfork (#4046) by Benjamin Peterson · 7 years ago
  90. 14aa00b Allow configure to handle PATH elements with spaces (#3935) by Ned Deily · 7 years ago
  91. 731e189 bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362) by Masayuki Yamamoto · 7 years ago
  92. e14679c closes bpo-31596: Add an interface for pthread_getcpuclockid(3) (#3756) by pdox · 7 years ago
  93. d15108a stop using ranlib (closes bpo-31625) (#3815) by Benjamin Peterson · 7 years ago
  94. 288d1da remove support for BSD/OS (closes bpo-31624) (#3812) by Benjamin Peterson · 7 years ago
  95. b1d1c42 remove configure check for memmove (#3716) by Benjamin Peterson · 7 years ago
  96. 4c81401 bpo-31354: Let configure --with-lto work on all builds by octaviansoldea · 7 years ago
  97. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  98. effc12f bpo-27584: New addition of vSockets to the python socket module (#2489) by caavery · 7 years ago
  99. 75b9618 bpo-31343: Include sys/sysmacros.h (#3318) by Christian Heimes · 7 years ago
  100. 0693063 remove IRIX support (closes bpo-31341) (#3310) by Benjamin Peterson · 7 years ago