aboutsummaryrefslogtreecommitdiff
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* [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-311-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-061-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-041-0/+7
* [3.11] GH-97752: Clear the previous member of newly-created generator/corouti...Miss Islington (bot)2022-10-031-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
* [3.11] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96500)Gregory P. Smith2022-09-023-3/+161
* gh-96125: Fix sys.thread_info.name on pthread platforms (GH-96126) (#96128)Miss Islington (bot)2022-08-211-1/+1
* GH-96071: fix deadlock in PyGILState_Ensure (GH-96124) (#96129)Miss Islington (bot)2022-08-191-11/+16
* GH-95818: Skip incomplete frames in `PyThreadState_GetFrame` (GH-95886) (#95890)Miss Islington (bot)2022-08-121-2/+6
* [3.11] gh-95174: Add pthread stubs for WASI (GH-95234) (#95503)Christian Heimes2022-08-013-6/+201
* bpo-45445: Revert "bpo-45445: Fail if an invalid X-option is provided in the ...Miss Islington (bot)2022-07-311-48/+0
* [3.11] gh-95174: Handle missing dup() and constants in WASI (GH-95229) (GH-95...Christian Heimes2022-07-312-1/+11
* GH-90081: Run python tracers at full speed (GH-95328) (#95363)Miss Islington (bot)2022-07-291-4/+7
* [3.11] gh-94938: Fix errror detection of unexpected keyword arguments (GH-949...Serhiy Storchaka2022-07-281-85/+57
* [3.11] gh-95185: Check recursion depth in the AST constructor (GH-95186) (GH-...Miss Islington (bot)2022-07-261-1/+106
* [3.11] GH-94739: Backport GH-94958 to 3.11 (#94965)Mark Shannon2022-07-251-14/+0
* [3.11] GH-94036: Fix more attribute location quirks (GH-95028) (GH-95156)Brandt Bucher2022-07-221-20/+23
* [3.11] GH-95113: Don't use EXTENDED_ARG_QUICK in unquickened code (GH-95121) ...Brandt Bucher2022-07-223-3/+14
* [3.11] GH-91409: Don't overwrite valid locations with NOP locations (GH-95067...Brandt Bucher2022-07-201-1/+4
* GH-94851: fix immortal objects refcounting in compiler (gh-95040)Miss Islington (bot)2022-07-201-1/+1
* gh-91256: Ensure help text has the program name even before getpath is called...Miss Islington (bot)2022-07-191-0/+3
* [3.11] GH-94822: Don't specialize when metaclasses are involved (GH-94892) (G...Brandt Bucher2022-07-181-6/+5
* gh-94930: skipitem() in getargs.c should return non-NULL on error (GH-94931)Miss Islington (bot)2022-07-181-3/+1
* gh-91348: Restore frame argument to sys._getframe audit event (GH-94928)Miss Islington (bot)2022-07-171-5/+7