1. 69785b2 3.7.3rc1 by Ned Deily · 5 years ago
  2. 1c4580d [3.7] bpo-35931: Gracefully handle any exception in pdb debug command (GH-12103) (GH-12285) by Miss Islington (bot) · 5 years ago
  3. 24872e1 bpo-36234: Add more tests to PosixUidGidTests (GH-12234) by Miss Islington (bot) · 5 years ago
  4. ea16270 bpo-36176: Fix IDLE autocomplete & calltip popup colors. (GH-12262) by Miss Islington (bot) · 5 years ago
  5. 97c7d78 bpo-35647: Fix path check in cookiejar (GH-11436) by Miss Islington (bot) · 5 years ago
  6. e5123d8 bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258) (GH-12261) by Miss Islington (bot) · 5 years ago
  7. 4e2079d Fix typos and improve grammar in threading.Barrier docstrings (GH-12210) by Miss Islington (bot) · 5 years ago
  8. 572205a bpo-35807: Upgrade ensurepip bundled pip and setuptools (GH-12189) by Miss Islington (bot) · 5 years ago
  9. 8755f0a bpo-35899: Fix Enum handling of empty and weird strings (GH-11891) by Miss Islington (bot) · 5 years ago
  10. 02351ed1 bpo-34162: Add entries for idlelib/NEWS.txt (GH-12232) by Miss Islington (bot) · 5 years ago
  11. daad2c4 bpo-36216: Add check for characters in netloc that normalize to separators (GH-12201) by Steve Dower · 5 years ago
  12. 279657b [3.7] bpo-29571: Fix test_re.test_locale_flag() (GH-12178) by Victor Stinner · 5 years ago
  13. 06e9953 bpo-35198 Fix C++ extension compilation on AIX (GH-10437) by Miss Islington (bot) · 5 years ago
  14. f780443 fixed duplicated method name of test_getuserbase() (GH-12140) by Miss Islington (bot) · 5 years ago
  15. 4b9459d Autospec functions should propagate mock calls to parent GH-11273 (#12039) by Miss Islington (bot) · 5 years ago
  16. cd04164 bpo-36091: Remove reference to async generator in Lib/types.py. (GH-11996) by Miss Islington (bot) · 5 years ago
  17. 243b206 bpo-32129: Avoid blurry IDLE application icon on macOS with Tk 8.6. (GH-12031) by Miss Islington (bot) · 5 years ago
  18. b94874f bpo-35178: Fix warnings._formatwarnmsg() (GH-12033) by Miss Islington (bot) · 5 years ago
  19. 70852b1 bpo-36152: IDLE: Remove unused parameter from colorizer (GH-12109) by Miss Islington (bot) · 5 years ago
  20. 488aaba bpo-36096: IDLE: Refactor class variables in colorizer (GH-12002) (GH-12075) by Miss Islington (bot) · 5 years ago
  21. 2632474 bpo-36123: Fix test_socket.testWithTimeoutTriggeredSend() race condition (GH-12053) by Miss Islington (bot) · 5 years ago
  22. ea199b9 bpo-35512: Resolve string target to patch.dict decorator during function call GHGH-12000 (#12021) by Miss Islington (bot) · 5 years ago
  23. 25d20a6 bpo-27313: Avoid test_ttk_guionly ComboboxTest fail with macOS Cocoa Tk (GH-12011) by Miss Islington (bot) · 5 years ago
  24. 38aea41 bpo-24310: Document IDLE settings dialog font tab sample (GH-12007) by Miss Islington (bot) · 5 years ago
  25. 6163210 bpo-36019: Use pythontest.net instead of example.com in network tests (GH-11941) by Miss Islington (bot) · 5 years ago
  26. 7121a6e bpo-36060: Document how collections.ChainMap() determines iteration order (GH-11969) (GH-11978) by Miss Islington (bot) · 5 years ago
  27. e8bf04d bpo-36037: Fix test_ssl for strict OpenSSL policy (GH-11940) by Miss Islington (bot) · 5 years ago
  28. 64ca728 bpo-31506: Clarify error messages for object.__new__ and object.__init__ (GH-11641) by Miss Islington (bot) · 5 years ago
  29. a883490 Fix syntax warnings in tests introduced in bpo-35942. (GH-11934) by Miss Islington (bot) · 5 years ago
  30. 35de9bb Fix a misnamed test for lists. (GH-11933) by Miss Islington (bot) · 5 years ago
  31. 99e9c36 bpo-35689: IDLE: Add docstrings and unittests for colorizer.py (GH-11472) by Miss Islington (bot) · 5 years ago
  32. 3129432 bpo-34572: change _pickle unpickling to use import rather than retrieving from sys.modules (GH-9047) (GH-11921) by Miss Islington (bot) · 5 years ago
  33. 0e379d4 bpo-34294: re module, fix wrong capturing groups in rare cases. (GH-11546) by Miss Islington (bot) · 5 years ago
  34. a01065a bpo-35942: Improve the error message if __fspath__ returns invalid types in path_converter (GH-11831) by Miss Islington (bot) · 5 years ago
  35. a7f929d bpo-35992: Use PySequence_GetItem only if sq_item is not NULL (GH-11857) by Miss Islington (bot) · 5 years ago
  36. 6f35219 bpo-35931: Gracefully handle SyntaxError in pdb debug command (GH-11782) by Miss Islington (bot) · 5 years ago
  37. 04a3939 bpo-35994: add sub dir for sub2_tree in os.walk test if symlink is not supported (GH-11853) by Miss Islington (bot) · 5 years ago
  38. 7e618f3 bpo-35633: test_lockf() fails with "PermissionError: [Errno 13] Permission denied" on AIX (GH-11424) by Miss Islington (bot) · 5 years ago
  39. 009220e bpo-35505: Skip test_imap4_host_default_value if localhost listens on IMAP port (GH-11823) by Miss Islington (bot) · 5 years ago
  40. 0a834c1 bpo-35960: Fix dataclasses.field throwing away empty metadata. (GH-11815) (GH-11826) by Miss Islington (bot) · 5 years ago
  41. 58f05ce bpo-35918: Remove broken has_key method and add test (GH-11819) (#11824) by Miss Islington (bot) · 5 years ago
  42. 2259b5a [3.7] bpo-22062: Updated docstring and documentation for pathlib (GH-8519) (GH-11817) by Miss Islington (bot) · 5 years ago
  43. 6f0f764 Make sure the BaseManager in test_multiprocessing is cleaned up correctly (GH-11653) by Miss Islington (bot) · 5 years ago
  44. 36ed5b3 Do not retain references to processes and managers in TestSyncManagerTypes (GH-11801) by Miss Islington (bot) · 5 years ago
  45. 3fcfef3 bpo-35833: Revise IDLE doc for control codes sent to Shell. (GH-11799) by Miss Islington (bot) · 5 years ago
  46. 48769a2 bpo-35615: Fix crashes when copying a Weak{Key,Value}Dictionary. (GH-11384) (GH-11785) by Miss Islington (bot) · 5 years ago
  47. 15526f5 [3.7] bpo-35917: Test multiprocessing manager classes and shareable types (GH-11772) (GH-11780) by Antoine Pitrou · 5 years ago
  48. 4f6854a bpo-35299: Fixed sysconfig and distutils during PGO profiling (GH-11744) by Miss Islington (bot) · 5 years ago
  49. 44467e8 bpo-35872 and bpo-35873: Clears __PYVENV_LAUNCHER__ variable (GH-11745) by Steve Dower · 5 years ago
  50. 69af439 bpo-35692: pathlib no longer raises when checking file and directory existence on drives that are not ready (GH-11746) by Miss Islington (bot) · 5 years ago
  51. 63a69ef bpo-29734: nt._getfinalpathname handle leak (GH-740) by Miss Islington (bot) · 5 years ago
  52. 56f8411 bpo-1104: msilib.SummaryInfo.GetProperty() truncates the string by one character (GH-4517) by Miss Islington (bot) · 5 years ago
  53. 533a9b4 Consistently move the misses update to just before the user function call (GH-11715) (GH-11716) by Miss Islington (bot) · 5 years ago
  54. 03082a8 bpo-35854: Fix EnvBuilder and --symlinks in venv on Windows (GH-11700) by Miss Islington (bot) · 5 years ago
  55. 1c79891 bpo-35717: Fix KeyError exception raised when using enums and compile (GH-11523) (GH-11669) by Miss Islington (bot) · 5 years ago
  56. b2b023c bpo-35780: Fix errors in lru_cache() C code (GH-11623) (GH-11682) by Miss Islington (bot) · 5 years ago
  57. 6a9c0fc bpo-35797: Fix default executable used by the multiprocessing module (GH-11676) by Miss Islington (bot) · 5 years ago
  58. 841387d bpo-35767: Fix unittest.loader to allow partials as test_functions (GH-11600) (#11662) by Miss Islington (bot) · 5 years ago
  59. 128efca bpo-35683: Improve Azure Pipelines steps (GH-11493) by Steve Dower · 5 years ago
  60. d1dd6be bpo-35772: Fix test_tarfile on ppc64 (GH-11606) by Miss Islington (bot) · 5 years ago
  61. d358a8c bpo-20239: Allow repeated deletion of unittest.mock.Mock attributes (GH-11629) by Miss Islington (bot) · 5 years ago
  62. 2fa53cf bpo-35699: fix distuils cannot detect Build Tools 2017 anymore (GH-11495) by Miss Islington (bot) · 5 years ago
  63. 47290e7 bpo-35770: Fix off-by-1 error. (GH-11618) by Miss Islington (bot) · 5 years ago
  64. a01e235 bpo-35770: IDLE macosx deletes Options => Configure IDLE. (GH-11614) by Miss Islington (bot) · 5 years ago
  65. 6ca7183 bpo-35045: Accept TLSv1 default in min max test (GH-11510) by Miss Islington (bot) · 5 years ago
  66. c2647f2 bpo-35283: Add pending deprecation warning for Thread.isAlive (GH-11604) by Dong-hee Na · 5 years ago
  67. 5f9a168 bpo-35769: Change IDLE's name for new files from 'Untitled' to 'untitled' (GH-11602) by Miss Islington (bot) · 5 years ago
  68. 237f864 bpo-35730: IDLE - test squeezer reload() by checking load_font() (GH-11585) by Miss Islington (bot) · 5 years ago
  69. 59d7bdb bpo-34162: Update idlelib/NEWS.txt to 2019 Jan 17 (GH-11597) (GH-11598) by Miss Islington (bot) · 5 years ago
  70. a261b73 bpo-33687: Fix call to os.chmod() in uu.decode() (GH-7282) by Miss Islington (bot) · 5 years ago
  71. be5de95 bpo-35746: Fix segfault in ssl's cert parser (GH-11569) by Miss Islington (bot) · 5 years ago
  72. c9f2671 bpo-23846: Fix ProactorEventLoop._write_to_self() (GH-11566) by Miss Islington (bot) · 5 years ago
  73. d5a6adf [3.7] bpo-34323: Enhance IocpProactor.close() log (GH-11565) by Victor Stinner · 5 years ago
  74. 97d6a56 bpo-35742: Fix test_envar_unimportable in test_builtin. (GH-11561) by Miss Islington (bot) · 5 years ago
  75. 26122de bpo-35066: _dateime.datetime.strftime copies trailing '%' (GH-10692) by Miss Islington (bot) · 5 years ago
  76. 890d3fa bpo-35730: Disable IDLE test_reload assertion. (GH-11543) by Miss Islington (bot) · 5 years ago
  77. 47bd777 bpo-35196: Optimize Squeezer's write() interception (GH-10454) by Miss Islington (bot) · 5 years ago
  78. d39c192 bpo-33817: Fix _PyBytes_Resize() for empty bytes object. (GH-11516) by Miss Islington (bot) · 5 years ago
  79. 1cbd17c bpo-24746: Fix doctest failures when running the testsuite with -R (GH-11501) by Miss Islington (bot) · 5 years ago
  80. 53cf5f0 bpo-24746: Avoid stripping trailing whitespace in doctest fancy diff (GH-10639) by Miss Islington (bot) · 5 years ago
  81. 88bd26a bpo-35682: Fix _ProactorBasePipeTransport._force_close() (GH-11462) by Miss Islington (bot) · 5 years ago
  82. 9a413fa bpo-35560: Remove assertion from format(float, "n") (GH-11288) by Miss Islington (bot) · 5 years ago
  83. 65ed9f3 test_threading_local: add missing "import sys" (GH-8049) by Miss Islington (bot) · 5 years ago
  84. be37dbf bpo-35660: Fix imports in idlelib.window (GH-11434) by Miss Islington (bot) · 5 years ago
  85. 3c83cb7 bpo-35641: IDLE - format calltip properly when no docstring (GH-11415) by Miss Islington (bot) · 5 years ago
  86. b364caa bpo-33987: IDLE - use ttk Frame for ttk widgets (GH-11395) by Miss Islington (bot) · 5 years ago
  87. 74e4648 bpo-35598: IDLE - Globalize some config_key objects (GH-11392) by Miss Islington (bot) · 5 years ago
  88. 75bf2b1 Fix typo in test module usage message (GH-11374) by Miss Islington (bot) · 5 years ago
  89. 5d2e4b1 bpo-35214: Skip test_io tests that'd cause a huge malloc under msan (GH-11385) by Miss Islington (bot) · 5 years ago
  90. 89e7979 Fix typos in test_faulthandler skipIfs for ubsan. (GH-11386) by Miss Islington (bot) · 5 years ago
  91. e404299 Cleanup test_faulthandler sanitizer skip logic. (GH-11381) by Miss Islington (bot) · 5 years ago
  92. 01b9664 bpo-35214: MSan workarounds for socket, time, and test_faulthandler. (GH-11375) (GH-11378) by Miss Islington (bot) · 5 years ago
  93. d2694d4 bpo-35598: IDLE: Switch config_key dialog to ttk widgets (GH-11365) by Miss Islington (bot) · 5 years ago
  94. 34aadec bpo-35598: IDLE: Increase test coverage for config_key.py (GH-11360) by Miss Islington (bot) · 5 years ago
  95. fe06646 bpo-35602: Make sure the transport is always closed in SelectorEventLoopUnixSockSendfileTests (GH-11338) by Miss Islington (bot) · 5 years ago
  96. 0f756f7 Make sure file object is close if socket.create_connection fails (GH-11334) by Miss Islington (bot) · 5 years ago
  97. 8f9228d bpo-35601: Alleviate race condition when waiting for SIGALRM in test_asyncio (GH-11337) by Miss Islington (bot) · 5 years ago
  98. 95dc457 bpo-34055: Revert deletion of line in IDLE's PyShell (GH-11346) by Miss Islington (bot) · 5 years ago
  99. b716c71 bpo-28097: IDLE - Add Previous/Next History to Shell menu (GH-11325) by Miss Islington (bot) · 5 years ago
  100. 61775c3 IDLE: Create function to update menu item state. (GH-11343) by Miss Islington (bot) · 5 years ago