1. c3f0014 bpo-40491: Fix typo in syntax error for numeric literals (GH-19893) by Shantanu · 4 years, 5 months ago
  2. 41a6458 bpo-40408: Fix support of nested type variables in GenericAlias. (GH-19836) by Serhiy Storchaka · 4 years, 5 months ago
  3. 603d354 bpo-40493: fix function type comment parsing (GH-19894) by Shantanu · 4 years, 5 months ago
  4. c95e691 Clean up unused imports for the peg generator module (GH-19891) by Anthony Shaw · 4 years, 5 months ago
  5. 7f06af6 bpo-40334: Set error_indicator in _PyPegen_raise_error (GH-19887) by Lysandros Nikolaou · 4 years, 5 months ago
  6. ad9eaea Remove outdated and confusing advice about setting maxsize (GH-19889) by Raymond Hettinger · 4 years, 5 months ago
  7. d699d5e Remove out-of-date comment (GH-19886) by Raymond Hettinger · 4 years, 5 months ago
  8. 493bf1c bpo-38870: Don't start generated output with newlines in ast.unparse (GH-19636) by Batuhan Taskaya · 4 years, 5 months ago
  9. 3dd2157 Simplify set entry insertion logic. (GH-19881) by Raymond Hettinger · 4 years, 5 months ago
  10. 21893fb bpo-29587: allow chaining NULL exceptions in _gen_throw() (GH-19877) by Chris Jerdonek · 4 years, 5 months ago
  11. 0400a7f Minor code cleanups for statistics (GH-19873) by Raymond Hettinger · 4 years, 5 months ago
  12. 8aab843 Fix missing space in docs(GH-19866) by Mathieu Dupuy · 4 years, 5 months ago
  13. 190fac9 bpo-40465: Deprecate the optional argument to random.shuffle(). (#19867) by Raymond Hettinger · 4 years, 5 months ago
  14. 7663523 bpo-40419: timeit CLI docs now mention 1,2,5,10,... trials instead of powers of 10 (GH-19752) by Sander · 4 years, 5 months ago
  15. b7226eb Call $(MKDIR_P) before regenerating the PEG meta-parser (GH-19861) by Pablo Galindo · 4 years, 5 months ago
  16. 531d1e5 bpo-39435: Make the first argument of pickle.loads() positional-only. (GH-19846) by Serhiy Storchaka · 4 years, 5 months ago
  17. d2baff4 bpo-40334: regenerate metaparser as part of regen-all (GH-19854) by Pablo Galindo · 4 years, 5 months ago
  18. 9dbaa8d Fix some scripts in the peg generator folder (GH-19853) by Pablo Galindo · 4 years, 5 months ago
  19. 0204726 bpo-29587: Update gen.throw() to chain exceptions (#19823) by Chris Jerdonek · 4 years, 5 months ago
  20. f40bd46 bpo-40417: Fix deprecation warning in PyImport_ReloadModule (GH-19750) by Robert Rouhani · 4 years, 5 months ago
  21. 7ba08ff bpo-40334: use the TOKENS file when checking dangling rules (GH-19849) by Pablo Galindo · 4 years, 5 months ago
  22. 6bd99d5 Fix the Tools/peg_generator/scripts/benchmark.py script (GH-19848) by Pablo Galindo · 4 years, 5 months ago
  23. 289842a bpo-39435: Fix docs for pickle.loads (GH-18160) by Shantanu · 4 years, 5 months ago
  24. 64224a4 bpo-40412: Nullify inittab_copy during finalization (GH-19746) by Gregory Szorc · 4 years, 5 months ago
  25. 831d58d bpo-39691: Clarify io.open_code behavior (GH-19824) by Shantanu · 4 years, 5 months ago
  26. 4168f1e Simplify choice()'s interaction with the private _randbelow() method (GH-19831) by Raymond Hettinger · 4 years, 5 months ago
  27. 03b7642 bpo-40334: Make the PyPegen* and PyParser* APIs more consistent (GH-19839) by Lysandros Nikolaou · 4 years, 5 months ago
  28. d9d6ead Ensure that tok->type_comments is set on every path (GH-19828) by Guido van Rossum · 4 years, 5 months ago
  29. 3941d97 bpo-40334: Refactor lambda_parameters similar to parameters (GH-19830) by Guido van Rossum · 4 years, 5 months ago
  30. d955241 bpo-40334: Correct return value of func_type_comment (GH-19833) by Pablo Galindo · 4 years, 5 months ago
  31. ea7297c bpo-40334: unskip test_function_type in test_unparse with the new parser (GH-19837) by Pablo Galindo · 4 years, 5 months ago
  32. 76c1b4d bpo-40334: Improve column offsets for thrown syntax errors by Pegen (GH-19782) by Batuhan Taskaya · 4 years, 5 months ago
  33. 719e14d bpo-40462: fix variable and function names (GH-19832) by Furkan Önder · 4 years, 5 months ago
  34. 8727664 bpo-32494: Use gdbm_count for dbm_length if possible (GH-19814) by Dong-hee Na · 4 years, 5 months ago
  35. b796b3f bpo-40334: Simplify type handling in the PEG c_generator (GH-19818) by Pablo Galindo · 4 years, 5 months ago
  36. 252346a bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820) by Victor Stinner · 4 years, 5 months ago
  37. 8bcfd31 Change 'exception happened' to 'exception occurred' in two places (#19767) by Noah Doersing · 4 years, 5 months ago
  38. 3e0a6f3 bpo-40334: Add support for feature_version in new PEG parser (GH-19827) by Lysandros Nikolaou · 4 years, 5 months ago
  39. eb0d359 bpo-40443: Remove unused imports in stdlib (GH-19815) by Victor Stinner · 4 years, 5 months ago
  40. 2935e65 bpo-40275: Fix name error in support.socket_helper (GH-19825) by Victor Stinner · 4 years, 5 months ago
  41. 17014e4 Remove dead code in test__xxsubinterpreters (GH-19826) by Victor Stinner · 4 years, 5 months ago
  42. b66c0ff bpo-1635741: Fix compiler warning in _stat.c (GH-19822) by Victor Stinner · 4 years, 5 months ago
  43. 3c7f9db Revert "bpo-29587: Enable implicit exception chaining with gen.throw() (GH-19811)" (#19821) by Victor Stinner · 4 years, 5 months ago
  44. 2514a63 bpo-29587: Enable implicit exception chaining with gen.throw() (GH-19811) by Chris Jerdonek · 4 years, 5 months ago
  45. c001c09 bpo-40334: Support type comments (GH-19780) by Guido van Rossum · 4 years, 5 months ago
  46. efb8dd5 compileall: Fix typos in docstring (GH-19810) by Jelle Zijlstra · 4 years, 5 months ago
  47. e488e30 bpo-40443: Remove unused imports in distutils (GH-19802) by Victor Stinner · 4 years, 5 months ago
  48. 9054967 bpo-40443: Remove unused imports in the stdlib (GH-19803) by Victor Stinner · 4 years, 5 months ago
  49. 3209cbd bpo-40394 - difflib.SequenceMatched.find_longest_match default args (GH-19742) by lrjball · 4 years, 5 months ago
  50. 6900f16 bpo-40443: Remove unused imports in idlelib (GH-19801) by Victor Stinner · 4 years, 5 months ago
  51. 138a9b9 bpo-40389: Improve repr of typing.Optional (#19714) by Vlad Serebrennikov · 4 years, 5 months ago
  52. b1e11c3 bpo-40443: Remove unused imports in tests (GH-19804) by Victor Stinner · 4 years, 5 months ago
  53. 57572b1 bpo-40443: Remove unused imports in tests (GH-19805) by Victor Stinner · 4 years, 5 months ago
  54. 69e802e bpo-40334: Fix test_peg_parser to actually use the old parser (GH-19778) by Lysandros Nikolaou · 4 years, 5 months ago
  55. 360371f bpo-40291: Add support for CAN_J1939 sockets (GH-19538) by karl ding · 4 years, 5 months ago
  56. fd33cdb Fix plural typo in documentation (GH-19799) by Alex Povel · 4 years, 5 months ago
  57. 84724dd bpo-1635741: Port _stat module to multiphase initialization (GH-19798) by Dong-hee Na · 4 years, 5 months ago
  58. 113feb3 bpo-40328: Add tool for generating cjk mapping headers (GH-19602) by Dong-hee Na · 4 years, 5 months ago
  59. 2d87577 bpo-40286: Remove C implementation of Random.randbytes() (GH-19797) by Victor Stinner · 4 years, 5 months ago
  60. e3dfb9b bpo-9216: Expose OpenSSL FIPS_mode() as _hashlib.get_fips_mode() (GH-19703) by Victor Stinner · 4 years, 5 months ago
  61. e5963ee What's New in Python 3.9: Reorganize C API Changes (GH-19794) by Victor Stinner · 4 years, 5 months ago
  62. 5769724 bpo-40228: More robust frame.setlineno. (GH-19437) by Mark Shannon · 4 years, 5 months ago
  63. ec9bea4 bpo-40436: Fix code parsing gdb version (GH-19792) by Victor Stinner · 4 years, 5 months ago
  64. 9a8c131 bpo-40428: Cleanup free list part of C API Changes doc (GH-19793) by Victor Stinner · 4 years, 5 months ago
  65. 5089bcd Add missing sys import to socket_helper.py (GH-19791) by Pablo Galindo · 4 years, 5 months ago
  66. 4db245e bpo-40334: refactor and cleanup for the PEG generators (GH-19775) by Pablo Galindo · 4 years, 5 months ago
  67. 9b64ef3 bpo-40432 Fix MSBuild project for Pegen grammars (#GH-9785) by Anthony Shaw · 4 years, 5 months ago
  68. bfb1cf4 bpo-40275: Move transient_internet from test.support to socket_helper (GH-19711) by Serhiy Storchaka · 4 years, 5 months ago
  69. bb4a585 bpo-40428: Remove references to Py*_ClearFreeList in the docs (GH-19783) by Zackery Spytz · 4 years, 5 months ago
  70. 6d65087 bpo-40334: Disallow invalid single statements in the new parser (GH-19774) by Lysandros Nikolaou · 4 years, 5 months ago
  71. a4dfe8e bpo-39995: Fix concurrent.futures _ThreadWakeup (GH-19760) by Victor Stinner · 4 years, 5 months ago
  72. 7036477 bpo-40421: Add PyFrame_GetBack() function (GH-19765) by Victor Stinner · 4 years, 5 months ago
  73. 66abe98 bpo-40275: Move requires_hashdigest() to test.support.hashlib_helper (GH-19716) by Hai Shi · 4 years, 5 months ago
  74. 2208134 bpo-40334: Explicitly cast to int in pegen.c to fix a compiler warning (GH-19779) by Pablo Galindo · 4 years, 5 months ago
  75. 4386b90 bpo-40429: PyThreadState_GetFrame() returns a strong ref (GH-19781) by Victor Stinner · 4 years, 5 months ago
  76. 37af21b bpo-40334: Fix shifting of nested f-strings in the new parser (GH-19771) by Lysandros Nikolaou · 4 years, 5 months ago
  77. ae00a5a bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769) by Victor Stinner · 4 years, 5 months ago
  78. cc0dc7e bpo-40429: Refactor super_init() (GH-19776) by Victor Stinner · 4 years, 5 months ago
  79. f7bbf58 bpo-38880: List interpreters associated with a channel end (GH-17323) by Lewis Gaul · 4 years, 5 months ago
  80. 49f70db bpo-40431: Fix syntax typo in turtledemo (GH-19777) by Miro Hrončok · 4 years, 5 months ago
  81. 8852ad4 bpo-40429: PyFrame_GetCode() now returns a strong reference (GH-19773) by Victor Stinner · 4 years, 5 months ago
  82. 5e8c691 bpo-32604: Add support for a "default" arg in channel_recv(). (GH-19770) by Eric Snow · 4 years, 5 months ago
  83. 6d86a23 bpo-40429: PyFrame_GetCode() result cannot be NULL (GH-19772) by Victor Stinner · 4 years, 5 months ago
  84. 521c8d6 bpo-39966: Revert "bpo-25597: Ensure wraps' return value is used for magic methods in MagicMock" (GH-19734) by Karthikeyan Singaravelan · 4 years, 5 months ago
  85. d9a43e2 bpo-40025: Require _generate_next_value_ to be defined before members (GH-19098) by Ethan Onstott · 4 years, 5 months ago
  86. a42ca74 bpo-40421: Add PyFrame_GetCode() function (GH-19757) by Victor Stinner · 4 years, 5 months ago
  87. b8f704d bpo-40421: Add Include/cpython/code.h header file (GH-19756) by Victor Stinner · 4 years, 5 months ago
  88. 7c59d7c bpo-40421: Add pyframe.h header file (GH-19755) by Victor Stinner · 4 years, 5 months ago
  89. 5da3526 Post 3.9.0a6 by Łukasz Langa · 4 years, 5 months ago
  90. d66685a Merge tag 'v3.9.0a6' by Łukasz Langa · 4 years, 5 months ago
  91. 5b9f498 bpo-40334: Refactor peg_generator to receive a Tokens file when building c code (GH-19745) by Pablo Galindo · 4 years, 5 months ago
  92. 3d53d87 bpo-40334: Don't skip test_parser:test_trigget_memory_error (GH-19744) by Lysandros Nikolaou · 4 years, 5 months ago
  93. d55133f bpo-40334: Catch E_EOF error, when the tokenizer returns ERRORTOKEN (GH-19743) by Lysandros Nikolaou · 4 years, 5 months ago
  94. bc1c8af Python 3.9.0a6 by Łukasz Langa · 4 years, 5 months ago
  95. 5d1f32d bpo-39995: Split test_concurrent_futures.test_crash() into sub-tests (GH-19739) by Victor Stinner · 4 years, 5 months ago
  96. 1a27501 bpo-30966: concurrent.futures.Process.shutdown() closes queue (GH-19738) by Victor Stinner · 4 years, 5 months ago
  97. b94dbd7 bpo-40334: Support PyPARSE_DONT_IMPLY_DEDENT in the new parser (GH-19736) by Pablo Galindo · 4 years, 5 months ago
  98. 2b74c83 bpo-40334: Support CO_FUTURE_BARRY_AS_BDFL in the new parser (GH-19721) by Pablo Galindo · 4 years, 5 months ago
  99. 9adccc1 bpo-30966: Add multiprocessing.SimpleQueue.close() (GH-19735) by Victor Stinner · 4 years, 5 months ago
  100. c5c4281 bpo-40375: Implement imaplib.IMAP4.unselect (GH-19712) by Dong-hee Na · 4 years, 5 months ago