Python 3.10.2
  1. cf96c27 bpo-46106: Update OpenSSL to 1.1.1m (GH-30211) (GH-30224) by Ned Deily · 3 years, 8 months ago
  2. dc73199 [3.10] bpo-46110: Add a recursion check to avoid stack overflow in the PEG parser (GH-30177) (GH-30214) by Pablo Galindo Salgado · 3 years, 8 months ago
  3. 251d2ea bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170) by Miss Islington (bot) · 3 years, 8 months ago
  4. b6defde bpo-45866: pegen strips directory of "generated from" header (GH-29777) (GH-29792) by Victor Stinner · 3 years, 9 months ago
  5. 327c764 bpo-45561: Run smelly.py tool from $(srcdir) (GH-29138) by Miss Islington (bot) · 3 years, 9 months ago
  6. 9e7a2e4 Fix out-of-tree build support for multissltest (GH-29694) by Miss Islington (bot) · 3 years, 9 months ago
  7. b2ae631 [3.10] bpo-45688: Add _scproxy to sys.stdlib_module_names (GH-29358) (GH-29361) by Miss Islington (bot) · 3 years, 10 months ago
  8. 5c9cab5 [3.10] bpo-45494: Fix parser crash when reporting errors involving invalid continuation characters (GH-28993) (GH-29070) by Łukasz Langa · 3 years, 10 months ago
  9. 03bf55d [3.10] Fix typos in the Tools directory (GH-28769) (GH-28801) by Christian Clauss · 3 years, 11 months ago
  10. 93242d7 [3.10] Remove trailing spaces (GH-28709) by Serhiy Storchaka · 3 years, 11 months ago
  11. 8c1e1da [3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511) by Łukasz Langa · 4 years ago
  12. 89966f5 bpo-44786: Fix a warning in RE in c-analyzer (GH-28351) (GH-28353) by Miss Islington (bot) · 4 years ago
  13. 8fc5300 [3.10] Fix typos in pep384_macrocheck.py (GH-28220) (GH-28272) by Miss Islington (bot) · 4 years ago
  14. 2fe15db bpo-38820: Test with OpenSSL 3.0.0 final (GH-28205) by Miss Islington (bot) · 4 years ago
  15. e2b2930 [3.10] bpo-45060: Get rid of few uses of the equality operators with None (GH-28087). (GH-28092) by Serhiy Storchaka · 4 years ago
  16. dc46f4c bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044) by Miss Islington (bot) · 4 years ago
  17. f7f1c26 Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27478) by Miss Islington (bot) · 4 years, 1 month ago
  18. 6fc1efa bpo-44740: Lowercase "internet" and "web" where appropriate. (GH-27378) (GH-27380) by Miss Islington (bot) · 4 years, 1 month ago
  19. c6cd2ec [3.10] bpo-38820: Test with OpenSSL 3.0.0-beta1 (GH-26769) (GH-26799) by Miss Islington (bot) · 4 years, 2 months ago
  20. 7fd4010 bpo-43795: Don't list private names in the limited API (GH-26740) by Miss Islington (bot) · 4 years, 2 months ago
  21. ae1732d bpo-44180: Fix edge cases in invalid assigment rules in the parser (GH-26283) by Miss Islington (bot) · 4 years, 3 months ago
  22. 36843f7 bpo-38820: Test with OpenSSL 3.0.0-alpha17 (GH-26266) by Miss Islington (bot) · 4 years, 3 months ago
  23. 9b59b6f [3.10] Remove a redundant assignment in Tools/unittestgui/unittestgui.py (GH-21438) (GH-26171) by Irit Katriel · 4 years, 3 months ago
  24. 3739371 bpo-43795: PEP 652 user documentation (GH-25668) (GH-26034) by Miss Islington (bot) · 4 years, 3 months ago
  25. 336dc52 bpo-44125: Fix "make patchcheck" on non-English locale (GH-26102) by Miss Islington (bot) · 4 years, 3 months ago
  26. 4cc8369 bpo-44074: let patchcheck infer the base branch name (GH-25991) by Miss Islington (bot) · 4 years, 3 months ago
  27. f8778f9 bpo-38820: Test with OpenSSL 3.0.0-alpha16 (GH-25942) by Miss Islington (bot) · 4 years, 3 months ago
  28. f6ee4da bpo-43795: Generate python3dll.c and doc data from manifest (PEP 652) (GH-25315) by Petr Viktorin · 4 years, 4 months ago
  29. 3c586ca bpo-38820: Old OpenSSL 3.0.0 releases are in /old/3.0/ (GH-25624) by Christian Heimes · 4 years, 4 months ago
  30. dcf6581 bpo-38820: Test with OpenSSL 3.0.0-alpha15 (GH-25537) by Christian Heimes · 4 years, 4 months ago
  31. b0544ba bpo-38605: Revert making 'from __future__ import annotations' the default (GH-25490) by Pablo Galindo · 4 years, 4 months ago
  32. 39258d3 bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014) by Christian Heimes · 4 years, 4 months ago
  33. b280248 bpo-43822: Improve syntax errors for missing commas (GH-25377) by Pablo Galindo · 4 years, 4 months ago
  34. 95bbb33 bpo-43723: Fix deprecation error caused by thread.setDaemon() (GH-25361) by Christian Heimes · 4 years, 4 months ago
  35. 150af75 bpo-43788: Generate version specific _ssl_data.h (GH-25300) by Christian Heimes · 4 years, 4 months ago
  36. 58bafe4 Sanitize macros and debug functions in pegen.c (GH-25291) by Pablo Galindo · 4 years, 4 months ago
  37. e35dd55 Improve CDN purge script (GH-25251) by Steve Dower · 4 years, 4 months ago
  38. 489c369 bpo-43651: PEP 597: Fix pdeps used locale encoding (GH-25204) by Inada Naoki · 4 years, 4 months ago
  39. 9bb5658 bpo-43688: Support "make regen-limited-abi" in debug mode (GH-25133) by Victor Stinner · 4 years, 5 months ago
  40. fcb55c0 bpo-27129: Use instruction offsets, not byte offsets, in bytecode and internally. (GH-25069) by Mark Shannon · 4 years, 5 months ago
  41. 61092a9 bpo-43690: stable_abi.py no longer parses macros (GH-25136) by Victor Stinner · 4 years, 5 months ago
  42. ad493ed bpo-42955: Add _overlapped to sys.stdlib_module_names (GH-25122) by Victor Stinner · 4 years, 5 months ago
  43. a54fc68 bpo-43631: Update to OpenSSL 1.1.1k (GH-25024) by Christian Heimes · 4 years, 5 months ago
  44. df9ade9 AC: Update unsupported_special_methods (GH-24956) by Dong-hee Na · 4 years, 5 months ago
  45. 8370e07 bpo-43244: Remove the pyarena.h header (GH-25007) by Victor Stinner · 4 years, 5 months ago
  46. 57364ce bpo-43244: Remove parser_interface.h header file (GH-25001) by Victor Stinner · 4 years, 5 months ago
  47. a81fca6 bpo-43244: Add pycore_compile.h header file (GH-25000) by Victor Stinner · 4 years, 5 months ago
  48. 28ad12f bpo-43244: Remove symtable.h header file (GH-24910) by Victor Stinner · 4 years, 5 months ago
  49. 32eba61 bpo-43466: Add --with-openssl-rpath configure option (GH-24820) by Christian Heimes · 4 years, 5 months ago
  50. ff8c77f Fix a typo in c-analyzer (GH-24468) by Ikko Ashimine · 4 years, 5 months ago
  51. 6af528b bpo-43244: Fix test_peg_generators on Windows (GH-24913) by Victor Stinner · 4 years, 5 months ago
  52. e0bf70d bpo-43244: Fix test_peg_generator for PyAST_Validate() (GH-24912) by Victor Stinner · 4 years, 5 months ago
  53. e272528 Remove unnecessary imports in the grammar parser (GH-24904) by Elisha Hollander · 4 years, 5 months ago
  54. d69ae75 Minor updates to the vector demo (GH-24853) by Raymond Hettinger · 4 years, 5 months ago
  55. a9c03d7 bpo-43456: Remove _xxsubinterpreters from sys.stdlib_module_names (GH-24814) by Victor Stinner · 4 years, 5 months ago
  56. 307745a bpo-43445: Add frozen modules to sys.stdlib_module_names (GH-24798) by Victor Stinner · 4 years, 5 months ago
  57. c994ffe bpo-11717: fix ssize_t redefinition error when targeting 32bit Windows app (GH-24479) by Jozef Grajciar · 4 years, 6 months ago
  58. 4a6bf27 bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561) by Nicholas Sim · 4 years, 6 months ago
  59. ffa55d2 bpo-39448: Add regen-frozen makefile target. (GH-18174) by Neil Schemenauer · 4 years, 6 months ago
  60. 366dc3a bpo-35134: Move Include/{pyarena.h,pyctype.h} to Include/cpython/ (GH-24550) by Nicholas Sim · 4 years, 6 months ago
  61. 801bb0b bpo-43103: Add configure --without-static-libpython (GH-24418) by Victor Stinner · 4 years, 6 months ago
  62. 58fb156 bpo-42997: Improve error message for missing : before suites (GH-24292) by Pablo Galindo · 4 years, 7 months ago
  63. 64fc105 bpo-42955: Remove sub-packages from sys.stdlib_module_names (GH-24353) by Victor Stinner · 4 years, 7 months ago
  64. 9852cb3 bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332) by Victor Stinner · 4 years, 7 months ago
  65. db584bd bpo-42955: Add sys.modules_names (GH-24238) by Victor Stinner · 4 years, 7 months ago
  66. cad8020 bpo-42955: Add Python/module_names.h (GH-24258) by Victor Stinner · 4 years, 7 months ago
  67. 0e2a0f7 bpo-42802: Remove distutils bdist_wininst command (GH-24043) by Victor Stinner · 4 years, 7 months ago
  68. af4cd16 Do not remove x bit from published directories (GH-24101) by Steve Dower · 4 years, 8 months ago
  69. 3bcc4ea Add small validator utility for PEG grammars (GH-23519) by Pablo Galindo · 4 years, 8 months ago
  70. 5ae9be6 bpo-36876: [c-analyzer tool] Additional CLI updates for "capi" command. (gh-23929) by Eric Snow · 4 years, 8 months ago
  71. 7ec59d8 bpo-36876: [c-analyzer tool] Add a "capi" subcommand to the c-analyzer tool. (gh-23918) by Eric Snow · 4 years, 8 months ago
  72. b57ada9 closes bpo-42726: gdb libpython: InstanceProxy support for py3 (GH-23912) by Augusto Hack · 4 years, 8 months ago
  73. 3d569fd bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781) by Serhiy Storchaka · 4 years, 8 months ago
  74. 1c653f1 bpo-42613: Fix freeze.py config directory (GH-23792) by Victor Stinner · 4 years, 8 months ago
  75. 0911411 Update stable ABI script for MacOS and update list of exported symbols (GH-23783) by Pablo Galindo · 4 years, 8 months ago
  76. 79c1849 bpo-42545: Improve the error message in the stable API script (GH-23648) by Pablo Galindo · 4 years, 9 months ago
  77. 85f1ded bpo-42545: Check that all symbols in the limited ABI are exported (GH-23616) by Pablo Galindo · 4 years, 9 months ago
  78. ac7d016 bpo-42212: smelly.py also checks the dynamic library (GH-23423) by Victor Stinner · 4 years, 9 months ago
  79. 9f02b47 bpo-36876: [c-analyzer tool] Tighten up the results and output. (GH-23431) by Eric Snow · 4 years, 9 months ago
  80. 8fba952 bpo-42398: Fix "make regen-all" race condition (GH-23362) by Victor Stinner · 4 years, 9 months ago
  81. 9b69342 bpo-40754: Adds _testinternalcapi to Windows installer for test suite (GH-23271) by Steve Dower · 4 years, 9 months ago
  82. 877df85 bpo-42246: Partial implementation of PEP 626. (GH-23113) by Mark Shannon · 4 years, 9 months ago
  83. bfc6b63 bpo-36310: Allow pygettext.py to detect calls to gettext in f-strings. (GH-19875) by jack1142 · 4 years, 9 months ago
  84. 1f73c32 bpo-41712: Avoid runaway regex match in upload scripts (GH-23166) by Yash Shete · 4 years, 9 months ago
  85. db6434c Enable signing of nuget.org packages and update to supported timestamp server (GH-23132) by Steve Dower · 4 years, 10 months ago
  86. 02cdfc9 bpo-42218: Correctly handle errors in left-recursive rules (GH-23065) by Lysandros Nikolaou · 4 years, 10 months ago
  87. 4fe7209 bpo-36876: Small adjustments to the C-analyzer tool. (GH-23045) by Eric Snow · 4 years, 10 months ago
  88. b9ee4af bpo-42208: Fix test_gdb for gc_collect_main() name (GH-23041) by Victor Stinner · 4 years, 10 months ago
  89. c310185 bpo-42161: Remove private _PyLong_Zero and _PyLong_One (GH-23003) by Victor Stinner · 4 years, 10 months ago
  90. bca7014 bpo-42123: Run the parser two times and only enable invalid rules on the second run (GH-22111) by Lysandros Nikolaou · 4 years, 10 months ago
  91. 345cd37 bpo-36876: Fix the C analyzer tool. (GH-22841) by Eric Snow · 4 years, 10 months ago
  92. 47ecfd8 bpo-41971: Fix test failure in test.test_tools.test_c_analyzer when mutating global state (GH-22652) by Pablo Galindo · 4 years, 10 months ago
  93. 9975cc5 bpo-41985: Add _PyLong_FileDescriptor_Converter and AC converter for "fildes". (GH-22620) by Serhiy Storchaka · 4 years, 10 months ago
  94. e8a2076 Revert "Fix all Python Cookbook links (#22205)" (GH-22424) by Andre Delfino · 5 years ago
  95. 19c3ac9 bpo-41834: Remove _Py_CheckRecursionLimit variable (GH-22359) by Victor Stinner · 5 years ago
  96. dcfaa52 bpo-41715: Fix potential catastrofic backtracking in c_analyzer. (GH-22091) by Serhiy Storchaka · 5 years ago
  97. a5634c4 bpo-41746: Add type information to asdl_seq objects (GH-22223) by Pablo Galindo · 5 years ago
  98. ac0333e Fix all Python Cookbook links (#22205) by Andre Delfino · 5 years ago
  99. 7c11a9a bpo-41744: Package python.props with correct name in NuGet package (GH-22154) by Václav Slavík · 5 years ago
  100. e55a0e9 Fix 'gather' rules in the python parser generator (GH-22021) by Pablo Galindo · 5 years ago