Python 3.12.2
  1. 5fb2204 [3.12] gh-112302: Change 'licenseConcluded' field to 'NOASSERTION' (GH-115038) (#115088) by Miss Islington (bot) · 1 year, 6 months ago
  2. 5e64828 [3.12] gh-112302: Backport SBOM generation tooling (#114730) by Seth Michael Larson · 1 year, 6 months ago
  3. 6f5e360 [3.12] gh-115015: Argument Clinic: fix generated code for METH_METHOD methods without params (#115016) (#115067) by Erlend E. Aasland · 1 year, 6 months ago
  4. 5ddb274 [3.12] gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.13. (GH-115055) by Miss Islington (bot) · 1 year, 6 months ago
  5. 034bb70 [3.12] Bump ruff to 0.2.0 (GH-114932) (#114935) by Miss Islington (bot) · 1 year, 7 months ago
  6. d8825c2 [3.12] gh-65701: document that freeze doesn't work with framework builds on macOS (GH-113352) (#113362) by Miss Islington (bot) · 1 year, 8 months ago
  7. 34d57d5 [3.12] gh-106560: Fix redundant declarations in Python/frozen.c (#112612) (#112651) by Victor Stinner · 1 year, 9 months ago
  8. 4fc010c [3.12] Bump mypy to 1.7.1 (#112581) (#112601) by Alex Waygood · 1 year, 9 months ago
  9. 4f71f16 [3.12] gh-106931: Intern Statically Allocated Strings Globally (gh-107272) (gh-110713) by Eric Snow · 1 year, 9 months ago
  10. 8e37445 [3.12] Remove `imp_dummy_def` from `Tools/c-analyzer/cpython/ignored.tsv` (gh-112122) (gh-112177) by Miss Islington (bot) · 1 year, 9 months ago
  11. a498433 [3.12] gh-112088: Run autoreconf in GHA check_generated_files (GH-112090) (#112159) by Victor Stinner · 1 year, 9 months ago
  12. 7313bde [3.12] Bump mypy to 1.7.0 (GH-111961) (#112033) by Alex Waygood · 1 year, 9 months ago
  13. 3d67b69 [3.12] Sync location of `mypy` pin with the `main` branch (#111317) by Artyom Romanov · 1 year, 10 months ago
  14. 5e94556 [3.12] Bump test deps: `ruff` and `mypy` (GH-111288) (#111313) by Artyom Romanov · 1 year, 10 months ago
  15. c1e5343 [3.12] Bump test deps: `ruff` and `pre-commit-hooks` (GH-110972) (#110980) by Nikita Sobolev · 1 year, 10 months ago
  16. c06ac1b [3.12] gh-109408: Revert pre-commit whitespace checks pending portable solution (GH-110726) (#110730) by Miss Islington (bot) · 1 year, 10 months ago
  17. c9157fe [3.12] GH-109408: Move the C file whitespace check from patchcheck to pre-commit (GH-109890) (#110636) by Adam Turner · 1 year, 10 months ago
  18. 9485765 [3.12] GH-109408: Move the Python file whitespace check from patchcheck to pre-commit (GH-109891) (#110633) by Miss Islington (bot) · 1 year, 10 months ago
  19. 55d6076 [3.12] gh-110558: Enable ruff's pyupgrade rules when running on Argument Clinic (GH-110603) (#110609) by Miss Islington (bot) · 1 year, 10 months ago
  20. 3688672 [3.12] gh-110558: Run ruff on Argument Clinic in CI (#110559) (#110598) by Alex Waygood · 1 year, 10 months ago
  21. 0ffbde4 [3.12] gh-109408: Add the docs whitespace check from patchcheck to pre-commit (GH-109854) (#110594) by Miss Islington (bot) · 1 year, 10 months ago
  22. eed92e4 [3.12] gh-103053: Fix test_tools.test_freeze on FreeBSD (GH-110451) (#110456) by Miss Islington (bot) · 1 year, 11 months ago
  23. 8939221 [3.12] gh-109615: Fix support test_copy_python_src_ignore() (#109958) (#110340) by Victor Stinner · 1 year, 11 months ago
  24. 196738f [3.12] Code: Update Donghee Na's name (GH-109744) (#110225) by Miss Islington (bot) · 1 year, 11 months ago
  25. 1fc25a3 [3.12] gh-109615: Fix test_tools.test_freeze SRCDIR (#109935) (#109950) by Victor Stinner · 1 year, 11 months ago
  26. 95fd4ed [3.12] gh-109098: Fuzz re module instead of internal sre (GH-109911) (#109932) by Miss Islington (bot) · 1 year, 11 months ago
  27. f6cb2e4 [3.12] gh-109596: Ensure repeated rules in the grammar are not allowed and fix incorrect soft keywords (GH-109606). (#109752) by Pablo Galindo Salgado · 1 year, 11 months ago
  28. ef99f5e [3.12] gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.11 and multissltests to use 1.1.1w, 3.0.11, and 3.1.3. (gh-110002) (#110005) by Miss Islington (bot) · 1 year, 11 months ago
  29. de0202e [3.12] gh-108740: Fix "make regen-all" race condition (#108741) (#109019) by Victor Stinner · 2 years ago
  30. db55cfc [3.12] gh-109002: Ensure only one wheel for each vendored package (GH-109003) (#109005) by Miss Islington (bot) · 2 years ago
  31. bce7791 [3.12] Disable `differing_test_runners` health check (GH-108886) (#108887) by Miss Islington (bot) · 2 years ago
  32. 149d70c [3.12] gh-108179: Add error message for parser stack overflows (GH-108256) (#108263) by Miss Islington (bot) · 2 years ago
  33. 359cff5 [3.12] gh-107565: Update multissltests and GitHub CI workflows to use OpenSSL 1.1.1v, 3.0.10, and 3.1.2. (GH-108118) by Miss Islington (bot) · 2 years ago
  34. 9864f9a [3.12] gh-86457: Fix signature for code.replace() (GH-23199) (#107744) by Serhiy Storchaka · 2 years ago
  35. 98dd9d9 [3.12] gh-91054: make code watcher tests resilient to other watchers (GH-107821) (#107835) by Miss Islington (bot) · 2 years ago
  36. 585b4cc [3.12] Fix the long64 reader in umarshal.py (GH-107828) (#107849) by Miss Islington (bot) · 2 years ago
  37. 99518bb [3.12] gh-106263: Fix segfault in `signaldict_repr` in `_decimal` module (#… (#107491) by Charlie Zhao · 2 years, 1 month ago
  38. b4355de [3.12] gh-104629: Build _testclinic extension module on Windows (GH-104723) (#107393) by Miss Islington (bot) · 2 years, 1 month ago
  39. 57ef065 [3.12] gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-105258) (gh-107303) by Miss Islington (bot) · 2 years, 1 month ago
  40. 5f3e371 [3.12] Docs: Argument Clinic: Restructure "Basic concepts and usage" (GH-106981) (#107325) by Miss Islington (bot) · 2 years, 1 month ago
  41. 67748f1 [3.12] gh-106970: Fix Argument Clinic 'destination <name> clear' command (GH-106972) (#106983) by Miss Islington (bot) · 2 years, 1 month ago
  42. e903c16 [3.12] gh-101538: Add experimental wasi-threads build (GH-101537) (#106834) by Miss Islington (bot) · 2 years, 1 month ago
  43. f0df92a wasm: do not use inline comment in .editorconfig (GH-106610) by Miss Islington (bot) · 2 years, 1 month ago
  44. af06a8a [3.12] gh-103186: In test_tools.freeze, fetch CONFIG_ARGS from original source directory (GH-103213) (#106667) by Miss Islington (bot) · 2 years, 1 month ago
  45. b72601e [3.12] gh-64595: Fix regression in file write logic in Argument Clinic (#106449) (#106452) by Erlend E. Aasland · 2 years, 1 month ago
  46. 6371029 [3.12] gh-100238: Use setuptools in peg-generator and reenable tests (GH-104798) (#105135) by Miss Islington (bot) · 2 years, 1 month ago
  47. fda2970 [3.12] gh-106368: Add tests for permutation helpers in Argument Clinic (GH-106407) (#106409) by Miss Islington (bot) · 2 years, 2 months ago
  48. 5f20152 [3.12] gh-106359: Fix corner case bugs in Argument Clinic converter parser (GH-106361) (#106364) by Miss Islington (bot) · 2 years, 2 months ago
  49. 0373c2c [3.12] Fix c-analyzer for GCC: ignore LANG env var (GH-106173) (#106178) by Miss Islington (bot) · 2 years, 2 months ago
  50. bc997b3 [3.12] gh-105699: Use a Thread-Local Variable for PKGCONTEXT (gh-105740) (gh-105765) by Miss Islington (bot) · 2 years, 2 months ago
  51. 33d3069 [3.12] gh-104812: Run Pending Calls in any Thread (gh-104813) (gh-105752) by Eric Snow · 2 years, 2 months ago
  52. 51b533e [3.12] gh-98040: Fix importbench: use types.ModuleType() (GH-105743) (#105754) by Miss Islington (bot) · 2 years, 2 months ago
  53. 82ab13c [3.12] gh-102304: doc: Add links to Stable ABI and Limited C API (#105345) (#105371) by Victor Stinner · 2 years, 2 months ago
  54. d57ee81 [3.12] gh-104614: Make Sure ob_type is Always Set Correctly by PyType_Ready() (gh-105122) (gh-105211) by Miss Islington (bot) · 2 years, 3 months ago
  55. 25543ae [3.12] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) (#105199) by Miss Islington (bot) · 2 years, 3 months ago
  56. dbd7d7c gh-105146: Update links at end of Windows installer (uninstall/repair) (GH-105147) by Miss Islington (bot) · 2 years, 3 months ago
  57. 4729100 [3.12] gh-105091: stable_abi.py: Remove "Unixy" check from --all on other platforms (GH-105092) (GH-105133) by Miss Islington (bot) · 2 years, 3 months ago
  58. d176f78 Improves the Windows MSI test run on PR (GH-104929) by Miss Islington (bot) · 2 years, 3 months ago
  59. 4b107d8 gh-104683: clinic.py: Modernise `parse_converter()` using pattern-matching (#104696) by Alex Waygood · 2 years, 3 months ago
  60. 6ba8406 gh-104050: Add more type annotations to Argument Clinic (#104631) by Erlend E. Aasland · 2 years, 3 months ago
  61. bf6dd8f gh-104050: Add basic type hints to Argument Clinic clinic class (#104705) by Erlend E. Aasland · 2 years, 3 months ago
  62. c482e9a gh-104050: Annotate Argument Clinic return converters (#104706) by Erlend E. Aasland · 2 years, 3 months ago
  63. be0c106 gh-103295: expose API for writing perf map files (#103546) by gsallam · 2 years, 3 months ago
  64. 27a68be gh-104050: Add basic type hints to Argument Clinic DSL parser (#104704) by Erlend E. Aasland · 2 years, 3 months ago
  65. 19dd5aa gh-104683: Modernise Tools/clinic/ (#104684) by Alex Waygood · 2 years, 3 months ago
  66. 663c049 gh-104683: Modernise `clinic.py` using `str.removeprefix` and `str.removesuffix` (#104685) by Alex Waygood · 2 years, 3 months ago
  67. ae147d0 gh-104146: Purge dead code from Argument Clinic (#104680) by Erlend E. Aasland · 2 years, 3 months ago
  68. 02b6003 gh-104683: Argument clinic: use `dict` over `OrderedDict` (#104647) by Alex Waygood · 2 years, 3 months ago
  69. 94c8eda gh-104050: Add more type annotations to Argument Clinic (#104628) by Erlend E. Aasland · 2 years, 3 months ago
  70. b9dce3a gh-104549: Set __module__ on TypeAliasType (#104550) by Jelle Zijlstra · 2 years, 3 months ago
  71. 1c55e8d gh-104050: Improve some typing around `default`s and sentinel values (#104626) by Alex Waygood · 2 years, 3 months ago
  72. 61027c0 gh-104146: Remove unused vars from Argument Clinic (#104627) by Erlend E. Aasland · 2 years, 3 months ago
  73. 2f369ca gh-104050: Add type hints to Argument Clinic converter keywords (#104588) by Erlend E. Aasland · 2 years, 3 months ago
  74. 0afc473 gh-104050: Add typing to Argument Clinic converters (#104547) by Erlend E. Aasland · 2 years, 3 months ago
  75. 20e994c GH-103092: isolate `pyexpat` (#104506) by Kumar Aditya · 2 years, 3 months ago
  76. a454a66 gh-104050: Add more annotations to `Tools/clinic.py` (#104544) by Nikita Sobolev · 2 years, 3 months ago
  77. c22fced gh-104050: Don't star-import 'types' in Argument Clinic (#104543) by Erlend E. Aasland · 2 years, 3 months ago
  78. 505e295 gh-104050: Add basic typing to CConverter in clinic.py (#104538) by Erlend E. Aasland · 2 years, 3 months ago
  79. cca90b6 gh-64595: Fix write file logic in Argument Clinic (#104507) by Erlend E. Aasland · 2 years, 3 months ago
  80. 186bf39 gh-101819: Isolate `_io` (#101948) by Erlend E. Aasland · 2 years, 3 months ago
  81. 35bf091 Bump mypy from 1.2.0 to 1.3.0 in /Tools/clinic (#104501) by dependabot[bot] · 2 years, 3 months ago
  82. 9d41f83 gh-104050: Run mypy on `clinic.py` in CI (#104421) by Alex Waygood · 2 years, 3 months ago
  83. 45f5aa8 GH-103082: Filter LINE events in VM, to simplify tool implementation. (GH-104387) by Mark Shannon · 2 years, 3 months ago
  84. b2c1b4d gh-104389: Add 'unused' keyword to Argument Clinic C converters (#104390) by Erlend E. Aasland · 2 years, 3 months ago
  85. 7726245 gh-87729: improve hit rate of LOAD_SUPER_ATTR specialization (#104270) by Carl Meyer · 2 years, 3 months ago
  86. 373bca0 GH-102181: Improve specialization stats for SEND (GH-102182) by penguin_wwy · 2 years, 3 months ago
  87. fe694a6 gh-90953: Don't use deprecated AST nodes in clinic.py (#104322) by Alex Waygood · 2 years, 3 months ago
  88. d513dde Trim trailing whitespace and test on CI (#104275) by Hugo van Kemenade · 2 years, 3 months ago
  89. 15665d8 gh-99108: Replace SHA3 implementation HACL* version (#103597) by Jonathan Protzenko · 2 years, 3 months ago
  90. ac02062 gh-64660: Don't hardcode Argument Clinic return converter result variable name (#104200) by Erlend E. Aasland · 2 years, 3 months ago
  91. 7a7eaff gh-101819: Port _io.PyBytesIOBuffer_Type to heap type (#104264) by Erlend E. Aasland · 2 years, 3 months ago
  92. cab1298 gh-101819: Adapt _io.PyWindowsConsoleIO_Type to heap type (#104197) by Erlend E. Aasland · 2 years, 3 months ago
  93. 3952379 gh-101819: Port _io.PyIncrementalNewlineDecoder_Type to heap type (#104249) by Erlend E. Aasland · 2 years, 3 months ago
  94. 66558d2 gh-104146: Remove unused var 'parser_body_declarations' from clinic.py (#104214) by Erlend E. Aasland · 2 years, 4 months ago
  95. b979741 gh-103533: Use PEP 669 APIs for cprofile (GH-103534) by Tian Gao · 2 years, 4 months ago
  96. 45a9e38 gh-64595: Argument Clinic: Touch source file if any output file changed (#104152) by Erlend E. Aasland · 2 years, 4 months ago
  97. 5245cb6 gh-68395: Avoid naming conflicts by mangling variable names in Argument Clinic (#104065) by Erlend E. Aasland · 2 years, 4 months ago
  98. f5c3838 gh-103963: fix 'make regen-opcode' in out-of-tree builds (#104177) by Carl Meyer · 2 years, 4 months ago
  99. 04f6733 gh-102500: Implement PEP 688 (#102521) by Jelle Zijlstra · 2 years, 4 months ago
  100. 9885677 gh-104146: Remove unused 'second_pass_replacements' from clinic.py (#104147) by Erlend E. Aasland · 2 years, 4 months ago