Python 3.8.2
  1. b19f7ec bpo-39681: Fix C pickle regression with minimal file-like objects (GH-18592) (#18630) by Miss Islington (bot) · 5 years ago
  2. b627102 bpo-39576: Prevent memory error for overly optimistic precisions (GH-18581) (#18584) by Miss Islington (bot) · 5 years ago
  3. 9c87fbe Valgrind no longer supports --db-attach=yes. (GH-18568) (#18576) by Miss Islington (bot) · 5 years ago
  4. 0721f7a Use the new recommended number of repetitions in the refleak tests. (GH-18569) (#18574) by Miss Islington (bot) · 5 years ago
  5. 471d2b9 Update runall.bat to the latest Windows build system. (GH-18571) (#18573) by Miss Islington (bot) · 5 years ago
  6. a00b5be bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resource`, `shutil`, `signal`, `syslog` (GH-18407) by Steve Dower · 6 years ago
  7. 669981b closes bpo-39621: Make buf arg to md5_compress be const. (GH-18497) by Miss Islington (bot) · 6 years ago
  8. 190433d closes bpo-39605: Fix some casts to not cast away const. (GH-18453) by Miss Islington (bot) · 6 years ago
  9. dc56f5f bpo-39590: make deque.__contains__ and deque.count hold strong references (GH-18421) (GH-18423) by Miss Islington (bot) · 6 years ago
  10. 3498ac5 bpo-39184: Add audit events to command execution functions in os and pty modules (GH-17824) by Miss Islington (bot) · 6 years ago
  11. 30e7693 closes bpo-39510: Fix use-after-free in BufferedReader.readinto() (GH-18295) by Miss Islington (bot) · 6 years ago
  12. 1723687 [3.8] bpo-39492: Fix a reference cycle between reducer_override and a Pickler instance (GH-18266) (#18316) by Antoine Pitrou · 6 years ago
  13. 46735c7 bpo-39393: Misleading error message on dependent DLL resolution failure (GH-18093) by Miss Islington (bot) · 6 years ago
  14. a46728a bpo-39426: Fix outdated default and highest protocols in docs (GH-18154) by Miss Islington (bot) · 6 years ago
  15. 993811f bpo-39421: Fix posible crash in heapq with custom comparison operators (GH-18118) by Miss Islington (bot) · 6 years ago
  16. eb9ba2f bpo-16575: Disabled checks for union types being passed by value. (GH-17960) (GH-17964) by Miss Islington (bot) · 6 years ago
  17. 45e5750 closes bpo-39262: Use specific out-of-memory message in _sharedexception_bind. (GH-17908) by Miss Islington (bot) · 6 years ago
  18. aa3efea bpo-38532: Add missing decrefs in PyCFuncPtr_FromDll() (GH-17811) by Miss Islington (bot) · 6 years ago
  19. 9d3cacd [3.8] bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190) (GH-17499) by Miss Islington (bot) · 6 years ago
  20. ce0a2a8 Make repr of C accelerated TaskWakeupMethWrapper the same as of pure Python version (GH-17484) by Miss Islington (bot) · 6 years ago
  21. 836cf31 bpo-37931: Fix crash on OSX re-initializing os.environ (GH-15428) by Miss Islington (bot) · 6 years ago
  22. f4a21d3 bpo-38965: Fix faulthandler._stack_overflow() on GCC 10 (GH-17467) by Miss Islington (bot) · 6 years ago
  23. 68669ef bpo-38634: Allow non-apple build to cope with libedit (GH-16986) by Miss Islington (bot) · 6 years ago
  24. 84c36c1 bpo-36854: Fix reference counter in PyInit__testcapi() (GH-17338) by Victor Stinner · 6 years ago
  25. daf7a08 bpo-38823: Fix refleak in _tracemalloc init error handling (GH-17235) by Miss Islington (bot) · 6 years ago
  26. a5ed2fe bpo-38823: Fix refleaks in faulthandler init error path on Windows (GH-17250) by Miss Islington (bot) · 6 years ago
  27. bec7015 bpo-38622: Ensure ctypes.PyObj_FromPtr audit event passes tuples as a single argument (GH-17243) by Miss Islington (bot) · 6 years ago
  28. 47db743 bpo-38622: Add missing audit events for ctypes module (GH-17158) by Miss Islington (bot) · 6 years ago
  29. 42a4359 bpo-38823: Clean up refleaks in _tkinter initialization. (GH-17206) by Miss Islington (bot) · 6 years ago
  30. bef2815 bpo-16576: Add checks for bitfields passed by value to functions. (GH-17097) (GH-17223) by Miss Islington (bot) · 6 years ago
  31. 1fe79a4 bpo-38823: Clean up refleaks in _contextvars initialization. (GH-17198) by Miss Islington (bot) · 6 years ago
  32. 48f4f75 bpo-38823: Clean up refleaks in _asyncio initialization. (GH-17195) by Miss Islington (bot) · 6 years ago
  33. 25ce77d bpo-38677: Fix arraymodule error handling in module initialization. (GH-17039) by Miss Islington (bot) · 6 years ago
  34. 694c03f bpo-38785: Prevent asyncio from crashing (GH-17144) by Miss Islington (bot) · 6 years ago
  35. 9788f97 [3.8] closes bpo-27805: Ignore ESPIPE in initializing seek of append-mode files. (GH-17136) by Benjamin Peterson · 6 years ago
  36. 7c20888 bpo-38684: haslib: fix build when Blake2 not enabled in OpenSSL (GH-17043) by Miss Islington (bot) · 6 years ago
  37. 9528997 [3.8] bpo-16575: Add checks for unions passed by value to functions. (GH-16799) (GH-17016) by Vinay Sajip · 6 years ago
  38. 5fb8142 bpo-38418: Fixes audit event for os.system to be named 'os.system' (GH-16670) by Miss Islington (bot) · 6 years ago
  39. f82ce5b [3.8] bpo-36389: Backport debug enhancements from master (GH-16796) by Victor Stinner · 6 years ago
  40. ba44ea6 bpo-37731: Reorder includes in xmltok.c to avoid redefinition of _POSIX_C_SOURCE (GH-16733) by Miss Islington (bot) · 6 years ago
  41. 0bd9fac [3.8] bpo-38379: don't claim objects are collected when they aren't (GH-16658) (GH-16683) by Pablo Galindo · 6 years ago
  42. d004a5b bpo-38368: Added fix for ctypes crash when handling arrays in structs/unions. (GH-16589) (GH-16671) by Vinay Sajip · 6 years ago
  43. 13915a3 bpo-36356: Fix memory leak in _asynciomodule.c (GH-16598) by Miss Islington (bot) · 6 years ago
  44. dc19124 bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-16545) by Miss Islington (bot) · 6 years ago
  45. bfe1f74 [3.8] bpo-3832: Fix compiler warnings (GH-16518) by Victor Stinner · 6 years ago
  46. d49f096 bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509) by Miss Islington (bot) · 6 years ago
  47. bdace21 bpo-38304: Remove PyConfig.struct_size (GH-16500) by Victor Stinner · 6 years ago
  48. 92ca515 Clear weakrefs in garbage found by the GC (GH-16495) (#16499) by Miss Islington (bot) · 6 years ago
  49. bfca56b [3.8] bpo-38270: More fixes for strict crypto policy (GH-16418) (#16437) by Christian Heimes · 6 years ago
  50. 6e12838 bpo-38304: Add PyConfig.struct_size (GH-16451) (GH-16453) by Victor Stinner · 6 years ago
  51. 96c8475 [3.8] bpo-38234: Backport init path config changes from master (GH-16423) by Victor Stinner · 6 years ago
  52. d75bf44 [3.8] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16409) by Benjamin Peterson · 6 years ago
  53. b92b8c5 [3.8] bpo-22273: Changed conditions for ctypes array-in-struct handling. (GH-16381) (GH-16401) by Vinay Sajip · 6 years ago
  54. 16cec13 bpo-38248: Fix inconsistent immediate asyncio.Task cancellation (GH-16330) (GH-16383) by Miss Islington (bot) · 6 years ago
  55. ce62dcc bpo-22273: Update ctypes to correctly handle arrays in small structur… (GH-15839) (GH-16370) by Miss Islington (bot) · 6 years ago
  56. 7f7cd89 bpo-38234: read_pth_file() now returns PyStatus (GH-16338) by Miss Islington (bot) · 6 years ago
  57. 3f5409a bpo-38234: Fix _PyConfig_InitPathConfig() (GH-16335) (GH-16336) by Victor Stinner · 6 years ago
  58. 9f3dcf8 [3.8] bpo-38234: Fix PyConfig_Read() when Py_SetPath() was called (GH-16298) (GH-16313) by Victor Stinner · 6 years ago
  59. d8d653c bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. (GH-16190) by Miss Islington (bot) · 6 years ago
  60. f04299d bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155) by Miss Islington (bot) · 6 years ago
  61. 1ecc75a bpo-33936: Don't call obsolete init methods with OpenSSL 1.1.0+ (GH-16140) by Miss Islington (bot) · 6 years ago
  62. 0067fc2 bpo-38153: detect shake independently from sha3 (GH-16143) by Miss Islington (bot) · 6 years ago
  63. e8d7fa2 [3.8] bpo-38153: Normalize hashlib algorithm names (GH-16083) (GH-16144) by Christian Heimes · 6 years ago
  64. 322309e [3.8] bpo-38168: Fix a possbile refleak in setint() of mmapmodule.c (GH-16136) (GH-16174) by Miss Islington (bot) · 6 years ago
  65. d6fdfc8 bpo-37798: Prevent undefined behavior in direct calls to the C helper function. (GH-16149) (GH-16160) by Miss Islington (bot) · 6 years ago
  66. f37a983 [3.8] bpo-38005: Fixed comparing and creating of InterpreterID and ChannelID. (GH-15652) (GH-16145) by Serhiy Storchaka · 6 years ago
  67. d322abb [3.8] bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) (GH-16141) by Serhiy Storchaka · 6 years ago
  68. 53ff2ca [3.8] bpo-38150: Fix refleak in the finalizer of a _testcapimodule type (GH-16115) (GH-16118) by Stéphane Wirtel · 6 years ago
  69. 36c29e4 [3.8] bpo-38137: Re-add OpenSSL 1.0.2 compat (GH-16051) (GH-16057) by Stéphane Wirtel · 6 years ago
  70. 824407f bpo-21872: fix lzma library decompresses data incompletely (GH-14048) by Miss Islington (bot) · 6 years ago
  71. 0d7cb5b bpo-38132: Check EVP_DigestUpdate for error (GH-16041) by Miss Islington (bot) · 6 years ago
  72. 67b90a0 bpo-38132: Simplify _hashopenssl code (GH-16023) (#16040) by Miss Islington (bot) · 6 years ago
  73. 80e3365 bpo-38134: Remove PKBDF2_HMAC_fast from _hashopenssl (GH-16028) by Miss Islington (bot) · 6 years ago
  74. 84eb42e bpo-38110: Use fdwalk for os.closerange() when available. (GH-15224) by Miss Islington (bot) · 6 years ago
  75. f60fd95 closes bpo-37405: Make socket.getsockname() always return a tuple for AF_CAN. (GH-14392) (GH-16018) by Miss Islington (bot) · 6 years ago
  76. 79cbaf5 closes bpo-38127: _ctypes: PyObject_IsSubclass() should be checked for failure. (GH-16011) by Miss Islington (bot) · 6 years ago
  77. 3562ae2 [3.8] bpo-37879: Suppress subtype_dealloc decref when base type is a C heap type (GH-15323, GH-16004) (GH-15966) by Petr Viktorin · 6 years ago
  78. 43ee0e2 bpo-33166: Change os.cpu_count to return active (real) processors (GH-15949) by Miss Islington (bot) · 6 years ago
  79. 21dacea Fix calling order of PyEval_InitThreads. (GH-15836) by Miss Islington (bot) · 6 years ago
  80. fdd17ab bpo-35941: Fix performance regression in SSL certificate code (GH-12610) by Steve Dower · 6 years ago
  81. e832963 bpo-37649: Fix exec_prefix check (GH-14897) by Miss Islington (bot) · 6 years ago
  82. 5731172 bpo-38070: visit_decref() calls _PyObject_IsFreed() (GH-15782) by Miss Islington (bot) · 6 years ago
  83. b150d0b bpo-38037: Fix reference counters in signal module (GH-15753) by Miss Islington (bot) · 6 years ago
  84. 5d695b6 bpo-37702: Fix SSL's certificate-store leak on Windows (GH-15632) by Steve Dower · 6 years ago
  85. e103732 bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (GH-14462) by Miss Islington (bot) · 6 years ago
  86. 6e3809c bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625) by Miss Islington (bot) · 6 years ago
  87. cad7abf bpo-38030: Fix os.stat failures on block devices on Windows (GH-15681) by Miss Islington (bot) · 6 years ago
  88. 4dd1c9d closes bpo-37966: Fully implement the UAX GH-15 quick-check algorithm. (GH-15558) by Miss Islington (bot) · 6 years ago
  89. 54dac6c bpo-38020: Fixes crash in os.readlink() on Windows (GH-15663) by Miss Islington (bot) · 6 years ago
  90. 58067d2 bpo-37798: Fix _statistics module doc (GH-15546) by Miss Islington (bot) · 6 years ago
  91. 353053d [3.8] bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630) (GH-15635) by Serhiy Storchaka · 6 years ago
  92. 97a31c7 [3.8] bpo-37990: fix gc stats (GH-15626) by Inada Naoki · 6 years ago
  93. 4bd1d05 Fix typos mostly in comments, docs and test names (GH-15209) by Miss Islington (bot) · 6 years ago
  94. 17f61ed bpo-37140: Fix StructUnionType_paramfunc() (GH-15612) by Miss Islington (bot) · 6 years ago
  95. 27f4186 bpo-37976: Prevent shadowing of TypeError in zip() (GH-15592) (GH-15608) by Miss Islington (bot) · 6 years ago
  96. 96631dc [3.8] bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593). (GH-15599) by Serhiy Storchaka · 6 years ago
  97. 102130a bpo-37960: Silence only necessary errors in repr() of buffered and text streams. (GH-15543) by Miss Islington (bot) · 6 years ago
  98. d1d42bf bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seconds>=24. (GH-14307) by Miss Islington (bot) · 6 years ago
  99. 03c52f2 bpo-37951: Lift subprocess's fork() restriction (GH-15544) by Miss Islington (bot) · 6 years ago
  100. 91020fa bpo-36205: Fix the rusage implementation of time.process_time() (GH-15538) by Miss Islington (bot) · 6 years ago