Python 3.7.17
  1. 64e95f2 [3.7] gh-98739: Update libexpat from 2.4.9 to 2.5.0 (GH-98742) (#98788) by Miss Islington (bot) · 2 years, 10 months ago
  2. 8088c90 [3.7] gh-98517: Fix buffer overflows in _sha3 module (GH-98519) (GH-98528) by Miss Islington (bot) · 2 years, 10 months ago
  3. 98884f5 [3.7] gh-96848: Fix -X int_max_str_digits option parsing (#96988) (#97576) by Victor Stinner · 2 years, 11 months ago
  4. 46796ed [3.7] gh-97005: Update libexpat from 2.4.7 to 2.4.9 (gh-97006) (#97014) by Miss Islington (bot) · 2 years, 11 months ago
  5. 15ec1af [3.7] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (GH-96504) by Gregory P. Smith · 3 years ago
  6. 2a353b2 [3.7] gh-80254: Disallow recursive usage of cursors in sqlite3 converters (GH-92334) by Erlend Egeberg Aasland · 3 years, 3 months ago
  7. f656bc1 bpo-46932: Update bundled libexpat to 2.4.7 (GH-31736) (GH-31741) by Miss Islington (bot) · 3 years, 5 months ago
  8. 15d7594 bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487) (GH-31521) by Miss Islington (bot) · 3 years, 6 months ago
  9. 61f3c30 bpo-46784: Add newly exported expat symbols to the namespace. (GH-31397) (GH-31418) by Miss Islington (bot) · 3 years, 6 months ago
  10. 5fdacac bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022) (GH-31298) by Dong-hee Na · 3 years, 6 months ago
  11. 79101b8 [3.7] bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) (GH-28042) by Łukasz Langa · 4 years ago
  12. d9b8f13 [3.7] closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes param reprs. (GH-24249) by Benjamin Peterson · 4 years, 7 months ago
  13. db95802 bpo-40791: Make compare_digest more constant-time. (GH-23438) by Miss Islington (bot) · 4 years, 9 months ago
  14. a0ad829 bpo-41100: additional fixes for testing on macOS 11 Big Sur Intel by Ned Deily · 5 years ago
  15. 620e276 bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458) (GH-21461) by Miss Islington (bot) · 5 years ago
  16. c8c818b closes bpo-41235: Fix the error handling in SSLContext.load_dh_params() (GH-21389) by Miss Islington (bot) · 5 years ago
  17. 22faf6a [3.7] Revert bpo-39576: Prevent memory error for overly optimistic precisions (GH-20748) by Stefan Krah · 5 years ago
  18. 296db8c bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397) by Miss Islington (bot) · 5 years ago
  19. 1c4dcaf bpo-13097: ctypes: limit callback to 1024 arguments (GH-19914) by Miss Islington (bot) · 5 years ago
  20. 3f215f3 [3.7] bpo-38580: Document that select() accepts iterables, not just sequences (GH-16832) by Tal Einat · 5 years ago
  21. 4ea8028 [3.8] bpo-35714: Reject null characters in struct format strings (GH-16928) (GH-20419) by Miss Islington (bot) · 5 years ago
  22. 6da26f8 bpo-40653: Move _dirnameW out of GH-ifdef HAVE_SYMLINK/GH-endif (GH-20144) by Miss Islington (bot) · 5 years ago
  23. 43b355e [3.7] bpo-40457: Support OpenSSL without TLS 1.0/1.1 (GH-19862) (GH-20126) by Miss Islington (bot) · 5 years ago
  24. efc9065 [3.7] bpo-40515: Require OPENSSL_THREADS (GH-19953) (GH-20120) by Christian Heimes · 5 years ago
  25. 2501428 [3.7] bpo-40559: Add Py_DECREF to _asynciomodule.c:task_step_impl() (GH-19990) by Miss Islington (bot) · 5 years ago
  26. de5dcfa bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19654) by Miss Islington (bot) · 5 years ago
  27. 67ae454 [3.7] bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364) (GH-19584) by Serhiy Storchaka · 5 years ago
  28. 096e41a [3.7] bpo-31758: Prevent crashes when using an uninitialized _elementtree.XMLParser object (GH-3997) (GH-19487) by Miss Islington (bot) · 5 years ago
  29. 0f9e889 bpo-39689: Do not use native packing for format "?" with standard size (GH-18969) by Miss Islington (bot) · 5 years ago
  30. 5753fc6 bpo-40014: Fix os.getgrouplist() (GH-19126) by Miss Islington (bot) · 5 years ago
  31. 1cdc61c bpo-40014: Fix os.getgrouplist() on macOS (GH-19118) by Miss Islington (bot) · 5 years ago
  32. 5765aca [3.7] bpo-22490: Remove __PYVENV_LAUNCHER__ from environment during launch (GH-9516) (GH-19111) by Jason R. Coombs · 5 years ago
  33. 39680fb [3.7] bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. (GH-18942). (GH-19104) by Serhiy Storchaka · 5 years ago
  34. 148786a bpo-39582: ossaudiodev module update helpers signature for ioctl calls. (GH-18412) by Miss Islington (bot) · 5 years ago
  35. 4dcfe5f [3.7] bpo-39871: Fix possible SystemError in atan2, copysign and remainder (GH-18806) (GH-18990) by Mark Dickinson · 5 years ago
  36. 6f4e7fc [3.7] bpo-38643: Raise SystemError instead of crashing when PyNumber_ToBase is called with invalid base. (GH-18863). (GH-18955) by Serhiy Storchaka · 5 years ago
  37. 80be9c3 bpo-39903: Fix double decref in _elementtree.Element.__getstate__ (GH-18850) by Miss Islington (bot) · 5 years ago
  38. d3c2435 bpo-39378: partial of PickleState struct should be traversed. (GH-18046) by Miss Islington (bot) · 5 years ago
  39. c4ca1f8 [3.7] bpo-39794: Add --without-decimal-contextvar (GH-18702) by Stefan Krah · 5 years ago
  40. 333b989 [3.7] bpo-39427: Document -X opt options in the CLI --help and the man page (GH-18131) (#18134) by Pablo Galindo · 5 years ago
  41. c6f9554 bpo-39576: Prevent memory error for overly optimistic precisions (GH-18581) (#18585) by Miss Islington (bot) · 5 years ago
  42. 736e0ea Valgrind no longer supports --db-attach=yes. (GH-18568) (#18578) by Miss Islington (bot) · 5 years ago
  43. a3c2c5f Use the new recommended number of repetitions in the refleak tests. (GH-18569) (#18575) by Miss Islington (bot) · 5 years ago
  44. 2574910 Update runall.bat to the latest Windows build system. (GH-18571) (#18572) by Miss Islington (bot) · 5 years ago
  45. 97d2a98 closes bpo-39510: Fix use-after-free in BufferedReader.readinto() (GH-18295) by Miss Islington (bot) · 6 years ago
  46. 958064f bpo-39421: Fix posible crash in heapq with custom comparison operators (GH-18118) by Miss Islington (bot) · 6 years ago
  47. 9dbf5d3 [3.7] bpo-16575: Disabled checks for union types being passed by value. (GH-17960) (GH-17970) by Vinay Sajip · 6 years ago
  48. 26892c7 Add PYTHONUTF8 to commandline usage. (GH-17587) (GH-17599) by Inada Naoki · 6 years ago
  49. a197f8a [3.7] bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190) (GH-17500) by Miss Islington (bot) · 6 years ago
  50. 8ce85a3 [3.7] Make repr of C accelerated TaskWakeupMethWrapper the same as of pure Python version (GH-17484) (GH-17494) by Andrew Svetlov · 6 years ago
  51. 5044c88 bpo-38965: Fix faulthandler._stack_overflow() on GCC 10 (GH-17467) by Miss Islington (bot) · 6 years ago
  52. bff5255 bpo-36854: Fix reference counter in PyInit__testcapi() (GH-17338) by Miss Islington (bot) · 6 years ago
  53. 91c15a5 [3.7] bpo-16576: Add checks for bitfields passed by value to functions. (GH-17097) (GH-17224) by Miss Islington (bot) · 6 years ago
  54. 1d7245c bpo-38823: Fix refleak in _tracemalloc init error handling (GH-17235) by Miss Islington (bot) · 6 years ago
  55. 5bd2af9 bpo-38823: Fix refleaks in faulthandler init error path on Windows (GH-17250) by Miss Islington (bot) · 6 years ago
  56. 9e4d031 bpo-38823: Clean up refleaks in _tkinter initialization. (GH-17206) by Miss Islington (bot) · 6 years ago
  57. 8a334af bpo-38823: Clean up refleaks in _contextvars initialization. (GH-17198) by Miss Islington (bot) · 6 years ago
  58. 825e91b bpo-38823: Clean up refleaks in _asyncio initialization. (GH-17195) by Miss Islington (bot) · 6 years ago
  59. 87b4d39 bpo-38785: Prevent asyncio from crashing (GH-17144) by Miss Islington (bot) · 6 years ago
  60. b8b3e43 [3.7] closes bpo-27805: Ignore ESPIPE in initializing seek of append-mode files. (GH-17137) by Benjamin Peterson · 6 years ago
  61. 484edbf bpo-16575: Fix refleak on passing unions in ctypes (GH-17064) by Ammar Askar · 6 years ago
  62. 0118d10 [3.7] bpo-16575: Add checks for unions passed by value to functions. (GH-16799) (GH-17017) by Vinay Sajip · 6 years ago
  63. a081e93 [3.7] bpo-38379: don't claim objects are collected when they aren't (GH-16658) (GH-16685) by Pablo Galindo · 6 years ago
  64. 129c2b3 bpo-38368: Added fix for ctypes crash when handling arrays in structs/unions. (GH-16589) (GH-16672) by Vinay Sajip · 6 years ago
  65. 6c3fbbc bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-16545) by Miss Islington (bot) · 6 years ago
  66. 8e4622e [3.7] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16407) by Benjamin Peterson · 6 years ago
  67. d015714 [3.7] bpo-22273: Changed conditions for ctypes array-in-struct handling. (GH-16381) (GH-16400) by Vinay Sajip · 6 years ago
  68. 16c0f6d bpo-22273: Update ctypes to correctly handle arrays in small structur… (GH-15839) (GH-16369) by Miss Islington (bot) · 6 years ago
  69. 80cb055 bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. (GH-16190) by Miss Islington (bot) · 6 years ago
  70. 4ac1be2 bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155) by Miss Islington (bot) · 6 years ago
  71. c55f695 [3.7] bpo-33936: Don't call obsolete init methods with OpenSSL 1.1.0+ (GH-16140) (GH-16200) by Miss Islington (bot) · 6 years ago
  72. e857fe6 [3.7] bpo-38168: Fix a possbile refleak in setint() of mmapmodule.c (GH-16136) (GH-16175) by Miss Islington (bot) · 6 years ago
  73. a3c53a1 bpo-21872: fix lzma library decompresses data incompletely (GH-14048) by Miss Islington (bot) · 6 years ago
  74. 197ac1a closes bpo-38127: _ctypes: PyObject_IsSubclass() should be checked for failure. (GH-16011) by Miss Islington (bot) · 6 years ago
  75. 4fbe0ee Fix calling order of PyEval_InitThreads. (GH-5833) by Miss Islington (bot) · 6 years ago
  76. 61f34f9 bpo-34720: Fix test_importlib.test_bad_traverse for AIX (GH-14238) by Michael Felt · 6 years ago
  77. b4fb2c2 bpo-35941: Fix performance regression in SSL certificate code (GH-12610) by Steve Dower · 6 years ago
  78. 328cfde bpo-37649: Fix exec_prefix check (GH-14897) by Miss Islington (bot) · 6 years ago
  79. 472f37a bpo-37702: Fix SSL's certificate-store leak on Windows (GH-15632) by Miss Islington (bot) · 6 years ago
  80. 1af2c0e bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (GH-14462) by Miss Islington (bot) · 6 years ago
  81. 5190b71 bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625) by Miss Islington (bot) · 6 years ago
  82. 021e5db bpo-36946:Fix possible signed integer overflow when handling slices. (GH-15639) by Miss Islington (bot) · 6 years ago
  83. 6b50c10 bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seconds>=24. (GH-14307) by Miss Islington (bot) · 6 years ago
  84. 1bf672f bpo-36205: Fix the rusage implementation of time.process_time() (GH-15538) by Miss Islington (bot) · 6 years ago
  85. 1b1796d [3.7] bpo-37915: Fix comparison between tzinfo objects and timezone objects (GH-15390) (GH-15417) by Pablo Galindo · 6 years ago
  86. ed44b84 bpo-37642: Update acceptable offsets in timezone (GH-14878) (#15226) by Paul Ganssle · 6 years ago
  87. 2b9b707 Replace usage of the obscure PEM_read_bio_X509_AUX with the more standard PEM_read_bio_X509 (GH-15303) by Miss Islington (bot) · 6 years ago
  88. 1581d9c bpo-21131: Fix faulthandler.register(chain=True) stack (GH-15276) by Miss Islington (bot) · 6 years ago
  89. b0b178a bpo-37811: FreeBSD, OSX: fix poll(2) usage in sockets module (GH-15202) by Miss Islington (bot) · 6 years ago
  90. 7eef81e bpo-37738: Fix curses addch(str, color_pair) (GH-15071) (GH-15273) by Victor Stinner · 6 years ago
  91. 6ed20e5 [3.7] bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH-14996) (GH-15104) by Serhiy Storchaka · 6 years ago
  92. 35d9c37 bpo-37695: Correct unget_wch error message. (GH-14986) by Miss Islington (bot) · 6 years ago
  93. 83cec02 [3.7] Fix typos in docs, comments and test assert messages (GH-14872). (#14901) by Kyle Stanley · 6 years ago
  94. f3130fa Put pyexpatns.h include back. bpo-37437 (GH-14539) by Miss Islington (bot) · 6 years ago
  95. cf76174 [3.7] bpo-37428: Don't set PHA verify flag on client side (GH-14421) (GH-14493) by Miss Islington (bot) · 6 years ago
  96. 87cc668 closes bpo-37437: Update vendorized expat to 2.2.7. (GH-14436) by Miss Islington (bot) · 6 years ago
  97. 65e1872 closes bpo-37420: Handle errors during iteration in os.sched_setaffinity. (GH-14414) by Miss Islington (bot) · 6 years ago
  98. 742b16e bpo-32627: Fix compile error when conflicting `_uuid` headers included (GH-11751) by Miss Islington (bot) · 6 years ago
  99. b296743 Fix name of '\0'. (GH-14222) by Miss Islington (bot) · 6 years ago
  100. 6a433f5 bpo-36779: time.tzname returns empty string on Windows if default cod… (GH-13073) by Miss Islington (bot) · 6 years ago