summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* [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
* [3.11] GH-99298: Don't perform jumps before error handling (GH-99343)Brandt Bucher2022-11-111-3/+11
* [3.11] GH-99257: Check the owner's type when specializing slots (GH-99324)Miss Islington (bot)2022-11-101-0/+8
* GH-99205: Mark new interpreters and threads as non-static (GH-99268)Miss Islington (bot)2022-11-091-0/+8
* gh-98978: Fix Py_SetPythonHome(NULL) (GH-99066)Miss Islington (bot)2022-11-031-0/+6
* [3.11] gh-98925: Lower marshal recursion depth for WASI (GH-98938) (GH-98979)Miss Islington (bot)2022-11-011-0/+2
* [3.11] gh-96853: Restore test coverage for Py_Initialize(Ex) (GH-98874)Miss Islington (bot)2022-10-301-0/+1
* [3.11] GH-93354: Fix PRECALL's adaptive backoff (GH-98011)Brandt Bucher2022-10-121-2/+2
* Add a warning message about PyOS_snprintf (GH-95993)Miss Islington (bot)2022-10-071-0/+1
* [3.11] GH-97002: Prevent _PyInterpreterFrames from backing more than one PyFr...Miss Islington (bot)2022-10-071-6/+23
* [3.11] gh-96017: Fix some compiler warnings (GH-96018) (#96106)Christian Heimes2022-10-051-0/+2
* [3.11] GH-97779: Ensure that *all* frame objects are backed by "complete" fra...Miss Islington (bot)2022-10-051-0/+7
* [3.11] GH-97752: Clear the previous member of newly-created generator/corouti...Miss Islington (bot)2022-10-041-0/+3
* [3.11] Fix typos in `bltinmodule.c`. (GH-97789)Benjamin Peterson2022-10-032-12/+12
* gh-96848: Fix -X int_max_str_digits option parsing (GH-96988)Miss Islington (bot)2022-09-261-1/+2
* GH-96975: Skip incomplete frames in PyEval_GetFrame (GH-97018)Miss Islington (bot)2022-09-221-3/+6
* Remove a stray DISPATCH() (GH-97004)Brandt Bucher2022-09-221-1/+0
* [3.11] GH-95921: Fix positions for some chained comparisons (GH-96968) (GH-96...Brandt Bucher2022-09-201-0/+1
* GH-96864: Check for error between line and opcode events (GH-96880)Miss Islington (bot)2022-09-201-1/+1
* gh-96387: take_gil() resets drop request before exit (#96869) (#96941)Victor Stinner2022-09-201-0/+11
* GH-96754: Check whether the interpreter frame is complete before creating fra...Miss Islington (bot)2022-09-132-3/+8
* [3.11] gh-95853: Add script to automate WASM build (GH-95828, GH-95985, GH-96...Christian Heimes2022-09-131-3/+7
* GH-96678: Fix undefined behavior in ceval.c (GH-96708)Miss Islington (bot)2022-09-101-1/+7
* Fix possible NULL pointer dereference in _PyThread_CurrentFrames (GH-96584)Miss Islington (bot)2022-09-101-1/+6
* [3.11] GH-96636: Remove all uses of NOTRACE_DISPATCH (GH-96643) (#96688)Mark Shannon2022-09-091-59/+57
* [3.11] GH-96569: Avoid undefined behavior (#96616)Mark Shannon2022-09-081-8/+8
* GH-96572: fix use after free in trace refs build mode (GH-96618)Miss Islington (bot)2022-09-061-1/+1