1. c916c48 bpo-41068: Fix read after write in zipfile for non-ASCII files names. (GH-21040) by Miss Islington (bot) · 5 years ago
  2. 5606d55 bpo-26407: Do not mask errors in csv. (GH-20536) by Miss Islington (bot) · 5 years ago
  3. 353c4ba bpo-40824: Do not mask errors in __iter__ in "in" and the operator module. (GH-20537) by Miss Islington (bot) · 5 years ago
  4. 26f6126 bpo-41058: Use source file encoding in pdb.find_function(). (GH-21010) by Miss Islington (bot) · 5 years ago
  5. 814b07b [3.9] bpo-41052: Opt out serialization/deserialization for _random.Random (GH-21002). (GH-21030) by Dong-hee Na · 5 years ago
  6. 71bb921 [3.9] bpo-41060: Avoid SEGFAULT when calling GET_INVALID_TARGET in the grammar (GH-21020) (GH-21024) by Lysandros Nikolaou · 5 years ago
  7. 9862181 bpo-41044: Generate valid PEG python parsers for opt+seq rules (GH-20995) by Miss Islington (bot) · 5 years ago
  8. 7523886 bpo-41040: Fix test_modulefinder. (GH-20991) by Miss Islington (bot) · 5 years ago
  9. 1529322 bpo-38377: Fix skip_if_broken_multiprocessing_synchronize() on macOS (GH-20984) by Miss Islington (bot) · 5 years ago
  10. a5442b2 [3.9] bpo-40334: Produce better error messages on invalid targets (GH-20106) (GH-20973) by Lysandros Nikolaou · 5 years ago
  11. b1e7361 bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944) (GH-20962) by Victor Stinner · 5 years ago
  12. 9a58f03 [3.9] bpo-40637: Do not emit warnings for disabled builtin hashes (GH… (GH-20951) by stratakis · 5 years ago
  13. b39d41b bpo-41003: Fix test_copyreg when numpy is installed (GH-20935) (GH-20945) by Victor Stinner · 5 years ago
  14. 7795ae8 bpo-40958: Avoid buffer overflow in the parser when indexing the current line (GH-20875) (GH-20919) by Miss Islington (bot) · 5 years ago
  15. 097b8b6 bpo-40985: Show correct SyntaxError text when last line has a LINECONT (GH-20888) by Miss Islington (bot) · 5 years ago
  16. bc996c6 bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491) by Miss Islington (bot) · 5 years ago
  17. 9a0624a bpo-40448: ensurepip: Do not use cache (GH-19812) by Miss Islington (bot) · 5 years ago
  18. b87453f bpo-34226: fix cgi.parse_multipart without content_length (GH-8530) by Miss Islington (bot) · 5 years ago
  19. 83cd968 bpo-30064: Fix slow asyncio sock test (GH-20868) by Miss Islington (bot) · 5 years ago
  20. 55c1d21 bpo-40855: Fix ignored mu and xbar parameters (GH-20835) (#GH-20862) by Miss Islington (bot) · 5 years ago
  21. 94bb4b7 bpo-40834: Fix truncate when sending str object with channel (GH-20555) by Miss Islington (bot) · 5 years ago
  22. f919179 bpo-40964: disable remote IMAP tests (GH-20836) by Christian Heimes · 5 years ago
  23. 3782497 [3.9] bpo-40939: Fix test_keyword for the old parser (GH-20814) by Pablo Galindo · 5 years ago
  24. dc40105 bpo-40947: getpath.c uses PyConfig.platlibdir (GH-20807) (GH-20813) by Victor Stinner · 5 years ago
  25. 2f46c65 bpo-34401: Fix test_gdb for HP GDB version string (GH-20804) by Miss Islington (bot) · 5 years ago
  26. e3ce3bb bpo-40847: Consider a line with only a LINECONT a blank line (GH-20769) by Miss Islington (bot) · 5 years ago
  27. af69325 bpo-40927: Fix test_binhex when run twice (GH-20764) (GH-20789) by Victor Stinner · 5 years ago
  28. 4a4f660 bpo-40826: Fix test_repl.test_close_stdin() on Windows (GH-20779) (GH-20785) by Victor Stinner · 5 years ago
  29. 3b97d1b bpo-36543: Revert "bpo-36543: Remove the xml.etree.cElementTree module." (GH-20117) (GH-20780) by Miss Islington (bot) · 5 years ago
  30. d55ed7b Raise specialised syntax error for invalid lambda parameters (GH-20776) by Miss Islington (bot) · 5 years ago
  31. 8175064 bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605) (GH-20725) by Victor Stinner · 5 years ago
  32. dedaac0 bpo-40910: Export Py_GetArgcArgv() function (GH-20721) (GH-20723) by Victor Stinner · 5 years ago
  33. 2b33cc3 [3.9] Remove PEG-specific syntax error check in the old parser (GH-20717) by Pablo Galindo · 5 years ago
  34. 8df4f39 bpo-40903: Handle multiple '=' in invalid assignment rules in the PEG parser (GH-20697) by Miss Islington (bot) · 5 years ago
  35. 6440911 bpo-40904: Fix segfault in the new parser with f-string containing yield statements with no value (GH-20701) by Miss Islington (bot) · 5 years ago
  36. 71f5016 bpo-39791: Support file systems that cannot support non-ascii filenames (skipping tests in that case). (GH-20681) by Miss Islington (bot) · 5 years ago
  37. 1e4fa91 bpo-40724: Support setting buffer slots from type specs (GH-20648) (GH-20683) by Miss Islington (bot) · 5 years ago
  38. 90ee51f bpo-40870: Invalidate usage of some constants with ast.Name (GH-20649) by Miss Islington (bot) · 5 years ago
  39. d5e7348 bpo-40862: Raise TypeError when const is given to argparse.BooleanOptionalAction (GH-20623) (GH-20664) by Miss Islington (bot) · 5 years ago
  40. a4fa9a9 bpo-39791: Refresh importlib.metadata from importlib_metadata 1.6.1. (GH-20659) (GH-20661) by Miss Islington (bot) · 5 years ago
  41. cdc3d9c Fix missing FloatOperation in EXTRA_FUNCTIONALITY path. (GH-20655) (#20660) by Miss Islington (bot) · 5 years ago
  42. 3dfe549 bpo-40807: Show warnings once from codeop._maybe_compile (GH-20486) by Miss Islington (bot) · 5 years ago
  43. 196810a bpo-17258: Add requires_hashdigest to multiprocessing tests (GH-20412) by Miss Islington (bot) · 5 years ago
  44. 6d62dc1 [3.9] bpo-40826: PyOS_InterruptOccurred() requires GIL (GH-20578) (GH-20618) by Victor Stinner · 5 years ago
  45. 5d2396c [3.9] bpo-40826: Fix GIL usage in PyOS_Readline() (GH-20613) by Victor Stinner · 5 years ago
  46. 3c7609a [3.9] bpo-40630: Add tracemalloc.reset_peak (GH-20102) (GH-20545) by Huon Wilson · 5 years ago
  47. 410b730 Make sure that keyword arguments are merged into the arguments dictionary when dict unpacking and keyword arguments are interleaved. (GH-20553) (GH-20569) by Miss Islington (bot) · 5 years ago
  48. 0a67463 bpo-17005: Move topological sort functionality to its own module (GH-20558) by Miss Islington (bot) · 5 years ago
  49. 805fa54 Further de-linting of zoneinfo module (GH-20499) by Miss Islington (bot) · 5 years ago
  50. ad088ca bpo-40780: Fix failure of _Py_dg_dtoa to remove trailing zeros (GH-20435) (GH-20514) by Miss Islington (bot) · 5 years ago
  51. a6ae02d bpo-39040: Fix parsing of email mime headers with whitespace between encoded-words. (gh-17620) by Miss Islington (bot) · 5 years ago
  52. 6637bd4 bpo-30064: Properly skip unstable loop.sock_connect() racing test (GH-20494) by Miss Islington (bot) · 5 years ago
  53. 1d82f00 bpo-30064: Fix unstable asyncio "racing" socket tests (GH-20485) by Miss Islington (bot) · 5 years ago
  54. 8183e11 [3.9] bpo-40791: Use CRYPTO_memcmp() for compare_digest (GH-20456) (GH-20461) by Christian Heimes · 5 years ago
  55. 9b83829 [3.9] bpo-40614: Respect feature version for f-string debug expressions (GH-20196) (GH-20464) by Pablo Galindo · 5 years ago
  56. 3a2667d bpo-30064: Fix asyncio loop.sock_* race condition issue (GH-20369) by Miss Islington (bot) · 5 years ago
  57. 1bfe659 [3.9] Backport GH-20370 and GH-20436: Soft keywords (GH-20458) by Lysandros Nikolaou · 5 years ago
  58. 1c88bf8 bpo-39244: multiprocessing return default start method first on macOS (GH-18625) by Miss Islington (bot) · 5 years ago
  59. 66391b0 bpo-40637: Fix test_pbkdf2_hmac_py for missing sha1 (GH-20422) by Miss Islington (bot) · 5 years ago
  60. 5221a10 bpo-35714: Reject null characters in struct format strings (GH-16928) by Miss Islington (bot) · 5 years ago
  61. 791a46e [3.9] bpo-38964: Print correct filename on a SyntaxError in an fstring (GH-20399) (GH-20404) by Lysandros Nikolaou · 5 years ago
  62. 6cb0ad2 bpo-40246: Fix test_fstring when run with the old parser (GH-20402) by Lysandros Nikolaou · 5 years ago
  63. 1a4e9e6 bpo-36290: Fix keytword collision handling in AST node constructors (GH-12382) by Miss Islington (bot) · 5 years ago
  64. 7f77ac4 bpo-40696: Fix a hang that can arise after gen.throw() (GH-20287) by Miss Islington (bot) · 5 years ago
  65. a08b7c3 bpo-9216: hashlib usedforsecurity fixes (GH-20258) by Miss Islington (bot) · 5 years ago
  66. 55c8923 bpo-40334: Produce better error messages for non-parenthesized genexps (GH-20153) by Miss Islington (bot) · 5 years ago
  67. d00aaf3 bpo-40715: Reject dict unpacking on dict comprehensions (GH-20292) by Miss Islington (bot) · 5 years ago
  68. 275d7e1 [3.9] bpo-40176: Improve error messages for trailing comma on from import (GH-20294) (GH-20302) by Pablo Galindo · 5 years ago
  69. 3e65054 bpo-32309: Add support for contextvars in asyncio.to_thread() (GH-20278) by Miss Islington (bot) · 5 years ago
  70. 059279d bpo-38870: invalid escape sequence (GH-20240) by Miss Islington (bot) · 5 years ago
  71. e299130 bpo-32309: Implement asyncio.to_thread() (GH-20143) by Miss Islington (bot) · 5 years ago
  72. a3ec3ad bpo-40275: More lazy imports in test.support (GH-20131) by Hai Shi · 5 years ago
  73. c102a14 bpo-38870: Don't omit parenthesis when unparsing a slice in ast.unparse by Batuhan Taskaya · 5 years ago
  74. 75b863a bpo-40334: Reproduce error message for type comments on bare '*' in the new parser (GH-20151) by Lysandros Nikolaou · 5 years ago
  75. d71a649 bpo-38870: correctly escape unprintable characters on ast.unparse (GH-20166) by CyberSaxosTiGER · 5 years ago
  76. 2135e10 bpo-40663: Correctly handle annotations with subscripts in ast_unparse.c (GH-20156) by Batuhan Taskaya · 5 years ago
  77. e6578a2 bpo-40662: Fixed ast.get_source_segment for ast nodes that have incomplete location information (GH-20157) by Irit Katriel · 5 years ago
  78. 7b7a21b bpo-40661: Fix segfault when parsing invalid input (GH-20165) by Lysandros Nikolaou · 5 years ago
  79. 08b47c3 bpo-40257: Revert changes to inspect.getdoc() (GH-20073) by Serhiy Storchaka · 5 years ago
  80. 58205a0 bpo-39148: fixup to account for IPV6_ENABLED being moved (GH-20170) by Nathaniel J. Smith · 5 years ago
  81. 442634c bpo-39148: enable ipv6 for datagrams in Proactor (GH-19121) by Kjell Braden · 5 years ago
  82. da742ba bpo-31033: Improve the traceback for cancelled asyncio tasks (GH-19951) by Chris Jerdonek · 5 years ago
  83. e527ec8 bpo-40536: Add zoneinfo.available_timezones (GH-20158) by Paul Ganssle · 5 years ago
  84. 9681953 bpo-39058: Preserve attribute order in argparse Namespace reprs. (GH-17621) by Raymond Hettinger · 5 years ago
  85. 54f2898 bpo-40645: Implement HMAC in C (GH-20129) by Christian Heimes · 5 years ago
  86. 9a45bfe bpo-35569: Expose RFC 3542 IPv6 socket options on macOS (GH-19526) by Erlend Egeberg Aasland · 5 years ago
  87. d7184d3 bpo-29587: Add another test for the gen.throw() fix. (GH-19859) by Chris Jerdonek · 5 years ago
  88. 6341fc7 bpo-38870: Use subTest in test_unparse for better error reporting (GH-20141) by Pablo Galindo · 5 years ago
  89. af8e5f8 Use subTest in test_exceptions for better error reporting (GH-20140) by Pablo Galindo · 5 years ago
  90. 837f9e4 bpo-40645: Deprecated internal details of hmac.HMAC (GH-20132) by Christian Heimes · 5 years ago
  91. dff92bb bpo-38870: Implement round tripping support for typed AST in ast.unparse (GH-17797) by Batuhan Taskaya · 5 years ago
  92. e966af7 bpo-38870: Correctly handle empty docstrings in ast.unparse (GH-18768) by Batuhan Taskaya · 5 years ago
  93. d5a980a bpo-40165: Suppress stderr when checking if test_stty_match should be skipped (GH-19325) by Batuhan Taskaya · 5 years ago
  94. 25160cd bpo-38870: Don't put unnecessary parentheses on class declarations in ast.parse (GH-20134) by Batuhan Taskaya · 5 years ago
  95. ce4a753 bpo-38870: Do not separate factor prefixes in ast.unparse (GH-20133) by Batuhan Taskaya · 5 years ago
  96. d5b3f6b bpo-37630: Use SHA3 and SHAKE XOF from OpenSSL (GH-16049) by Christian Heimes · 5 years ago
  97. 1b97b9b bpo-24416: Return named tuple from date.isocalendar() (GH-20113) by Paul Ganssle · 5 years ago
  98. aa92a7c bpo-39305: Update nntplib to merge nntplib.NNTP and nntplib._NNTPBase (GH-19817) by Dong-hee Na · 5 years ago
  99. 372fa3e bpo-40275: lazy import modules in test.support (GH-20128) by Hai Shi · 5 years ago
  100. 62972d9 bpo-40503: PEP 615: Tests and implementation for zoneinfo (GH-19909) by Paul Ganssle · 5 years ago