1. af8e5f8 Use subTest in test_exceptions for better error reporting (GH-20140) by Pablo Galindo · 5 years ago
  2. 837f9e4 bpo-40645: Deprecated internal details of hmac.HMAC (GH-20132) by Christian Heimes · 5 years ago
  3. dff92bb bpo-38870: Implement round tripping support for typed AST in ast.unparse (GH-17797) by Batuhan Taskaya · 5 years ago
  4. e966af7 bpo-38870: Correctly handle empty docstrings in ast.unparse (GH-18768) by Batuhan Taskaya · 5 years ago
  5. d5a980a bpo-40165: Suppress stderr when checking if test_stty_match should be skipped (GH-19325) by Batuhan Taskaya · 5 years ago
  6. 25160cd bpo-38870: Don't put unnecessary parentheses on class declarations in ast.parse (GH-20134) by Batuhan Taskaya · 5 years ago
  7. ce4a753 bpo-38870: Do not separate factor prefixes in ast.unparse (GH-20133) by Batuhan Taskaya · 5 years ago
  8. d5b3f6b bpo-37630: Use SHA3 and SHAKE XOF from OpenSSL (GH-16049) by Christian Heimes · 5 years ago
  9. 1b97b9b bpo-24416: Return named tuple from date.isocalendar() (GH-20113) by Paul Ganssle · 5 years ago
  10. aa92a7c bpo-39305: Update nntplib to merge nntplib.NNTP and nntplib._NNTPBase (GH-19817) by Dong-hee Na · 5 years ago
  11. 372fa3e bpo-40275: lazy import modules in test.support (GH-20128) by Hai Shi · 5 years ago
  12. 62972d9 bpo-40503: PEP 615: Tests and implementation for zoneinfo (GH-19909) by Paul Ganssle · 5 years ago
  13. 6b6092f bpo-39075: types.SimpleNamespace no longer sorts attributes in its repr (GH-19430) by Zackery Spytz · 5 years ago
  14. 1ce5841 bpo-31033: Add a msg argument to Future.cancel() and Task.cancel() (GH-19979) by Chris Jerdonek · 5 years ago
  15. 6a5d3ff bpo-40636: Clarify the zip built-in docstring. (GH-20118) by Gregory P. Smith · 5 years ago
  16. 382a563 bpo-40607: Reraise exception during task cancelation in asyncio.wait_for() (GH-20054) by romasku · 5 years ago
  17. 6e57237 bpo-40055: test_distutils leaves warnings filters unchanged (GH-20095) by Victor Stinner · 5 years ago
  18. 15bc9ab bpo-40612: Fix SyntaxError edge cases in traceback formatting (GH-20072) by Guido van Rossum · 5 years ago
  19. 16ab070 bpo-40334: Correctly identify invalid target in assignment errors (GH-20076) by Pablo Galindo · 5 years ago
  20. 7ba1f75 bpo-38872: Document exec symbol for codeop.compile_command (GH-20047) by Joannah Nanjekye · 5 years ago
  21. 4b972fa bpo-40462: Fix typo in test_json (GH-20094) by Victor Stinner · 5 years ago
  22. edf2643 bpo-40460: Fix typo in idlelib/zzdummy.py (GH-20093) by Victor Stinner · 5 years ago
  23. ce21cfc bpo-40618: Disallow invalid targets in augassign and except clauses (GH-20083) by Lysandros Nikolaou · 5 years ago
  24. bcc3036 bpo-40619: Correctly handle error lines in programs without file mode (GH-20090) by Pablo Galindo · 5 years ago
  25. f2c3b68 Revert "bpo-32604: [_xxsubinterpreters] Propagate exceptions. (GH-19768)" (GH-20089) by Victor Stinner · 5 years ago
  26. e77d428 bpo-40495: compileall option to hardlink duplicate pyc files (GH-19901) by Lumír 'Frenzy' Balhar · 5 years ago
  27. 7443d42 bpo-40275: Import locale module lazily in gettext (GH-19905) by Hai Shi · 5 years ago
  28. 6f2f475 bpo-40597: email: Use CTE if lines are longer than max_line_length consistently (gh-20038) by Arkadiusz Hiler · 5 years ago
  29. 75cd8e4 bpo-29587: Make gen.throw() chain exceptions with yield from (GH-19858) by Chris Jerdonek · 5 years ago
  30. d72ea60 issue-25872: Fix KeyError using linecache from multiple threads (GH-18007) by Michael Graczyk · 5 years ago
  31. a15c9b3 bpo-40334: Always show the caret on SyntaxErrors (GH-20050) by Lysandros Nikolaou · 5 years ago
  32. b809717 bpo-40331: Increase test coverage for the statistics module (GH-19608) by Tzanetos Balitsaris · 5 years ago
  33. d6b727e bpo-40501: Replace ctypes code in uuid with native module (GH-19948) by Steve Dower · 5 years ago
  34. 5650e76 bpo-40596: Fix str.isidentifier() for non-canonicalized strings containing non-BMP characters on Windows. (GH-20053) by Serhiy Storchaka · 5 years ago
  35. 74ea6b5 bpo-40593: Improve syntax errors for invalid characters in source code. (GH-20033) by Serhiy Storchaka · 5 years ago
  36. f3a5b7a bpo-39481: remove generic classes from ipaddress/mmap (GH-20045) by Batuhan Taskaya · 5 years ago
  37. b1b4c79 bpo-40480: restore ability to join fnmatch.translate() results (GH-20049) by Tim Peters · 5 years ago
  38. 21cdb71 bpo-40571: Make lru_cache(maxsize=None) more discoverable (GH-20019) by Raymond Hettinger · 5 years ago
  39. 27c0d9b bpo-40334: produce specialized errors for invalid del targets (GH-19911) by Shantanu · 5 years ago
  40. ef7973a bpo-40561: Add docstrings for webbrowser open functions (GH-19999) by Brad Solomon · 5 years ago
  41. 5b956ca bpo-40585: Normalize errors messages in codeop when comparing them (GH-20030) by Pablo Galindo · 5 years ago
  42. 2fbc57a bpo-40257: Tweak docstrings for special generic aliases. (GH-20022) by Serhiy Storchaka · 5 years ago
  43. 0122d48 bpo-40397: Fix subscription of nested generic alias without parameters. (GH-20021) by Serhiy Storchaka · 5 years ago
  44. fcb2856 bpo-40397: Remove __args__ and __parameters__ from _SpecialGenericAlias (GH-19984) by Serhiy Storchaka · 5 years ago
  45. ac7a92c bpo-40334: Avoid collisions between parser variables and grammar variables (GH-19987) by Pablo Galindo · 5 years ago
  46. 2c3d508 bpo-40570: Improve compatibility of uname_result with late-bound .platform (#20015) by Jason R. Coombs · 5 years ago
  47. 7f7e706 bpo-39791: Add files() to importlib.resources (GH-19722) by Jason R. Coombs · 5 years ago
  48. 81a5fc3 bpo-40541: Add optional *counts* parameter to random.sample() (GH-19970) by Raymond Hettinger · 5 years ago
  49. 02fa0ea bpo-40273: Reversible mappingproxy (FH-19513) by Zackery Spytz · 5 years ago
  50. db9163c bpo-40555: Check for p->error_indicator in loop rules after the main loop is done (GH-19986) by Pablo Galindo · 5 years ago
  51. a1d9e0a bpo-32604: [_xxsubinterpreters] Propagate exceptions. (GH-19768) by Eric Snow · 5 years ago
  52. e1becf4 bpo-38787: C API for module state access from extension methods (PEP 573) (GH-19936) by Petr Viktorin · 5 years ago
  53. 4638c64 bpo-40334: Error message for invalid default args in function call (GH-19973) by Lysandros Nikolaou · 5 years ago
  54. 2f37c35 bpo-40334: Fix error location upon parsing an invalid string literal (GH-19962) by Lysandros Nikolaou · 5 years ago
  55. c1c7d8e bpo-40397: Refactor typing._GenericAlias (GH-19719) by Serhiy Storchaka · 5 years ago
  56. 99db2a1 bpo-40334: Allow trailing comma in parenthesised context managers (GH-19964) by Pablo Galindo · 5 years ago
  57. 091951a bpo-40528: Improve and clear several aspects of the ASDL definition code for the AST (GH-19952) by Batuhan Taskaya · 5 years ago
  58. 2668a9a bpo-40527: Fix command line argument parsing (GH-19955) by Victor Stinner · 5 years ago
  59. b9c46a2 bpo-40480 "fnmatch" exponential execution time (GH-19908) by Tim Peters · 5 years ago
  60. 96074de bpo-40523: Add pass-throughs for hash() and reversed() to weakref.proxy objects (GH-19946) by Pablo Galindo · 5 years ago
  61. 1253c3e bpo-40504: Allow weakrefs to lru_cache objects (GH-19938) by Dennis Sweeney · 5 years ago
  62. c21c512 bpo-40355: Improve error messages in ast.literal_eval with malformed Dict nodes (GH-19868) by Curtis Bucher · 5 years ago
  63. b0be6b3 bpo-29587: _PyErr_ChainExceptions() checks exception (GH-19902) by Victor Stinner · 5 years ago
  64. 1e7e451 bpo-40459: Fix NameError in platform.py (GH-19855) by Dennis Sweeney · 5 years ago
  65. 975408c bpo-40275: test.support imports lazily locale import (GH-19761) by Hai Shi · 5 years ago
  66. 785f5e6 bpo-40489: Add test case for dict contain use after free (GH-19906) by Dong-hee Na · 5 years ago
  67. caa3ef2 bpo-40135: Fix multiprocessing test_shared_memory_across_processes() (GH-19892) by Hai Shi · 5 years ago
  68. 846d8b2 bpo-40246: Revert reporting of invalid string prefixes (GH-19888) by Lysandros Nikolaou · 5 years ago
  69. e10e7c7 bpo-40334: Spacialized error message for invalid args after bare '*' (GH-19865) by Lysandros Nikolaou · 5 years ago
  70. 41a6458 bpo-40408: Fix support of nested type variables in GenericAlias. (GH-19836) by Serhiy Storchaka · 5 years ago
  71. 603d354 bpo-40493: fix function type comment parsing (GH-19894) by Shantanu · 5 years ago
  72. 493bf1c bpo-38870: Don't start generated output with newlines in ast.unparse (GH-19636) by Batuhan Taskaya · 5 years ago
  73. 21893fb bpo-29587: allow chaining NULL exceptions in _gen_throw() (GH-19877) by Chris Jerdonek · 5 years ago
  74. 0400a7f Minor code cleanups for statistics (GH-19873) by Raymond Hettinger · 5 years ago
  75. 190fac9 bpo-40465: Deprecate the optional argument to random.shuffle(). (#19867) by Raymond Hettinger · 5 years ago
  76. 7663523 bpo-40419: timeit CLI docs now mention 1,2,5,10,... trials instead of powers of 10 (GH-19752) by Sander · 5 years ago
  77. 531d1e5 bpo-39435: Make the first argument of pickle.loads() positional-only. (GH-19846) by Serhiy Storchaka · 5 years ago
  78. 9dbaa8d Fix some scripts in the peg generator folder (GH-19853) by Pablo Galindo · 5 years ago
  79. 0204726 bpo-29587: Update gen.throw() to chain exceptions (#19823) by Chris Jerdonek · 5 years ago
  80. 4168f1e Simplify choice()'s interaction with the private _randbelow() method (GH-19831) by Raymond Hettinger · 5 years ago
  81. ea7297c bpo-40334: unskip test_function_type in test_unparse with the new parser (GH-19837) by Pablo Galindo · 5 years ago
  82. 76c1b4d bpo-40334: Improve column offsets for thrown syntax errors by Pegen (GH-19782) by Batuhan Taskaya · 5 years ago
  83. 719e14d bpo-40462: fix variable and function names (GH-19832) by Furkan Önder · 5 years ago
  84. 252346a bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820) by Victor Stinner · 5 years ago
  85. 8bcfd31 Change 'exception happened' to 'exception occurred' in two places (#19767) by Noah Doersing · 5 years ago
  86. 3e0a6f3 bpo-40334: Add support for feature_version in new PEG parser (GH-19827) by Lysandros Nikolaou · 5 years ago
  87. eb0d359 bpo-40443: Remove unused imports in stdlib (GH-19815) by Victor Stinner · 5 years ago
  88. 2935e65 bpo-40275: Fix name error in support.socket_helper (GH-19825) by Victor Stinner · 5 years ago
  89. 17014e4 Remove dead code in test__xxsubinterpreters (GH-19826) by Victor Stinner · 5 years ago
  90. 3c7f9db Revert "bpo-29587: Enable implicit exception chaining with gen.throw() (GH-19811)" (#19821) by Victor Stinner · 5 years ago
  91. 2514a63 bpo-29587: Enable implicit exception chaining with gen.throw() (GH-19811) by Chris Jerdonek · 5 years ago
  92. c001c09 bpo-40334: Support type comments (GH-19780) by Guido van Rossum · 5 years ago
  93. efb8dd5 compileall: Fix typos in docstring (GH-19810) by Jelle Zijlstra · 5 years ago
  94. e488e30 bpo-40443: Remove unused imports in distutils (GH-19802) by Victor Stinner · 5 years ago
  95. 9054967 bpo-40443: Remove unused imports in the stdlib (GH-19803) by Victor Stinner · 5 years ago
  96. 3209cbd bpo-40394 - difflib.SequenceMatched.find_longest_match default args (GH-19742) by lrjball · 5 years ago
  97. 6900f16 bpo-40443: Remove unused imports in idlelib (GH-19801) by Victor Stinner · 5 years ago
  98. 138a9b9 bpo-40389: Improve repr of typing.Optional (#19714) by Vlad Serebrennikov · 5 years ago
  99. b1e11c3 bpo-40443: Remove unused imports in tests (GH-19804) by Victor Stinner · 5 years ago
  100. 57572b1 bpo-40443: Remove unused imports in tests (GH-19805) by Victor Stinner · 5 years ago