summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* [3.11] gh-107913: Fix possible losses of OSError error codes (GH-107930) (GH-...Serhiy Storchaka2023-08-271-1/+3
* [3.11] gh-107916: Save the error code before decoding the filename in PyErr_S...Miss Islington (bot)2023-08-211-0/+8
* [3.11] gh-107915: Handle errors in C API functions PyErr_Set*() and PyErr_For...Serhiy Storchaka2023-08-191-8/+29
* [3.11] gh-106242: Fix path truncation in os.path.normpath (GH-106816) (#107982)Steve Dower2023-08-151-8/+21
* [3.11] gh-86493: Fix possible leaks in some modules initialization (GH-106768...Serhiy Storchaka2023-07-191-19/+10
* [3.11] Document PYTHONSAFEPATH along side -P (GH-106122) (#106353)Miss Islington (bot)2023-07-051-2/+2
* [3.11] gh-101006: Improve error handling when read marshal data (GH-101007) (...Miss Islington (bot)2023-06-291-61/+71
* [3.11] gh-105979: Fix exception handling in unmarshal_frozen_code (`Python/im...Kumar Aditya2023-06-261-0/+1
* [3.11] gh-106033: Get rid of new occurrences of PyDict_GetItem and Py… (#10...Serhiy Storchaka2023-06-241-7/+5
* [3.11] gh-106030: Miscellaneous fixes in Python/suggestions.c (GH-106… (GH-...Serhiy Storchaka2023-06-231-6/+6
* [3.11] GH-105840: Fix assertion failures when specializing calls with too man...Miss Islington (bot)2023-06-161-2/+2
* [3.11] GH-105588: Add missing error checks to some obj2ast_* converters (GH-1...Miss Islington (bot)2023-06-151-0/+7
* [3.11] gh-105673: Fix uninitialized warning in sysmodule.c (GH-105674) (#105676)Miss Islington (bot)2023-06-121-1/+1
* [3.11] gh-105375: Improve error handling in the sys extension module (#105611...Erlend E. Aasland2023-06-111-6/+18
* [3.11] gh-105375: Improve PyErr_WarnExplicit() error handling (GH-105610) (#1...Miss Islington (bot)2023-06-111-12/+16
* [3.11] gh-105375: Improve error handling in the builtins extension module (GH...Miss Islington (bot)2023-06-111-8/+32
* [3.11] gh-105375: Improve error handling in compiler_enter_scope() (#105494) ...Erlend E. Aasland2023-06-091-1/+5
* [3.11] gh-105164: Detect annotations inside match blocks (GH-105177). (#105314)Jelle Zijlstra2023-06-051-0/+9
* [3.11] gh-105184: document that marshal functions can fail and need to be che...Miss Islington (bot)2023-06-021-0/+4
* [3.11] GH-102818: Do not call PyTraceBack_Here in sys.settrace trampoline (GH...Mark Shannon2023-05-191-4/+0
* [3.11] gh-104615: don't make unsafe swaps in apply_static_swaps (GH-104620). ...Carl Meyer2023-05-191-0/+20
* [3.11] gh-104482: Fix error handling bugs in ast.c (#104514)Irit Katriel2023-05-161-19/+37
* [3.11] GH-104405: Add missing PEP 523 checks (GH-104441)Brandt Bucher2023-05-122-0/+5
* [3.11] gh-96670: Raise SyntaxError when parsing NULL bytes (GH-97594) (#104195)Lysandros Nikolaou2023-05-071-1/+1
* [3.11] gh-104018: remove unused format "z" handling in string formatfloat() (...Miss Islington (bot)2023-05-071-1/+0
* [3.11] gh-103886: Improve `builtins.__doc__` (GH-104179) (#104257)Miss Islington (bot)2023-05-071-2/+9
* [3.11] GH-103971: Fix incorrect locations for code following case blocksTian Gao2023-04-281-0/+2
* [3.11] gh-101517: fix line number propagation in code generated for except* (...Irit Katriel2023-04-251-14/+24
* [3.11] gh-102281: Fix potential nullptr dereference + use of uninitia… (#10...Max Bachmann2023-03-251-1/+5
* gh-98608: Fix Failure-handling in new_interpreter() (gh-102658)Miss Islington (bot)2023-03-211-1/+1
* [3.11] gh-101975: Fixed a potential SegFault on garbage collection (GH-102803...Mark Shannon2023-03-201-0/+1
* gh-102356: Add thrashcan macros to filter object dealloc (GH-102426)Miss Islington (bot)2023-03-051-0/+2
* [3.11] GH-102126: fix deadlock at shutdown when clearing thread state… (#10...Kumar Aditya2023-02-251-2/+10
* [3.11] gh-97786: Fix compiler warnings in pytime.c (GH-101826) (#102062)Miss Islington (bot)2023-02-221-6/+29
* [3.11] gh-101967: add a missing error check (GH-101968) (#102015)Miss Islington (bot)2023-02-211-1/+3
* gh-101614: Don't treat python3_d.dll as a Python DLL when checking extension ...Miss Islington (bot)2023-02-081-4/+5
* [3.11] gh-101072: support default and kw default in PyEval_EvalCodeEx for 3.1...Łukasz Langa2023-02-071-4/+0
* [3.11] gh-101400: Fix incorrect lineno in exception message on contin… (gh-...Dong-hee Na2023-01-311-0/+16
* [3.11] Update copyright years to 2023. (gh-100848) (GH-100849)Miss Islington (bot)2023-01-091-1/+1
* [3.11] gh-100776: Fix misleading default value in help(input) (GH-100788) (#1...Shantanu2023-01-082-4/+4
* gh-95778: add doc missing in some places (GH-100627)Miss Islington (bot)2022-12-301-0/+2
* [3.11] gh-64490: Fix bugs in argument clinic varargs processing (GH-32092) (#...colorfulappl2022-12-281-1/+19
* [3.11] Correct CVE-2020-10735 documentation (GH-100306). (#100476)Gregory P. Smith2022-12-242-4/+4
* [3.11] gh-99240: Reset pointer to NULL when the pointed memory is freed in ar...colorfulappl2022-12-211-5/+5
* [3.11] GH-99729: Unlink frames before clearing them (#100047)Brandt Bucher2022-12-062-10/+11
* [3.11] gh-99103: Normalize specialized traceback anchors against the current ...Batuhan Taskaya2022-11-211-2/+7
* gh-99578: Fix refleak in _imp.create_builtin() (GH-99642)Miss Islington (bot)2022-11-211-1/+2
* [3.11] gh-99337: Fix compile errors with gcc 12 on macOS (GH-99470) (#99638)Miss Islington (bot)2022-11-211-3/+4
* [3.11] GH-99460: Emscripten trampolines on optimized METH_O and METH_NOARGS c...Hood Chatham2022-11-161-3/+3
* gh-87604: Avoid publishing list of active per-interpreter audit hooks via the...Miss Islington (bot)2022-11-151-0/+2