1. c1ebe6a Add docstring for shlex.split (GH-16740) (GH-17013) by Miss Skeleton (bot) · 4 years, 8 months ago
  2. dcb338e bpo-38640: Allow break and continue in always false while loops (GH-16992) by Miss Skeleton (bot) · 4 years, 8 months ago
  3. 3801b26 bpo-36993: Improve error reporting for zipfiles with bad zip64 extra data. (GH-14656) by Miss Skeleton (bot) · 4 years, 8 months ago
  4. 76fbdaa bpo-38334: Fix seeking backward on an encrypted zipfile.ZipExtFile. (GH-16937) by Miss Skeleton (bot) · 4 years, 9 months ago
  5. 6d6418a [3.8] bpo-37309: First idlelib/NEWS.txt for 3.8.1 (GH-16947) by Terry Jan Reedy · 4 years, 9 months ago
  6. 7a3b1a6 bpo-34162: Last idlelib/NEWS.txt items for 3.8.0. (GH-16943) by Miss Skeleton (bot) · 4 years, 9 months ago
  7. e3a477a bpo-38598: Do not try to compile IDLE shell or output windows (GH-16939) by Miss Skeleton (bot) · 4 years, 9 months ago
  8. ba3a566 bpo-38535: Fix positions for AST nodes for calls without arguments in decorators. (GH-16861) by Miss Skeleton (bot) · 4 years, 9 months ago
  9. d04661f bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586) by Miss Skeleton (bot) · 4 years, 9 months ago
  10. cbf474c bpo-34679: ProactorEventLoop only uses set_wakeup_fd() in main thread (GH-16901) by Miss Skeleton (bot) · 4 years, 9 months ago
  11. 2f8d4f0 bpo-31202: Preserve case of literal parts in Path.glob() on Windows. (GH-16860) by Miss Skeleton (bot) · 4 years, 9 months ago
  12. d73205d bpo-38525: Fix a segmentation fault when using reverse iterators of empty dict (GH-16846) by Miss Islington (bot) · 4 years, 9 months ago
  13. 652a1cb bpo-38521: Fix error in NormalDist.__eq__() (GH-16840) (GH-16842) by Miss Islington (bot) · 4 years, 9 months ago
  14. 0f3187c [3.8] bpo-27657: Fix urlparse() with numeric paths (GH-661) (#16839) by Senthil Kumaran · 4 years, 9 months ago
  15. c615db6 bpo-33604: Raise TypeError on missing hmac arg. (GH-16805) by Miss Islington (bot) · 4 years, 9 months ago
  16. afbcd9f bpo-35998: Fix test_asyncio.test_start_tls_server_1() (GH-16815) by Miss Islington (bot) · 4 years, 9 months ago
  17. f705f8e bpo-38478: Correctly handle keyword argument with same name as positional-only parameter (GH-16800) by Miss Islington (bot) · 4 years, 9 months ago
  18. f82ce5b [3.8] bpo-36389: Backport debug enhancements from master (GH-16796) by Victor Stinner · 4 years, 9 months ago
  19. 4f0587f [3.8] bpo-38456: Use /bin/true in test_subprocess (GH-16737) by Gregory P. Smith · 4 years, 9 months ago
  20. 85da2dd Merge tag 'v3.8.0' into 3.8 by Łukasz Langa · 4 years, 9 months ago
  21. aa909b6 bpo-38453: Resolve test directories before chdir to them (GH-16723) by Miss Islington (bot) · 4 years, 9 months ago
  22. fa919fd v3.8.0 by Łukasz Langa · 4 years, 9 months ago
  23. 927f07c bpo-38469: Handle named expression scope with global/nonlocal keywords (GH-16755) (#16760) by Miss Islington (bot) · 4 years, 9 months ago
  24. 6da52ac bpo-38431: Fix __repr__ method of InitVar to work with typing objects. (GH-16702) by Miss Islington (bot) · 4 years, 9 months ago
  25. e540bb5 bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503) by Miss Islington (bot) · 4 years, 9 months ago
  26. 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 · 4 years, 9 months ago
  27. 1da648a bpo-38341: Add SMTPNotSupportedError in the exports of smtplib (GH-16525) by Miss Islington (bot) · 4 years, 9 months ago
  28. 73665b4 bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536) by Miss Islington (bot) · 4 years, 9 months ago
  29. 398d847 Re-enable the OverflowError test for test_truediv on test_complex (GH-16591) by Miss Islington (bot) · 4 years, 9 months ago
  30. 8ab11c4 bpo-38109: Add missing constants to Lib/stat.py (GH-16665) (GH-16690) by Miss Islington (bot) · 4 years, 9 months ago
  31. 0bd9fac [3.8] bpo-38379: don't claim objects are collected when they aren't (GH-16658) (GH-16683) by Pablo Galindo · 4 years, 9 months ago
  32. 359a1975cb bpo-37531: regrtest ignores output on timeout (GH-16659) by Miss Islington (bot) · 4 years, 9 months ago
  33. d004a5b bpo-38368: Added fix for ctypes crash when handling arrays in structs/unions. (GH-16589) (GH-16671) by Vinay Sajip · 4 years, 9 months ago
  34. 526ef85 [3.8] bpo-38395: Fix ownership in weakref.proxy methods (GH-16632) (GH-16662) by Pablo Galindo · 4 years, 9 months ago
  35. 7162440 bpo-38407: Add docstrings for typing.SupportsXXX classes. (GH-16644) by Miss Islington (bot) · 4 years, 9 months ago
  36. 10b475a bpo-38405: Make nested subclasses of typing.NamedTuple pickleable. (GH-16641) by Miss Islington (bot) · 4 years, 9 months ago
  37. a1f4500 bpo-36698: IDLE no longer fails when write non-encodable characters to stderr. (GH-16583) by Miss Islington (bot) · 4 years, 9 months ago
  38. 4880e5a bpo-38344: Fix syntax in activate.bat (GH-16533) by Miss Islington (bot) · 4 years, 9 months ago
  39. dc19124 bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-16545) by Miss Islington (bot) · 4 years, 9 months ago
  40. 8edde5c bpo-34344 Fix AbstractEventLoopPolicy.get_event_loop docstring (GH-16463) by Miss Islington (bot) · 4 years, 9 months ago
  41. 6067e1d bpo-38355: Fix ntpath.realpath failing on sys.executable (GH-16551) by Miss Islington (bot) · 4 years, 9 months ago
  42. de3195c [3.8] bpo-36670, regrtest: Fix WindowsLoadTracker() for partial line (GH-16550) (GH-16560) by Victor Stinner · 4 years, 9 months ago
  43. 183733d bpo-38338, test.pythoninfo: add more ssl infos (GH-16539) by Miss Islington (bot) · 4 years, 9 months ago
  44. a72de93 bpo-36670: regrtest bug fixes (GH-16537) by Miss Islington (bot) · 4 years, 9 months ago
  45. 34214de v3.8.0rc1 by Łukasz Langa · 4 years, 9 months ago
  46. 6b4c70a bpo-36670: Multiple regrtest bugfixes (GH-16511) by Miss Islington (bot) · 4 years, 9 months ago
  47. 938c00c bpo-38319: Fix shutil._fastcopy_sendfile(): set sendfile() max block size (GH-16491) (#16506) by Miss Islington (bot) · 4 years, 9 months ago
  48. 2f644c0 Fix and improve `asyncio.run()` docs (GH-16403) (GH-16504) by Miss Islington (bot) · 4 years, 9 months ago
  49. bfca56b [3.8] bpo-38270: More fixes for strict crypto policy (GH-16418) (#16437) by Christian Heimes · 4 years, 9 months ago
  50. 2f87a7d bpo-30773: Fix ag_running; prohibit running athrow/asend/aclose in parallel (GH-7468) (#16486) by Miss Islington (bot) · 4 years, 9 months ago
  51. 1c19d65 bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482) (#16485) by Yury Selivanov · 4 years, 9 months ago
  52. 21f24ea [3.8] bpo-38163: Child mocks detect their type as sync or async (GH-16471) (GH-16484) by Lisa Roach · 4 years, 9 months ago
  53. 36e7e4a bpo-38161: Removes _AwaitEvent from AsyncMock. (GH-16443) (GH-16481) by Miss Islington (bot) · 4 years, 9 months ago
  54. b76ab35 bpo-38108: Makes mock objects inherit from Base (GH-16060) (GH-16470) by Miss Islington (bot) · 4 years, 9 months ago
  55. c9ed9e6 bpo-38317: Fix PyConfig.warnoptions priority (GH-16478) by Miss Islington (bot) · 4 years, 9 months ago
  56. 19cd595 bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe (GH-16472) by Miss Islington (bot) · 4 years, 9 months ago
  57. 36c6fa9 bpo-38115: Deal with invalid bytecode offsets in lnotab (GH-16079) (GH-16464) by Gregory P. Smith · 4 years, 10 months ago
  58. 8f478b4 bpo-38216, bpo-36274: Allow subclasses to separately override validation and encoding behavior (GH-16448) by Miss Islington (bot) · 4 years, 10 months ago
  59. 52bdd41 [3.8] bpo-38136: Updates await_count and call_count to be different things (GH-16192) (GH-16431) by Lisa Roach · 4 years, 10 months ago
  60. 6447b9f bpo-38243, xmlrpc.server: Escape the server_title (GH-16373) by Miss Islington (bot) · 4 years, 10 months ago
  61. b2c2a0c cleanup ababstractproperty in typing.py (GH-16432) by Miss Islington (bot) · 4 years, 10 months ago
  62. 1931132 [3.8] bpo-38275: Skip ssl tests for disabled versions (GH-16386) (GH-16425) by Christian Heimes · 4 years, 10 months ago
  63. c989340 bpo-38239: Fix test_gdb for Link Time Optimization (LTO) (GH-16422) by Miss Islington (bot) · 4 years, 10 months ago
  64. 96c8475 [3.8] bpo-38234: Backport init path config changes from master (GH-16423) by Victor Stinner · 4 years, 10 months ago
  65. 4267e8f bpo-38271: encrypt private key test files with AES256 (GH-16385) by Miss Islington (bot) · 4 years, 10 months ago
  66. ca14f04 bpo-38005: Remove support of string argument in InterpreterID(). (GH-16227) by Miss Islington (bot) · 4 years, 10 months ago
  67. 66cd041 [3.8] bpo-38270: Check for hash digest algorithms and avoid MD5 (GH-16382) (GH-16393) by Miss Islington (bot) · 4 years, 10 months ago
  68. 2e566bf bpo-37064: Skip test_tools.test_pathfix if installed (GH-15705) (GH-16389) by Victor Stinner · 4 years, 10 months ago
  69. c71c54c bpo-37064: Add -k and -a options to pathfix.py tool (GH-16387) by Victor Stinner · 4 years, 10 months ago
  70. 16cec13 bpo-38248: Fix inconsistent immediate asyncio.Task cancellation (GH-16330) (GH-16383) by Miss Islington (bot) · 4 years, 10 months ago
  71. 4633355 bpo-38260: Add Docs on asyncio.run (GH-16337) by Miss Islington (bot) · 4 years, 10 months ago
  72. ce62dcc bpo-22273: Update ctypes to correctly handle arrays in small structur… (GH-15839) (GH-16370) by Miss Islington (bot) · 4 years, 10 months ago
  73. 1a17a05 [3.8] bpo-36871: Handle spec errors in assert_has_calls (GH-16005) (GH-16364) by Miss Islington (bot) · 4 years, 10 months ago
  74. 081641f bpo-37123: multiprocessing test_mymanager() accepts SIGTERM (GH-16349) by Miss Islington (bot) · 4 years, 10 months ago
  75. fea9ca1 bpo-38212: Increase MP test_queue_feeder_donot_stop_onexc() timeout (GH-16348) by Miss Islington (bot) · 4 years, 10 months ago
  76. fe9089a Updated incorrect level-setting code to use setLevel(). (GH-16325) (GH-16327) by Miss Islington (bot) · 4 years, 10 months ago
  77. 37bc935 bpo-38237: Let pow() support keyword arguments (GH-16302) (GH-16320) by Miss Islington (bot) · 4 years, 10 months ago
  78. 865bb68 [3.8] bpo-38093: Correctly returns AsyncMock for async subclasses. (GH-15947) (GH-16299) by Lisa Roach · 4 years, 10 months ago
  79. f4e0ceb Doc: Fix spelling errors of 'initial' in enum.py (GH-16314) by Miss Islington (bot) · 4 years, 10 months ago
  80. 8fe4755 Minor code and comment cleanup (GH-16315) (GH-16316) by Miss Islington (bot) · 4 years, 10 months ago
  81. b50edac bpo-33694: Remove test_asyncio ProactorDatagramTransportTests (GH-16288) by Miss Islington (bot) · 4 years, 10 months ago
  82. fb7746d bpo-37531: sync regrtest with master branch (GH-16285) by Victor Stinner · 4 years, 10 months ago
  83. 47bbab9 [3.8] bpo-38070: Py_FatalError() logs runtime state (GH-16258) by Victor Stinner · 4 years, 10 months ago
  84. 2adcd79 bpo-38191: Use positional-only parameters in TypedDict(). (GH-16240) by Serhiy Storchaka · 4 years, 10 months ago
  85. 31af1cc bpo-36546: No longer a need to make "data" positional only (GH-16252) (GH-16253) by Miss Islington (bot) · 4 years, 10 months ago
  86. 54ba5f1 bpo-38191: Accept arbitrary keyword names in NamedTuple() and TypedDict(). (GH-16222) by Miss Islington (bot) · 4 years, 10 months ago
  87. 3c1786f bpo-38013: make async_generator_athrow object tolerant to throwing exceptions (GH-16070) by Miss Islington (bot) · 4 years, 10 months ago
  88. 5f1590d bpo-37531: regrtest main process uses shorter timeout (GH-16220) (GH-16224) by Miss Islington (bot) · 4 years, 10 months ago
  89. f668d2b bpo-37828: Fix default mock_name in unittest.mock.assert_called error (GH-16166) by Miss Islington (bot) · 4 years, 10 months ago
  90. d8d653c bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. (GH-16190) by Miss Islington (bot) · 4 years, 10 months ago
  91. 73ccc33 bpo-35379: When exiting IDLE, catch any AttributeError. (GH-16212) by Miss Islington (bot) · 4 years, 10 months ago
  92. f04299d bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155) by Miss Islington (bot) · 4 years, 10 months ago
  93. ad845be bpo-38183: Test_idle ignores user config directory GH-16198) by Miss Islington (bot) · 4 years, 10 months ago
  94. 917c622 Doc: Fix Wikipedia link for functools.lru_cache (GH-16183) by Miss Islington (bot) · 4 years, 10 months ago
  95. cc8edfb bpo-38100: Fix spelling error in unittest.mock code (GH-16168) by Miss Islington (bot) · 4 years, 10 months ago
  96. 4924d55 bpo-38081: Add more non-fatal error codes for ntpath.realpath (GH-16156) by Miss Islington (bot) · 4 years, 10 months ago
  97. e8d7fa2 [3.8] bpo-38153: Normalize hashlib algorithm names (GH-16083) (GH-16144) by Christian Heimes · 4 years, 10 months ago
  98. f37a983 [3.8] bpo-38005: Fixed comparing and creating of InterpreterID and ChannelID. (GH-15652) (GH-16145) by Serhiy Storchaka · 4 years, 10 months ago
  99. d322abb [3.8] bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) (GH-16141) by Serhiy Storchaka · 4 years, 10 months ago
  100. 66da347 bpo-37953: Fix deprecation warnings in test_typing (GH-16133) by Miss Islington (bot) · 4 years, 10 months ago