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