1. 2fe940c bpo-33622: Fix issues with handling errors in the GC. (GH-7078) by Miss Islington (bot) · 7 years ago
  2. b2ab5dc bpo-33628: IDLE: Minor code cleanup of codecontext.py and its tests (GH-7085) by Miss Islington (bot) · 7 years ago
  3. dd7a255 bpo-33109: argparse subparsers are once again not required by default (GH-6919) (GH-7089) by Miss Islington (bot) · 7 years ago
  4. fa286ed bpo-33540: Add block_on_close attr to socketserver (GH-6911) by Miss Islington (bot) · 7 years ago
  5. fa24c1c [3.7] bpo-33353: Fix test_asyncio on FreeBSD (GH-7087) by Victor Stinner · 7 years ago
  6. 72ef4fc [3.7] bpo-33618: Enable TLS 1.3 in tests (GH-7079) (GH-7082) by Miss Islington (bot) · 7 years ago
  7. 508d769 bpo-33612: Remove PyThreadState_Clear() assertion (GH-7069) (GH-7074) by Miss Islington (bot) · 7 years ago
  8. 2fc443c bpo-32436: Document PEP 567 changes to asyncio. (GH-7073) by Miss Islington (bot) · 7 years ago
  9. 0f9b68a Reverse the meaning of is_argument when used for type check (GH-7039) by Miss Islington (bot) · 7 years ago
  10. 2751dcc bpo-33604: Remove Pending from hmac Deprecation warning. (GH-7062) by Miss Islington (bot) · 7 years ago
  11. cd57b48 bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976) by Miss Islington (bot) · 7 years ago
  12. 1f22a30 [3.7] Add missed details of the C API introduced in 3.7. (GH-7047) (GH-7061) by Serhiy Storchaka · 7 years ago
  13. afec2d5 bpo-33592: Document the C API in PEP 567 (contextvars) (GH-7033) by Miss Islington (bot) · 7 years ago
  14. ca6d7ae Improve comments in test_idle.py. (GH-7057) by Miss Islington (bot) · 7 years ago
  15. 25fd6cc bpo-30877: Fix clearing a cache in the the JSON decoder. (GH-7048) by Miss Islington (bot) · 7 years ago
  16. fecad4a [3.7] Fix line breaks added after hyphens by blurb. (GH-7002) (GH-7050) by Serhiy Storchaka · 7 years ago
  17. 3718f92 Add PyThread_tss_* to Doc/data/refcounts.dat. (GH-7038) by Miss Islington (bot) · 7 years ago
  18. e1a78ca bpo-5945: Improve mappings and sequences C API docs. (GH-7029) by Miss Islington (bot) · 7 years ago
  19. d9055f8 Fix lambda parameters being refered as arguments (GH-7037) by Miss Islington (bot) · 7 years ago
  20. 2b4ed5d bpo-33583: Add note in PyObject_GC_Resize() doc (GH-7021) by Miss Islington (bot) · 7 years ago
  21. 316f869 Use IPv4 only to avoid IP address collision (GH-7030) by Miss Islington (bot) · 7 years ago
  22. 4d39ade Fix asyncio flaky tests (GH-7023) (#7024) by Miss Islington (bot) · 7 years ago
  23. b8b8000 bpo-33263: Fix FD leak in _SelectorSocketTransport (GH-6450) (#7022) by Miss Islington (bot) · 7 years ago
  24. 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
  25. 98a18de Add idlelib and IDLE section to What's New in 3.7. (GH-7019) (GH-7020) by Miss Islington (bot) · 7 years ago
  26. b85115e [3.7] bpo-32262: Fix typo in f-string (GH-7016) by Miss Islington (bot) · 7 years ago
  27. 073eca3 bpo-33542: Ignore DUID in uuid.get_node on Windows. (GH-6922) by Miss Islington (bot) · 7 years ago
  28. 736e3b3 bpo-30940: Updating round() docs. (GH-6342) (GH-7009) by Miss Islington (bot) · 7 years ago
  29. 296b60a Docs: be less specific about python versions (GH-6985) (GH-7008) by Miss Islington (bot) · 7 years ago
  30. b32f889 [3.7] bpo-33475: Fix and improve converting annotations to strings. (GH-6774). (GH-6927) by Serhiy Storchaka · 7 years ago
  31. 52d1741 bpo-33584: Fix several minor bugs in asyncio. (GH-7003) (GH-7005) by Miss Islington (bot) · 7 years ago
  32. 28ea38b9 bpo-26819: Prevent proactor double read on resume (GH-6921) by Miss Islington (bot) · 7 years ago
  33. f0af69f bpo-23722: Fix docs for future __classcell__ changes. (GH-6999) (GH-7000) by Miss Islington (bot) · 7 years ago
  34. 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
  35. 222ae1e bpo-30928: Update idlelib/NEWS.txt. (GH-6995) (#6996) by Miss Islington (bot) · 7 years ago
  36. 6414da9 Fix typo in error message when decoding PYTHONPATH. (GH-6981) (GH-6993) by Miss Islington (bot) · 7 years ago
  37. 0efa135 bpo-32831: IDLE: Add docstrings and tests for codecontext (GH-5638) by Miss Islington (bot) · 7 years ago
  38. 436972e bpo-19950: Clarify unittest TestCase instance use. (GH-6875) (GH-6938) by Miss Islington (bot) · 7 years ago
  39. a3a554a [3.7] bpo-33518: Add PEP entry to documentation glossary (GH-6860) (#6934) by Andrés Delfino · 7 years ago
  40. 09ca590 bpo-28556: Don't simplify unions at runtime (GH-6841) (GH-6979) by Miss Islington (bot) · 7 years ago
  41. abde17e bpo-33556: Remove reference to thread module from docstring (GH-6963) by Miss Islington (bot) · 7 years ago
  42. bef7031 Fix C API docs: PyCapsule_Import always set an exception on failure. (GH-6967) by Miss Islington (bot) · 7 years ago
  43. b2a02b9 bpo-33564: Add async to IDLE's code context block openers. (GH-6960) (#6961) by Miss Islington (bot) · 7 years ago
  44. efa6427 bpo-33559: Attribute changed repr of exceptions (GH-6954) by Miss Islington (bot) · 7 years ago
  45. df4852c Fix Windows build of Python for latest WinSDK. (GH-6874) (GH-6952) by Miss Islington (bot) · 7 years ago
  46. f34ade3 asyncio/docs: Mark asyncio.run() as provisional in 3.7. (GH-6946) (GH-6949) by Miss Islington (bot) · 7 years ago
  47. 54fc497 bpo-33559: Document changed repr of exceptions (GH-6943) (GH-6950) by Miss Islington (bot) · 7 years ago
  48. d27bc91 Only upload docs for CI build and not pull requests (GH-6945) by Miss Islington (bot) · 7 years ago
  49. 56882db Provide a little better debug output (GH-6940) (#6942) by Miss Islington (bot) · 7 years ago
  50. 6417d33 bpo-33537: Add an __all__ to importlib.resources (GH-6920) (#6941) by Miss Islington (bot) · 7 years ago
  51. 8965d75 bpo-33522: Enable CI builds on Visual Studio Team Services (GH-6865) (GH-6926) by Miss Islington (bot) · 7 years ago
  52. 54a5247 Update Python Folder.icns icon file to match new macOS look (GH-1780) (GH-6930) by Miss Islington (bot) · 7 years ago
  53. 216a277 bpo-33549: Remove shim and deprecation warning to access DocumentLS.async. (GH-6924) (GH-6929) by Miss Islington (bot) · 7 years ago
  54. d504108 bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH-6915) (GH-6928) by Miss Islington (bot) · 7 years ago
  55. 9c17cd3 Fix ClassVar as string fails when getting type hints (GH-6824) (#6912) by Miss Islington (bot) · 7 years ago
  56. 0c62e09 bpo-32216: Update dataclasses documentation (GH-6913) (#6918) by Miss Islington (bot) · 7 years ago
  57. 447fdd1 bpo-24318: Rewrite the README PGO section. (GH-6863) by Miss Islington (bot) · 7 years ago
  58. 6409e75 bpo-33536: Validate make_dataclass() field names. (GH-6906) by Miss Islington (bot) · 7 years ago
  59. e2db6ad [3.7] bpo-32257: Add ssl.OP_NO_RENEGOTIATION (GH-5904) (#6877) by Miss Islington (bot) · 7 years ago
  60. 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
  61. 81defcc Minor tweaks to dataclasses docs. (GH-6903) by Miss Islington (bot) · 7 years ago
  62. 8e20fc3 bpo-33534: Remove unneeded test. (GH-6897) by Miss Islington (bot) · 7 years ago
  63. 8d486fb Reflow dataclasses comments (GH-6893) by Miss Islington (bot) · 7 years ago
  64. 04e96da bpo-32216: Add documentation for dataclasses (GH-6886) by Miss Islington (bot) · 7 years ago
  65. 4af6110 bpo-32384: Skip test when _testcapi isn't available (GH-4940) by Miss Islington (bot) · 7 years ago
  66. c73268a bpo-33453: Handle string type annotations in dataclasses. (GH-6768) by Miss Islington (bot) · 7 years ago
  67. 3d48443 bpo-30928: Update idlelib/NEWS.txt to 2018-05-14. (GH-6873) by Miss Islington (bot) · 7 years ago
  68. 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
  69. 820219f bpo-33509: Fix _warnings for module_globals=None (GH-6833) by Miss Islington (bot) · 7 years ago
  70. 8717cfe bpo-29706: Test that IDLE colors async/await as keywords. (GH-6846) by Miss Islington (bot) · 7 years ago
  71. f4fdb61 bpo-28167: bump platform.linux_distribution removal to 3.8 (GH-6669) (GH-6862) by Miss Islington (bot) · 7 years ago
  72. 6bd0c47 bpo-32604: Remove xid registry. (#6813) by Eric Snow · 7 years ago
  73. 5c7e079 bpo-33517: dataclasses: Add the field type to Field repr (GH-6858) by Miss Islington (bot) · 7 years ago
  74. 28ff86e Remove accidentally checked in files. (GH-6835) (GH-6844) by Miss Islington (bot) · 7 years ago
  75. 2ce72e2 bpo-16865: Support arrays >=2GB in ctypes. (GH-3006) by Miss Islington (bot) · 7 years ago
  76. cc598ae Add AsyncContextManager to typing module documentation. (GH-6822) by Miss Islington (bot) · 7 years ago
  77. b57aeac bpo-33502: dataclass._Dataclassparams repr: use repr of each member. (GH-6812) by Miss Islington (bot) · 7 years ago
  78. 3b26e8c Fixed an unused variable warning introduced in GH-6800 (GH-6816) by Miss Islington (bot) · 7 years ago
  79. 5195039 bpo-33497: Add NEWS and ACKS entries. (GH-6838) (GH-6840) by Miss Islington (bot) · 7 years ago
  80. 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
  81. 8e633a4 bpo-20104: Remove posix_spawn from 3.7 (GH-6794) by Pablo Galindo · 7 years ago
  82. c6348cf Add versionchanged in create_datagram_endpoint doc (GH-4697) by Miss Islington (bot) · 7 years ago
  83. c3fa1f2 [3.7] bpo-32861: urllib.robotparser fix incomplete __str__ methods. (GH-5711) (GH-6795) by Miss Islington (bot) · 7 years ago
  84. 67d1968 Remove `ifdef` check for an OpenSSL version (0.9.6) we don't support (GH-6807) by Miss Islington (bot) · 7 years ago
  85. 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
  86. 050e041 bpo-22069: Update TextIO documentation (GH-6609) by Miss Islington (bot) · 7 years ago
  87. 2e01f7d bpo-32601: Let test_expanduser use the same user if no others found. (GH-5246) by Miss Islington (bot) · 7 years ago
  88. f1ee4a2 [3.7] bpo-33488: Satisfy markdownlint for the pull request template. (GH-6786) by Benjamin Peterson · 7 years ago
  89. 8ed545f bpo-28055: Fix unaligned accesses in siphash24(). (GH-6123) by Miss Islington (bot) · 7 years ago
  90. 6e9456e bpo-33455: Pass os.environ in test_posix::test_specify_environment. (GH-6753) by Miss Islington (bot) · 7 years ago
  91. c5444b3 Fix a bug in Generic.__new__ (GH-6758) by Miss Islington (bot) · 7 years ago
  92. 22df418 bpo-26701: Tweak the documentation for special methods in int(). (GH-6741) by Miss Islington (bot) · 7 years ago
  93. 8ffff34 bpo-13525: Fix incorrect encoding name in the tutorial example. (GH-6738) by Miss Islington (bot) · 7 years ago
  94. c587235 Fix superfluous if in documentation. (GH-6728) by Miss Islington (bot) · 7 years ago
  95. a0ff519 Fix typo in __mul__ and __rmul__ docstring (GH-6674) by Miss Islington (bot) · 7 years ago
  96. 263523a closes bpo-33445: fail properly in test_cprofile() (GH-6727) by Miss Islington (bot) · 7 years ago
  97. 3c28a63 bpo-28556: Minor fixes for typing module (GH-6732) by Miss Islington (bot) · 7 years ago
  98. 101d0d5 bpo-32717: Document PEP 560 (GH-6726) by Miss Islington (bot) · 7 years ago
  99. 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
  100. 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