1. a144fee bpo-28503: Use crypt_r() when available instead of crypt() (GH-11373) (GH-11376) by Miss Islington (bot) · 5 years ago
  2. 3fc12f0 bpo-34121: Fix detection of C11 atomic support on clang. (GH-8288) by Miss Islington (bot) · 6 years ago
  3. 020f5ab bpo-33648: Remove PY_WARN_ON_C_LOCALE (GH-7114) by Miss Islington (bot) · 6 years ago
  4. 5734f41 bpo-32493: Fix uuid.uuid1() on FreeBSD. (GH-7099) by Miss Islington (bot) · 6 years ago
  5. 892d66e bpo-31429: Define TLS cipher suite on build time (#3532) by Christian Heimes · 6 years ago
  6. 6c6ddf9 bpo-20104: Expose `posix_spawn` in the os module (GH-5109) by Pablo Galindo · 6 years ago
  7. 4defba3 bpo-31368: Expose preadv and pwritev in the os module (#5239) by Pablo Galindo · 6 years ago
  8. e768c86 bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (#5284) by stratakis · 6 years ago
  9. ff5be6e bpo-32598: Use autoconf to detect usable OpenSSL (#5242) by Christian Heimes · 6 years ago
  10. b4ebaa7 bpo-32493: Not only AIX, but FreeBSD has uuid_create support (#5089) by David Carlier · 6 years ago
  11. 735ae8d bpo-29137: Remove fpectl module (#4789) by Nathaniel J. Smith · 6 years ago
  12. 0d3ccb4 bpo-32399: Starting with AIX6.1 there is support in libc.a for uuid (RFC4122) (#4974) by Michael Felt · 6 years ago
  13. c5ae169 bpo-26439 Fix ctypes.util.find_library failure on AIX (#4507) by Michael Felt · 7 years ago
  14. 5ce1069 bpo-28762: Revert last commit (now using Android Unified Headers) (GH-4488) by xdegaye · 7 years ago
  15. 9a10ff4 bpo-11063: Add a configure check for uuid_generate_time_safe (GH-4287) by Berker Peksag · 7 years ago
  16. 894ebd0 bpo-31919: Fix building the curses module on OpenIndiana. (#4211) by Serhiy Storchaka · 7 years ago
  17. 8bc7d63 bpo-25720: Fix the method for checking pad state of curses WINDOW (#4164) by Masayuki Yamamoto · 7 years ago
  18. baac01e bpo-31891: Fix building the curses module on NetBSD. (#4165) by Serhiy Storchaka · 7 years ago
  19. 24c4d04 drop unused configure check for pthread_atfork (#4046) by Benjamin Peterson · 7 years ago
  20. 731e189 bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362) by Masayuki Yamamoto · 7 years ago
  21. e14679c closes bpo-31596: Add an interface for pthread_getcpuclockid(3) (#3756) by pdox · 7 years ago
  22. b1d1c42 remove configure check for memmove (#3716) by Benjamin Peterson · 7 years ago
  23. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  24. effc12f bpo-27584: New addition of vSockets to the python socket module (#2489) by caavery · 7 years ago
  25. 75b9618 bpo-31343: Include sys/sysmacros.h (#3318) by Christian Heimes · 7 years ago
  26. 0693063 remove IRIX support (closes bpo-31341) (#3310) by Benjamin Peterson · 7 years ago
  27. a234485 remove autoconf check for select() (#3283) by Benjamin Peterson · 7 years ago
  28. fc96f1e remove configure check for 'volatile' (#3281) by Benjamin Peterson · 7 years ago
  29. f474c5a bpo-30946: Remove obsolete fallback code in readline module (#2738) by Antoine Pitrou · 7 years ago
  30. 6b42eb1 bpo-29585: Fix sysconfig.get_config_var("PYTHONFRAMEWORK") (GH-2483) by INADA Naoki · 7 years ago
  31. a8f8d5b bpo-29585: optimize site.py startup time (GH-136) by INADA Naoki · 7 years ago
  32. 6ea4186 bpo-28180: Implementation for PEP 538 (#659) by Nick Coghlan · 7 years ago
  33. 791dc83 remove configure test for inline keyword (#1231) by Benjamin Peterson · 7 years ago
  34. 507cbb0 Issue #28762: Merge 3.6. by Xavier de Gaye · 7 years ago
  35. bdf0d0f Issue #28762: lockf() is available on Android API level 24, but the by Xavier de Gaye · 7 years ago
  36. 38f225d merge 3.6 (#28932) by Benjamin Peterson · 8 years ago
  37. b0eb986 merge 3.5 (#28932) by Benjamin Peterson · 8 years ago
  38. fb2ae15 add a specific configure check for sys/random.h (closes #28932) by Benjamin Peterson · 8 years ago
  39. 6a6967e Issue #21085: add configure check for siginfo_t.si_band by Zachary Ware · 8 years ago
  40. 0c21214 replace usage of Py_VA_COPY with the (C99) standard va_copy by Benjamin Peterson · 8 years ago
  41. 37098cd more granular configure checks for clock_* functions (closes #28081) by Benjamin Peterson · 8 years ago
  42. a785c87 DTrace support: function calls, GC activity, line execution by Łukasz Langa · 8 years ago
  43. 4fd64b9 remove ceval timestamp support by Benjamin Peterson · 8 years ago
  44. a845a81 remove unused osx10.5 sdk check by Benjamin Peterson · 8 years ago
  45. 47ff073 more PY_LONG_LONG to long long by Benjamin Peterson · 8 years ago
  46. a9296e7 require C99 bool by Benjamin Peterson · 8 years ago
  47. df6ff7b add back SIZEOF_UINTPTR_T by Benjamin Peterson · 8 years ago
  48. b9d9eed require uintptr_t to exist by Benjamin Peterson · 8 years ago
  49. 4fe5510 require standard int types to be defined (#17884) by Benjamin Peterson · 8 years ago
  50. ed4aa83 require a long long data type (closes #27961) by Benjamin Peterson · 8 years ago
  51. dffa394 Issue #27744: Add AF_ALG (Linux Kernel crypto) to socket module. by Christian Heimes · 8 years ago
  52. 95750b1 Issue #27442: Expose the Android API level in sysconfig.get_config_vars() by Xavier de Gaye · 8 years ago
  53. 50600a7 merge 3.5 (#24557) by Benjamin Peterson · 8 years ago
  54. b8a2f51 assume egd unless OPENSSL_NO_EGD is defined—remove configure check (closes #24557) by Benjamin Peterson · 8 years ago
  55. 9ff9cbd Merge 3.5 (os.urandom) by Victor Stinner · 8 years ago
  56. dddf484 os.urandom() doesn't block on Linux anymore by Victor Stinner · 8 years ago
  57. c2f7d87 Issue #26932: Fixed support of RTLD_* constants defined as enum values, by Serhiy Storchaka · 8 years ago
  58. 267b639 Issue #20306: The pw_gecos and pw_passwd fields are not required by POSIX. by Stefan Krah · 8 years ago
  59. 5dbbf1a Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric Price by Martin Panter · 8 years ago
  60. d887d1f Issue #17603: Check for st_blocks field without requiring fileblocks.o by Martin Panter · 8 years ago
  61. bae2d62 Issue #25003: On Solaris 11.3 or newer, os.urandom() now uses the getrandom() by Victor Stinner · 9 years ago
  62. a6cc551 Issue #22631: Added Linux-specific socket constant CAN_RAW_FD_FRAMES. by Larry Hastings · 9 years ago
  63. 9eb57c5 Issue #22181: The availability of the getrandom() is now checked in configure, by Victor Stinner · 9 years ago
  64. 35a97c0 Issue #22524: Fix os.scandir() for platforms which don't have a d_type field in by Victor Stinner · 9 years ago
  65. 923e06f Issue #22038, configure: HAVE_STD_ATOMIC now also check that "atomic_int" and by Victor Stinner · 9 years ago
  66. 4f5366e Issue #22038: pyatomic.h now uses stdatomic.h or GCC built-in functions for by Victor Stinner · 9 years ago
  67. 4d6a3d6 Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(), by Victor Stinner · 10 years ago
  68. beeb512 Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The by Victor Stinner · 10 years ago
  69. d1e22ba only support append_history if readline has it by Benjamin Peterson · 10 years ago
  70. 8bdeb16 support setting fpu precision on m68k (closes #20904) by Benjamin Peterson · 10 years ago
  71. 647cd87 Issue #19922: define _INCLUDE__STDC_A1_SOURCE in HP-UX to include mbstate_t by Christian Heimes · 11 years ago
  72. 985ecdc ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. by Christian Heimes · 11 years ago
  73. b7bd5df Issue #16595: Add prlimit() to resource module by Christian Heimes · 11 years ago
  74. daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 11 years ago
  75. 3a7dffa remove support for compiling on systems without getcwd() by Benjamin Peterson · 11 years ago
  76. 6acbe2a Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork. by Christian Heimes · 11 years ago
  77. f77b4b2 Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork. by Christian Heimes · 11 years ago
  78. 360b89c Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if it's available by Christian Heimes · 11 years ago
  79. f0400ba Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if it's available by Christian Heimes · 11 years ago
  80. f6b687f remove support GCC PyArg_ParseTuple format patch, last seen in 2006 by Benjamin Peterson · 11 years ago
  81. feb5149 -Wformat is needed by gcc 4.8 (closes #17547) by Benjamin Peterson · 11 years ago
  82. cd777ea Issue #17615: Comparing two Unicode strings now uses wmemcmp() when possible by Victor Stinner · 11 years ago
  83. 773e42d Issue #15359: Add CAN_BCM protocol support to the socket module. Patch by Brian by Charles-François Natali · 11 years ago
  84. 6e61d18 Issue 10052: merge fix from 3.2. by Mark Dickinson · 12 years ago
  85. ce31f66 Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on some platforms. by Mark Dickinson · 12 years ago
  86. 983bc16 Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on some platforms. by Mark Dickinson · 12 years ago
  87. b457b9b - Issue #3754: Fix /dev/ptmx, /dev/ptc file checks for cross builds, by doko@ubuntu.com · 12 years ago
  88. 1919b7e Issue #7652: Integrate the decimal floating point libmpdec library to speed by Stefan Krah · 12 years ago
  89. 5ce31cc merge 3.2 by Matthias Klose · 12 years ago
  90. d83be23 merge 3.1 by Matthias Klose · 12 years ago
  91. 0f4c16e - rename configure.in to configure.ac by Matthias Klose · 12 years ago
  92. bcf2b59 Issue #13609: Add two functions to query the terminal size: by Antoine Pitrou · 12 years ago
  93. 9d6c669 Issue #13777: Add PF_SYSTEM sockets on OS X. Patch by Michael Goderbauer. by Martin v. Löwis · 12 years ago
  94. 1577cf7 Improve the test for dirfd(). Some systems #define it rather than by Gregory P. Smith · 12 years ago
  95. df300d5 Improve the test for dirfd(), some systems #define it rather than have by Gregory P. Smith · 12 years ago
  96. d635af5 Fixes issue #8052: The posix subprocess module's close_fds behavior was by Gregory P. Smith · 12 years ago
  97. 8facece Fixes issue #8052: The posix subprocess module's close_fds behavior was by Gregory P. Smith · 12 years ago
  98. 30c8a11 Add a test for the dirfd library function (to be used in an upcoming by Gregory P. Smith · 12 years ago
  99. 4188441 Test for the dirfd library function (for use in some upcoming changes). by Gregory P. Smith · 12 years ago
  100. 95c1662 fix for old kernels which don't have epoll_create1 by Benjamin Peterson · 12 years ago