1. 8d8b861 bpo-33469: RuntimeError after closing loop that used run_in_executor (GH-7171) by Miss Islington (bot) · 6 years ago
  2. 6025451 bro-33614: Override exit code in find_msbuild.bat (GH-7169) by Miss Islington (bot) · 6 years ago
  3. 075c662 bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH-7161) (GH-7173) by Miss Islington (bot) · 6 years ago
  4. 4b82846 bpo-32458: Further tune start_tls tests (GH-7166) by Miss Islington (bot) · 6 years ago
  5. 3757939 bpo-33614: Ensures module definition files for the stable ABI on Windows are correctly regenerated. (GH-7165) by Miss Islington (bot) · 6 years ago
  6. bc3a002 bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130) by Miss Islington (bot) · 6 years ago
  7. f8fdb36 bpo-33505: Optimize asyncio.ensure_future by reordering if conditions (GH-6836) (#7162) by Miss Islington (bot) · 6 years ago
  8. 1f21ae7 bpo-31647: Fix write_eof() after close() for SelectorSocketTransport (GH-7149) (GH-7153) by Miss Islington (bot) · 6 years ago
  9. 51d0a2c bpo-33623: Fix possible SIGSGV when asyncio.Future is created in __del__ (GH-7080) by Miss Islington (bot) · 6 years ago
  10. 983c1ba bpo-32374: Ignore Python-level exceptions in test_bad_traverse (GH-7145) (GH-7150) by Miss Islington (bot) · 6 years ago
  11. eb8516b bpo-33400: Clarified documentation to indicate no strict adherence to ISO 8601. (GH-6702) (GH-6704) by Miss Islington (bot) · 6 years ago
  12. 98b089e bpo-33652: Remove __getstate__ and __setstate__ methods in typing. (GH-7144) by Miss Islington (bot) · 6 years ago
  13. 96fb828 bpo-33655: Also ignore test_posix_fallocate failures on BSD platforms (GH-7134) by Miss Islington (bot) · 6 years ago
  14. e60f6e1 bpo-21983: Fix a crash in ctypes.cast() when passed a ctypes structured data type (GH-3859) by Miss Islington (bot) · 6 years ago
  15. d498625 bpo-33652: Improve pickle support in the typing module. (GH-7123) by Miss Islington (bot) · 6 years ago
  16. e69657d [3.7] bpo-32769: A new take on annotations/type hinting glossary entries (GH-6829) (#7127) by Andrés Delfino · 6 years ago
  17. 14d289b bpo-33644: Fix signatures of tp_finalize handlers in testing code. (GH-7111) by Miss Islington (bot) · 6 years ago
  18. af1d007 test.regrtest: flush stdout when display progress (GH-7105) by Miss Islington (bot) · 6 years ago
  19. ef91dde bpo-33012: Add -Wno-cast-function-type for gcc 8. (GH-6757) by Serhiy Storchaka · 6 years ago
  20. 82d727f Document typing.NoReturn (GH-7107) by Miss Islington (bot) · 6 years ago
  21. 5734f41 bpo-32493: Fix uuid.uuid1() on FreeBSD. (GH-7099) by Miss Islington (bot) · 6 years ago
  22. d9eb22c bpo-33629: Prevent coredump in test_importlib (GH-7090) by Miss Islington (bot) · 6 years ago
  23. 2fe940c bpo-33622: Fix issues with handling errors in the GC. (GH-7078) by Miss Islington (bot) · 6 years ago
  24. b2ab5dc bpo-33628: IDLE: Minor code cleanup of codecontext.py and its tests (GH-7085) by Miss Islington (bot) · 6 years ago
  25. dd7a255 bpo-33109: argparse subparsers are once again not required by default (GH-6919) (GH-7089) by Miss Islington (bot) · 6 years ago
  26. fa286ed bpo-33540: Add block_on_close attr to socketserver (GH-6911) by Miss Islington (bot) · 6 years ago
  27. fa24c1c [3.7] bpo-33353: Fix test_asyncio on FreeBSD (GH-7087) by Victor Stinner · 6 years ago
  28. 72ef4fc [3.7] bpo-33618: Enable TLS 1.3 in tests (GH-7079) (GH-7082) by Miss Islington (bot) · 6 years ago
  29. 508d769 bpo-33612: Remove PyThreadState_Clear() assertion (GH-7069) (GH-7074) by Miss Islington (bot) · 6 years ago
  30. 2fc443c bpo-32436: Document PEP 567 changes to asyncio. (GH-7073) by Miss Islington (bot) · 6 years ago
  31. 0f9b68a Reverse the meaning of is_argument when used for type check (GH-7039) by Miss Islington (bot) · 6 years ago
  32. 2751dcc bpo-33604: Remove Pending from hmac Deprecation warning. (GH-7062) by Miss Islington (bot) · 6 years ago
  33. cd57b48 bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976) by Miss Islington (bot) · 6 years ago
  34. 1f22a30 [3.7] Add missed details of the C API introduced in 3.7. (GH-7047) (GH-7061) by Serhiy Storchaka · 6 years ago
  35. afec2d5 bpo-33592: Document the C API in PEP 567 (contextvars) (GH-7033) by Miss Islington (bot) · 6 years ago
  36. ca6d7ae Improve comments in test_idle.py. (GH-7057) by Miss Islington (bot) · 6 years ago
  37. 25fd6cc bpo-30877: Fix clearing a cache in the the JSON decoder. (GH-7048) by Miss Islington (bot) · 6 years ago
  38. fecad4a [3.7] Fix line breaks added after hyphens by blurb. (GH-7002) (GH-7050) by Serhiy Storchaka · 6 years ago
  39. 3718f92 Add PyThread_tss_* to Doc/data/refcounts.dat. (GH-7038) by Miss Islington (bot) · 6 years ago
  40. e1a78ca bpo-5945: Improve mappings and sequences C API docs. (GH-7029) by Miss Islington (bot) · 6 years ago
  41. d9055f8 Fix lambda parameters being refered as arguments (GH-7037) by Miss Islington (bot) · 6 years ago
  42. 2b4ed5d bpo-33583: Add note in PyObject_GC_Resize() doc (GH-7021) by Miss Islington (bot) · 7 years ago
  43. 316f869 Use IPv4 only to avoid IP address collision (GH-7030) by Miss Islington (bot) · 7 years ago
  44. 4d39ade Fix asyncio flaky tests (GH-7023) (#7024) by Miss Islington (bot) · 7 years ago
  45. b8b8000 bpo-33263: Fix FD leak in _SelectorSocketTransport (GH-6450) (#7022) by Miss Islington (bot) · 7 years ago
  46. 4ecdc11 bpo-33580: Make binary/text file glossary entries follow most common "see also" style. (GH-6991) (GH-7012) by Miss Islington (bot) · 7 years ago
  47. 98a18de Add idlelib and IDLE section to What's New in 3.7. (GH-7019) (GH-7020) by Miss Islington (bot) · 7 years ago
  48. b85115e [3.7] bpo-32262: Fix typo in f-string (GH-7016) by Miss Islington (bot) · 7 years ago
  49. 073eca3 bpo-33542: Ignore DUID in uuid.get_node on Windows. (GH-6922) by Miss Islington (bot) · 7 years ago
  50. 736e3b3 bpo-30940: Updating round() docs. (GH-6342) (GH-7009) by Miss Islington (bot) · 7 years ago
  51. 296b60a Docs: be less specific about python versions (GH-6985) (GH-7008) by Miss Islington (bot) · 7 years ago
  52. b32f889 [3.7] bpo-33475: Fix and improve converting annotations to strings. (GH-6774). (GH-6927) by Serhiy Storchaka · 7 years ago
  53. 52d1741 bpo-33584: Fix several minor bugs in asyncio. (GH-7003) (GH-7005) by Miss Islington (bot) · 7 years ago
  54. 28ea38b9 bpo-26819: Prevent proactor double read on resume (GH-6921) by Miss Islington (bot) · 7 years ago
  55. f0af69f bpo-23722: Fix docs for future __classcell__ changes. (GH-6999) (GH-7000) by Miss Islington (bot) · 7 years ago
  56. 15f3d0c [3.7] bpo-32996: The bulk of What's New in Python 3.7 (GH-6978). (GH-6998) by Elvis Pranskevichus · 7 years ago
  57. 222ae1e bpo-30928: Update idlelib/NEWS.txt. (GH-6995) (#6996) by Miss Islington (bot) · 7 years ago
  58. 6414da9 Fix typo in error message when decoding PYTHONPATH. (GH-6981) (GH-6993) by Miss Islington (bot) · 7 years ago
  59. 0efa135 bpo-32831: IDLE: Add docstrings and tests for codecontext (GH-5638) by Miss Islington (bot) · 7 years ago
  60. 436972e bpo-19950: Clarify unittest TestCase instance use. (GH-6875) (GH-6938) by Miss Islington (bot) · 7 years ago
  61. a3a554a [3.7] bpo-33518: Add PEP entry to documentation glossary (GH-6860) (#6934) by Andrés Delfino · 7 years ago
  62. 09ca590 bpo-28556: Don't simplify unions at runtime (GH-6841) (GH-6979) by Miss Islington (bot) · 7 years ago
  63. abde17e bpo-33556: Remove reference to thread module from docstring (GH-6963) by Miss Islington (bot) · 7 years ago
  64. bef7031 Fix C API docs: PyCapsule_Import always set an exception on failure. (GH-6967) by Miss Islington (bot) · 7 years ago
  65. b2a02b9 bpo-33564: Add async to IDLE's code context block openers. (GH-6960) (#6961) by Miss Islington (bot) · 7 years ago
  66. efa6427 bpo-33559: Attribute changed repr of exceptions (GH-6954) by Miss Islington (bot) · 7 years ago
  67. df4852c Fix Windows build of Python for latest WinSDK. (GH-6874) (GH-6952) by Miss Islington (bot) · 7 years ago
  68. f34ade3 asyncio/docs: Mark asyncio.run() as provisional in 3.7. (GH-6946) (GH-6949) by Miss Islington (bot) · 7 years ago
  69. 54fc497 bpo-33559: Document changed repr of exceptions (GH-6943) (GH-6950) by Miss Islington (bot) · 7 years ago
  70. d27bc91 Only upload docs for CI build and not pull requests (GH-6945) by Miss Islington (bot) · 7 years ago
  71. 56882db Provide a little better debug output (GH-6940) (#6942) by Miss Islington (bot) · 7 years ago
  72. 6417d33 bpo-33537: Add an __all__ to importlib.resources (GH-6920) (#6941) by Miss Islington (bot) · 7 years ago
  73. 8965d75 bpo-33522: Enable CI builds on Visual Studio Team Services (GH-6865) (GH-6926) by Miss Islington (bot) · 7 years ago
  74. 54a5247 Update Python Folder.icns icon file to match new macOS look (GH-1780) (GH-6930) by Miss Islington (bot) · 7 years ago
  75. 216a277 bpo-33549: Remove shim and deprecation warning to access DocumentLS.async. (GH-6924) (GH-6929) by Miss Islington (bot) · 7 years ago
  76. d504108 bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH-6915) (GH-6928) by Miss Islington (bot) · 7 years ago
  77. 9c17cd3 Fix ClassVar as string fails when getting type hints (GH-6824) (#6912) by Miss Islington (bot) · 7 years ago
  78. 0c62e09 bpo-32216: Update dataclasses documentation (GH-6913) (#6918) by Miss Islington (bot) · 7 years ago
  79. 447fdd1 bpo-24318: Rewrite the README PGO section. (GH-6863) by Miss Islington (bot) · 7 years ago
  80. 6409e75 bpo-33536: Validate make_dataclass() field names. (GH-6906) by Miss Islington (bot) · 7 years ago
  81. e2db6ad [3.7] bpo-32257: Add ssl.OP_NO_RENEGOTIATION (GH-5904) (#6877) by Miss Islington (bot) · 7 years ago
  82. 51b2f6d bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6814) (GH-6872) by Miss Islington (bot) · 7 years ago
  83. 81defcc Minor tweaks to dataclasses docs. (GH-6903) by Miss Islington (bot) · 7 years ago
  84. 8e20fc3 bpo-33534: Remove unneeded test. (GH-6897) by Miss Islington (bot) · 7 years ago
  85. 8d486fb Reflow dataclasses comments (GH-6893) by Miss Islington (bot) · 7 years ago
  86. 04e96da bpo-32216: Add documentation for dataclasses (GH-6886) by Miss Islington (bot) · 7 years ago
  87. 4af6110 bpo-32384: Skip test when _testcapi isn't available (GH-4940) by Miss Islington (bot) · 7 years ago
  88. c73268a bpo-33453: Handle string type annotations in dataclasses. (GH-6768) by Miss Islington (bot) · 7 years ago
  89. 3d48443 bpo-30928: Update idlelib/NEWS.txt to 2018-05-14. (GH-6873) by Miss Islington (bot) · 7 years ago
  90. 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
  91. 820219f bpo-33509: Fix _warnings for module_globals=None (GH-6833) by Miss Islington (bot) · 7 years ago
  92. 8717cfe bpo-29706: Test that IDLE colors async/await as keywords. (GH-6846) by Miss Islington (bot) · 7 years ago
  93. f4fdb61 bpo-28167: bump platform.linux_distribution removal to 3.8 (GH-6669) (GH-6862) by Miss Islington (bot) · 7 years ago
  94. 6bd0c47 bpo-32604: Remove xid registry. (#6813) by Eric Snow · 7 years ago
  95. 5c7e079 bpo-33517: dataclasses: Add the field type to Field repr (GH-6858) by Miss Islington (bot) · 7 years ago
  96. 28ff86e Remove accidentally checked in files. (GH-6835) (GH-6844) by Miss Islington (bot) · 7 years ago
  97. 2ce72e2 bpo-16865: Support arrays >=2GB in ctypes. (GH-3006) by Miss Islington (bot) · 7 years ago
  98. cc598ae Add AsyncContextManager to typing module documentation. (GH-6822) by Miss Islington (bot) · 7 years ago
  99. b57aeac bpo-33502: dataclass._Dataclassparams repr: use repr of each member. (GH-6812) by Miss Islington (bot) · 7 years ago
  100. 3b26e8c Fixed an unused variable warning introduced in GH-6800 (GH-6816) by Miss Islington (bot) · 7 years ago