1. 393e2bf bpo-46968: Fix faulthandler for Sapphire Rapids Xeon (GH-31789) (GH-31830) by Victor Stinner · 2 years, 3 months ago
  2. 4371fbd [3.10] bpo-46513: Remove AC_C_CHAR_UNSIGNED / __CHAR_UNSIGNED__ (GH-30851) (GH-30914) by Christian Heimes · 2 years, 4 months ago
  3. 8d1a580 [3.10] bpo-42268: Fail the configure step if the selected compiler doesn't support memory sanitizer (GH-29806) (GH-29815) by Pablo Galindo Salgado · 2 years, 6 months ago
  4. b71bc05 [3.10] bpo-43158: Use configure values for building _uuid extension (GH-29353) (GH-29362) by Miss Islington (bot) · 2 years, 7 months ago
  5. 6df8c32 bpo-41710: PyThread_acquire_lock_timed() uses sem_clockwait() (GH-28671) by Victor Stinner · 2 years, 8 months ago
  6. 2563dd2 [3.10] bpo-34602: Quadruple stack size on macOS when compiling with UBSAN (GH-27309) (GH-28280) by Łukasz Langa · 2 years, 9 months ago
  7. 9032cf5 bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris (GH-25096) by Jakub Kulík · 3 years, 1 month ago
  8. 39258d3 bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014) by Christian Heimes · 3 years, 2 months ago
  9. dec0757 bpo-43179: Generalise alignment for optimised string routines (GH-24624) by Jessica Clarke · 3 years, 2 months ago
  10. e1f7769 bpo-13501: allow choosing between readline and libedit (GH-24189) by Roland Hieber · 3 years, 4 months ago
  11. 52a327c bpo-39465: Add pycore_atomic_funcs.h header (GH-20766) by Victor Stinner · 3 years, 5 months ago
  12. a57b3d3 bpo-41625: Expose the splice() system call in the os module (GH-21947) by Pablo Galindo · 3 years, 7 months ago
  13. cd9fed6 bpo-41001: Add os.eventfd() (#20930) by Christian Heimes · 3 years, 7 months ago
  14. 4176193 bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) by Ronald Oussoren · 3 years, 7 months ago
  15. 976da90 bpo-35823: subprocess: Use vfork() instead of fork() on Linux when safe (GH-11671) by Alexey Izbyshev · 3 years, 7 months ago
  16. 1800c60 bpo-40423: Optimization: use close_range(2) if available (GH-22651) by Kyle Evans · 3 years, 8 months ago
  17. 5798f78 bpo-41340: Removed fallback implementation for strdup (GH-21634) by wasiher · 3 years, 10 months ago
  18. 9b60e55 bpo-40637: Add option to disable builtin hashes (GH-20121) by Christian Heimes · 4 years, 1 month ago
  19. c5fa364 bpo-40514: Add --with-experimental-isolated-subinterpreters (GH-19926) by Victor Stinner · 4 years, 1 month ago
  20. 360371f bpo-40291: Add support for CAN_J1939 sockets (GH-19538) by karl ding · 4 years, 1 month ago
  21. 97e0de0 bpo-25780: Expose CAN_RAW_JOIN_FILTERS in the socket module (GH-19190) by Zackery Spytz · 4 years, 2 months ago
  22. 815280e bpo-39794: Add --without-decimal-contextvar (#18702) by Stefan Krah · 4 years, 3 months ago
  23. b8d1262 bpo-39395: putenv() and unsetenv() always available (GH-18135) by Victor Stinner · 4 years, 4 months ago
  24. b477d19 bpo-39406: Implement os.putenv() with setenv() if available (GH-18128) by Victor Stinner · 4 years, 4 months ago
  25. 39afa2d bpo-38021: Modify AIX platform_tag so it covers PEP 425 needs (GH-17303) by Michael Felt · 4 years, 6 months ago
  26. 5c0c325 closes bpo-38713: Expose P_PIDFD in os if it's defined. (GH-17071) by Benjamin Peterson · 4 years, 7 months ago
  27. 028f734 bpo-37415: Fix stdatomic.h header check for ICC compiler (GH-16717) by Victor Stinner · 4 years, 7 months ago
  28. e20134f bpo-38110: Use fdwalk for os.closerange() when available. (GH-15224) by Jakub Kulík · 4 years, 9 months ago
  29. f1c1903 bpo-38068: Clean up gettimeofday configure logic. (GH-15775) by Benjamin Peterson · 4 years, 9 months ago
  30. 52c1a6a Remove leftovers from the times when long long wasn't required (GH-15501) by Sergey Fedoseev · 4 years, 9 months ago
  31. a38e9d1 bpo-27961: Remove leftovers from the times when long long wasn't required (GH-15388) by Sergey Fedoseev · 4 years, 10 months ago
  32. aac4d03 bpo-26826: Expose copy_file_range in the os module (GH-7255) by Pablo Galindo · 5 years ago
  33. 43fdbd2 bpo-26836: Add os.memfd_create() (#13567) by Zackery Spytz · 5 years ago
  34. 02db696 bpo-32941: Add madvise() for mmap objects (GH-6172) by Zackery Spytz · 5 years ago
  35. 51aa35e bpo-33164: update blake2 implementation (GH-6286) by David Carlier · 5 years ago
  36. f2d7ac7 bpo-31904: Add posix module support for VxWorks (GH-12118) by pxinwr · 5 years ago
  37. 5422e3c bpo-36722: Debug build loads libraries built in release mode (GH-12952) by Victor Stinner · 5 years ago
  38. f4e4703 bpo-36465: Make release and debug ABI compatible (GH-12615) by Victor Stinner · 5 years ago
  39. b84df2d Run autoreconf. by Benjamin Peterson · 5 years ago
  40. 001fee1 bpo-12822: use monotonic clock for condvar if possible (GH-11723) by Inada Naoki · 5 years ago
  41. 5741c45 bpo-35903: Use autoconfig to probe for shm_open() and shm_unlink(). (#11765) by Neil Schemenauer · 5 years ago
  42. 92b8322 bpo-35674: Add os.posix_spawnp() (GH-11554) by Joannah Nanjekye · 5 years ago
  43. 387512c bpo-28503: Use crypt_r() when available instead of crypt() (GH-11373) by Gregory P. Smith · 5 years ago
  44. bb81651 bpo-31425: Expose AF_QIPCRTR in socket module (GH-3706) by Bjorn Andersson · 6 years ago
  45. b3b8cb4 run autoconf (GH-9411) 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. 48ce489 bpo-34412: Make signal.strsignal() work on HP-UX (GH-8786) by Michael Osipov · 6 years ago
  50. 15c7b2a bpo-34121: Fix detection of C11 atomic support on clang. (GH-8288) by Benjamin Peterson · 6 years ago
  51. b91a3a0 bpo-33648: Remove PY_WARN_ON_C_LOCALE (GH-7114) by Eitan Adler · 6 years ago
  52. 17d8830 bpo-32493: Fix uuid.uuid1() on FreeBSD. (GH-7099) by Serhiy Storchaka · 6 years ago
  53. 3055c94 closes bpo-33512: use standard for detecting long double (GH-6847) by Eitan Adler · 6 years ago
  54. 9d3627e bpo-33332: Add signal.valid_signals() (GH-6581) by Antoine Pitrou · 6 years ago
  55. 892d66e bpo-31429: Define TLS cipher suite on build time (#3532) by Christian Heimes · 6 years ago
  56. 6c6ddf9 bpo-20104: Expose `posix_spawn` in the os module (GH-5109) by Pablo Galindo · 6 years ago
  57. 4defba3 bpo-31368: Expose preadv and pwritev in the os module (#5239) by Pablo Galindo · 6 years ago
  58. e768c86 bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (#5284) by stratakis · 6 years ago
  59. ff5be6e bpo-32598: Use autoconf to detect usable OpenSSL (#5242) by Christian Heimes · 6 years ago
  60. b4ebaa7 bpo-32493: Not only AIX, but FreeBSD has uuid_create support (#5089) by David Carlier · 6 years ago
  61. 735ae8d bpo-29137: Remove fpectl module (#4789) by Nathaniel J. Smith · 6 years ago
  62. 0d3ccb4 bpo-32399: Starting with AIX6.1 there is support in libc.a for uuid (RFC4122) (#4974) by Michael Felt · 6 years ago
  63. c5ae169 bpo-26439 Fix ctypes.util.find_library failure on AIX (#4507) by Michael Felt · 6 years ago
  64. 5ce1069 bpo-28762: Revert last commit (now using Android Unified Headers) (GH-4488) by xdegaye · 7 years ago
  65. 9a10ff4 bpo-11063: Add a configure check for uuid_generate_time_safe (GH-4287) by Berker Peksag · 7 years ago
  66. 894ebd0 bpo-31919: Fix building the curses module on OpenIndiana. (#4211) by Serhiy Storchaka · 7 years ago
  67. 8bc7d63 bpo-25720: Fix the method for checking pad state of curses WINDOW (#4164) by Masayuki Yamamoto · 7 years ago
  68. baac01e bpo-31891: Fix building the curses module on NetBSD. (#4165) by Serhiy Storchaka · 7 years ago
  69. 24c4d04 drop unused configure check for pthread_atfork (#4046) by Benjamin Peterson · 7 years ago
  70. 731e189 bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362) by Masayuki Yamamoto · 7 years ago
  71. e14679c closes bpo-31596: Add an interface for pthread_getcpuclockid(3) (#3756) by pdox · 7 years ago
  72. b1d1c42 remove configure check for memmove (#3716) by Benjamin Peterson · 7 years ago
  73. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  74. effc12f bpo-27584: New addition of vSockets to the python socket module (#2489) by caavery · 7 years ago
  75. 75b9618 bpo-31343: Include sys/sysmacros.h (#3318) by Christian Heimes · 7 years ago
  76. 0693063 remove IRIX support (closes bpo-31341) (#3310) by Benjamin Peterson · 7 years ago
  77. a234485 remove autoconf check for select() (#3283) by Benjamin Peterson · 7 years ago
  78. fc96f1e remove configure check for 'volatile' (#3281) by Benjamin Peterson · 7 years ago
  79. f474c5a bpo-30946: Remove obsolete fallback code in readline module (#2738) by Antoine Pitrou · 7 years ago
  80. 6b42eb1 bpo-29585: Fix sysconfig.get_config_var("PYTHONFRAMEWORK") (GH-2483) by INADA Naoki · 7 years ago
  81. a8f8d5b bpo-29585: optimize site.py startup time (GH-136) by INADA Naoki · 7 years ago
  82. 6ea4186 bpo-28180: Implementation for PEP 538 (#659) by Nick Coghlan · 7 years ago
  83. 791dc83 remove configure test for inline keyword (#1231) by Benjamin Peterson · 7 years ago
  84. 507cbb0 Issue #28762: Merge 3.6. by Xavier de Gaye · 7 years ago
  85. bdf0d0f Issue #28762: lockf() is available on Android API level 24, but the by Xavier de Gaye · 7 years ago
  86. 38f225d merge 3.6 (#28932) by Benjamin Peterson · 7 years ago
  87. b0eb986 merge 3.5 (#28932) by Benjamin Peterson · 7 years ago
  88. fb2ae15 add a specific configure check for sys/random.h (closes #28932) by Benjamin Peterson · 7 years ago
  89. 6a6967e Issue #21085: add configure check for siginfo_t.si_band by Zachary Ware · 8 years ago
  90. 0c21214 replace usage of Py_VA_COPY with the (C99) standard va_copy by Benjamin Peterson · 8 years ago
  91. 37098cd more granular configure checks for clock_* functions (closes #28081) by Benjamin Peterson · 8 years ago
  92. a785c87 DTrace support: function calls, GC activity, line execution by Łukasz Langa · 8 years ago
  93. 4fd64b9 remove ceval timestamp support by Benjamin Peterson · 8 years ago
  94. a845a81 remove unused osx10.5 sdk check by Benjamin Peterson · 8 years ago
  95. 47ff073 more PY_LONG_LONG to long long by Benjamin Peterson · 8 years ago
  96. a9296e7 require C99 bool by Benjamin Peterson · 8 years ago
  97. df6ff7b add back SIZEOF_UINTPTR_T by Benjamin Peterson · 8 years ago
  98. b9d9eed require uintptr_t to exist by Benjamin Peterson · 8 years ago
  99. 4fe5510 require standard int types to be defined (#17884) by Benjamin Peterson · 8 years ago
  100. ed4aa83 require a long long data type (closes #27961) by Benjamin Peterson · 8 years ago