1. 4c22e16 closes bpo-37633: Reëxport some function compatibility wrappers for macros in ``pythonrun.h``. (GH-17056) by Miss Islington (bot) · 5 years ago
  2. aa1fee8 bpo-38422: Clarify docstrings of pathlib suffix(es) (GH-16679) by Miss Skeleton (bot) · 5 years ago
  3. dcb338e bpo-38640: Allow break and continue in always false while loops (GH-16992) by Miss Skeleton (bot) · 5 years ago
  4. 3801b26 bpo-36993: Improve error reporting for zipfiles with bad zip64 extra data. (GH-14656) by Miss Skeleton (bot) · 5 years ago
  5. 2267cb9 bpo-38589: Fixes HTML Help shortcut when Windows is not installed to C drive (GH-16968) by Miss Skeleton (bot) · 5 years ago
  6. 07eee64 bpo-38519: Internal include files missing on Windows (GH-16921) by Miss Skeleton (bot) · 5 years ago
  7. 955f96f bpo-38592 Add pt-br switcher to Python Docs website (GH-16924) (GH-16953) by Miss Skeleton (bot) · 5 years ago
  8. 76fbdaa bpo-38334: Fix seeking backward on an encrypted zipfile.ZipExtFile. (GH-16937) by Miss Skeleton (bot) · 5 years ago
  9. e3a477a bpo-38598: Do not try to compile IDLE shell or output windows (GH-16939) by Miss Skeleton (bot) · 5 years ago
  10. ba3a566 bpo-38535: Fix positions for AST nodes for calls without arguments in decorators. (GH-16861) by Miss Skeleton (bot) · 5 years ago
  11. d04661f bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586) by Miss Skeleton (bot) · 5 years ago
  12. cbf474c bpo-34679: ProactorEventLoop only uses set_wakeup_fd() in main thread (GH-16901) by Miss Skeleton (bot) · 5 years ago
  13. dbcea39 bpo-37415: Fix stdatomic.h header check for ICC compiler (GH-16717) by Miss Skeleton (bot) · 5 years ago
  14. 2f8d4f0 bpo-31202: Preserve case of literal parts in Path.glob() on Windows. (GH-16860) by Miss Skeleton (bot) · 5 years ago
  15. b1fc8c0 bpo-38540: Fix possible leak in PyArg_Parse for "esGH-" and "etGH-". (GH-16869) by Miss Skeleton (bot) · 5 years ago
  16. d73205d bpo-38525: Fix a segmentation fault when using reverse iterators of empty dict (GH-16846) by Miss Islington (bot) · 5 years ago
  17. 652a1cb bpo-38521: Fix error in NormalDist.__eq__() (GH-16840) (GH-16842) by Miss Islington (bot) · 5 years ago
  18. 5fb8142 bpo-38418: Fixes audit event for os.system to be named 'os.system' (GH-16670) by Miss Islington (bot) · 5 years ago
  19. 0f3187c [3.8] bpo-27657: Fix urlparse() with numeric paths (GH-661) (#16839) by Senthil Kumaran · 5 years ago
  20. c615db6 bpo-33604: Raise TypeError on missing hmac arg. (GH-16805) by Miss Islington (bot) · 5 years ago
  21. 7773d39 bpo-38492: Remove pythonw.exe dependency on the Microsoft C++ runtime (GH-16824) by Miss Islington (bot) · 5 years ago
  22. afbcd9f bpo-35998: Fix test_asyncio.test_start_tls_server_1() (GH-16815) by Miss Islington (bot) · 5 years ago
  23. f705f8e bpo-38478: Correctly handle keyword argument with same name as positional-only parameter (GH-16800) by Miss Islington (bot) · 5 years ago
  24. f82ce5b [3.8] bpo-36389: Backport debug enhancements from master (GH-16796) by Victor Stinner · 5 years ago
  25. fa919fd v3.8.0 by Łukasz Langa · 5 years ago
  26. 927f07c bpo-38469: Handle named expression scope with global/nonlocal keywords (GH-16755) (#16760) by Miss Islington (bot) · 5 years ago
  27. 6da52ac bpo-38431: Fix __repr__ method of InitVar to work with typing objects. (GH-16702) by Miss Islington (bot) · 5 years ago
  28. e540bb5 bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503) by Miss Islington (bot) · 5 years ago
  29. 5a638a8 [3.8] bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper parsing of URLs" (GH-16724) (GH-16728) by Abhilash Raj · 5 years ago
  30. 1da648a bpo-38341: Add SMTPNotSupportedError in the exports of smtplib (GH-16525) by Miss Islington (bot) · 5 years ago
  31. 73665b4 bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536) by Miss Islington (bot) · 5 years ago
  32. 8ab11c4 bpo-38109: Add missing constants to Lib/stat.py (GH-16665) (GH-16690) by Miss Islington (bot) · 5 years ago
  33. 0bd9fac [3.8] bpo-38379: don't claim objects are collected when they aren't (GH-16658) (GH-16683) by Pablo Galindo · 5 years ago
  34. 359a1975cb bpo-37531: regrtest ignores output on timeout (GH-16659) by Miss Islington (bot) · 5 years ago
  35. 526ef85 [3.8] bpo-38395: Fix ownership in weakref.proxy methods (GH-16632) (GH-16662) by Pablo Galindo · 5 years ago
  36. 10b475a bpo-38405: Make nested subclasses of typing.NamedTuple pickleable. (GH-16641) by Miss Islington (bot) · 5 years ago
  37. 364532f bpo-38118: Ignore Valgrind false alarm in PyUnicode_Decode() (GH-16651) by Miss Islington (bot) · 5 years ago
  38. a1f4500 bpo-36698: IDLE no longer fails when write non-encodable characters to stderr. (GH-16583) by Miss Islington (bot) · 5 years ago
  39. 4880e5a bpo-38344: Fix syntax in activate.bat (GH-16533) by Miss Islington (bot) · 5 years ago
  40. b731fc5 bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (GH-16442) by Miss Islington (bot) · 5 years ago
  41. dc19124 bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-16545) by Miss Islington (bot) · 5 years ago
  42. e74fa70 bpo-38359: Ensures pyw.exe launcher reads correct registry key (GH-16561) by Miss Islington (bot) · 5 years ago
  43. 6067e1d bpo-38355: Fix ntpath.realpath failing on sys.executable (GH-16551) by Miss Islington (bot) · 5 years ago
  44. 34214de v3.8.0rc1 by Łukasz Langa · 5 years ago
  45. 938c00c bpo-38319: Fix shutil._fastcopy_sendfile(): set sendfile() max block size (GH-16491) (#16506) by Miss Islington (bot) · 5 years ago
  46. bdace21 bpo-38304: Remove PyConfig.struct_size (GH-16500) by Victor Stinner · 5 years ago
  47. 92ca515 Clear weakrefs in garbage found by the GC (GH-16495) (#16499) by Miss Islington (bot) · 5 years ago
  48. 2f87a7d bpo-30773: Fix ag_running; prohibit running athrow/asend/aclose in parallel (GH-7468) (#16486) by Miss Islington (bot) · 5 years ago
  49. 1c19d65 bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482) (#16485) by Yury Selivanov · 5 years ago
  50. 21f24ea [3.8] bpo-38163: Child mocks detect their type as sync or async (GH-16471) (GH-16484) by Lisa Roach · 5 years ago
  51. 36e7e4a bpo-38161: Removes _AwaitEvent from AsyncMock. (GH-16443) (GH-16481) by Miss Islington (bot) · 5 years ago
  52. b76ab35 bpo-38108: Makes mock objects inherit from Base (GH-16060) (GH-16470) by Miss Islington (bot) · 5 years ago
  53. c9ed9e6 bpo-38317: Fix PyConfig.warnoptions priority (GH-16478) by Miss Islington (bot) · 5 years ago
  54. 19cd595 bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe (GH-16472) by Miss Islington (bot) · 5 years ago
  55. 36c6fa9 bpo-38115: Deal with invalid bytecode offsets in lnotab (GH-16079) (GH-16464) by Gregory P. Smith · 5 years ago
  56. 8f478b4 bpo-38216, bpo-36274: Allow subclasses to separately override validation and encoding behavior (GH-16448) by Miss Islington (bot) · 5 years ago
  57. 6e12838 bpo-38304: Add PyConfig.struct_size (GH-16451) (GH-16453) by Victor Stinner · 5 years ago
  58. 8750bce bpo-38301: In Solaris family, we must be sure to use '-D_REENTRANT' (GH-16446) (#16449) by Miss Islington (bot) · 5 years ago
  59. 52bdd41 [3.8] bpo-38136: Updates await_count and call_count to be different things (GH-16192) (GH-16431) by Lisa Roach · 5 years ago
  60. 6447b9f bpo-38243, xmlrpc.server: Escape the server_title (GH-16373) by Miss Islington (bot) · 5 years ago
  61. 1931132 [3.8] bpo-38275: Skip ssl tests for disabled versions (GH-16386) (GH-16425) by Christian Heimes · 5 years ago
  62. c989340 bpo-38239: Fix test_gdb for Link Time Optimization (LTO) (GH-16422) by Miss Islington (bot) · 5 years ago
  63. 96c8475 [3.8] bpo-38234: Backport init path config changes from master (GH-16423) by Victor Stinner · 5 years ago
  64. d75bf44 [3.8] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16409) by Benjamin Peterson · 5 years ago
  65. 4267e8f bpo-38271: encrypt private key test files with AES256 (GH-16385) by Miss Islington (bot) · 5 years ago
  66. 66cd041 [3.8] bpo-38270: Check for hash digest algorithms and avoid MD5 (GH-16382) (GH-16393) by Miss Islington (bot) · 5 years ago
  67. e4be8c9 bpo-36210: correct logic in setup.py for optional extensions for AIX (GH-12202) (GH-16376) by Michael Felt · 5 years ago
  68. c71c54c bpo-37064: Add -k and -a options to pathfix.py tool (GH-16387) by Victor Stinner · 5 years ago
  69. 16cec13 bpo-38248: Fix inconsistent immediate asyncio.Task cancellation (GH-16330) (GH-16383) by Miss Islington (bot) · 5 years ago
  70. 1a17a05 [3.8] bpo-36871: Handle spec errors in assert_has_calls (GH-16005) (GH-16364) by Miss Islington (bot) · 5 years ago
  71. 081641f bpo-37123: multiprocessing test_mymanager() accepts SIGTERM (GH-16349) by Miss Islington (bot) · 5 years ago
  72. fea9ca1 bpo-38212: Increase MP test_queue_feeder_donot_stop_onexc() timeout (GH-16348) by Miss Islington (bot) · 5 years ago
  73. 3f5409a bpo-38234: Fix _PyConfig_InitPathConfig() (GH-16335) (GH-16336) by Victor Stinner · 5 years ago
  74. c5c6425 bpo-38236: Dump path config at first import error (GH-16300) (GH-16332) by Victor Stinner · 5 years ago
  75. 37bc935 bpo-38237: Let pow() support keyword arguments (GH-16302) (GH-16320) by Miss Islington (bot) · 5 years ago
  76. 865bb68 [3.8] bpo-38093: Correctly returns AsyncMock for async subclasses. (GH-15947) (GH-16299) by Lisa Roach · 5 years ago
  77. 9f3dcf8 [3.8] bpo-38234: Fix PyConfig_Read() when Py_SetPath() was called (GH-16298) (GH-16313) by Victor Stinner · 5 years ago
  78. 245d439 bpo-38205: Py_UNREACHABLE() calls Py_FatalError() (GH-16290) (GH-16306) by Victor Stinner · 5 years ago
  79. c410390 bpo-37937: Mention frame.f_trace in sys.settrace docs (GH-15439) by Miss Islington (bot) · 5 years ago
  80. 54ba5f1 bpo-38191: Accept arbitrary keyword names in NamedTuple() and TypedDict(). (GH-16222) by Miss Islington (bot) · 5 years ago
  81. 3c1786f bpo-38013: make async_generator_athrow object tolerant to throwing exceptions (GH-16070) by Miss Islington (bot) · 5 years ago
  82. f668d2b bpo-37828: Fix default mock_name in unittest.mock.assert_called error (GH-16166) by Miss Islington (bot) · 5 years ago
  83. d8d653c bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. (GH-16190) by Miss Islington (bot) · 5 years ago
  84. 73ccc33 bpo-35379: When exiting IDLE, catch any AttributeError. (GH-16212) by Miss Islington (bot) · 5 years ago
  85. f04299d bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155) by Miss Islington (bot) · 5 years ago
  86. ad845be bpo-38183: Test_idle ignores user config directory GH-16198) by Miss Islington (bot) · 5 years ago
  87. 1ecc75a bpo-33936: Don't call obsolete init methods with OpenSSL 1.1.0+ (GH-16140) by Miss Islington (bot) · 5 years ago
  88. 26729ce bpo-38117: Update bundled Windows OpenSSL to 1.1.1d (GH-16184) by Miss Islington (bot) · 5 years ago
  89. e8d7fa2 [3.8] bpo-38153: Normalize hashlib algorithm names (GH-16083) (GH-16144) by Christian Heimes · 5 years ago
  90. 346b7c9 bpo-38117: Updated OpenSSL to 1.1.1d in macOS installer. (GH-16170) by Miss Islington (bot) · 5 years ago
  91. f37a983 [3.8] bpo-38005: Fixed comparing and creating of InterpreterID and ChannelID. (GH-15652) (GH-16145) by Serhiy Storchaka · 5 years ago
  92. d322abb [3.8] bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) (GH-16141) by Serhiy Storchaka · 5 years ago
  93. e91edfe bpo-37953: Fix ForwardRef hash and equality checks (GH-15400) by Miss Islington (bot) · 5 years ago
  94. cf25765 bpo-34706: Preserve subclassing in inspect.Signature.from_callable (GH-16108) (GH-16113) by Miss Islington (bot) · 5 years ago
  95. 436b429 bpo-38092: Reduce overhead when using multiprocessing in a Windows virtual environment (GH-16098) by Miss Islington (bot) · 5 years ago
  96. 590ed09 bpo-25068: urllib.request.ProxyHandler now lowercases the dict keys (GH-13489) by Miss Islington (bot) · 5 years ago
  97. bd2e7cc closes bpo-36002: Use AC_PATH_TOOL to find llvm-profdata and llvm-ar. (GH-14998) by Miss Islington (bot) · 5 years ago
  98. 6638c92 [3.8] bpo-38148: Add slots to asyncio transports (GH-16077) (GH-16093) by Andrew Svetlov · 5 years ago
  99. 44cb89a bpo-12144: Handle cookies with expires attribute in CookieJar.make_cookies (GH-13921) by Miss Islington (bot) · 5 years ago
  100. 8750dfe bpo-37785: Fix xgettext warning in argparse (GH-15161) by Miss Islington (bot) · 5 years ago