Python 3.12.0b3
  1. 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
  2. 33d3069 [3.12] gh-104812: Run Pending Calls in any Thread (gh-104813) (gh-105752) by Eric Snow · 2 years, 2 months ago
  3. 51b533e [3.12] gh-98040: Fix importbench: use types.ModuleType() (GH-105743) (#105754) by Miss Islington (bot) · 2 years, 2 months ago
  4. 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
  5. 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
  6. 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
  7. dbd7d7c gh-105146: Update links at end of Windows installer (uninstall/repair) (GH-105147) by Miss Islington (bot) · 2 years, 3 months ago
  8. 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
  9. d176f78 Improves the Windows MSI test run on PR (GH-104929) by Miss Islington (bot) · 2 years, 3 months ago
  10. 4b107d8 gh-104683: clinic.py: Modernise `parse_converter()` using pattern-matching (#104696) by Alex Waygood · 2 years, 3 months ago
  11. 6ba8406 gh-104050: Add more type annotations to Argument Clinic (#104631) by Erlend E. Aasland · 2 years, 3 months ago
  12. bf6dd8f gh-104050: Add basic type hints to Argument Clinic clinic class (#104705) by Erlend E. Aasland · 2 years, 3 months ago
  13. c482e9a gh-104050: Annotate Argument Clinic return converters (#104706) by Erlend E. Aasland · 2 years, 3 months ago
  14. be0c106 gh-103295: expose API for writing perf map files (#103546) by gsallam · 2 years, 3 months ago
  15. 27a68be gh-104050: Add basic type hints to Argument Clinic DSL parser (#104704) by Erlend E. Aasland · 2 years, 3 months ago
  16. 19dd5aa gh-104683: Modernise Tools/clinic/ (#104684) by Alex Waygood · 2 years, 3 months ago
  17. 663c049 gh-104683: Modernise `clinic.py` using `str.removeprefix` and `str.removesuffix` (#104685) by Alex Waygood · 2 years, 3 months ago
  18. ae147d0 gh-104146: Purge dead code from Argument Clinic (#104680) by Erlend E. Aasland · 2 years, 3 months ago
  19. 02b6003 gh-104683: Argument clinic: use `dict` over `OrderedDict` (#104647) by Alex Waygood · 2 years, 3 months ago
  20. 94c8eda gh-104050: Add more type annotations to Argument Clinic (#104628) by Erlend E. Aasland · 2 years, 3 months ago
  21. b9dce3a gh-104549: Set __module__ on TypeAliasType (#104550) by Jelle Zijlstra · 2 years, 3 months ago
  22. 1c55e8d gh-104050: Improve some typing around `default`s and sentinel values (#104626) by Alex Waygood · 2 years, 3 months ago
  23. 61027c0 gh-104146: Remove unused vars from Argument Clinic (#104627) by Erlend E. Aasland · 2 years, 3 months ago
  24. 2f369ca gh-104050: Add type hints to Argument Clinic converter keywords (#104588) by Erlend E. Aasland · 2 years, 3 months ago
  25. 0afc473 gh-104050: Add typing to Argument Clinic converters (#104547) by Erlend E. Aasland · 2 years, 3 months ago
  26. 20e994c GH-103092: isolate `pyexpat` (#104506) by Kumar Aditya · 2 years, 3 months ago
  27. a454a66 gh-104050: Add more annotations to `Tools/clinic.py` (#104544) by Nikita Sobolev · 2 years, 3 months ago
  28. c22fced gh-104050: Don't star-import 'types' in Argument Clinic (#104543) by Erlend E. Aasland · 2 years, 3 months ago
  29. 505e295 gh-104050: Add basic typing to CConverter in clinic.py (#104538) by Erlend E. Aasland · 2 years, 3 months ago
  30. cca90b6 gh-64595: Fix write file logic in Argument Clinic (#104507) by Erlend E. Aasland · 2 years, 3 months ago
  31. 186bf39 gh-101819: Isolate `_io` (#101948) by Erlend E. Aasland · 2 years, 3 months ago
  32. 35bf091 Bump mypy from 1.2.0 to 1.3.0 in /Tools/clinic (#104501) by dependabot[bot] · 2 years, 3 months ago
  33. 9d41f83 gh-104050: Run mypy on `clinic.py` in CI (#104421) by Alex Waygood · 2 years, 3 months ago
  34. 45f5aa8 GH-103082: Filter LINE events in VM, to simplify tool implementation. (GH-104387) by Mark Shannon · 2 years, 3 months ago
  35. b2c1b4d gh-104389: Add 'unused' keyword to Argument Clinic C converters (#104390) by Erlend E. Aasland · 2 years, 3 months ago
  36. 7726245 gh-87729: improve hit rate of LOAD_SUPER_ATTR specialization (#104270) by Carl Meyer · 2 years, 3 months ago
  37. 373bca0 GH-102181: Improve specialization stats for SEND (GH-102182) by penguin_wwy · 2 years, 3 months ago
  38. fe694a6 gh-90953: Don't use deprecated AST nodes in clinic.py (#104322) by Alex Waygood · 2 years, 3 months ago
  39. d513dde Trim trailing whitespace and test on CI (#104275) by Hugo van Kemenade · 2 years, 3 months ago
  40. 15665d8 gh-99108: Replace SHA3 implementation HACL* version (#103597) by Jonathan Protzenko · 2 years, 3 months ago
  41. ac02062 gh-64660: Don't hardcode Argument Clinic return converter result variable name (#104200) by Erlend E. Aasland · 2 years, 3 months ago
  42. 7a7eaff gh-101819: Port _io.PyBytesIOBuffer_Type to heap type (#104264) by Erlend E. Aasland · 2 years, 3 months ago
  43. cab1298 gh-101819: Adapt _io.PyWindowsConsoleIO_Type to heap type (#104197) by Erlend E. Aasland · 2 years, 3 months ago
  44. 3952379 gh-101819: Port _io.PyIncrementalNewlineDecoder_Type to heap type (#104249) by Erlend E. Aasland · 2 years, 3 months ago
  45. 66558d2 gh-104146: Remove unused var 'parser_body_declarations' from clinic.py (#104214) by Erlend E. Aasland · 2 years, 3 months ago
  46. b979741 gh-103533: Use PEP 669 APIs for cprofile (GH-103534) by Tian Gao · 2 years, 4 months ago
  47. 45a9e38 gh-64595: Argument Clinic: Touch source file if any output file changed (#104152) by Erlend E. Aasland · 2 years, 4 months ago
  48. 5245cb6 gh-68395: Avoid naming conflicts by mangling variable names in Argument Clinic (#104065) by Erlend E. Aasland · 2 years, 4 months ago
  49. f5c3838 gh-103963: fix 'make regen-opcode' in out-of-tree builds (#104177) by Carl Meyer · 2 years, 4 months ago
  50. 04f6733 gh-102500: Implement PEP 688 (#102521) by Jelle Zijlstra · 2 years, 4 months ago
  51. 9885677 gh-104146: Remove unused 'second_pass_replacements' from clinic.py (#104147) by Erlend E. Aasland · 2 years, 4 months ago
  52. 872cbc6 GH-103963: Make dis display names of args for intrinsics opcodes (#104029) by Juhi Chandalia · 2 years, 4 months ago
  53. e1f1464 gh-98040: Remove just the `imp` module (#98573) by Barry Warsaw · 2 years, 4 months ago
  54. 8a0c7f1 gh-103583: Isolate CJK codec modules (#103869) by Erlend E. Aasland · 2 years, 4 months ago
  55. e9c7772 gh-103092: Isolate _ctypes, part 1 (#103893) by Erlend E. Aasland · 2 years, 4 months ago
  56. 214e568 gh-103875: Use ascii and latin1 singletons in deepfreeze (#103876) by Yichen Yan · 2 years, 4 months ago
  57. df3173d gh-101659: Isolate "obmalloc" State to Each Interpreter (gh-101660) by Eric Snow · 2 years, 4 months ago
  58. 01be52e gh-103801: Tools/wasm linting and formatting (#103796) by Daniel Versoza · 2 years, 4 months ago
  59. ea2c001 gh-84436: Implement Immortal Objects (gh-19474) by Eddie Elizondo · 2 years, 4 months ago
  60. 1ef61cf gh-102856: Initial implementation of PEP 701 (#102855) by Pablo Galindo Salgado · 2 years, 4 months ago
  61. ece20db gh-95299: Stop installing setuptools as a part of ensurepip and venv (#101039) by Pradyun Gedam · 2 years, 4 months ago
  62. 217911e gh-103583: Add codecs and maps to _codecs_* module state (#103540) by Erlend E. Aasland · 2 years, 4 months ago
  63. 7f3c106 gh-103326: Remove `Python/importlib.h` (GH-103331) by Nikita Sobolev · 2 years, 4 months ago
  64. 52f96d3 gh-103092: Isolate `_collections` (#103093) by Erlend E. Aasland · 2 years, 4 months ago
  65. 411b169 GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-103083) by Mark Shannon · 2 years, 4 months ago
  66. 9666387 Remove redundant words from interpreter_definition.md. (GH-103455) by Benjamin Peterson · 2 years, 4 months ago
  67. 21bea68 gh-91276: remove unused _PyOpcode_RelativeJump (#103156) by Irit Katriel · 2 years, 4 months ago
  68. 40db5c6 gh-103334: Ignore `Tools/c-analyzer/cpython/_parser.py` from `patchcheck` (GH-103335) by Nikita Sobolev · 2 years, 4 months ago
  69. 86d2044 gh-103300: Fix `Popen.wait()` deadlock in patchcheck.py (#103301) by Oleg Iarygin · 2 years, 4 months ago
  70. f329a8b gh-103092: Isolate `socket` module (#103094) by Erlend E. Aasland · 2 years, 4 months ago
  71. b22d021 gh-100176: Tools/iobench: Remove redundant compat code for Python <= 3.2 (#100197) by Hugo van Kemenade · 2 years, 4 months ago
  72. c00dcf0 gh-103092: Isolate `_pickle` module (#102982) by Erlend E. Aasland · 2 years, 5 months ago
  73. 80163e1 gh-87092: move CFG related code from compile.c to flowgraph.c (#103021) by Irit Katriel · 2 years, 5 months ago
  74. 01a49d1 gh-102110: Add all tools description missed (GH-102625) by Missoupro · 2 years, 5 months ago
  75. e647dba gh-90110: Bring the whitelists up to date. (gh-103114) by Eric Snow · 2 years, 5 months ago
  76. 0b1d9c4 GH-102973: add a dev container (GH-102975) by Brett Cannon · 2 years, 5 months ago
  77. ba65a06 gh-100227: Move the Dict of Interned Strings to PyInterpreterState (gh-102339) by Eric Snow · 2 years, 5 months ago
  78. 0444ae2 GH-100982: Break up COMPARE_AND_BRANCH (GH-102801) by Brandt Bucher · 2 years, 5 months ago
  79. 1ca3155 gh-102033: Fix syntax error in `Tools/c-analyzer` (GH-102066) by Nikita Sobolev · 2 years, 5 months ago
  80. 7559f5f GH-101291: Rearrange the size bits in PyLongObject (GH-102464) by Mark Shannon · 2 years, 5 months ago
  81. ad77d16 gh-102304: Move _Py_RefTotal to _PyRuntimeState (gh-102543) by Eric Snow · 2 years, 5 months ago
  82. 174c4bf gh-102781: fix cwd dependence in cases generator (#102782) by Carl Meyer · 2 years, 5 months ago
  83. 84e20c6 gh-102737: Un-ignore ceval.c in the CI globals check (gh-102745) by Eric Snow · 2 years, 5 months ago
  84. 675b97a gh-102738: remove from cases generator the code related to register instructions (#102739) by Irit Katriel · 2 years, 5 months ago
  85. 215007b Exclude `ceval.c` from the C-analyzer tool (#102735) by Alex Waygood · 2 years, 5 months ago
  86. 70185de gh-102654: Insert #line directives in generated_cases.c.h (#102669) by Guido van Rossum · 2 years, 5 months ago
  87. 1ff81c0 gh-81057: Add a CI Check for New Unsupported C Global Variables (gh-102506) by Eric Snow · 2 years, 5 months ago
  88. a703f74 GH-94851: check unicode consistency of static strings in debug mode (#102684) by Kumar Aditya · 2 years, 5 months ago
  89. ca066bd gh-81057: Vendor a Subset of distutils for the c-analyzer Tool (gh-102505) by Eric Snow · 2 years, 5 months ago
  90. b097925 gh-102507 Remove invisible pagebreak characters (#102531) by JosephSBoyle · 2 years, 5 months ago
  91. 8606697 gh-90110: Fix the c-analyzer Tool (#102483) by Eric Snow · 2 years, 5 months ago
  92. f533f21 gh-102416: Do not memoize incorrectly loop rules in the parser (#102467) by Pablo Galindo Salgado · 2 years, 6 months ago
  93. 8de59c1 gh-102021 : Allow multiple input files for interpreter loop generator (#102022) by Jacob Bower · 2 years, 6 months ago
  94. b5ff382 GH-102305: Expand some macros in generated_cases.c.h (#102309) by Guido van Rossum · 2 years, 6 months ago
  95. c3a1783 gh-102151: Correctly fetch CONFIG_ARGS in Tools/freeze/test/freeze.py (#102152) by Erlend E. Aasland · 2 years, 6 months ago
  96. a99eb5c gh-101907: Stop using `_Py_OPCODE` and `_Py_OPARG` macros (GH-101912) by Steve Dower · 2 years, 6 months ago
  97. c00faf7 gh-101819: Adapt _io types to heap types, batch 1 (GH-101949) by Erlend E. Aasland · 2 years, 6 months ago
  98. c1ce0d1 gh-99138: Isolate _zoneinfo (#99218) by Erlend E. Aasland · 2 years, 6 months ago
  99. 0c6fe81 gh-101849: Add upgrade codes for old versions of launcher that ended up with later version numbers (GH-101877) by Steve Dower · 2 years, 6 months ago
  100. dfc2e06 gh-89792: Limit test_tools freeze test build parallelism based on the number of cores (#101841) by Gregory P. Smith · 2 years, 6 months ago