no-git-in-generate_lower_listing.patch
doc-no-git.patch
llvm_long_name_PR4373.patch
32bit_skip_64bit_hashing_tests.patch
skip-armhf-tests-on-arm64.patch
skip-unicode-buserror-armhf.patch
use-python3-test-nonsense-gdb-binary.patch
reorder-setuptools-import.patch
add-test-tags.patch
add-gdb-test-check.patch
numpy-1-24-pr8691.patch
python3.11/0011-Comment-out-all-C-level-changes.patch
python3.11/0012-implement-new-Python-3.11-opcode-RESUME.patch
python3.11/0013-bump-max-python-version.patch
python3.11/0014-Minimal-changes-to-get-a-basic-integer-sum-reduction.patch
python3.11/0015-Get-more-jump-opcodes.patch
python3.11/0016-Ignore-the-NULL-push-from-LOAD_GLOBAL.patch
python3.11/0017-Add-more-BACKWARD-jump-and-PUSH_NULL.patch
python3.11/0018-Fix-backward-jump-offset.patch
python3.11/0019-Support-KW_NAMES-and-getting-looplifting-to-work.patch
python3.11/0020-Support-RETURN_GENERATOR.patch
python3.11/0021-Don-t-dump-CACHE-bytecode.patch
python3.11/0022-Partially-support-MAKE_FUNCTION.patch
python3.11/0023-Leave-comment-about-co_qualname-changes-in-MAKE_FUNC.patch
python3.11/0024-Support-BEFORE_WITH.patch
python3.11/0025-Support-with-lifting.patch
python3.11/0026-Support-JUMP_IS_NONE.patch
python3.11/0027-Upgrade-cloudpickle-to-version-v2.2.0.patch
python3.11/0028-Support-py3.11-try-except.patch
python3.11/0029-Flake8-fixes.patch
python3.11/0030-More-flake8-fix.patch
python3.11/0031-Fix-older-python.patch
python3.11/0032-Temporarily-disable-compilation-warnings.patch
python3.11/0033-Unbreak-python-3.11.patch
python3.11/0034-Unbreak-py3.10-builds.patch
python3.11/0035-Fix-py3.10-failure.patch
python3.11/0036-Restore-7388-fixes.patch
python3.11/0037-Fix-try-except-in-py-3.11.patch
python3.11/0038-Fix-inplace-op.patch
python3.11/0039-Fix-hashing-support-in-py-3.11.patch
python3.11/0040-Skip-testing-by-git-diff-for-now.patch
python3.11/0041-Fix-CI-test-run.patch
python3.11/0042-Copy-in-struct-_frame-from-cpython-3.11-source-code-.patch
python3.11/0043-Adds-compiler-warning-for-stub-code.patch
python3.11/0044-Use-_FIXED_OFFSET-instead-of-a-inline-literal-number.patch
python3.11/0045-Rename-base-ByteCode-class-to-_ByteCode.patch
python3.11/0046-Apply-some-review-suggestions-in-byteflow.py.patch
python3.11/0047-Address-reviews-on-byteflow.py.patch
python3.11/0048-Make-PYVERSION-check-more-consistent.patch
python3.11/0049-Rewrite-peep_hole_split_at_pop_block.-so-it-does-not.patch
python3.11/0050-Address-reviews-in-interpreter.py.patch
python3.11/0051-Remove-dead-code-StaticReraise.patch
python3.11/0052-Address-review-in-transforms.py.patch
python3.11/0053-One-more-PYVERSION-guard-for-newer-versions.patch
python3.11/0054-Apply-suggestions-from-code-review.patch
python3.11/0055-Fix-arrayexprs-for-py3.11.patch
python3.11/0056-Fix-LOAD_GLOBAL-arg-use-in-test_parfors-for-py3.11.patch
python3.11/0057-Move-_fix_LOAD_GLOBAL-arg-to-bytecode-module-and-use-it-in-_compute_used_globals.patch
python3.11/0058-Fix-text_flow_control-for-py3.11.patch
python3.11/0059-Not-a-py311-change-stop-printing-source-code.patch
python3.11/0060-Attempt-to-fix-cellvars.patch
python3.11/0061-Fix-CodeType-usage.patch
python3.11/0062-Remove-duplicated-handling-of-CodeType.patch
python3.11/0063-Flake8-fixes.patch
python3.11/0064-More-flake8-fixes.patch
python3.11/0065-Enable-list_to_tuple-peephole-for-py3.11.patch
# this one didn't apply and seemed like it was caused
# by a merge that wasn't included in this series
#python3.11/0066-Assert-to-guard-against-newer-python-version.patch
python3.11/0067-Update-numba-core-byteflow.py.patch
python3.11/0068-Get-rid-of-custom-copy_code_type.-Use-CodeType.Replace-instead.patch
python3.11/201-Update-string-bytes-hash-algs-to-siphash13-for-Python.patch
python3.11/202-Fix-flake8.patch
python3.11/203-Attempt-to-fix-closures.patch
python3.11/204-Enable-more-peephole-rewrites-in-3.11.patch
python3.11/205-Fix-test_dump_bytecode.patch
python3.11/206-Fix-f-string-const-name-interp.patch
python3.11/207-Rewrite-_jump_if_none-to-match-pre-py3.11.patch
python3.11/208-Fix-near-and-far-jump-target-ordering.patch
python3.11/209-Add-more-new-op-code-handling.patch
python3.11/210-Fix-issue-with-EXTENDED_ARG-test-and-update-test.patch
python3.11/211-Add-pop-NULL-to-CALL_FUNCTION_EX-byteflow-analysis.patch
python3.11/212-Fix-out-of-bounds-loop-index-in-test.patch
python3.11/213-Accommodate-multiple-bytecodes-at-block-start-with-no.patch
python3.11/214-Fix-parfors-prange-test-generator-LOAD_GLOBAL-args.patch
python3.11/215-Update-assertion-for-Python-3.11-style-error-messages.patch
python3.11/216-Fix-bytecode-iteration-to-handle-EXTENDED_ARG-as-jump.patch
python3.11/217-Fix-rebase-error-in-op_LOAD_DEREF.patch
python3.11/218-Respond-to-feedback-RE-use-of-_is_null_temp_reg-in.patch
python3.11/219-Fix-binop-names-to-be-legal-variable-names.patch
python3.11/220-Update-test_extended_arg-to-use-CodeType.replace.patch
python3.11/301-Fix-bare-reraise-support.patch
tests-failing-python3.patch
