1. 25fd6cc bpo-30877: Fix clearing a cache in the the JSON decoder. (GH-7048) by Miss Islington (bot) · 6 years ago
  2. 316f869 Use IPv4 only to avoid IP address collision (GH-7030) by Miss Islington (bot) · 7 years ago
  3. 4d39ade Fix asyncio flaky tests (GH-7023) (#7024) by Miss Islington (bot) · 7 years ago
  4. b8b8000 bpo-33263: Fix FD leak in _SelectorSocketTransport (GH-6450) (#7022) by Miss Islington (bot) · 7 years ago
  5. b85115e [3.7] bpo-32262: Fix typo in f-string (GH-7016) by Miss Islington (bot) · 7 years ago
  6. 073eca3 bpo-33542: Ignore DUID in uuid.get_node on Windows. (GH-6922) by Miss Islington (bot) · 7 years ago
  7. b32f889 [3.7] bpo-33475: Fix and improve converting annotations to strings. (GH-6774). (GH-6927) by Serhiy Storchaka · 7 years ago
  8. 52d1741 bpo-33584: Fix several minor bugs in asyncio. (GH-7003) (GH-7005) by Miss Islington (bot) · 7 years ago
  9. 28ea38b9 bpo-26819: Prevent proactor double read on resume (GH-6921) by Miss Islington (bot) · 7 years ago
  10. 222ae1e bpo-30928: Update idlelib/NEWS.txt. (GH-6995) (#6996) by Miss Islington (bot) · 7 years ago
  11. 0efa135 bpo-32831: IDLE: Add docstrings and tests for codecontext (GH-5638) by Miss Islington (bot) · 7 years ago
  12. 09ca590 bpo-28556: Don't simplify unions at runtime (GH-6841) (GH-6979) by Miss Islington (bot) · 7 years ago
  13. abde17e bpo-33556: Remove reference to thread module from docstring (GH-6963) by Miss Islington (bot) · 7 years ago
  14. b2a02b9 bpo-33564: Add async to IDLE's code context block openers. (GH-6960) (#6961) by Miss Islington (bot) · 7 years ago
  15. 56882db Provide a little better debug output (GH-6940) (#6942) by Miss Islington (bot) · 7 years ago
  16. 6417d33 bpo-33537: Add an __all__ to importlib.resources (GH-6920) (#6941) by Miss Islington (bot) · 7 years ago
  17. 8965d75 bpo-33522: Enable CI builds on Visual Studio Team Services (GH-6865) (GH-6926) by Miss Islington (bot) · 7 years ago
  18. 216a277 bpo-33549: Remove shim and deprecation warning to access DocumentLS.async. (GH-6924) (GH-6929) by Miss Islington (bot) · 7 years ago
  19. 9c17cd3 Fix ClassVar as string fails when getting type hints (GH-6824) (#6912) by Miss Islington (bot) · 7 years ago
  20. 6409e75 bpo-33536: Validate make_dataclass() field names. (GH-6906) by Miss Islington (bot) · 7 years ago
  21. 8e20fc3 bpo-33534: Remove unneeded test. (GH-6897) by Miss Islington (bot) · 7 years ago
  22. 8d486fb Reflow dataclasses comments (GH-6893) by Miss Islington (bot) · 7 years ago
  23. 4af6110 bpo-32384: Skip test when _testcapi isn't available (GH-4940) by Miss Islington (bot) · 7 years ago
  24. c73268a bpo-33453: Handle string type annotations in dataclasses. (GH-6768) by Miss Islington (bot) · 7 years ago
  25. 3d48443 bpo-30928: Update idlelib/NEWS.txt to 2018-05-14. (GH-6873) by Miss Islington (bot) · 7 years ago
  26. 2cdb70a bpo-33465: Use an unlikely to be built-in C extension in a test (GH-6797) (#6869) by Miss Islington (bot) · 7 years ago
  27. 820219f bpo-33509: Fix _warnings for module_globals=None (GH-6833) by Miss Islington (bot) · 7 years ago
  28. 8717cfe bpo-29706: Test that IDLE colors async/await as keywords. (GH-6846) by Miss Islington (bot) · 7 years ago
  29. f4fdb61 bpo-28167: bump platform.linux_distribution removal to 3.8 (GH-6669) (GH-6862) by Miss Islington (bot) · 7 years ago
  30. 6bd0c47 bpo-32604: Remove xid registry. (#6813) by Eric Snow · 7 years ago
  31. 5c7e079 bpo-33517: dataclasses: Add the field type to Field repr (GH-6858) by Miss Islington (bot) · 7 years ago
  32. 2ce72e2 bpo-16865: Support arrays >=2GB in ctypes. (GH-3006) by Miss Islington (bot) · 7 years ago
  33. b57aeac bpo-33502: dataclass._Dataclassparams repr: use repr of each member. (GH-6812) by Miss Islington (bot) · 7 years ago
  34. e8f968d bpo-33497: Add errors param to cgi.parse_multipart and make an encoding in FieldStorage use the given errors (GH-6804) (GH-6837) by Miss Islington (bot) · 7 years ago
  35. 8e633a4 bpo-20104: Remove posix_spawn from 3.7 (GH-6794) by Pablo Galindo · 7 years ago
  36. c3fa1f2 [3.7] bpo-32861: urllib.robotparser fix incomplete __str__ methods. (GH-5711) (GH-6795) by Miss Islington (bot) · 7 years ago
  37. ceb45f0 bpo-33494: Change dataclasses.Fields repr to use the repr of each of its members (GH-6798) by Miss Islington (bot) · 7 years ago
  38. 2e01f7d bpo-32601: Let test_expanduser use the same user if no others found. (GH-5246) by Miss Islington (bot) · 7 years ago
  39. 6e9456e bpo-33455: Pass os.environ in test_posix::test_specify_environment. (GH-6753) by Miss Islington (bot) · 7 years ago
  40. c5444b3 Fix a bug in Generic.__new__ (GH-6758) by Miss Islington (bot) · 7 years ago
  41. 263523a closes bpo-33445: fail properly in test_cprofile() (GH-6727) by Miss Islington (bot) · 7 years ago
  42. 3c28a63 bpo-28556: Minor fixes for typing module (GH-6732) by Miss Islington (bot) · 7 years ago
  43. 6049bda [3.7] bpo-20087: Update locale alias mapping with glibc 2.27 supported locales. (GH-6708) (GH-6713) by Miss Islington (bot) · 7 years ago
  44. 351782b bpo-33422: Fix quotation marks getting deleted when looking up byte/string literals on pydoc. (GH-6701) by Miss Islington (bot) · 7 years ago
  45. eb96c37 3.7.0b4 by Ned Deily · 7 years ago
  46. c74ca53 bpo-33281: Fix ctypes.util.find_library regression on macOS (GH-6625) (GH-6680) by Miss Islington (bot) · 7 years ago
  47. 77fa783 bpo-20104: Improve error handling and fix a reference leak in os.posix_spawn(). (GH-6332) by Miss Islington (bot) · 7 years ago
  48. e4eeb6e bpo-31908: Fix output of cover files for trace module command-line tool. (GH-4205) by Miss Islington (bot) · 7 years ago
  49. 8075868 bpo-33352: Skip test_regrtest test if rt.bat does not exist (GH-6654) (#6656) by Miss Islington (bot) · 7 years ago
  50. 2e5fa38 bpo-33254: do not return an empty list when asking for the contents of a namespace package (GH-6467) by Miss Islington (bot) · 7 years ago
  51. 887b5f8 bpo-21474: Update IDLE word/identifier definition from ascii to unicode. (GH-6643) by Miss Islington (bot) · 7 years ago
  52. 736f17f bpo-33256: Replace angle brackets around python object repr to display it in html (GH-6442) by Miss Islington (bot) · 7 years ago
  53. e57d3e3 bpo-31026: Fix test_dbm if dbm.ndbm is build with Berkeley DB. (GH-6632) by Miss Islington (bot) · 7 years ago
  54. ee95feb [3.7] bpo-33383: Fix crash in get() of the dbm.ndbm database object. (GH-6630) (GH-6631) by Miss Islington (bot) · 7 years ago
  55. a93a663 [3.7] bpo-33363: raise SyntaxError for async for/with outside async functions (GH-6616). (GH-6619) by Zsolt Dollenstein · 7 years ago
  56. dd3ede7 bpo-33358: Fix test_embed.test_pre_initialization_sys_options (GH-6612) by Miss Islington (bot) · 7 years ago
  57. 52a5a17 bpo-33128 Fix duplicated call to importlib._install_external_importers (GH-6273) by Miss Islington (bot) · 7 years ago
  58. 9fc998d bpo-991266: Fix quoting of Comment attribute of SimpleCookie (GH-6555) by Miss Islington (bot) · 7 years ago
  59. 3295529 Spelling fixes to docs, docstrings, and comments (GH-6374) by Miss Islington (bot) · 7 years ago
  60. b221107 bpo-33131: Upgrade ensurepip to bundle pip 10.0.1 (GH-6546) by Miss Islington (bot) · 7 years ago
  61. a4fb580 bpo-33189: pygettext.py now accepts only literal strings (GH-6364) by Miss Islington (bot) · 7 years ago
  62. b27c71c bpo-33308: Fix a crash in the parser module when convert an ST object. (GH-6519) by Miss Islington (bot) · 7 years ago
  63. 67067d8 bpo-31583: Fix 2to3 for using with --add-suffix option (GH-3758) (#6528) by Miss Islington (bot) · 7 years ago
  64. b88f737 bpo-33283: Mention PNG as a supported format by Tcl/Tk. (GH-6479) by Miss Islington (bot) · 7 years ago
  65. 3b3be1f bpo-11594: Ensure line-endings are respected when using 2to3 (GH-6483) by Miss Islington (bot) · 7 years ago
  66. ed12655 Fix spelling typo (GH-6443) (GH-6507) by Miss Islington (bot) · 7 years ago
  67. f7379dd bpo-33295: Skip test using missing external site (GH-6504) (GH-6509) by Miss Islington (bot) · 7 years ago
  68. dd6bdf6 Add support for all string literals to lib2to3 (GH-6457) (GH-6488) by Miss Islington (bot) · 7 years ago
  69. 3bcca48 bpo-31947: remove None default for names param in Enum._create_ (GH-4288) by Miss Islington (bot) · 7 years ago
  70. 986eaa8 bpo-33185: Improve wording and markup (GH-6477) by Miss Islington (bot) · 7 years ago
  71. d7ffa58 bpo-33185: Fix regression in pydoc CLI sys.path handling (GH-6419) by Miss Islington (bot) · 7 years ago
  72. 3715176 [3.7] bpo-33217: deprecate non-Enum lookups in Enums (GH-6392) by Ethan Furman · 7 years ago
  73. 4dc3c8f bpo-33260: Regenerate token.py after removing ASYNC and AWAIT. (GH-6447) by Miss Islington (bot) · 7 years ago
  74. b262659 bpo-33097: Fix submit accepting callable after executor shutdown by interpreter exit (GH-6144) (GH-6445) by Miss Islington (bot) · 7 years ago
  75. 9b25bd6 bpo-31920: Fixed handling directories as arguments in the ``pygettext`` script. (GH-6259) by Miss Islington (bot) · 7 years ago
  76. 558e7e4 Fix misleading docsting of shelve.open(). (GH-6427) by Miss Islington (bot) · 7 years ago
  77. d964f51 Update docstring of tempfile._RandomNameSequence (GH-6414) by Miss Islington (bot) · 7 years ago
  78. 8a72266 Add a prepend() recipe to teach a chain() idiom (GH-6415) (GH-6421) by Miss Islington (bot) · 7 years ago
  79. a09bb87 [3.7] bpo-33169: Remove values of `None` from sys.path_importer_cache when invalidating caches (GH-6402) (GH-6403) by Brett Cannon · 7 years ago
  80. 28c1790 bpo-33224: PEP 479 fix for difflib.mdiff() (GH-6381) (GH-6390) by Miss Islington (bot) · 7 years ago
  81. baf304e bpo-33203: Ensure random.choice always raises IndexError on empty sequence (GH-6338) (GH-6387) by Miss Islington (bot) · 7 years ago
  82. 83f564f Clean up and enhance frozen dataclass tests. (GH-6380) by Miss Islington (bot) · 7 years ago
  83. 04eac02 bpo-32873: Remove a name hack for generic aliases in typing module (GH-6376) by Miss Islington (bot) · 7 years ago
  84. bd85c97 Call super in Generic.__init_subclass__ (GH-6356) by Miss Islington (bot) · 7 years ago
  85. 785f36c bpo-29922: Add more tests for error messages in 'async with'. (GH-6370) by Miss Islington (bot) · 7 years ago
  86. fcd4e03 bpo-29922: Improve error messages in 'async with' (GH-6352) by Miss Islington (bot) · 7 years ago
  87. 74735e2 bpo-33209: End framing at the end of C implementation of pickle.Pickler.dump(). (GH-6366) by Miss Islington (bot) · 7 years ago
  88. 0c53357 bpo-32360: Remove object_pairs_hook=OrderedDict examples (GH-5001) by Miss Islington (bot) · 7 years ago
  89. fa91aff bpo-33204: IDLE - revise and extend colorizer test. (GH-6347) by Miss Islington (bot) · 7 years ago
  90. 6130675 bpo-33204: IDLE: consistently color invalid string prefixes (GH-6344) by Miss Islington (bot) · 7 years ago
  91. d063ad8 Allow dynamic creation of generic dataclasses (GH-6319) (GH-6320) by Miss Islington (bot) · 7 years ago
  92. faa6f5c bpo-33175: dataclasses should look up __set_name__ on class, not instance (GH-6305) by Miss Islington (bot) · 7 years ago
  93. 4e7efa9 3.7.0b3 by Ned Deily · 7 years ago
  94. fd93666 [3.7] Fix duplicating words words. (GH-6296) (GH-6297) by Serhiy Storchaka · 7 years ago
  95. d2d5bd8 bpo-32872: Avoid regrtest compatibility issue with namespace packages. (GH-6276) (#6277) by Miss Islington (bot) · 7 years ago
  96. 211c0db Fix senfile typo (GH-6265) (#6274) by Miss Islington (bot) · 7 years ago
  97. 6a2539c bpo-32517: re-enable test_read_pty_output on macOS (GH-6112) by Ned Deily · 7 years ago
  98. fd1b8f8 bpo-33151: Handle submodule resources (GH-6268) (GH-6270) by Miss Islington (bot) · 7 years ago
  99. f328caf bpo-27212: Modify islice recipe to consume initial values preceding start (GH-6195) (#GH-6266) by Miss Islington (bot) · 7 years ago
  100. d0e04c8 bpo-32873: Treat type variables and special typing forms as immutable by copy and pickle (GH-6216) by Miss Islington (bot) · 7 years ago