1. ba65eed Upgrade python/cpython3 to v3.8.1 by Haibo Huang · 4 years, 4 months ago
  2. 9d3cacd [3.8] bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190) (GH-17499) by Miss Islington (bot) · 4 years, 6 months ago
  3. ce0a2a8 Make repr of C accelerated TaskWakeupMethWrapper the same as of pure Python version (GH-17484) by Miss Islington (bot) · 4 years, 6 months ago
  4. 836cf31 bpo-37931: Fix crash on OSX re-initializing os.environ (GH-15428) by Miss Islington (bot) · 4 years, 6 months ago
  5. f4a21d3 bpo-38965: Fix faulthandler._stack_overflow() on GCC 10 (GH-17467) by Miss Islington (bot) · 4 years, 6 months ago
  6. 68669ef bpo-38634: Allow non-apple build to cope with libedit (GH-16986) by Miss Islington (bot) · 4 years, 6 months ago
  7. 6c6a1bb Fix linux_bionic build of python3 by Dan Willemsen · 4 years, 6 months ago
  8. 84c36c1 bpo-36854: Fix reference counter in PyInit__testcapi() (GH-17338) by Victor Stinner · 4 years, 7 months ago
  9. daf7a08 bpo-38823: Fix refleak in _tracemalloc init error handling (GH-17235) by Miss Islington (bot) · 4 years, 7 months ago
  10. a5ed2fe bpo-38823: Fix refleaks in faulthandler init error path on Windows (GH-17250) by Miss Islington (bot) · 4 years, 7 months ago
  11. bec7015 bpo-38622: Ensure ctypes.PyObj_FromPtr audit event passes tuples as a single argument (GH-17243) by Miss Islington (bot) · 4 years, 7 months ago
  12. 47db743 bpo-38622: Add missing audit events for ctypes module (GH-17158) by Miss Islington (bot) · 4 years, 7 months ago
  13. 42a4359 bpo-38823: Clean up refleaks in _tkinter initialization. (GH-17206) by Miss Islington (bot) · 4 years, 7 months ago
  14. bef2815 bpo-16576: Add checks for bitfields passed by value to functions. (GH-17097) (GH-17223) by Miss Islington (bot) · 4 years, 7 months ago
  15. 1fe79a4 bpo-38823: Clean up refleaks in _contextvars initialization. (GH-17198) by Miss Islington (bot) · 4 years, 7 months ago
  16. 48f4f75 bpo-38823: Clean up refleaks in _asyncio initialization. (GH-17195) by Miss Islington (bot) · 4 years, 7 months ago
  17. 25ce77d bpo-38677: Fix arraymodule error handling in module initialization. (GH-17039) by Miss Islington (bot) · 4 years, 7 months ago
  18. 694c03f bpo-38785: Prevent asyncio from crashing (GH-17144) by Miss Islington (bot) · 4 years, 7 months ago
  19. 9788f97 [3.8] closes bpo-27805: Ignore ESPIPE in initializing seek of append-mode files. (GH-17136) by Benjamin Peterson · 4 years, 7 months ago
  20. 7c20888 bpo-38684: haslib: fix build when Blake2 not enabled in OpenSSL (GH-17043) by Miss Islington (bot) · 4 years, 7 months ago
  21. 9528997 [3.8] bpo-16575: Add checks for unions passed by value to functions. (GH-16799) (GH-17016) by Vinay Sajip · 4 years, 7 months ago
  22. 5fb8142 bpo-38418: Fixes audit event for os.system to be named 'os.system' (GH-16670) by Miss Islington (bot) · 4 years, 8 months ago
  23. f82ce5b [3.8] bpo-36389: Backport debug enhancements from master (GH-16796) by Victor Stinner · 4 years, 8 months ago
  24. ba44ea6 bpo-37731: Reorder includes in xmltok.c to avoid redefinition of _POSIX_C_SOURCE (GH-16733) by Miss Islington (bot) · 4 years, 8 months ago
  25. 0bd9fac [3.8] bpo-38379: don't claim objects are collected when they aren't (GH-16658) (GH-16683) by Pablo Galindo · 4 years, 8 months ago
  26. d004a5b bpo-38368: Added fix for ctypes crash when handling arrays in structs/unions. (GH-16589) (GH-16671) by Vinay Sajip · 4 years, 8 months ago
  27. 13915a3 bpo-36356: Fix memory leak in _asynciomodule.c (GH-16598) by Miss Islington (bot) · 4 years, 8 months ago
  28. dc19124 bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-16545) by Miss Islington (bot) · 4 years, 8 months ago
  29. bfe1f74 [3.8] bpo-3832: Fix compiler warnings (GH-16518) by Victor Stinner · 4 years, 8 months ago
  30. d49f096 bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509) by Miss Islington (bot) · 4 years, 8 months ago
  31. bdace21 bpo-38304: Remove PyConfig.struct_size (GH-16500) by Victor Stinner · 4 years, 8 months ago
  32. 92ca515 Clear weakrefs in garbage found by the GC (GH-16495) (#16499) by Miss Islington (bot) · 4 years, 8 months ago
  33. bfca56b [3.8] bpo-38270: More fixes for strict crypto policy (GH-16418) (#16437) by Christian Heimes · 4 years, 8 months ago
  34. 6e12838 bpo-38304: Add PyConfig.struct_size (GH-16451) (GH-16453) by Victor Stinner · 4 years, 9 months ago
  35. 96c8475 [3.8] bpo-38234: Backport init path config changes from master (GH-16423) by Victor Stinner · 4 years, 9 months ago
  36. d75bf44 [3.8] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16409) by Benjamin Peterson · 4 years, 9 months ago
  37. b92b8c5 [3.8] bpo-22273: Changed conditions for ctypes array-in-struct handling. (GH-16381) (GH-16401) by Vinay Sajip · 4 years, 9 months ago
  38. 16cec13 bpo-38248: Fix inconsistent immediate asyncio.Task cancellation (GH-16330) (GH-16383) by Miss Islington (bot) · 4 years, 9 months ago
  39. ce62dcc bpo-22273: Update ctypes to correctly handle arrays in small structur… (GH-15839) (GH-16370) by Miss Islington (bot) · 4 years, 9 months ago
  40. 7f7cd89 bpo-38234: read_pth_file() now returns PyStatus (GH-16338) by Miss Islington (bot) · 4 years, 9 months ago
  41. 3f5409a bpo-38234: Fix _PyConfig_InitPathConfig() (GH-16335) (GH-16336) by Victor Stinner · 4 years, 9 months ago
  42. 9f3dcf8 [3.8] bpo-38234: Fix PyConfig_Read() when Py_SetPath() was called (GH-16298) (GH-16313) by Victor Stinner · 4 years, 9 months ago
  43. d8d653c bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. (GH-16190) by Miss Islington (bot) · 4 years, 9 months ago
  44. f04299d bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155) by Miss Islington (bot) · 4 years, 9 months ago
  45. 1ecc75a bpo-33936: Don't call obsolete init methods with OpenSSL 1.1.0+ (GH-16140) by Miss Islington (bot) · 4 years, 9 months ago
  46. 0067fc2 bpo-38153: detect shake independently from sha3 (GH-16143) by Miss Islington (bot) · 4 years, 9 months ago
  47. e8d7fa2 [3.8] bpo-38153: Normalize hashlib algorithm names (GH-16083) (GH-16144) by Christian Heimes · 4 years, 9 months ago
  48. 322309e [3.8] bpo-38168: Fix a possbile refleak in setint() of mmapmodule.c (GH-16136) (GH-16174) by Miss Islington (bot) · 4 years, 9 months ago
  49. d6fdfc8 bpo-37798: Prevent undefined behavior in direct calls to the C helper function. (GH-16149) (GH-16160) by Miss Islington (bot) · 4 years, 9 months ago
  50. f37a983 [3.8] bpo-38005: Fixed comparing and creating of InterpreterID and ChannelID. (GH-15652) (GH-16145) by Serhiy Storchaka · 4 years, 9 months ago
  51. d322abb [3.8] bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) (GH-16141) by Serhiy Storchaka · 4 years, 9 months ago
  52. 53ff2ca [3.8] bpo-38150: Fix refleak in the finalizer of a _testcapimodule type (GH-16115) (GH-16118) by Stéphane Wirtel · 4 years, 9 months ago
  53. 36c29e4 [3.8] bpo-38137: Re-add OpenSSL 1.0.2 compat (GH-16051) (GH-16057) by Stéphane Wirtel · 4 years, 9 months ago
  54. 824407f bpo-21872: fix lzma library decompresses data incompletely (GH-14048) by Miss Islington (bot) · 4 years, 9 months ago
  55. 0d7cb5b bpo-38132: Check EVP_DigestUpdate for error (GH-16041) by Miss Islington (bot) · 4 years, 9 months ago
  56. 67b90a0 bpo-38132: Simplify _hashopenssl code (GH-16023) (#16040) by Miss Islington (bot) · 4 years, 9 months ago
  57. 80e3365 bpo-38134: Remove PKBDF2_HMAC_fast from _hashopenssl (GH-16028) by Miss Islington (bot) · 4 years, 9 months ago
  58. 84eb42e bpo-38110: Use fdwalk for os.closerange() when available. (GH-15224) by Miss Islington (bot) · 4 years, 9 months ago
  59. f60fd95 closes bpo-37405: Make socket.getsockname() always return a tuple for AF_CAN. (GH-14392) (GH-16018) by Miss Islington (bot) · 4 years, 9 months ago
  60. 79cbaf5 closes bpo-38127: _ctypes: PyObject_IsSubclass() should be checked for failure. (GH-16011) by Miss Islington (bot) · 4 years, 9 months ago
  61. 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 · 4 years, 9 months ago
  62. 43ee0e2 bpo-33166: Change os.cpu_count to return active (real) processors (GH-15949) by Miss Islington (bot) · 4 years, 9 months ago
  63. 21dacea Fix calling order of PyEval_InitThreads. (GH-15836) by Miss Islington (bot) · 4 years, 9 months ago
  64. fdd17ab bpo-35941: Fix performance regression in SSL certificate code (GH-12610) by Steve Dower · 4 years, 9 months ago
  65. e832963 bpo-37649: Fix exec_prefix check (GH-14897) by Miss Islington (bot) · 4 years, 9 months ago
  66. 5731172 bpo-38070: visit_decref() calls _PyObject_IsFreed() (GH-15782) by Miss Islington (bot) · 4 years, 9 months ago
  67. b150d0b bpo-38037: Fix reference counters in signal module (GH-15753) by Miss Islington (bot) · 4 years, 9 months ago
  68. 5d695b6 bpo-37702: Fix SSL's certificate-store leak on Windows (GH-15632) by Steve Dower · 4 years, 9 months ago
  69. e103732 bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (GH-14462) by Miss Islington (bot) · 4 years, 9 months ago
  70. 6e3809c bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625) by Miss Islington (bot) · 4 years, 9 months ago
  71. cad7abf bpo-38030: Fix os.stat failures on block devices on Windows (GH-15681) by Miss Islington (bot) · 4 years, 9 months ago
  72. 4dd1c9d closes bpo-37966: Fully implement the UAX GH-15 quick-check algorithm. (GH-15558) by Miss Islington (bot) · 4 years, 9 months ago
  73. 54dac6c bpo-38020: Fixes crash in os.readlink() on Windows (GH-15663) by Miss Islington (bot) · 4 years, 9 months ago
  74. 58067d2 bpo-37798: Fix _statistics module doc (GH-15546) by Miss Islington (bot) · 4 years, 9 months ago
  75. 353053d [3.8] bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630) (GH-15635) by Serhiy Storchaka · 4 years, 9 months ago
  76. 97a31c7 [3.8] bpo-37990: fix gc stats (GH-15626) by Inada Naoki · 4 years, 9 months ago
  77. 4bd1d05 Fix typos mostly in comments, docs and test names (GH-15209) by Miss Islington (bot) · 4 years, 9 months ago
  78. 17f61ed bpo-37140: Fix StructUnionType_paramfunc() (GH-15612) by Miss Islington (bot) · 4 years, 9 months ago
  79. 27f4186 bpo-37976: Prevent shadowing of TypeError in zip() (GH-15592) (GH-15608) by Miss Islington (bot) · 4 years, 9 months ago
  80. 96631dc [3.8] bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593). (GH-15599) by Serhiy Storchaka · 4 years, 10 months ago
  81. 102130a bpo-37960: Silence only necessary errors in repr() of buffered and text streams. (GH-15543) by Miss Islington (bot) · 4 years, 10 months ago
  82. d1d42bf bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seconds>=24. (GH-14307) by Miss Islington (bot) · 4 years, 10 months ago
  83. 03c52f2 bpo-37951: Lift subprocess's fork() restriction (GH-15544) by Miss Islington (bot) · 4 years, 10 months ago
  84. 91020fa bpo-36205: Fix the rusage implementation of time.process_time() (GH-15538) by Miss Islington (bot) · 4 years, 10 months ago
  85. 56c4d2d bpo-37798: Minor code formatting and comment clean-ups. (GH-15526) (GH-15527) by Miss Islington (bot) · 4 years, 10 months ago
  86. 2bb4fc3 bpo-37055: fix warnings in _blake2 module (GH-14646) by Miss Islington (bot) · 4 years, 10 months ago
  87. 21161d7 [3.8] bpo-37942: Improve argument clinic float converter (GH-15470) (GH-15480) by Raymond Hettinger · 4 years, 10 months ago
  88. 5779c53 bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266) (GH-15441) by Miss Islington (bot) · 4 years, 10 months ago
  89. 5c77730 bpo-37915: Fix comparison between tzinfo objects and timezone objects (GH-15390) by Miss Islington (bot) · 4 years, 10 months ago
  90. 9eb3d54 bpo-37834: Normalise handling of reparse points on Windows (GH-15370) by Steve Dower · 4 years, 10 months ago
  91. 27b38b9 bpo-37642: Update acceptable offsets in timezone (GH-14878) (#15227) by Paul Ganssle · 4 years, 10 months ago
  92. f781283 [3.8] Replace usage of the obscure PEM_read_bio_X509_AUX with the more standard PEM_read_bio_X509 (GH-15303) (GH-15304) by Miss Islington (bot) · 4 years, 10 months ago
  93. b8e6824 bpo-21131: Fix faulthandler.register(chain=True) stack (GH-15276) by Miss Islington (bot) · 4 years, 10 months ago
  94. 123f6c4 bpo-37811: FreeBSD, OSX: fix poll(2) usage in sockets module (GH-15202) by Miss Islington (bot) · 4 years, 10 months ago
  95. 9842269 bpo-37738: Fix curses addch(str, color_pair) (GH-15071) by Miss Islington (bot) · 4 years, 10 months ago
  96. c61f9b5 Delete leftover clinic-generated file for C zipimport. (GH-15174) by Miss Islington (bot) · 4 years, 10 months ago
  97. e8ea348 bpo-37729: gc: write stats at once (GH-15050) by Miss Islington (bot) · 4 years, 10 months ago
  98. dde944f bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH-14996) by Miss Islington (bot) · 4 years, 10 months ago
  99. 462f070 bpo-37695: Correct unget_wch error message. (GH-14986) by Miss Islington (bot) · 4 years, 10 months ago
  100. d8b914a bpo-37085: Expose SocketCAN bcm_msg_head flags (GH-13646) by Miss Islington (bot) · 4 years, 10 months ago