1. 38d311d bpo-36871: Ensure method signature is used when asserting mock calls to a method (GH15578) by Miss Islington (bot) · 5 years ago
  2. 612d393 bpo-35946: Improve assert_called_with documentation (GH-11796) by Miss Islington (bot) · 5 years ago
  3. 4adcaf8 bpo-34775: Return NotImplemented in PurePath division. (GH-9509) (GH-15172) by Miss Islington (bot) · 5 years ago
  4. e471a54 bpo-18378: Recognize "UTF-8" as a valid name in locale._parse_localename (GH-14736) by Miss Islington (bot) · 5 years ago
  5. bd127b1 [3.8] bpo-37482: Fix email address name with encoded words and special chars (GH-14561) (GH-15380) by bsiem · 5 years ago
  6. 23985c6 closes bpo-37965: Fix compiler warning of distutils CCompiler.test_function. (GH-15561) by Miss Islington (bot) · 5 years ago
  7. 2cb82d2 bpo-36582: Make collections.UserString.encode() return bytes, not str (GH-13138) (GH-15557) by Miss Islington (bot) · 5 years ago
  8. c75f0e5 Fix an invalid assertEqual() call in test_descr.py (GH-15318) by Miss Islington (bot) · 5 years ago
  9. 04b7507 bpo-37664: Update ensurepip bundled wheels, again (GH-15483) by Steve Dower · 5 years ago
  10. 69d22b8 bpo-34679: Restore instantiation Windows IOCP event loop from non-main thread (GH-15492) by Miss Islington (bot) · 5 years ago
  11. 522a394 [3.8] bpo-36917: Add default implementation of ast.NodeVisitor.visit_Constant(). (GH-15490) (GH-15509) by Miss Islington (bot) · 5 years ago
  12. a387517 bpo-37805: Add tests for json.dump(..., skipkeys=True) (GH-15489) by Miss Islington (bot) · 5 years ago
  13. 0778870 bpo-37824: Properly handle user input warnings in IDLE shell. (GH-15500) by Miss Islington (bot) · 5 years ago
  14. 6ca0307 [3.8] bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15491) by Nick Coghlan · 5 years ago
  15. e266d06 bpo-37929: IDLE: avoid Squeezer-related config dialog crashes (GH-15452) by Miss Islington (bot) · 5 years ago
  16. 21161d7 [3.8] bpo-37942: Improve argument clinic float converter (GH-15470) (GH-15480) by Raymond Hettinger · 5 years ago
  17. d5a66bc bpo-37798: Test both Python and C versions in test_statistics.py (GH-15453) (GH-15467) by Miss Islington (bot) · 5 years ago
  18. c410f38 bpo-37772: fix zipfile.Path.iterdir() outputs (GH-15170) (#15461) by Miss Islington (bot) · 5 years ago
  19. ed146b5 [3.8] bpo-37830: Fix compilation of break and continue in finally. (GH-15320) (GH-15456) by Serhiy Storchaka · 5 years ago
  20. ef3ccd7 bpo-19119: Remove invalid test and rename a misnamed test (GH-15442) (GH-15447) by Miss Islington (bot) · 5 years ago
  21. 5779c53 bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266) (GH-15441) by Miss Islington (bot) · 5 years ago
  22. af84a88 bpo-36763: PyConfig_Read() handles PySys_AddXOption() (GH-15431) (GH-15435) by Victor Stinner · 5 years ago
  23. 3921d12 bpo-37549: os.dup() fails for standard streams on Windows 7 (GH-15389) by Miss Islington (bot) · 5 years ago
  24. 761e5a7 bpo-26589: Add http status code 451 (GH-15413) (GH-15436) by Miss Islington (bot) · 5 years ago
  25. a6427cb bpo-36763: Implement PyWideStringList_Insert() of PEP 587 (GH-15423) by Miss Islington (bot) · 5 years ago
  26. 5c77730 bpo-37915: Fix comparison between tzinfo objects and timezone objects (GH-15390) by Miss Islington (bot) · 5 years ago
  27. 5fda09c bpo-28556: Add a regression test to typing (GH-15396) by Miss Islington (bot) · 5 years ago
  28. 8ede967 Add missing space to warning message (GH-14915) (GH-15379) by Miss Islington (bot) · 5 years ago
  29. 967d625 bpo-37834: Fix test on Windows 7 (GH-15377) by Miss Islington (bot) · 5 years ago
  30. a50d2f7 bpo-9949: Call normpath() in realpath() and avoid unnecessary prefixes (GH-15376) by Steve Dower · 5 years ago
  31. f93c15a bpo-36311: Fixes decoding multibyte characters around chunk boundaries and improves decoding performance (GH-15083) by Miss Islington (bot) · 5 years ago
  32. 9eb3d54 bpo-37834: Normalise handling of reparse points on Windows (GH-15370) by Steve Dower · 5 years ago
  33. c30c869 bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287) by Miss Islington (bot) · 5 years ago
  34. 7e293f5 Fix difflib `?` hint in diff output when dealing with tabs (GH-15201) by Miss Islington (bot) · 5 years ago
  35. 44f2c09 bpo-35518: Skip test that relies on a deceased network service. (GH-15349) by Miss Islington (bot) · 5 years ago
  36. 1271ee8 bpo-37868: Improve is_dataclass for instances. (GH-15325) by Miss Islington (bot) · 5 years ago
  37. 8c1c426 bpo-36502: Correct documentation of str.isspace() (GH-15019) (GH-15296) by Greg Price · 5 years ago
  38. 27b38b9 bpo-37642: Update acceptable offsets in timezone (GH-14878) (#15227) by Paul Ganssle · 5 years ago
  39. 557802d bpo-37849: IDLE: fix completion window positioning above line (GH-15267) by Miss Islington (bot) · 5 years ago
  40. d85c567 [3.8] bpo-37531: Fix regrtest timeout for subprocesses (GH-15072) (GH-15279) by Victor Stinner · 5 years ago
  41. e7ec9e0 bpo-25172: Add test for crypt ImportError on Windows (GH-15252) by Miss Islington (bot) · 5 years ago
  42. 7f7f747 bpo-25172: Raise appropriate ImportError msg when crypt module used on Windows (GH-15149) by Miss Islington (bot) · 5 years ago
  43. ee98951 bpo-37583: Add err 113 to support.get_socket_conn_refused_errs() (GH-14729) by Miss Islington (bot) · 5 years ago
  44. 0c64b57 [3.8] bpo-37354: Make Powershell Activate.ps1 script static to allow for signing (GH-14967) by Miss Islington (bot) · 5 years ago
  45. 5ba1cb0 bpo-37819: Add Fraction.as_integer_ratio() (GH-15212) (GH-15215) by Miss Islington (bot) · 5 years ago
  46. 9500bbe bpo-32178: Fix IndexError trying to parse 'To' header starting with ':'. (GH-15044) by Miss Islington (bot) · 5 years ago
  47. 4c5b6ba [3.8] bpo-32912: Revert SyntaxWarning on invalid escape sequences (GH-15142) by Serhiy Storchaka · 5 years ago
  48. 2170774 bpo-34155: Dont parse domains containing @ (GH-13079) by Miss Islington (bot) · 5 years ago
  49. 162d45c [3.8] bpo-37795: Capture DeprecationWarnings in the test suite (GH-15184) (GH-15188) by Pablo Galindo · 5 years ago
  50. e780d2f Make importlib.metadata a simple module (GH-15153) (GH-15154) by Miss Islington (bot) · 5 years ago
  51. 5349f8c bpo-36419: IDLE - Refactor autocompete and improve testing. (GH-15121) by Miss Islington (bot) · 5 years ago
  52. 9c95fc7 bpo-37748: Re-order the Run menu. (GH-15115) by Miss Islington (bot) · 5 years ago
  53. 0c16f6b bpo-28292: Mark calendar.py helper functions as private. (GH-15113) (GH-15116) by Miss Islington (bot) · 5 years ago
  54. d7d607c bpo-36324: Update comments to include the target hash sums (GH-15110) (GH-15112) by Miss Islington (bot) · 5 years ago
  55. 1d2b4db bpo-37706: IDLE - fix sidebar code bug and drag tests (GH-15103) by Miss Islington (bot) · 5 years ago
  56. dde944f bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH-14996) by Miss Islington (bot) · 5 years ago
  57. 4e402d3 Correct description of HTTP status code 308. (GH-15098) by Miss Islington (bot) · 5 years ago
  58. 6b83390 bpo-30974: Change os.path.samefile docstring to match docs (GH-7337) by Miss Islington (bot) · 5 years ago
  59. 79af3bd bpo-20523: pdb searches for .pdbrc in ~ instead of $HOME (GH-11847) by Miss Islington (bot) · 5 years ago
  60. 1cc7032 bpo-16970: Adding error message for invalid args (GH-14844) by Miss Islington (bot) · 5 years ago
  61. 8399641 bpo-18049: Sync thread stack size to main thread size on macOS (GH-14748) by Miss Islington (bot) · 5 years ago
  62. 77fcccb bpo-37723: Fix performance regression on regular expression parsing. (GH-15030) by Miss Islington (bot) · 5 years ago
  63. d8b914a bpo-37085: Expose SocketCAN bcm_msg_head flags (GH-13646) by Miss Islington (bot) · 5 years ago
  64. 34de5dc bpo-34162: Add missing items to idlelib/NEWS.txt. (GH-15034) by Miss Islington (bot) · 5 years ago
  65. 01c62c9 Fix idlelib typos discovered by min ho, pr 15018. (GH-15029) by Miss Islington (bot) · 5 years ago
  66. 0f9efbc Don't skip pickle check_frame_opcodes() (GH-15027) by Miss Islington (bot) · 5 years ago
  67. 382cb85 bpo-37707: Exclude expensive unit tests from PGO task (GH-15009) (#15024) by Miss Islington (bot) · 5 years ago
  68. 8b50e3e bpo-34162: Update idlelib/news.txt. (GH-15011) by Miss Islington (bot) · 5 years ago
  69. 8513b90 bpo-37706: Disable 3 IDLE scrollbar tests on Mac. (GH-15010) by Miss Islington (bot) · 5 years ago
  70. 6f53a68 Merge tag 'v3.8.0b3' into 3.8 by Łukasz Langa · 5 years ago
  71. bf0b8a6 Add additional test for multi-line SyntaxError (GH-15003) by Miss Islington (bot) · 5 years ago
  72. 9ea738e bpo-37500: Make sure dead code does not generate bytecode but also detect syntax errors (GH-14612) by Miss Islington (bot) · 5 years ago
  73. cf52bd0 Fix `SyntaxError` indicator printing too many spaces for multi-line strings (GH-14433) by Miss Islington (bot) · 5 years ago
  74. 4336222 Python 3.8.0b3 by Łukasz Langa · 5 years ago
  75. 36fd7b6 bpo-36044: Avoid warnings in Windows PGO build and add lzma, bz2 and sqlite coverage (GH-14985) by Miss Islington (bot) · 5 years ago
  76. f96334c bpo-37697: Sync with importlib_metadata 0.19 (GH-14993) (GH-14995) by Miss Islington (bot) · 5 years ago
  77. c94386d bpo-37692: Improve highlight config sample (GH-14983) by Miss Islington (bot) · 5 years ago
  78. 76821ba bpo-37691: Let math.dist() accept sequences and iterables for coordinates (GH-14975) (GH-14984) by Miss Islington (bot) · 5 years ago
  79. 1710193 bpo-37628: Fix IDLE config sample sizes (GH-14958) by Miss Islington (bot) · 5 years ago
  80. f6ab188 bpo-17535: Increase line number horizontal padding by 2 pixels (GH-14959) by Miss Islington (bot) · 5 years ago
  81. c503390 bpo-37664: Update regex for ignoring cache warning on some buildbots (GH-14960) by Miss Islington (bot) · 5 years ago
  82. 25cb4fd bpo-37502: handle default parameter for buffers argument of pickle.loads correctly (GH-14593) by Miss Islington (bot) · 5 years ago
  83. 69802f6 closes bpo-37675: Use pkgutil.iter_modules to find fixers in a package rather than listdir. (14942) by Miss Islington (bot) · 5 years ago
  84. 0cdb21d bpo-37664: Update bundled pip to 19.2.1 and setuptools to 41.0.1 (GH-14934) by Miss Islington (bot) · 5 years ago
  85. bb69789 [3.8] bpo-37399: Correctly attach tail text to the last element/comment/pi (GH-14856) (GH-14936) by Stefan Behnel · 5 years ago
  86. 9d54de1 bpo-37667: Add regression test for regrtest. (GH-14929) by Miss Islington (bot) · 5 years ago
  87. 9f77cfc Only setup PGO tests when --pgo is enabled. (GH-14927) by Miss Islington (bot) · 5 years ago
  88. fc63d5a bpo-29446: IDLE -- add explicit imports (GH-14919) (GH-14920) by Miss Islington (bot) · 5 years ago
  89. 1da6a31 bpo-17535: IDLE editor line numbers (GH-14030) by Miss Islington (bot) · 5 years ago
  90. bf8e82f [3.8] bpo-36974: separate vectorcall functions for each calling convention (GH-13781) (#14782) by Jeroen Demeyer · 5 years ago
  91. 5dab5e7 bpo-33610: validate non-negative integer inputs in IDLE's config (GH-14822) by Miss Islington (bot) · 5 years ago
  92. 2406672 bpo-36044: Reduce number of unit tests run for PGO build (GH-14702) by Miss Islington (bot) · 5 years ago
  93. 22fd679 bpo-21478: Record calls to parent when autospecced objects are used as child with attach_mock (GH 14688) (GH-14902) by Miss Islington (bot) · 5 years ago
  94. 24b5b36 [3.8] Fix typos in docs, comments and test assert messages (GH-14872). (#14900) by Kyle Stanley · 5 years ago
  95. 9325f40 bpo-37627: Initialize IDLE Custom Run dialog with previous entries (GH-14870) by Miss Islington (bot) · 5 years ago
  96. a8cac57 Fix typo found by Min ho Kim (GH-14879) by Miss Islington (bot) · 5 years ago
  97. e8b3a2e Minor whitespace, indentation, and quoting changes to improve internal consistency and appease linters (GH-14888) (GH-14889) by Miss Islington (bot) · 5 years ago
  98. c613c33 bpo-36324: Make internal attributes for statistics.NormalDist() private. (GH-14871) (GH-14875) by Miss Islington (bot) · 5 years ago
  99. e5bfd1c bpo-36546: Clean-up comments (GH-14857) (#14859) by Miss Islington (bot) · 5 years ago
  100. 86eb5da bpo-33610: IDLE's code-context always shows current context immediately (GH-14821) (#14846) by Miss Islington (bot) · 5 years ago