1. e8b1c03 [3.9] bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) (GH-23295) by Ronald Oussoren · 3 years, 7 months ago
  2. 9512ad7 [3.9] bpo-40514: Remove --with-experimental-isolated-subinterpreters in 3.9 (GH-20228) by Victor Stinner · 4 years, 1 month ago
  3. 9b60e55 bpo-40637: Add option to disable builtin hashes (GH-20121) by Christian Heimes · 4 years, 1 month ago
  4. c5fa364 bpo-40514: Add --with-experimental-isolated-subinterpreters (GH-19926) by Victor Stinner · 4 years, 1 month ago
  5. 360371f bpo-40291: Add support for CAN_J1939 sockets (GH-19538) by karl ding · 4 years, 1 month ago
  6. 97e0de0 bpo-25780: Expose CAN_RAW_JOIN_FILTERS in the socket module (GH-19190) by Zackery Spytz · 4 years, 2 months ago
  7. 815280e bpo-39794: Add --without-decimal-contextvar (#18702) by Stefan Krah · 4 years, 3 months ago
  8. b8d1262 bpo-39395: putenv() and unsetenv() always available (GH-18135) by Victor Stinner · 4 years, 5 months ago
  9. b477d19 bpo-39406: Implement os.putenv() with setenv() if available (GH-18128) by Victor Stinner · 4 years, 5 months ago
  10. 39afa2d bpo-38021: Modify AIX platform_tag so it covers PEP 425 needs (GH-17303) by Michael Felt · 4 years, 6 months ago
  11. 5c0c325 closes bpo-38713: Expose P_PIDFD in os if it's defined. (GH-17071) by Benjamin Peterson · 4 years, 7 months ago
  12. 028f734 bpo-37415: Fix stdatomic.h header check for ICC compiler (GH-16717) by Victor Stinner · 4 years, 8 months ago
  13. e20134f bpo-38110: Use fdwalk for os.closerange() when available. (GH-15224) by Jakub Kulík · 4 years, 9 months ago
  14. f1c1903 bpo-38068: Clean up gettimeofday configure logic. (GH-15775) by Benjamin Peterson · 4 years, 9 months ago
  15. 52c1a6a Remove leftovers from the times when long long wasn't required (GH-15501) by Sergey Fedoseev · 4 years, 10 months ago
  16. a38e9d1 bpo-27961: Remove leftovers from the times when long long wasn't required (GH-15388) by Sergey Fedoseev · 4 years, 10 months ago
  17. aac4d03 bpo-26826: Expose copy_file_range in the os module (GH-7255) by Pablo Galindo · 5 years ago
  18. 43fdbd2 bpo-26836: Add os.memfd_create() (#13567) by Zackery Spytz · 5 years ago
  19. 02db696 bpo-32941: Add madvise() for mmap objects (GH-6172) by Zackery Spytz · 5 years ago
  20. 51aa35e bpo-33164: update blake2 implementation (GH-6286) by David Carlier · 5 years ago
  21. f2d7ac7 bpo-31904: Add posix module support for VxWorks (GH-12118) by pxinwr · 5 years ago
  22. 5422e3c bpo-36722: Debug build loads libraries built in release mode (GH-12952) by Victor Stinner · 5 years ago
  23. f4e4703 bpo-36465: Make release and debug ABI compatible (GH-12615) by Victor Stinner · 5 years ago
  24. b84df2d Run autoreconf. by Benjamin Peterson · 5 years ago
  25. 001fee1 bpo-12822: use monotonic clock for condvar if possible (GH-11723) by Inada Naoki · 5 years ago
  26. 5741c45 bpo-35903: Use autoconfig to probe for shm_open() and shm_unlink(). (#11765) by Neil Schemenauer · 5 years ago
  27. 92b8322 bpo-35674: Add os.posix_spawnp() (GH-11554) by Joannah Nanjekye · 5 years ago
  28. 387512c bpo-28503: Use crypt_r() when available instead of crypt() (GH-11373) by Gregory P. Smith · 5 years ago
  29. bb81651 bpo-31425: Expose AF_QIPCRTR in socket module (GH-3706) by Bjorn Andersson · 6 years ago
  30. b3b8cb4 run autoconf (GH-9411) by Benjamin Peterson · 6 years ago
  31. 865c17f closes bpo-34640: Remove the TANH_PRESERVES_ZERO_SIGN configure check. (GH-9206) by Benjamin Peterson · 6 years ago
  32. 50c99d9 Remove configure check LOG1P_DROPS_ZERO_SIGN. (GH-9193) by Benjamin Peterson · 6 years ago
  33. 23e65b2 bpo-33625: Release GIL for grp.getgr{nam,gid} and pwd.getpw{nam,uid} (GH-7081) by William Grzybowski · 6 years ago
  34. 48ce489 bpo-34412: Make signal.strsignal() work on HP-UX (GH-8786) by Michael Osipov · 6 years ago
  35. 15c7b2a bpo-34121: Fix detection of C11 atomic support on clang. (GH-8288) by Benjamin Peterson · 6 years ago
  36. b91a3a0 bpo-33648: Remove PY_WARN_ON_C_LOCALE (GH-7114) by Eitan Adler · 6 years ago
  37. 17d8830 bpo-32493: Fix uuid.uuid1() on FreeBSD. (GH-7099) by Serhiy Storchaka · 6 years ago
  38. 3055c94 closes bpo-33512: use standard for detecting long double (GH-6847) by Eitan Adler · 6 years ago
  39. 9d3627e bpo-33332: Add signal.valid_signals() (GH-6581) by Antoine Pitrou · 6 years ago
  40. 892d66e bpo-31429: Define TLS cipher suite on build time (#3532) by Christian Heimes · 6 years ago
  41. 6c6ddf9 bpo-20104: Expose `posix_spawn` in the os module (GH-5109) by Pablo Galindo · 6 years ago
  42. 4defba3 bpo-31368: Expose preadv and pwritev in the os module (#5239) by Pablo Galindo · 6 years ago
  43. e768c86 bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (#5284) by stratakis · 6 years ago
  44. ff5be6e bpo-32598: Use autoconf to detect usable OpenSSL (#5242) by Christian Heimes · 6 years ago
  45. b4ebaa7 bpo-32493: Not only AIX, but FreeBSD has uuid_create support (#5089) by David Carlier · 6 years ago
  46. 735ae8d bpo-29137: Remove fpectl module (#4789) by Nathaniel J. Smith · 6 years ago
  47. 0d3ccb4 bpo-32399: Starting with AIX6.1 there is support in libc.a for uuid (RFC4122) (#4974) by Michael Felt · 6 years ago
  48. c5ae169 bpo-26439 Fix ctypes.util.find_library failure on AIX (#4507) by Michael Felt · 6 years ago
  49. 5ce1069 bpo-28762: Revert last commit (now using Android Unified Headers) (GH-4488) by xdegaye · 7 years ago
  50. 9a10ff4 bpo-11063: Add a configure check for uuid_generate_time_safe (GH-4287) by Berker Peksag · 7 years ago
  51. 894ebd0 bpo-31919: Fix building the curses module on OpenIndiana. (#4211) by Serhiy Storchaka · 7 years ago
  52. 8bc7d63 bpo-25720: Fix the method for checking pad state of curses WINDOW (#4164) by Masayuki Yamamoto · 7 years ago
  53. baac01e bpo-31891: Fix building the curses module on NetBSD. (#4165) by Serhiy Storchaka · 7 years ago
  54. 24c4d04 drop unused configure check for pthread_atfork (#4046) by Benjamin Peterson · 7 years ago
  55. 731e189 bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362) by Masayuki Yamamoto · 7 years ago
  56. e14679c closes bpo-31596: Add an interface for pthread_getcpuclockid(3) (#3756) by pdox · 7 years ago
  57. b1d1c42 remove configure check for memmove (#3716) by Benjamin Peterson · 7 years ago
  58. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  59. effc12f bpo-27584: New addition of vSockets to the python socket module (#2489) by caavery · 7 years ago
  60. 75b9618 bpo-31343: Include sys/sysmacros.h (#3318) by Christian Heimes · 7 years ago
  61. 0693063 remove IRIX support (closes bpo-31341) (#3310) by Benjamin Peterson · 7 years ago
  62. a234485 remove autoconf check for select() (#3283) by Benjamin Peterson · 7 years ago
  63. fc96f1e remove configure check for 'volatile' (#3281) by Benjamin Peterson · 7 years ago
  64. f474c5a bpo-30946: Remove obsolete fallback code in readline module (#2738) by Antoine Pitrou · 7 years ago
  65. 6b42eb1 bpo-29585: Fix sysconfig.get_config_var("PYTHONFRAMEWORK") (GH-2483) by INADA Naoki · 7 years ago
  66. a8f8d5b bpo-29585: optimize site.py startup time (GH-136) by INADA Naoki · 7 years ago
  67. 6ea4186 bpo-28180: Implementation for PEP 538 (#659) by Nick Coghlan · 7 years ago
  68. 791dc83 remove configure test for inline keyword (#1231) by Benjamin Peterson · 7 years ago
  69. 507cbb0 Issue #28762: Merge 3.6. by Xavier de Gaye · 7 years ago
  70. bdf0d0f Issue #28762: lockf() is available on Android API level 24, but the by Xavier de Gaye · 7 years ago
  71. 38f225d merge 3.6 (#28932) by Benjamin Peterson · 7 years ago
  72. b0eb986 merge 3.5 (#28932) by Benjamin Peterson · 7 years ago
  73. fb2ae15 add a specific configure check for sys/random.h (closes #28932) by Benjamin Peterson · 7 years ago
  74. 6a6967e Issue #21085: add configure check for siginfo_t.si_band by Zachary Ware · 8 years ago
  75. 0c21214 replace usage of Py_VA_COPY with the (C99) standard va_copy by Benjamin Peterson · 8 years ago
  76. 37098cd more granular configure checks for clock_* functions (closes #28081) by Benjamin Peterson · 8 years ago
  77. a785c87 DTrace support: function calls, GC activity, line execution by Łukasz Langa · 8 years ago
  78. 4fd64b9 remove ceval timestamp support by Benjamin Peterson · 8 years ago
  79. a845a81 remove unused osx10.5 sdk check by Benjamin Peterson · 8 years ago
  80. 47ff073 more PY_LONG_LONG to long long by Benjamin Peterson · 8 years ago
  81. a9296e7 require C99 bool by Benjamin Peterson · 8 years ago
  82. df6ff7b add back SIZEOF_UINTPTR_T by Benjamin Peterson · 8 years ago
  83. b9d9eed require uintptr_t to exist by Benjamin Peterson · 8 years ago
  84. 4fe5510 require standard int types to be defined (#17884) by Benjamin Peterson · 8 years ago
  85. ed4aa83 require a long long data type (closes #27961) by Benjamin Peterson · 8 years ago
  86. dffa394 Issue #27744: Add AF_ALG (Linux Kernel crypto) to socket module. by Christian Heimes · 8 years ago
  87. 95750b1 Issue #27442: Expose the Android API level in sysconfig.get_config_vars() by Xavier de Gaye · 8 years ago
  88. 50600a7 merge 3.5 (#24557) by Benjamin Peterson · 8 years ago
  89. b8a2f51 assume egd unless OPENSSL_NO_EGD is defined—remove configure check (closes #24557) by Benjamin Peterson · 8 years ago
  90. 9ff9cbd Merge 3.5 (os.urandom) by Victor Stinner · 8 years ago
  91. dddf484 os.urandom() doesn't block on Linux anymore by Victor Stinner · 8 years ago
  92. c2f7d87 Issue #26932: Fixed support of RTLD_* constants defined as enum values, by Serhiy Storchaka · 8 years ago
  93. 267b639 Issue #20306: The pw_gecos and pw_passwd fields are not required by POSIX. by Stefan Krah · 8 years ago
  94. 5dbbf1a Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric Price by Martin Panter · 8 years ago
  95. d887d1f Issue #17603: Check for st_blocks field without requiring fileblocks.o by Martin Panter · 8 years ago
  96. bae2d62 Issue #25003: On Solaris 11.3 or newer, os.urandom() now uses the getrandom() by Victor Stinner · 9 years ago
  97. a6cc551 Issue #22631: Added Linux-specific socket constant CAN_RAW_FD_FRAMES. by Larry Hastings · 9 years ago
  98. 9eb57c5 Issue #22181: The availability of the getrandom() is now checked in configure, by Victor Stinner · 9 years ago
  99. 35a97c0 Issue #22524: Fix os.scandir() for platforms which don't have a d_type field in by Victor Stinner · 9 years ago
  100. 923e06f Issue #22038, configure: HAVE_STD_ATOMIC now also check that "atomic_int" and by Victor Stinner · 9 years ago