aboutsummaryrefslogtreecommitdiff
path: root/Python
AgeCommit message (Expand)Author
2023-08-22Merge tag 'upstream-v3.11.4' into python-3.11-v3James Farrell
2023-06-05[3.11] gh-105164: Detect annotations inside match blocks (GH-105177). (#105314)Jelle Zijlstra
2023-06-02[3.11] gh-105184: document that marshal functions can fail and need to be che...Miss Islington (bot)
2023-05-19[3.11] GH-102818: Do not call PyTraceBack_Here in sys.settrace trampoline (GH...Mark Shannon
2023-05-19[3.11] gh-104615: don't make unsafe swaps in apply_static_swaps (GH-104620). ...Carl Meyer
2023-05-16[3.11] gh-104482: Fix error handling bugs in ast.c (#104514)Irit Katriel
2023-05-12[3.11] GH-104405: Add missing PEP 523 checks (GH-104441)Brandt Bucher
2023-05-07[3.11] gh-96670: Raise SyntaxError when parsing NULL bytes (GH-97594) (#104195)Lysandros Nikolaou
2023-05-07[3.11] gh-104018: remove unused format "z" handling in string formatfloat() (...Miss Islington (bot)
2023-05-07[3.11] gh-103886: Improve `builtins.__doc__` (GH-104179) (#104257)Miss Islington (bot)
2023-05-01Merge tag 'upstream-v3.10.11' into fix-kokoroRyan Prichard
2023-04-28[3.11] GH-103971: Fix incorrect locations for code following case blocksTian Gao
2023-04-25[3.11] gh-101517: fix line number propagation in code generated for except* (...Irit Katriel
2023-03-28[3.10] GH-87235: Make sure "python /dev/fd/9 9</path/to/script.py" works on m...Miss Islington (bot)
2023-03-25[3.11] gh-102281: Fix potential nullptr dereference + use of uninitia… (#10...Max Bachmann
2023-03-21gh-98608: Fix Failure-handling in new_interpreter() (gh-102658)Miss Islington (bot)
2023-03-21gh-98608: Fix Failure-handling in new_interpreter() (gh-102658)Miss Islington (bot)
2023-03-20[3.11] gh-101975: Fixed a potential SegFault on garbage collection (GH-102803...Mark Shannon
2023-03-05gh-102356: Add thrashcan macros to filter object dealloc (GH-102426)Miss Islington (bot)
2023-03-05gh-102356: Add thrashcan macros to filter object dealloc (GH-102426)Miss Islington (bot)
2023-03-03[3.10] GH-102126: fix deadlock at shutdown when clearing thread state… (#10...Kumar Aditya
2023-02-26[3.10] gh-97786: Fix compiler warnings in pytime.c (GH-101826) (#102150)Mark Dickinson
2023-02-25[3.11] GH-102126: fix deadlock at shutdown when clearing thread state… (#10...Kumar Aditya
2023-02-22[3.11] gh-97786: Fix compiler warnings in pytime.c (GH-101826) (#102062)Miss Islington (bot)
2023-02-21[3.11] gh-101967: add a missing error check (GH-101968) (#102015)Miss Islington (bot)
2023-02-17gh-101967: add a missing error check (GH-101968)Miss Islington (bot)
2023-02-08gh-101614: Don't treat python3_d.dll as a Python DLL when checking extension ...Miss Islington (bot)
2023-02-08gh-101614: Don't treat python3_d.dll as a Python DLL when checking extension ...Miss Islington (bot)
2023-02-07[3.11] gh-101072: support default and kw default in PyEval_EvalCodeEx for 3.1...Łukasz Langa
2023-01-31[3.11] gh-101400: Fix incorrect lineno in exception message on contin… (gh-...Dong-hee Na
2023-01-31[3.10] gh-101400: Fix incorrect lineno in exception message on contin… (gh-...Dong-hee Na
2023-01-08[3.11] Update copyright years to 2023. (gh-100848) (GH-100849)Miss Islington (bot)
2023-01-08[3.10] Update copyright years to 2023. (gh-100850)Benjamin Peterson
2023-01-08[3.10] gh-100776: Fix misleading default value in help(input) (GH-100788) (#1...Shantanu
2023-01-08[3.11] gh-100776: Fix misleading default value in help(input) (GH-100788) (#1...Shantanu
2022-12-30gh-95778: add doc missing in some places (GH-100627)Miss Islington (bot)
2022-12-28[3.11] gh-64490: Fix bugs in argument clinic varargs processing (GH-32092) (#...colorfulappl
2022-12-23[3.10] Correct CVE-2020-10735 documentation (GH-100306). (#100477)Gregory P. Smith
2022-12-23[3.11] Correct CVE-2020-10735 documentation (GH-100306). (#100476)Gregory P. Smith
2022-12-21[3.10] gh-99240: Reset pointer to NULL when the pointed memory is freed in ar...colorfulappl
2022-12-21[3.11] gh-99240: Reset pointer to NULL when the pointed memory is freed in ar...colorfulappl
2022-12-06[3.11] GH-99729: Unlink frames before clearing them (#100047)Brandt Bucher
2022-11-21[3.11] gh-99103: Normalize specialized traceback anchors against the current ...Batuhan Taskaya
2022-11-21gh-99578: Fix refleak in _imp.create_builtin() (GH-99642)Miss Islington (bot)
2022-11-21gh-99578: Fix refleak in _imp.create_builtin() (GH-99642)Miss Islington (bot)
2022-11-21[3.11] gh-99337: Fix compile errors with gcc 12 on macOS (GH-99470) (#99638)Miss Islington (bot)
2022-11-16[3.11] GH-99460: Emscripten trampolines on optimized METH_O and METH_NOARGS c...Hood Chatham
2022-11-15gh-87604: Avoid publishing list of active per-interpreter audit hooks via the...Miss Islington (bot)
2022-11-15gh-87604: Avoid publishing list of active per-interpreter audit hooks via the...Miss Islington (bot)
2022-11-11[3.11] GH-99298: Don't perform jumps before error handling (GH-99343)Brandt Bucher