1. ac7a92c bpo-40334: Avoid collisions between parser variables and grammar variables (GH-19987) by Pablo Galindo · 4 years, 4 months ago
  2. 2c3d508 bpo-40570: Improve compatibility of uname_result with late-bound .platform (#20015) by Jason R. Coombs · 4 years, 4 months ago
  3. 77c6146 bpo-40566: Apply PEP 573 to abc module (GH-20005) by Dong-hee Na · 4 years, 4 months ago
  4. 7f7e706 bpo-39791: Add files() to importlib.resources (GH-19722) by Jason R. Coombs · 4 years, 4 months ago
  5. d10091a bpo-40502: Initialize n->n_col_offset (GH-19988) by Joannah Nanjekye · 4 years, 4 months ago
  6. 81a5fc3 bpo-40541: Add optional *counts* parameter to random.sample() (GH-19970) by Raymond Hettinger · 4 years, 4 months ago
  7. 2effef7 Make the first dataclass example more useful (GH-19994) by Ned Batchelder · 4 years, 4 months ago
  8. d2c349b bpo-40559: Add Py_DECREF to _asynciomodule.c:task_step_impl() (GH-19990) by Chris Jerdonek · 4 years, 4 months ago
  9. 02fa0ea bpo-40273: Reversible mappingproxy (FH-19513) by Zackery Spytz · 4 years, 4 months ago
  10. db9163c bpo-40555: Check for p->error_indicator in loop rules after the main loop is done (GH-19986) by Pablo Galindo · 4 years, 4 months ago
  11. b7a78ca bpo-40517: Implement syntax highlighting support for ASDL (GH-19967) by Batuhan Taskaya · 4 years, 4 months ago
  12. 4e36376 bpo-40548: Always run GitHub action, even on doc PRs (GH-19981) by Victor Stinner · 4 years, 4 months ago
  13. c068b53 bpo-38787: Update structures.rst docs (PEP 573) (GH-19980) by Hai Shi · 4 years, 4 months ago
  14. a1d9e0a bpo-32604: [_xxsubinterpreters] Propagate exceptions. (GH-19768) by Eric Snow · 4 years, 4 months ago
  15. 8963a7f bpo-40545: Export _PyErr_GetTopmostException() function (GH-19978) by Victor Stinner · 4 years, 4 months ago
  16. e1becf4 bpo-38787: C API for module state access from extension methods (PEP 573) (GH-19936) by Petr Viktorin · 4 years, 4 months ago
  17. 4638c64 bpo-40334: Error message for invalid default args in function call (GH-19973) by Lysandros Nikolaou · 4 years, 4 months ago
  18. 2f37c35 bpo-40334: Fix error location upon parsing an invalid string literal (GH-19962) by Lysandros Nikolaou · 4 years, 4 months ago
  19. 3466922 bpo-1635741: Port errno module to multiphase initialization (GH-19923) by Dong-hee Na · 4 years, 4 months ago
  20. c1c7d8e bpo-40397: Refactor typing._GenericAlias (GH-19719) by Serhiy Storchaka · 4 years, 4 months ago
  21. 470aac4 bpo-40334: Generate comments in the parser code to improve debugging (GH-19966) by Pablo Galindo · 4 years, 4 months ago
  22. 99db2a1 bpo-40334: Allow trailing comma in parenthesised context managers (GH-19964) by Pablo Galindo · 4 years, 4 months ago
  23. 441416c Fix typo in sqlite3 documentation (GH-19965) by Naglis · 4 years, 4 months ago
  24. 999ec9a bpo-40334: Add type to the assignment rule in the grammar file (GH-19963) by Lysandros Nikolaou · 4 years, 4 months ago
  25. b7aa23d bpo-40521: Disable list free list in subinterpreters (GH-19959) by Victor Stinner · 4 years, 4 months ago
  26. d8135e9 bpo-40533: Disable GC in subinterpreters (GH-19961) by Victor Stinner · 4 years, 4 months ago
  27. 89fc4a3 bpo-40521: Disable method cache in subinterpreters (GH-19960) by Victor Stinner · 4 years, 4 months ago
  28. 091951a bpo-40528: Improve and clear several aspects of the ASDL definition code for the AST (GH-19952) by Batuhan Taskaya · 4 years, 4 months ago
  29. 2668a9a bpo-40527: Fix command line argument parsing (GH-19955) by Victor Stinner · 4 years, 4 months ago
  30. eff870b Revert "bpo-40517: Implement syntax highlighting support for ASDL (#19928)" (#19950) by Raymond Hettinger · 4 years, 4 months ago
  31. d60040b bpo-40517: Implement syntax highlighting support for ASDL (#19928) by Batuhan Taskaya · 4 years, 4 months ago
  32. b9c46a2 bpo-40480 "fnmatch" exponential execution time (GH-19908) by Tim Peters · 4 years, 4 months ago
  33. 96074de bpo-40523: Add pass-throughs for hash() and reversed() to weakref.proxy objects (GH-19946) by Pablo Galindo · 4 years, 4 months ago
  34. 1253c3e bpo-40504: Allow weakrefs to lru_cache objects (GH-19938) by Dennis Sweeney · 4 years, 4 months ago
  35. c21c512 bpo-40355: Improve error messages in ast.literal_eval with malformed Dict nodes (GH-19868) by Curtis Bucher · 4 years, 4 months ago
  36. fb2c7c4 bpo-40513: _xxsubinterpreters.run_string() releases the GIL (GH-19944) by Victor Stinner · 4 years, 4 months ago
  37. 7be4e35 bpo-40513: Per-interpreter GIL (GH-19943) by Victor Stinner · 4 years, 4 months ago
  38. 0dd5e7a bpo-40513: new_interpreter() init GIL earlier (GH-19942) by Victor Stinner · 4 years, 4 months ago
  39. e838a93 bpo-40522: _PyThreadState_Swap() sets autoTSSkey (GH-19939) by Victor Stinner · 4 years, 4 months ago
  40. b4b5386 bpo-40521: Disable free lists in subinterpreters (GH-19937) by Victor Stinner · 4 years, 4 months ago
  41. ac4bf42 bpo-40458: Increase reserved stack space to prevent overflow crash on Windows (GH-19845) by Steve Dower · 4 years, 4 months ago
  42. 607b102 bpo-40521: Disable Unicode caches in isolated subinterpreters (GH-19933) by Victor Stinner · 4 years, 4 months ago
  43. 299b8c6 Revert "bpo-40513: Per-interpreter signals pending (GH-19924)" (GH-19932) by Victor Stinner · 4 years, 4 months ago
  44. 6351d9e bpo-40520: Remove redundant comment in pydebug.h (GH-19931) by Hai Shi · 4 years, 4 months ago
  45. b0be6b3 bpo-29587: _PyErr_ChainExceptions() checks exception (GH-19902) by Victor Stinner · 4 years, 4 months ago
  46. 4e30ed3 bpo-40513: Per-interpreter recursion_limit (GH-19929) by Victor Stinner · 4 years, 4 months ago
  47. 627f701 bpo-32117: Updated Simpsons names in docs (GH-19737) by Javier Buzzi · 4 years, 4 months ago
  48. c5fa364 bpo-40514: Add --with-experimental-isolated-subinterpreters (GH-19926) by Victor Stinner · 4 years, 4 months ago
  49. 0b1e330 bpo-40513: Per-interpreter gil_drop_request (GH-19927) by Victor Stinner · 4 years, 4 months ago
  50. 4e01946 bpo-40513: Per-interpreter signals pending (GH-19924) by Victor Stinner · 4 years, 4 months ago
  51. f01d1be bpo-40286: Put methods in correct sections. Add security notice to use secrets for session tokens. (GH-19870) by Raymond Hettinger · 4 years, 4 months ago
  52. 1e7e451 bpo-40459: Fix NameError in platform.py (GH-19855) by Dennis Sweeney · 4 years, 4 months ago
  53. 92a98ed bpo-1635741: Port syslog module to multiphase initialization (GH-19907) by Dong-hee Na · 4 years, 4 months ago
  54. 9d74658 bpo-40499: Mention that asyncio.wait() needs a non-empty aws set (GH-19900) by Joel Rosdahl · 4 years, 4 months ago
  55. f25fb6e bpo-39470: Indicate that ``os.makedirs`` is equivalent to ``Path.mkdir`` (GH-18216) by Joannah Nanjekye · 4 years, 4 months ago
  56. 18f1c60 bpo-40360: Add a What's New entry for lib2to3 pending deprecation (GH-19898) by Miro Hrončok · 4 years, 4 months ago
  57. 975408c bpo-40275: test.support imports lazily locale import (GH-19761) by Hai Shi · 4 years, 4 months ago
  58. 785f5e6 bpo-40489: Add test case for dict contain use after free (GH-19906) by Dong-hee Na · 4 years, 4 months ago
  59. caa3ef2 bpo-40135: Fix multiprocessing test_shared_memory_across_processes() (GH-19892) by Hai Shi · 4 years, 4 months ago
  60. b88cd58 bpo-40455: Remove gcc10 warning about x_digits (#19852) by Dong-hee Na · 4 years, 4 months ago
  61. 5e8ffe1 bpo-39573: Use Py_IS_TYPE to check for types (GH-19882) by Hai Shi · 4 years, 4 months ago
  62. 846d8b2 bpo-40246: Revert reporting of invalid string prefixes (GH-19888) by Lysandros Nikolaou · 4 years, 4 months ago
  63. e10e7c7 bpo-40334: Spacialized error message for invalid args after bare '*' (GH-19865) by Lysandros Nikolaou · 4 years, 4 months ago
  64. c3f0014 bpo-40491: Fix typo in syntax error for numeric literals (GH-19893) by Shantanu · 4 years, 4 months ago
  65. 41a6458 bpo-40408: Fix support of nested type variables in GenericAlias. (GH-19836) by Serhiy Storchaka · 4 years, 4 months ago
  66. 603d354 bpo-40493: fix function type comment parsing (GH-19894) by Shantanu · 4 years, 4 months ago
  67. c95e691 Clean up unused imports for the peg generator module (GH-19891) by Anthony Shaw · 4 years, 4 months ago
  68. 7f06af6 bpo-40334: Set error_indicator in _PyPegen_raise_error (GH-19887) by Lysandros Nikolaou · 4 years, 4 months ago
  69. ad9eaea Remove outdated and confusing advice about setting maxsize (GH-19889) by Raymond Hettinger · 4 years, 4 months ago
  70. d699d5e Remove out-of-date comment (GH-19886) by Raymond Hettinger · 4 years, 4 months ago
  71. 493bf1c bpo-38870: Don't start generated output with newlines in ast.unparse (GH-19636) by Batuhan Taskaya · 4 years, 4 months ago
  72. 3dd2157 Simplify set entry insertion logic. (GH-19881) by Raymond Hettinger · 4 years, 4 months ago
  73. 21893fb bpo-29587: allow chaining NULL exceptions in _gen_throw() (GH-19877) by Chris Jerdonek · 4 years, 4 months ago
  74. 0400a7f Minor code cleanups for statistics (GH-19873) by Raymond Hettinger · 4 years, 4 months ago
  75. 8aab843 Fix missing space in docs(GH-19866) by Mathieu Dupuy · 4 years, 4 months ago
  76. 190fac9 bpo-40465: Deprecate the optional argument to random.shuffle(). (#19867) by Raymond Hettinger · 4 years, 4 months ago
  77. 7663523 bpo-40419: timeit CLI docs now mention 1,2,5,10,... trials instead of powers of 10 (GH-19752) by Sander · 4 years, 4 months ago
  78. b7226eb Call $(MKDIR_P) before regenerating the PEG meta-parser (GH-19861) by Pablo Galindo · 4 years, 4 months ago
  79. 531d1e5 bpo-39435: Make the first argument of pickle.loads() positional-only. (GH-19846) by Serhiy Storchaka · 4 years, 4 months ago
  80. d2baff4 bpo-40334: regenerate metaparser as part of regen-all (GH-19854) by Pablo Galindo · 4 years, 4 months ago
  81. 9dbaa8d Fix some scripts in the peg generator folder (GH-19853) by Pablo Galindo · 4 years, 4 months ago
  82. 0204726 bpo-29587: Update gen.throw() to chain exceptions (#19823) by Chris Jerdonek · 4 years, 4 months ago
  83. f40bd46 bpo-40417: Fix deprecation warning in PyImport_ReloadModule (GH-19750) by Robert Rouhani · 4 years, 4 months ago
  84. 7ba08ff bpo-40334: use the TOKENS file when checking dangling rules (GH-19849) by Pablo Galindo · 4 years, 4 months ago
  85. 6bd99d5 Fix the Tools/peg_generator/scripts/benchmark.py script (GH-19848) by Pablo Galindo · 4 years, 4 months ago
  86. 289842a bpo-39435: Fix docs for pickle.loads (GH-18160) by Shantanu · 4 years, 4 months ago
  87. 64224a4 bpo-40412: Nullify inittab_copy during finalization (GH-19746) by Gregory Szorc · 4 years, 4 months ago
  88. 831d58d bpo-39691: Clarify io.open_code behavior (GH-19824) by Shantanu · 4 years, 4 months ago
  89. 4168f1e Simplify choice()'s interaction with the private _randbelow() method (GH-19831) by Raymond Hettinger · 4 years, 4 months ago
  90. 03b7642 bpo-40334: Make the PyPegen* and PyParser* APIs more consistent (GH-19839) by Lysandros Nikolaou · 4 years, 4 months ago
  91. d9d6ead Ensure that tok->type_comments is set on every path (GH-19828) by Guido van Rossum · 4 years, 4 months ago
  92. 3941d97 bpo-40334: Refactor lambda_parameters similar to parameters (GH-19830) by Guido van Rossum · 4 years, 4 months ago
  93. d955241 bpo-40334: Correct return value of func_type_comment (GH-19833) by Pablo Galindo · 4 years, 4 months ago
  94. ea7297c bpo-40334: unskip test_function_type in test_unparse with the new parser (GH-19837) by Pablo Galindo · 4 years, 4 months ago
  95. 76c1b4d bpo-40334: Improve column offsets for thrown syntax errors by Pegen (GH-19782) by Batuhan Taskaya · 4 years, 4 months ago
  96. 719e14d bpo-40462: fix variable and function names (GH-19832) by Furkan Önder · 4 years, 4 months ago
  97. 8727664 bpo-32494: Use gdbm_count for dbm_length if possible (GH-19814) by Dong-hee Na · 4 years, 4 months ago
  98. b796b3f bpo-40334: Simplify type handling in the PEG c_generator (GH-19818) by Pablo Galindo · 4 years, 4 months ago
  99. 252346a bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820) by Victor Stinner · 4 years, 4 months ago
  100. 8bcfd31 Change 'exception happened' to 'exception occurred' in two places (#19767) by Noah Doersing · 4 years, 4 months ago