1. f12ff05 bpo-38066: Hide internal Stream methods (GH-15762) by Miss Islington (bot) · 5 years ago
  2. c3008dd bpo-37251: Removes __code__ check from _is_async_obj. (GH-15830) by Miss Islington (bot) · 5 years ago
  3. eb1bc48 bpo-37619: update_one_slot() should not ignore wrapper descriptors for wrong type (GH-15838) by Miss Islington (bot) · 5 years ago
  4. 29bde48 bpo-38077: IDLE no longer adds 'argv' to the user namespace (GH-15818) by Miss Islington (bot) · 5 years ago
  5. 99df5e8 [3.8] bpo-34293: Fix PDF documentation paper size (GH-8585) (GH-15816) by Zachary Ware · 5 years ago
  6. eadf6b8 bpo-35803: Document and test dir=PathLike for tempfile (GH-11644) by Miss Islington (bot) · 5 years ago
  7. 2d5594f bpo-20490: Improve circular import error message (GH-15308) by Steve Dower · 5 years ago
  8. 78d15fa bpo-38006: Avoid closure in weakref.WeakValueDictionary (GH-15641) by Miss Islington (bot) · 5 years ago
  9. b6ef8f2 bpo-37876: Tests for ROT-13 codec (GH-15314) by Miss Islington (bot) · 5 years ago
  10. 0d4396c bpo-38059: Using sys.exit() over exit() in inspect.py (GH-15666) by Miss Islington (bot) · 5 years ago
  11. 3bd4bed bpo-34596: Fallback to a default reason when @unittest.skip is uncalled (GH-9082) (#15781) by Miss Islington (bot) · 5 years ago
  12. cabcbbe bpo-36797: Fix a dead link in Doc/distutils/apiref (GH-15700) (GH-15704) by Miss Islington (bot) · 5 years ago
  13. b150d0b bpo-38037: Fix reference counters in signal module (GH-15753) by Miss Islington (bot) · 5 years ago
  14. 5d695b6 bpo-37702: Fix SSL's certificate-store leak on Windows (GH-15632) by Steve Dower · 5 years ago
  15. 2a4a982 bpo-37283: Ensure command-line and unattend.xml setting override previously detected states in Windows installer (GH-15759) by Miss Islington (bot) · 5 years ago
  16. bee8bfe bpo-37212: Preserve keyword argument order in unittest.mock.call and error messages (GH-14310) by Miss Islington (bot) · 5 years ago
  17. 87a5a33 bpo-36250: ignore ValueError from signal in non-main thread (GH-12251) by Miss Islington (bot) · 5 years ago
  18. 68e401f bpo-37705: Improve the implementation of winerror_to_errno() (GH-15623) by Miss Islington (bot) · 5 years ago
  19. eb02196 bpo-11953: Extend table of Windows WSA* error codes (GH-15004) by Steve Dower · 5 years ago
  20. c837ad4 bpo-37936: Avoid ignoring files that we actually do track. (GH-15451) by Miss Islington (bot) · 5 years ago
  21. ebca7eb bpo-32587: Make winreg.REG_MULTI_SZ support zero-length strings (GH-13239) by Miss Islington (bot) · 5 years ago
  22. 14f7de7 [3.8] bpo-15817: gdbinit: Document commands after defining them (GH-15021) (#15744) by Zachary Ware · 5 years ago
  23. e103732 bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (GH-14462) by Miss Islington (bot) · 5 years ago
  24. 6e3809c bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625) by Miss Islington (bot) · 5 years ago
  25. 4009a85 bpo-38041: Refine IDLE Shell restart lines. (GH-15709) by Miss Islington (bot) · 5 years ago
  26. 4d1abed bpo-37380: subprocess: don't use _active on win (GH-14360) (GH-15707) by Miss Islington (bot) · 5 years ago
  27. dafbe32 bpo-36324: Apply review comments from Allen Downey (GH-15693) (GH-15694) by Miss Islington (bot) · 5 years ago
  28. bdcbb83 bpo-38026: fix inspect.getattr_static (GH-15676) by Miss Islington (bot) · 5 years ago
  29. 9c2654d bpo-37902: IDLE: Add scrolling for IDLE browsers. (GH-15368) by Miss Islington (bot) · 5 years ago
  30. 6ad0a2c [3.8] bpo-37764: Fix infinite loop when parsing unstructured email headers. (GH-15239) (GH-15686) by Abhilash Raj · 5 years ago
  31. 6d7a786 bpo-22347: Update mimetypes.guess_type to allow proper parsing of URLs (GH-15522) by Miss Islington (bot) · 5 years ago
  32. cad7abf bpo-38030: Fix os.stat failures on block devices on Windows (GH-15681) by Miss Islington (bot) · 5 years ago
  33. 4dd1c9d closes bpo-37966: Fully implement the UAX GH-15 quick-check algorithm. (GH-15558) by Miss Islington (bot) · 5 years ago
  34. 54dac6c bpo-38020: Fixes crash in os.readlink() on Windows (GH-15663) by Miss Islington (bot) · 5 years ago
  35. 59e8fba [3.8] bpo-21315: Fix parsing of encoded words with missing leading ws (GH-13425) (GH-15655) by Ashwin Ramaswami · 5 years ago
  36. 1c18aec bpo-35771: IDLE: Fix flaky tool-tip hover delay tests (GH-15634) by Miss Islington (bot) · 5 years ago
  37. bf69e16 bpo-38010 Sync importlib.metadata with importlib_metadata 0.20. (GH-15646) (GH-15648) by Miss Islington (bot) · 5 years ago
  38. 353053d [3.8] bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630) (GH-15635) by Serhiy Storchaka · 5 years ago
  39. 6922b9e bpo-37977: Warn more strongly and clearly about pickle security (GH-15595) (GH-15629) by Miss Islington (bot) · 5 years ago
  40. 97a31c7 [3.8] bpo-37990: fix gc stats (GH-15626) by Inada Naoki · 5 years ago
  41. 4bd1d05 Fix typos mostly in comments, docs and test names (GH-15209) by Miss Islington (bot) · 5 years ago
  42. 17f61ed bpo-37140: Fix StructUnionType_paramfunc() (GH-15612) by Miss Islington (bot) · 5 years ago
  43. d93605d Python 3.8.0b4 by Łukasz Langa · 5 years ago
  44. 25a044e [3.8] bpo-37834: Prevent shutil.rmtree exception (GH-15602) (#15603) by Łukasz Langa · 5 years ago
  45. 96631dc [3.8] bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593). (GH-15599) by Serhiy Storchaka · 5 years ago
  46. 9db66a2 bpo-37979: Add alternative to fromisoformat in documentation (GH-15596) by Miss Islington (bot) · 5 years ago
  47. 102130a bpo-37960: Silence only necessary errors in repr() of buffered and text streams. (GH-15543) by Miss Islington (bot) · 5 years ago
  48. d1d42bf bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seconds>=24. (GH-14307) by Miss Islington (bot) · 5 years ago
  49. 097eae5 [3.8] bpo-37950: Fix ast.dump() when call with incompletely initialized node. (GH-15510) (GH-15582) by Serhiy Storchaka · 5 years ago
  50. 38d311d bpo-36871: Ensure method signature is used when asserting mock calls to a method (GH15578) by Miss Islington (bot) · 5 years ago
  51. f92bb6e bpo-18049: Define THREAD_STACK_SIZE for AIX to pass default recursion limit test (GH-15081) by Miss Islington (bot) · 5 years ago
  52. 4adcaf8 bpo-34775: Return NotImplemented in PurePath division. (GH-9509) (GH-15172) by Miss Islington (bot) · 5 years ago
  53. e471a54 bpo-18378: Recognize "UTF-8" as a valid name in locale._parse_localename (GH-14736) by Miss Islington (bot) · 5 years ago
  54. bd127b1 [3.8] bpo-37482: Fix email address name with encoded words and special chars (GH-14561) (GH-15380) by bsiem · 5 years ago
  55. 23985c6 closes bpo-37965: Fix compiler warning of distutils CCompiler.test_function. (GH-15561) by Miss Islington (bot) · 5 years ago
  56. 2cb82d2 bpo-36582: Make collections.UserString.encode() return bytes, not str (GH-13138) (GH-15557) by Miss Islington (bot) · 5 years ago
  57. 03c52f2 bpo-37951: Lift subprocess's fork() restriction (GH-15544) by Miss Islington (bot) · 5 years ago
  58. 91020fa bpo-36205: Fix the rusage implementation of time.process_time() (GH-15538) by Miss Islington (bot) · 5 years ago
  59. b8a22ac bpo-37925: Mention --embed in python-config usage (GH-15458) by Miss Islington (bot) · 5 years ago
  60. 04b7507 bpo-37664: Update ensurepip bundled wheels, again (GH-15483) by Steve Dower · 5 years ago
  61. 3769425 [3.8] bpo-37947: Adjust correctly the recursion level in symtable for named expressions (GH-15499) (GH-15515) by Pablo Galindo · 5 years ago
  62. 69d22b8 bpo-34679: Restore instantiation Windows IOCP event loop from non-main thread (GH-15492) by Miss Islington (bot) · 5 years ago
  63. 522a394 [3.8] bpo-36917: Add default implementation of ast.NodeVisitor.visit_Constant(). (GH-15490) (GH-15509) by Miss Islington (bot) · 5 years ago
  64. a387517 bpo-37805: Add tests for json.dump(..., skipkeys=True) (GH-15489) by Miss Islington (bot) · 5 years ago
  65. 0778870 bpo-37824: Properly handle user input warnings in IDLE shell. (GH-15500) by Miss Islington (bot) · 5 years ago
  66. 6ca0307 [3.8] bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15491) by Nick Coghlan · 5 years ago
  67. e266d06 bpo-37929: IDLE: avoid Squeezer-related config dialog crashes (GH-15452) by Miss Islington (bot) · 5 years ago
  68. 21161d7 [3.8] bpo-37942: Improve argument clinic float converter (GH-15470) (GH-15480) by Raymond Hettinger · 5 years ago
  69. bf99801 Fix typo and rearrange words in IDLE news item (GH-15471) by Miss Islington (bot) · 5 years ago
  70. d5a66bc bpo-37798: Test both Python and C versions in test_statistics.py (GH-15453) (GH-15467) by Miss Islington (bot) · 5 years ago
  71. c410f38 bpo-37772: fix zipfile.Path.iterdir() outputs (GH-15170) (#15461) by Miss Islington (bot) · 5 years ago
  72. ed146b5 [3.8] bpo-37830: Fix compilation of break and continue in finally. (GH-15320) (GH-15456) by Serhiy Storchaka · 5 years ago
  73. 920ec4b bpo-28269: Replace strcasecmp with system function _stricmp. (GH-13095) by Miss Islington (bot) · 5 years ago
  74. 076d0b9 bpo-29535: Remove promize about hash randomization of datetime objects. (GH-15269) by Miss Islington (bot) · 5 years ago
  75. 5779c53 bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266) (GH-15441) by Miss Islington (bot) · 5 years ago
  76. af84a88 bpo-36763: PyConfig_Read() handles PySys_AddXOption() (GH-15431) (GH-15435) by Victor Stinner · 5 years ago
  77. 3921d12 bpo-37549: os.dup() fails for standard streams on Windows 7 (GH-15389) by Miss Islington (bot) · 5 years ago
  78. 761e5a7 bpo-26589: Add http status code 451 (GH-15413) (GH-15436) by Miss Islington (bot) · 5 years ago
  79. fe64ba6 [3.8] Fix typo (inifite -> infinite) (GH-15429) by GeeTransit · 5 years ago
  80. ca9ae94 bpo-37926: Fix PySys_SetArgvEx(0, NULL, 0) crash (GH-15415) (GH-15420) by Victor Stinner · 5 years ago
  81. 5c77730 bpo-37915: Fix comparison between tzinfo objects and timezone objects (GH-15390) by Miss Islington (bot) · 5 years ago
  82. f93c15a bpo-36311: Fixes decoding multibyte characters around chunk boundaries and improves decoding performance (GH-15083) by Miss Islington (bot) · 5 years ago
  83. 9eb3d54 bpo-37834: Normalise handling of reparse points on Windows (GH-15370) by Steve Dower · 5 years ago
  84. c30c869 bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287) by Miss Islington (bot) · 5 years ago
  85. 7e293f5 Fix difflib `?` hint in diff output when dealing with tabs (GH-15201) by Miss Islington (bot) · 5 years ago
  86. 1271ee8 bpo-37868: Improve is_dataclass for instances. (GH-15325) by Miss Islington (bot) · 5 years ago
  87. 786a4e1 bpo-36266: Add module name in ImportError when DLL not found on Windows (GH-15180) by Miss Islington (bot) · 5 years ago
  88. f991912 bpo-37256: Wording in Request class docs (GH-14792) by Miss Islington (bot) · 5 years ago
  89. 27b38b9 bpo-37642: Update acceptable offsets in timezone (GH-14878) (#15227) by Paul Ganssle · 5 years ago
  90. b8e6824 bpo-21131: Fix faulthandler.register(chain=True) stack (GH-15276) by Miss Islington (bot) · 5 years ago
  91. 123f6c4 bpo-37811: FreeBSD, OSX: fix poll(2) usage in sockets module (GH-15202) by Miss Islington (bot) · 5 years ago
  92. 557802d bpo-37849: IDLE: fix completion window positioning above line (GH-15267) by Miss Islington (bot) · 5 years ago
  93. d85c567 [3.8] bpo-37531: Fix regrtest timeout for subprocesses (GH-15072) (GH-15279) by Victor Stinner · 5 years ago
  94. 9842269 bpo-37738: Fix curses addch(str, color_pair) (GH-15071) by Miss Islington (bot) · 5 years ago
  95. 7f7f747 bpo-25172: Raise appropriate ImportError msg when crypt module used on Windows (GH-15149) by Miss Islington (bot) · 5 years ago
  96. 0c64b57 [3.8] bpo-37354: Make Powershell Activate.ps1 script static to allow for signing (GH-14967) by Miss Islington (bot) · 5 years ago
  97. 5ba1cb0 bpo-37819: Add Fraction.as_integer_ratio() (GH-15212) (GH-15215) by Miss Islington (bot) · 5 years ago
  98. 9500bbe bpo-32178: Fix IndexError trying to parse 'To' header starting with ':'. (GH-15044) by Miss Islington (bot) · 5 years ago
  99. 4c5b6ba [3.8] bpo-32912: Revert SyntaxWarning on invalid escape sequences (GH-15142) by Serhiy Storchaka · 5 years ago
  100. 2170774 bpo-34155: Dont parse domains containing @ (GH-13079) by Miss Islington (bot) · 5 years ago