1. ce21cfc bpo-40618: Disallow invalid targets in augassign and except clauses (GH-20083) by Lysandros Nikolaou · 4 years, 6 months ago
  2. bcc3036 bpo-40619: Correctly handle error lines in programs without file mode (GH-20090) by Pablo Galindo · 4 years, 6 months ago
  3. f2c3b68 Revert "bpo-32604: [_xxsubinterpreters] Propagate exceptions. (GH-19768)" (GH-20089) by Victor Stinner · 4 years, 6 months ago
  4. e77d428 bpo-40495: compileall option to hardlink duplicate pyc files (GH-19901) by Lumír 'Frenzy' Balhar · 4 years, 6 months ago
  5. 7443d42 bpo-40275: Import locale module lazily in gettext (GH-19905) by Hai Shi · 4 years, 6 months ago
  6. 6f2f475 bpo-40597: email: Use CTE if lines are longer than max_line_length consistently (gh-20038) by Arkadiusz Hiler · 4 years, 6 months ago
  7. 75cd8e4 bpo-29587: Make gen.throw() chain exceptions with yield from (GH-19858) by Chris Jerdonek · 4 years, 6 months ago
  8. d72ea60 issue-25872: Fix KeyError using linecache from multiple threads (GH-18007) by Michael Graczyk · 4 years, 6 months ago
  9. a15c9b3 bpo-40334: Always show the caret on SyntaxErrors (GH-20050) by Lysandros Nikolaou · 4 years, 6 months ago
  10. b809717 bpo-40331: Increase test coverage for the statistics module (GH-19608) by Tzanetos Balitsaris · 4 years, 6 months ago
  11. d6b727e bpo-40501: Replace ctypes code in uuid with native module (GH-19948) by Steve Dower · 4 years, 6 months ago
  12. 5650e76 bpo-40596: Fix str.isidentifier() for non-canonicalized strings containing non-BMP characters on Windows. (GH-20053) by Serhiy Storchaka · 4 years, 6 months ago
  13. 74ea6b5 bpo-40593: Improve syntax errors for invalid characters in source code. (GH-20033) by Serhiy Storchaka · 4 years, 6 months ago
  14. f3a5b7a bpo-39481: remove generic classes from ipaddress/mmap (GH-20045) by Batuhan Taskaya · 4 years, 6 months ago
  15. b1b4c79 bpo-40480: restore ability to join fnmatch.translate() results (GH-20049) by Tim Peters · 4 years, 6 months ago
  16. 21cdb71 bpo-40571: Make lru_cache(maxsize=None) more discoverable (GH-20019) by Raymond Hettinger · 4 years, 6 months ago
  17. 27c0d9b bpo-40334: produce specialized errors for invalid del targets (GH-19911) by Shantanu · 4 years, 6 months ago
  18. ef7973a bpo-40561: Add docstrings for webbrowser open functions (GH-19999) by Brad Solomon · 4 years, 6 months ago
  19. 5b956ca bpo-40585: Normalize errors messages in codeop when comparing them (GH-20030) by Pablo Galindo · 4 years, 6 months ago
  20. 2fbc57a bpo-40257: Tweak docstrings for special generic aliases. (GH-20022) by Serhiy Storchaka · 4 years, 6 months ago
  21. 0122d48 bpo-40397: Fix subscription of nested generic alias without parameters. (GH-20021) by Serhiy Storchaka · 4 years, 6 months ago
  22. fcb2856 bpo-40397: Remove __args__ and __parameters__ from _SpecialGenericAlias (GH-19984) by Serhiy Storchaka · 4 years, 6 months ago
  23. ac7a92c bpo-40334: Avoid collisions between parser variables and grammar variables (GH-19987) by Pablo Galindo · 4 years, 6 months ago
  24. 2c3d508 bpo-40570: Improve compatibility of uname_result with late-bound .platform (#20015) by Jason R. Coombs · 4 years, 6 months ago
  25. 7f7e706 bpo-39791: Add files() to importlib.resources (GH-19722) by Jason R. Coombs · 4 years, 6 months ago
  26. 81a5fc3 bpo-40541: Add optional *counts* parameter to random.sample() (GH-19970) by Raymond Hettinger · 4 years, 6 months ago
  27. 02fa0ea bpo-40273: Reversible mappingproxy (FH-19513) by Zackery Spytz · 4 years, 6 months ago
  28. db9163c bpo-40555: Check for p->error_indicator in loop rules after the main loop is done (GH-19986) by Pablo Galindo · 4 years, 6 months ago
  29. a1d9e0a bpo-32604: [_xxsubinterpreters] Propagate exceptions. (GH-19768) by Eric Snow · 4 years, 6 months ago
  30. e1becf4 bpo-38787: C API for module state access from extension methods (PEP 573) (GH-19936) by Petr Viktorin · 4 years, 6 months ago
  31. 4638c64 bpo-40334: Error message for invalid default args in function call (GH-19973) by Lysandros Nikolaou · 4 years, 6 months ago
  32. 2f37c35 bpo-40334: Fix error location upon parsing an invalid string literal (GH-19962) by Lysandros Nikolaou · 4 years, 6 months ago
  33. c1c7d8e bpo-40397: Refactor typing._GenericAlias (GH-19719) by Serhiy Storchaka · 4 years, 6 months ago
  34. 99db2a1 bpo-40334: Allow trailing comma in parenthesised context managers (GH-19964) by Pablo Galindo · 4 years, 6 months ago
  35. 091951a bpo-40528: Improve and clear several aspects of the ASDL definition code for the AST (GH-19952) by Batuhan Taskaya · 4 years, 6 months ago
  36. 2668a9a bpo-40527: Fix command line argument parsing (GH-19955) by Victor Stinner · 4 years, 6 months ago
  37. b9c46a2 bpo-40480 "fnmatch" exponential execution time (GH-19908) by Tim Peters · 4 years, 6 months ago
  38. 96074de bpo-40523: Add pass-throughs for hash() and reversed() to weakref.proxy objects (GH-19946) by Pablo Galindo · 4 years, 6 months ago
  39. 1253c3e bpo-40504: Allow weakrefs to lru_cache objects (GH-19938) by Dennis Sweeney · 4 years, 6 months ago
  40. c21c512 bpo-40355: Improve error messages in ast.literal_eval with malformed Dict nodes (GH-19868) by Curtis Bucher · 4 years, 6 months ago
  41. b0be6b3 bpo-29587: _PyErr_ChainExceptions() checks exception (GH-19902) by Victor Stinner · 4 years, 6 months ago
  42. 1e7e451 bpo-40459: Fix NameError in platform.py (GH-19855) by Dennis Sweeney · 4 years, 6 months ago
  43. 975408c bpo-40275: test.support imports lazily locale import (GH-19761) by Hai Shi · 4 years, 6 months ago
  44. 785f5e6 bpo-40489: Add test case for dict contain use after free (GH-19906) by Dong-hee Na · 4 years, 6 months ago
  45. caa3ef2 bpo-40135: Fix multiprocessing test_shared_memory_across_processes() (GH-19892) by Hai Shi · 4 years, 6 months ago
  46. 846d8b2 bpo-40246: Revert reporting of invalid string prefixes (GH-19888) by Lysandros Nikolaou · 4 years, 6 months ago
  47. e10e7c7 bpo-40334: Spacialized error message for invalid args after bare '*' (GH-19865) by Lysandros Nikolaou · 4 years, 6 months ago
  48. 41a6458 bpo-40408: Fix support of nested type variables in GenericAlias. (GH-19836) by Serhiy Storchaka · 4 years, 6 months ago
  49. 603d354 bpo-40493: fix function type comment parsing (GH-19894) by Shantanu · 4 years, 6 months ago
  50. 493bf1c bpo-38870: Don't start generated output with newlines in ast.unparse (GH-19636) by Batuhan Taskaya · 4 years, 6 months ago
  51. 21893fb bpo-29587: allow chaining NULL exceptions in _gen_throw() (GH-19877) by Chris Jerdonek · 4 years, 6 months ago
  52. 0400a7f Minor code cleanups for statistics (GH-19873) by Raymond Hettinger · 4 years, 6 months ago
  53. 190fac9 bpo-40465: Deprecate the optional argument to random.shuffle(). (#19867) by Raymond Hettinger · 4 years, 6 months ago
  54. 7663523 bpo-40419: timeit CLI docs now mention 1,2,5,10,... trials instead of powers of 10 (GH-19752) by Sander · 4 years, 6 months ago
  55. 531d1e5 bpo-39435: Make the first argument of pickle.loads() positional-only. (GH-19846) by Serhiy Storchaka · 4 years, 6 months ago
  56. 9dbaa8d Fix some scripts in the peg generator folder (GH-19853) by Pablo Galindo · 4 years, 6 months ago
  57. 0204726 bpo-29587: Update gen.throw() to chain exceptions (#19823) by Chris Jerdonek · 4 years, 6 months ago
  58. 4168f1e Simplify choice()'s interaction with the private _randbelow() method (GH-19831) by Raymond Hettinger · 4 years, 6 months ago
  59. ea7297c bpo-40334: unskip test_function_type in test_unparse with the new parser (GH-19837) by Pablo Galindo · 4 years, 6 months ago
  60. 76c1b4d bpo-40334: Improve column offsets for thrown syntax errors by Pegen (GH-19782) by Batuhan Taskaya · 4 years, 6 months ago
  61. 719e14d bpo-40462: fix variable and function names (GH-19832) by Furkan Önder · 4 years, 6 months ago
  62. 252346a bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820) by Victor Stinner · 4 years, 6 months ago
  63. 8bcfd31 Change 'exception happened' to 'exception occurred' in two places (#19767) by Noah Doersing · 4 years, 6 months ago
  64. 3e0a6f3 bpo-40334: Add support for feature_version in new PEG parser (GH-19827) by Lysandros Nikolaou · 4 years, 6 months ago
  65. eb0d359 bpo-40443: Remove unused imports in stdlib (GH-19815) by Victor Stinner · 4 years, 6 months ago
  66. 2935e65 bpo-40275: Fix name error in support.socket_helper (GH-19825) by Victor Stinner · 4 years, 6 months ago
  67. 17014e4 Remove dead code in test__xxsubinterpreters (GH-19826) by Victor Stinner · 4 years, 6 months ago
  68. 3c7f9db Revert "bpo-29587: Enable implicit exception chaining with gen.throw() (GH-19811)" (#19821) by Victor Stinner · 4 years, 6 months ago
  69. 2514a63 bpo-29587: Enable implicit exception chaining with gen.throw() (GH-19811) by Chris Jerdonek · 4 years, 6 months ago
  70. c001c09 bpo-40334: Support type comments (GH-19780) by Guido van Rossum · 4 years, 6 months ago
  71. efb8dd5 compileall: Fix typos in docstring (GH-19810) by Jelle Zijlstra · 4 years, 6 months ago
  72. e488e30 bpo-40443: Remove unused imports in distutils (GH-19802) by Victor Stinner · 4 years, 6 months ago
  73. 9054967 bpo-40443: Remove unused imports in the stdlib (GH-19803) by Victor Stinner · 4 years, 6 months ago
  74. 3209cbd bpo-40394 - difflib.SequenceMatched.find_longest_match default args (GH-19742) by lrjball · 4 years, 6 months ago
  75. 6900f16 bpo-40443: Remove unused imports in idlelib (GH-19801) by Victor Stinner · 4 years, 6 months ago
  76. 138a9b9 bpo-40389: Improve repr of typing.Optional (#19714) by Vlad Serebrennikov · 4 years, 6 months ago
  77. b1e11c3 bpo-40443: Remove unused imports in tests (GH-19804) by Victor Stinner · 4 years, 6 months ago
  78. 57572b1 bpo-40443: Remove unused imports in tests (GH-19805) by Victor Stinner · 4 years, 6 months ago
  79. 69e802e bpo-40334: Fix test_peg_parser to actually use the old parser (GH-19778) by Lysandros Nikolaou · 4 years, 6 months ago
  80. 360371f bpo-40291: Add support for CAN_J1939 sockets (GH-19538) by karl ding · 4 years, 6 months ago
  81. 2d87577 bpo-40286: Remove C implementation of Random.randbytes() (GH-19797) by Victor Stinner · 4 years, 6 months ago
  82. e3dfb9b bpo-9216: Expose OpenSSL FIPS_mode() as _hashlib.get_fips_mode() (GH-19703) by Victor Stinner · 4 years, 6 months ago
  83. 5769724 bpo-40228: More robust frame.setlineno. (GH-19437) by Mark Shannon · 4 years, 6 months ago
  84. ec9bea4 bpo-40436: Fix code parsing gdb version (GH-19792) by Victor Stinner · 4 years, 6 months ago
  85. 5089bcd Add missing sys import to socket_helper.py (GH-19791) by Pablo Galindo · 4 years, 6 months ago
  86. bfb1cf4 bpo-40275: Move transient_internet from test.support to socket_helper (GH-19711) by Serhiy Storchaka · 4 years, 6 months ago
  87. 6d65087 bpo-40334: Disallow invalid single statements in the new parser (GH-19774) by Lysandros Nikolaou · 4 years, 6 months ago
  88. a4dfe8e bpo-39995: Fix concurrent.futures _ThreadWakeup (GH-19760) by Victor Stinner · 4 years, 6 months ago
  89. 66abe98 bpo-40275: Move requires_hashdigest() to test.support.hashlib_helper (GH-19716) by Hai Shi · 4 years, 6 months ago
  90. 37af21b bpo-40334: Fix shifting of nested f-strings in the new parser (GH-19771) by Lysandros Nikolaou · 4 years, 6 months ago
  91. f7bbf58 bpo-38880: List interpreters associated with a channel end (GH-17323) by Lewis Gaul · 4 years, 6 months ago
  92. 49f70db bpo-40431: Fix syntax typo in turtledemo (GH-19777) by Miro Hrončok · 4 years, 6 months ago
  93. 5e8c691 bpo-32604: Add support for a "default" arg in channel_recv(). (GH-19770) by Eric Snow · 4 years, 6 months ago
  94. 521c8d6 bpo-39966: Revert "bpo-25597: Ensure wraps' return value is used for magic methods in MagicMock" (GH-19734) by Karthikeyan Singaravelan · 4 years, 6 months ago
  95. d9a43e2 bpo-40025: Require _generate_next_value_ to be defined before members (GH-19098) by Ethan Onstott · 4 years, 6 months ago
  96. d66685a Merge tag 'v3.9.0a6' by Łukasz Langa · 4 years, 6 months ago
  97. 3d53d87 bpo-40334: Don't skip test_parser:test_trigget_memory_error (GH-19744) by Lysandros Nikolaou · 4 years, 6 months ago
  98. d55133f bpo-40334: Catch E_EOF error, when the tokenizer returns ERRORTOKEN (GH-19743) by Lysandros Nikolaou · 4 years, 6 months ago
  99. bc1c8af Python 3.9.0a6 by Łukasz Langa · 4 years, 6 months ago
  100. 5d1f32d bpo-39995: Split test_concurrent_futures.test_crash() into sub-tests (GH-19739) by Victor Stinner · 4 years, 6 months ago