1. 75e59a9 bpo-42856: Add --with-wheel-pkg-dir=PATH configure option (GH-24210) by Victor Stinner · 3 years, 6 months ago
  2. 0f66498 bpo-42874: Remove grep -qE options for Solaris 10 compatibility (GH-24200) by Paul Ganssle · 3 years, 6 months ago
  3. 277ce30 bpo-27640: Add --disable-test-modules configure option (GH-23886) by pxinwr · 3 years, 6 months ago
  4. 52a327c bpo-39465: Add pycore_atomic_funcs.h header (GH-20766) by Victor Stinner · 3 years, 7 months ago
  5. a44ce6c bpo-42604: always set EXT_SUFFIX=${SOABI}${SHLIB_SUFFIX} when using configure (GH-23708) by Matti Picus · 3 years, 7 months ago
  6. c117426 bpo-31904: Enable libpython3.so shared library for VxWorks (GH-23741) by pxinwr · 3 years, 7 months ago
  7. 674fa0a bpo-42598: Fix implicit function declarations in configure (GH-23690) by Joshua Root · 3 years, 7 months ago
  8. 0f20bd9 bpo-38443: Check that the specified universal architectures work (GH-22910) by Ronald Oussoren · 3 years, 8 months ago
  9. a57b3d3 bpo-41625: Expose the splice() system call in the os module (GH-21947) by Pablo Galindo · 3 years, 8 months ago
  10. c79667f bpo-42087: Remove support for AIX 5.3 and below (GH-22830) by Kevin Adler · 3 years, 8 months ago
  11. cd9fed6 bpo-41001: Add os.eventfd() (#20930) by Christian Heimes · 3 years, 8 months ago
  12. 4176193 bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) by Ronald Oussoren · 3 years, 8 months ago
  13. 976da90 bpo-35823: subprocess: Use vfork() instead of fork() on Linux when safe (GH-11671) by Alexey Izbyshev · 3 years, 9 months ago
  14. c6d7e82 bpo-38980: Only apply -fno-semantic-interposition if available (GH-22892) by Petr Viktorin · 3 years, 9 months ago
  15. b451b0e bpo-38980: Add -fno-semantic-interposition when building with optimizations (GH-22862) by Pablo Galindo · 3 years, 9 months ago
  16. 1dd6d95 closes bpo-42030: Remove legacy AIX dynload support (GH-22717) by Kevin Adler · 3 years, 9 months ago
  17. 1800c60 bpo-40423: Optimization: use close_range(2) if available (GH-22651) by Kyle Evans · 3 years, 9 months ago
  18. 84a7917 bpo-41721: Add xlc options (GH-22096) by Stefan Krah · 3 years, 10 months ago
  19. e6dcd37 bpo-19521: Fix parallel build race condition on AIX (GH-21997) by Stefan Krah · 3 years, 10 months ago
  20. 5798f78 bpo-41340: Removed fallback implementation for strdup (GH-21634) by wasiher · 4 years ago
  21. 8ea6353 BPO-41100: Support macOS 11 when building (GH-21113) by Ronald Oussoren · 4 years ago
  22. 314858e bpo-40939: Remove the old parser (Part 2) (GH-21005) by Lysandros Nikolaou · 4 years, 1 month ago
  23. 1ed83ad bpo-40939: Remove the old parser (GH-20768) by Pablo Galindo · 4 years, 1 month ago
  24. 51ae31e bpo-40684: Fix make install for platlibdir=lib64 (GH-20736) by Victor Stinner · 4 years, 1 month ago
  25. d4fe098 Python 3.10.0a0 (GH-20198) by Pablo Galindo · 4 years, 2 months ago
  26. 951ab58 Revert "bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176)" (GH-20182) by Ned Deily · 4 years, 2 months ago
  27. 0da5466 bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176) by Ned Deily · 4 years, 2 months ago
  28. 62972d9 bpo-40503: PEP 615: Tests and implementation for zoneinfo (GH-19909) by Paul Ganssle · 4 years, 2 months ago
  29. 9b60e55 bpo-40637: Add option to disable builtin hashes (GH-20121) by Christian Heimes · 4 years, 2 months ago
  30. c5fa364 bpo-40514: Add --with-experimental-isolated-subinterpreters (GH-19926) by Victor Stinner · 4 years, 2 months ago
  31. 360371f bpo-40291: Add support for CAN_J1939 sockets (GH-19538) by karl ding · 4 years, 2 months ago
  32. a25f3c4 bpo-40334: Fix builds outside the source directory and regenerate autoconf files (GH-19667) by Pablo Galindo · 4 years, 3 months ago
  33. 97e0de0 bpo-25780: Expose CAN_RAW_JOIN_FILTERS in the socket module (GH-19190) by Zackery Spytz · 4 years, 3 months ago
  34. 3c97e1e bpo-39761: Fix dtrace build with empty $DFLAGS (GH-18766) by Petr Viktorin · 4 years, 4 months ago
  35. 8510f43 bpo-1294959: Add sys.platlibdir attribute (GH-18381) by Victor Stinner · 4 years, 4 months ago
  36. 815280e bpo-39794: Add --without-decimal-contextvar (#18702) by Stefan Krah · 4 years, 4 months ago
  37. a9edf44 closes bpo-39619 Fix os.chroot on HP-UX 11.31 (GH-18495) by Ian Norton · 4 years, 5 months ago
  38. aabdeb7 bpo-38960: DTrace build fix for FreeBSD. (GH-17451) by David Carlier · 4 years, 5 months ago
  39. b8d1262 bpo-39395: putenv() and unsetenv() always available (GH-18135) by Victor Stinner · 4 years, 6 months ago
  40. b477d19 bpo-39406: Implement os.putenv() with setenv() if available (GH-18128) by Victor Stinner · 4 years, 6 months ago
  41. 2de064e bpo-39160 Align the verbs, grammar and defaults for `./configure --help` (GH-17747) by Anthony Shaw · 4 years, 6 months ago
  42. 39afa2d bpo-38021: Modify AIX platform_tag so it covers PEP 425 needs (GH-17303) by Michael Felt · 4 years, 7 months ago
  43. 5c0c325 closes bpo-38713: Expose P_PIDFD in os if it's defined. (GH-17071) by Benjamin Peterson · 4 years, 8 months ago
  44. 028f734 bpo-37415: Fix stdatomic.h header check for ICC compiler (GH-16717) by Victor Stinner · 4 years, 9 months ago
  45. 0b60f64 bpo-11410: Standardize and use symbol visibility attributes across POSIX and Windows. (GH-16347) by Vinay Sajip · 4 years, 9 months ago
  46. 52d1b86 bpo-38301: In Solaris family, we must be sure to use '-D_REENTRANT' (#16446) by Jesús Cea · 4 years, 9 months ago
  47. 0519d49 closes bpo-36002: Use AC_PATH_TOOL to find llvm-profdata and llvm-ar. (GH-14998) by Doyle Rowland · 4 years, 10 months ago
  48. e20134f bpo-38110: Use fdwalk for os.closerange() when available. (GH-15224) by Jakub Kulík · 4 years, 10 months ago
  49. f1c1903 bpo-38068: Clean up gettimeofday configure logic. (GH-15775) by Benjamin Peterson · 4 years, 10 months ago
  50. bed04b6 bpo-34652 again: Remove lchmod from the default AC_CHECK_FUNCS list. (GH-15758) by Benjamin Peterson · 4 years, 10 months ago
  51. 52c1a6a Remove leftovers from the times when long long wasn't required (GH-15501) by Sergey Fedoseev · 4 years, 11 months ago
  52. 1a057ba bpo-18049: Sync thread stack size to main thread size on macOS (GH-14748) by Ronald Oussoren · 5 years ago
  53. 4e16a4a bpo-36044: Reduce number of unit tests run for PGO build (GH-14702) by Neil Schemenauer · 5 years ago
  54. 5bbbc73 bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546) by Ned Deily · 5 years ago
  55. 9ab2fb1 Bump to 3.9.0a0 by Łukasz Langa · 5 years ago
  56. aac4d03 bpo-26826: Expose copy_file_range in the os module (GH-7255) by Pablo Galindo · 5 years ago
  57. 43fdbd2 bpo-26836: Add os.memfd_create() (#13567) by Zackery Spytz · 5 years ago
  58. d8b7551 bpo-33164: blake2 fix for HP-UX (GH-13633) by David Carlier · 5 years ago
  59. 02db696 bpo-32941: Add madvise() for mmap objects (GH-6172) by Zackery Spytz · 5 years ago
  60. b1fc417 bpo-21536: Fix configure.ac for LIBPYTHON on Android/Cygwin (GH-13552) by E. M. Bray · 5 years ago
  61. c994c8f bpo-21536: On Cygwin, C extensions must be linked with libpython (GH-13549) by E. M. Bray · 5 years ago
  62. 51aa35e bpo-33164: update blake2 implementation (GH-6286) by David Carlier · 5 years ago
  63. 0a8e572 bpo-36721: Add --embed option to python-config (GH-13500) by Victor Stinner · 5 years ago
  64. f2d7ac7 bpo-31904: Add posix module support for VxWorks (GH-12118) by pxinwr · 5 years ago
  65. d97adfb bpo-36618: Don't add -fmax-type-align=8 flag for clang (GH-13320) by Victor Stinner · 5 years ago
  66. 883dfc6 bpo-34602: Avoid failures setting macOS stack resource limit (GH-13011) by Ned Deily · 5 years ago
  67. 254b309 bpo-21536: On Android, C extensions are linked to libpython (GH-12989) by xdegaye · 5 years ago
  68. 6d13e5b bpo-36722: Don't define ALT_SOABI for Py_TRACE_REFS build (GH-12973) by Victor Stinner · 5 years ago
  69. 5422e3c bpo-36722: Debug build loads libraries built in release mode (GH-12952) by Victor Stinner · 5 years ago
  70. f4e4703 bpo-36465: Make release and debug ABI compatible (GH-12615) by Victor Stinner · 5 years ago
  71. 6c44fde bpo-36707: Remove the "m" flag (pymalloc) from SOABI (GH-12931) by Victor Stinner · 5 years ago
  72. a304b13 bpo-36618: Don't add -fmax-type-align flag to old clang (GH-12811) by Victor Stinner · 5 years ago
  73. 23a683a bpo-36618: Add -fmax-type-align=8 flag for clang (GH-12809) by Victor Stinner · 5 years ago
  74. 9d949f7 bpo-36588: On AIX, remove major version from sys.platform (GH-12787) by Michael Felt · 5 years ago
  75. 21a74a9 bpo-36605: make tags: parse Modules/_io directory (GH-12789) by Victor Stinner · 5 years ago
  76. 32f5fdd bpo-31904: Add cross-build support for VxWorks RTOS (GH-11968) by pxinwr · 5 years ago
  77. 90c6fac closes bpo-13497: Fix `broken nice` configure test. (GH-12041) by ngie-eign · 5 years ago
  78. 001fee1 bpo-12822: use monotonic clock for condvar if possible (GH-11723) by Inada Naoki · 5 years ago
  79. 5741c45 bpo-35903: Use autoconfig to probe for shm_open() and shm_unlink(). (#11765) by Neil Schemenauer · 5 years ago
  80. 5c8f537 bpo-35520: Fix build with dtrace support on certain systems. (#11194) by Jakub Kulík · 5 years ago
  81. 92b8322 bpo-35674: Add os.posix_spawnp() (GH-11554) by Joannah Nanjekye · 5 years ago
  82. 387512c bpo-28503: Use crypt_r() when available instead of crypt() (GH-11373) by Gregory P. Smith · 6 years ago
  83. cf10a75 bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) by stratakis · 6 years ago
  84. f92c7aa bpo-35351: Pass link time optimization flags to CFLAGS_NODIST (GH-10797) by stratakis · 6 years ago
  85. 1584a00 bpo-35214: Initial clang MemorySanitizer support (GH-10479) by Gregory P. Smith · 6 years ago
  86. 5ad36f9 bpo-28015: Support LTO build with clang (GH-9908) by serge-sans-paille · 6 years ago
  87. 65ed12c closes bpo-34869: Remove LDLAST. (GH-9667) by Benjamin Peterson · 6 years ago
  88. bb81651 bpo-31425: Expose AF_QIPCRTR in socket module (GH-3706) by Bjorn Andersson · 6 years ago
  89. 2a9c380 closes bpo-34585: Don't do runtime test to get float byte order. (GH-9085) by Ross Burton · 6 years ago
  90. 24f6846 bpo-33486: regen autotools files using autoupdate+autoreconf (GH-6853) by Eitan Adler · 6 years ago
  91. a4414ef Don't run AC_STRUCT_TIMEZONE twice. (GH-9305) by Benjamin Peterson · 6 years ago
  92. ea13740 bpo-34674: Assume unistd.h exists on Unix. (GH-9290) by Benjamin Peterson · 6 years ago
  93. ed709d5 bpo-34652: Remove lchmod from the big func checking block. (GH-9247) by Benjamin Peterson · 6 years ago
  94. 40caa05 closes bpo-34652: Always disable lchmod on Linux. (GH-9234) by Benjamin Peterson · 6 years ago
  95. 865c17f closes bpo-34640: Remove the TANH_PRESERVES_ZERO_SIGN configure check. (GH-9206) by Benjamin Peterson · 6 years ago
  96. 50c99d9 Remove configure check LOG1P_DROPS_ZERO_SIGN. (GH-9193) by Benjamin Peterson · 6 years ago
  97. 23e65b2 bpo-33625: Release GIL for grp.getgr{nam,gid} and pwd.getpw{nam,uid} (GH-7081) by William Grzybowski · 6 years ago
  98. 3738fad bpo-34448: Improve output of usable wchar_t check (GH-8846) by Michael Osipov · 6 years ago
  99. 48ce489 bpo-34412: Make signal.strsignal() work on HP-UX (GH-8786) by Michael Osipov · 6 years ago
  100. 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