summaryrefslogtreecommitdiffstats
path: root/Python/codegen.c
Commit message (Expand)AuthorAgeFilesLines
* gh-126072: Set docstring attribute for module and class (#126231)Xuanteng Huang2024-11-081-16/+13
* gh-120017: use 'do-while(0)' in some `{codegen,compile}.c` multi-line macros ...Bénédikt Tran2024-11-071-59/+67
* gh-125832: Reformat comments for inlined comprehensions (gh-126346)Donghee Na2024-11-031-5/+5
* gh-125832: Clarify comment for inlined comprehensions as per PEP-709 (#126322)rimchoi2024-11-021-3/+6
* gh-126072: do not add `None` to `co_consts` if there is no docstring (GH-126101)Xuanteng Huang2024-10-301-3/+3
* GH-125837: Split `LOAD_CONST` into three. (GH-125972)Mark Shannon2024-10-291-0/+11
* gh-125038: Fix crash after genexpr.gi_frame.f_locals manipulations (#125178)Mikhail Efimov2024-10-221-0/+1
* gh-125063: Emit slices as constants in the bytecode compiler (#125064)Michael Droettboom2024-10-081-19/+59
* gh-124285: Fix bug where bool() is called multiple times for the same part of...Irit Katriel2024-09-251-4/+2
* gh-124058: remove _PyCompile_IsNestedScope, roll it into _PyCompile_IsInterac...Irit Katriel2024-09-161-3/+2
* gh-124022: Fix bug where class docstring is removed in interactive mode (#124...Irit Katriel2024-09-131-3/+3
* gh-124019: do not call codegen_annotations_in_scope if there are no annotatio...Irit Katriel2024-09-121-14/+10
* gh-124013: remove _PyCompile_IsTopLevelAwait (#124014)Irit Katriel2024-09-121-16/+0
* gh-123958: apply docstring removal optimization in ast_opt instead of codegen...Irit Katriel2024-09-111-22/+16
* gh-123881: make compiler add the .generic_base base class without constructin...Irit Katriel2024-09-101-38/+52
* gh-121404: split compile.c into compile.c and codegen.c (#123651)Irit Katriel2024-09-091-0/+6138