1. d9d6ead Ensure that tok->type_comments is set on every path (GH-19828) by Guido van Rossum · 4 years, 5 months ago
  2. 3941d97 bpo-40334: Refactor lambda_parameters similar to parameters (GH-19830) by Guido van Rossum · 4 years, 5 months ago
  3. d955241 bpo-40334: Correct return value of func_type_comment (GH-19833) by Pablo Galindo · 4 years, 5 months ago
  4. ea7297c bpo-40334: unskip test_function_type in test_unparse with the new parser (GH-19837) by Pablo Galindo · 4 years, 5 months ago
  5. 76c1b4d bpo-40334: Improve column offsets for thrown syntax errors by Pegen (GH-19782) by Batuhan Taskaya · 4 years, 5 months ago
  6. 719e14d bpo-40462: fix variable and function names (GH-19832) by Furkan Önder · 4 years, 5 months ago
  7. 8727664 bpo-32494: Use gdbm_count for dbm_length if possible (GH-19814) by Dong-hee Na · 4 years, 5 months ago
  8. b796b3f bpo-40334: Simplify type handling in the PEG c_generator (GH-19818) by Pablo Galindo · 4 years, 5 months ago
  9. 252346a bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820) by Victor Stinner · 4 years, 5 months ago
  10. 8bcfd31 Change 'exception happened' to 'exception occurred' in two places (#19767) by Noah Doersing · 4 years, 5 months ago
  11. 3e0a6f3 bpo-40334: Add support for feature_version in new PEG parser (GH-19827) by Lysandros Nikolaou · 4 years, 5 months ago
  12. eb0d359 bpo-40443: Remove unused imports in stdlib (GH-19815) by Victor Stinner · 4 years, 5 months ago
  13. 2935e65 bpo-40275: Fix name error in support.socket_helper (GH-19825) by Victor Stinner · 4 years, 5 months ago
  14. 17014e4 Remove dead code in test__xxsubinterpreters (GH-19826) by Victor Stinner · 4 years, 5 months ago
  15. b66c0ff bpo-1635741: Fix compiler warning in _stat.c (GH-19822) by Victor Stinner · 4 years, 5 months ago
  16. 3c7f9db Revert "bpo-29587: Enable implicit exception chaining with gen.throw() (GH-19811)" (#19821) by Victor Stinner · 4 years, 5 months ago
  17. 2514a63 bpo-29587: Enable implicit exception chaining with gen.throw() (GH-19811) by Chris Jerdonek · 4 years, 5 months ago
  18. c001c09 bpo-40334: Support type comments (GH-19780) by Guido van Rossum · 4 years, 5 months ago
  19. efb8dd5 compileall: Fix typos in docstring (GH-19810) by Jelle Zijlstra · 4 years, 5 months ago
  20. e488e30 bpo-40443: Remove unused imports in distutils (GH-19802) by Victor Stinner · 4 years, 5 months ago
  21. 9054967 bpo-40443: Remove unused imports in the stdlib (GH-19803) by Victor Stinner · 4 years, 5 months ago
  22. 3209cbd bpo-40394 - difflib.SequenceMatched.find_longest_match default args (GH-19742) by lrjball · 4 years, 5 months ago
  23. 6900f16 bpo-40443: Remove unused imports in idlelib (GH-19801) by Victor Stinner · 4 years, 5 months ago
  24. 138a9b9 bpo-40389: Improve repr of typing.Optional (#19714) by Vlad Serebrennikov · 4 years, 5 months ago
  25. b1e11c3 bpo-40443: Remove unused imports in tests (GH-19804) by Victor Stinner · 4 years, 5 months ago
  26. 57572b1 bpo-40443: Remove unused imports in tests (GH-19805) by Victor Stinner · 4 years, 5 months ago
  27. 69e802e bpo-40334: Fix test_peg_parser to actually use the old parser (GH-19778) by Lysandros Nikolaou · 4 years, 5 months ago
  28. 360371f bpo-40291: Add support for CAN_J1939 sockets (GH-19538) by karl ding · 4 years, 5 months ago
  29. fd33cdb Fix plural typo in documentation (GH-19799) by Alex Povel · 4 years, 5 months ago
  30. 84724dd bpo-1635741: Port _stat module to multiphase initialization (GH-19798) by Dong-hee Na · 4 years, 5 months ago
  31. 113feb3 bpo-40328: Add tool for generating cjk mapping headers (GH-19602) by Dong-hee Na · 4 years, 5 months ago
  32. 2d87577 bpo-40286: Remove C implementation of Random.randbytes() (GH-19797) by Victor Stinner · 4 years, 5 months ago
  33. e3dfb9b bpo-9216: Expose OpenSSL FIPS_mode() as _hashlib.get_fips_mode() (GH-19703) by Victor Stinner · 4 years, 5 months ago
  34. e5963ee What's New in Python 3.9: Reorganize C API Changes (GH-19794) by Victor Stinner · 4 years, 5 months ago
  35. 5769724 bpo-40228: More robust frame.setlineno. (GH-19437) by Mark Shannon · 4 years, 5 months ago
  36. ec9bea4 bpo-40436: Fix code parsing gdb version (GH-19792) by Victor Stinner · 4 years, 5 months ago
  37. 9a8c131 bpo-40428: Cleanup free list part of C API Changes doc (GH-19793) by Victor Stinner · 4 years, 5 months ago
  38. 5089bcd Add missing sys import to socket_helper.py (GH-19791) by Pablo Galindo · 4 years, 5 months ago
  39. 4db245e bpo-40334: refactor and cleanup for the PEG generators (GH-19775) by Pablo Galindo · 4 years, 5 months ago
  40. 9b64ef3 bpo-40432 Fix MSBuild project for Pegen grammars (#GH-9785) by Anthony Shaw · 4 years, 5 months ago
  41. bfb1cf4 bpo-40275: Move transient_internet from test.support to socket_helper (GH-19711) by Serhiy Storchaka · 4 years, 5 months ago
  42. bb4a585 bpo-40428: Remove references to Py*_ClearFreeList in the docs (GH-19783) by Zackery Spytz · 4 years, 5 months ago
  43. 6d65087 bpo-40334: Disallow invalid single statements in the new parser (GH-19774) by Lysandros Nikolaou · 4 years, 5 months ago
  44. a4dfe8e bpo-39995: Fix concurrent.futures _ThreadWakeup (GH-19760) by Victor Stinner · 4 years, 5 months ago
  45. 7036477 bpo-40421: Add PyFrame_GetBack() function (GH-19765) by Victor Stinner · 4 years, 5 months ago
  46. 66abe98 bpo-40275: Move requires_hashdigest() to test.support.hashlib_helper (GH-19716) by Hai Shi · 4 years, 5 months ago
  47. 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
  48. 4386b90 bpo-40429: PyThreadState_GetFrame() returns a strong ref (GH-19781) by Victor Stinner · 4 years, 5 months ago
  49. 37af21b bpo-40334: Fix shifting of nested f-strings in the new parser (GH-19771) by Lysandros Nikolaou · 4 years, 5 months ago
  50. ae00a5a bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769) by Victor Stinner · 4 years, 5 months ago
  51. cc0dc7e bpo-40429: Refactor super_init() (GH-19776) by Victor Stinner · 4 years, 5 months ago
  52. f7bbf58 bpo-38880: List interpreters associated with a channel end (GH-17323) by Lewis Gaul · 4 years, 5 months ago
  53. 49f70db bpo-40431: Fix syntax typo in turtledemo (GH-19777) by Miro Hrončok · 4 years, 5 months ago
  54. 8852ad4 bpo-40429: PyFrame_GetCode() now returns a strong reference (GH-19773) by Victor Stinner · 4 years, 5 months ago
  55. 5e8c691 bpo-32604: Add support for a "default" arg in channel_recv(). (GH-19770) by Eric Snow · 4 years, 5 months ago
  56. 6d86a23 bpo-40429: PyFrame_GetCode() result cannot be NULL (GH-19772) by Victor Stinner · 4 years, 5 months ago
  57. 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
  58. d9a43e2 bpo-40025: Require _generate_next_value_ to be defined before members (GH-19098) by Ethan Onstott · 4 years, 5 months ago
  59. a42ca74 bpo-40421: Add PyFrame_GetCode() function (GH-19757) by Victor Stinner · 4 years, 5 months ago
  60. b8f704d bpo-40421: Add Include/cpython/code.h header file (GH-19756) by Victor Stinner · 4 years, 5 months ago
  61. 7c59d7c bpo-40421: Add pyframe.h header file (GH-19755) by Victor Stinner · 4 years, 5 months ago
  62. 5da3526 Post 3.9.0a6 by Łukasz Langa · 4 years, 5 months ago
  63. d66685a Merge tag 'v3.9.0a6' by Łukasz Langa · 4 years, 5 months ago
  64. 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
  65. 3d53d87 bpo-40334: Don't skip test_parser:test_trigget_memory_error (GH-19744) by Lysandros Nikolaou · 4 years, 5 months ago
  66. d55133f bpo-40334: Catch E_EOF error, when the tokenizer returns ERRORTOKEN (GH-19743) by Lysandros Nikolaou · 4 years, 5 months ago
  67. bc1c8af Python 3.9.0a6 by Łukasz Langa · 4 years, 5 months ago
  68. 5d1f32d bpo-39995: Split test_concurrent_futures.test_crash() into sub-tests (GH-19739) by Victor Stinner · 4 years, 5 months ago
  69. 1a27501 bpo-30966: concurrent.futures.Process.shutdown() closes queue (GH-19738) by Victor Stinner · 4 years, 5 months ago
  70. b94dbd7 bpo-40334: Support PyPARSE_DONT_IMPLY_DEDENT in the new parser (GH-19736) by Pablo Galindo · 4 years, 5 months ago
  71. 2b74c83 bpo-40334: Support CO_FUTURE_BARRY_AS_BDFL in the new parser (GH-19721) by Pablo Galindo · 4 years, 5 months ago
  72. 9adccc1 bpo-30966: Add multiprocessing.SimpleQueue.close() (GH-19735) by Victor Stinner · 4 years, 5 months ago
  73. c5c4281 bpo-40375: Implement imaplib.IMAP4.unselect (GH-19712) by Dong-hee Na · 4 years, 5 months ago
  74. 91a5ae1 bpo-40217: Clean code in PyType_FromSpec_Alloc and add NEWS entry (GH-19733) by Pablo Galindo · 4 years, 5 months ago
  75. 0169d30 bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSpec types (GH-19414) by Pablo Galindo · 4 years, 5 months ago
  76. 4044c84 Add files in tests/test_peg_generator to the install target lists (GH-19723) by Pablo Galindo · 4 years, 5 months ago
  77. 6292be7 bpo-40398: Fix typing.get_args() for special generic aliases. (GH-19720) by Serhiy Storchaka · 4 years, 5 months ago
  78. caf1aad bpo-40348: Fix typos in the programming FAQ (GH-19729) by Zackery Spytz · 4 years, 5 months ago
  79. b54e46c bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-16607) by Brad Solomon · 4 years, 5 months ago
  80. a494caa bpo-40401: Remove duplicate pyhash.h include from pythoncore.vcxproj (GH-19725) by Ammar Askar · 4 years, 5 months ago
  81. 88499f1 bpo-40387: Improve queue join() example. (GH-19724) by Raymond Hettinger · 4 years, 5 months ago
  82. 68b352a bpo-40396: Support GenericAlias in the typing functions. (GH-19718) by Serhiy Storchaka · 4 years, 5 months ago
  83. cfaf4c0 Fix typo in Lib/typing.py (GH-19717) by Nickolena Fisher · 4 years, 5 months ago
  84. ef33712 Fix typo in object.__format__ docs (GH-19504) by Heshy Roskes · 4 years, 5 months ago
  85. 515fce4 bpo-40275: Avoid importing logging in test.support (GH-19601) by Serhiy Storchaka · 4 years, 5 months ago
  86. 1699491 bpo-40275: Avoid importing socket in test.support (GH-19603) by Serhiy Storchaka · 4 years, 5 months ago
  87. 3c8a5b4 bpo-40275: Avoid importing asyncio in test.support (GH-19600) by Serhiy Storchaka · 4 years, 5 months ago
  88. d4f3923 bpo-40279: Add some error-handling to the module initialisation docs example (GH-19705) by Cajetan Rodrigues · 4 years, 5 months ago
  89. f828077 closes bpo-40385: Remove Tools/scripts/checkpyc.py (GH-19709) by Ammar Askar · 4 years, 5 months ago
  90. 0e80b56 bpo-40334: Add What's New sections for PEP 617 and PEP 585 (GH-19704) by Guido van Rossum · 4 years, 5 months ago
  91. 5aafa54 bpo-40340: Separate examples more clearly in the programming FAQ (GH-19688) by Cajetan Rodrigues · 4 years, 5 months ago
  92. 503de71 bpo-40360: Deprecate lib2to3 module in light of PEP 617 (GH-19663) by Carl Meyer · 4 years, 5 months ago
  93. 24ffe70 bpo-40334: Rewrite test_c_parser to avoid memory leaks (GH-19694) by Lysandros Nikolaou · 4 years, 5 months ago
  94. e6f8abd bpo-38061: subprocess uses closefrom() on FreeBSD (GH-19697) by Victor Stinner · 4 years, 5 months ago
  95. 162c567 bpo-38061: os.closerange() uses closefrom() on FreeBSD (GH-19696) by Victor Stinner · 4 years, 5 months ago
  96. 4cc4d60 Expand the implementation comments (GH-19699) by Raymond Hettinger · 4 years, 5 months ago
  97. 2510494 bpo-40048: Fix _PyCode_InitOpcache() error path (GH-19691) by Victor Stinner · 4 years, 5 months ago
  98. 9f27dd3 Use Py_ssize_t instead of ssize_t (GH-19685) by Pablo Galindo · 4 years, 5 months ago
  99. 50f28de bpo-40334: Allow to run make regen-pegen without distutils (GH-19684) by Pablo Galindo · 4 years, 5 months ago
  100. 3e89251 Fix broken mkdir -p call in regen-pegen (#19695) by Guido van Rossum · 4 years, 5 months ago