index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.11] GH-103971: Fix incorrect locations for code following case blocks
Tian Gao
2023-04-28
1
-0/+2
*
[3.11] gh-101517: fix line number propagation in code generated for except* (...
Irit Katriel
2023-04-25
1
-14/+24
*
[3.11] gh-102281: Fix potential nullptr dereference + use of uninitia… (#10...
Max Bachmann
2023-03-25
1
-1/+5
*
gh-98608: Fix Failure-handling in new_interpreter() (gh-102658)
Miss Islington (bot)
2023-03-21
1
-1/+1
*
[3.11] gh-101975: Fixed a potential SegFault on garbage collection (GH-102803...
Mark Shannon
2023-03-20
1
-0/+1
*
gh-102356: Add thrashcan macros to filter object dealloc (GH-102426)
Miss Islington (bot)
2023-03-05
1
-0/+2
*
[3.11] GH-102126: fix deadlock at shutdown when clearing thread state… (#10...
Kumar Aditya
2023-02-25
1
-2/+10
*
[3.11] gh-97786: Fix compiler warnings in pytime.c (GH-101826) (#102062)
Miss Islington (bot)
2023-02-22
1
-6/+29
*
[3.11] gh-101967: add a missing error check (GH-101968) (#102015)
Miss Islington (bot)
2023-02-21
1
-1/+3
*
gh-101614: Don't treat python3_d.dll as a Python DLL when checking extension ...
Miss Islington (bot)
2023-02-08
1
-4/+5
*
[3.11] gh-101072: support default and kw default in PyEval_EvalCodeEx for 3.1...
Łukasz Langa
2023-02-07
1
-4/+0
*
[3.11] gh-101400: Fix incorrect lineno in exception message on contin… (gh-...
Dong-hee Na
2023-01-31
1
-0/+16
*
[3.11] Update copyright years to 2023. (gh-100848) (GH-100849)
Miss Islington (bot)
2023-01-09
1
-1/+1
*
[3.11] gh-100776: Fix misleading default value in help(input) (GH-100788) (#1...
Shantanu
2023-01-08
2
-4/+4
*
gh-95778: add doc missing in some places (GH-100627)
Miss Islington (bot)
2022-12-30
1
-0/+2
*
[3.11] gh-64490: Fix bugs in argument clinic varargs processing (GH-32092) (#...
colorfulappl
2022-12-28
1
-1/+19
*
[3.11] Correct CVE-2020-10735 documentation (GH-100306). (#100476)
Gregory P. Smith
2022-12-24
2
-4/+4
*
[3.11] gh-99240: Reset pointer to NULL when the pointed memory is freed in ar...
colorfulappl
2022-12-21
1
-5/+5
*
[3.11] GH-99729: Unlink frames before clearing them (#100047)
Brandt Bucher
2022-12-06
2
-10/+11
*
[3.11] gh-99103: Normalize specialized traceback anchors against the current ...
Batuhan Taskaya
2022-11-21
1
-2/+7
*
gh-99578: Fix refleak in _imp.create_builtin() (GH-99642)
Miss Islington (bot)
2022-11-21
1
-1/+2
*
[3.11] gh-99337: Fix compile errors with gcc 12 on macOS (GH-99470) (#99638)
Miss Islington (bot)
2022-11-21
1
-3/+4
*
[3.11] GH-99460: Emscripten trampolines on optimized METH_O and METH_NOARGS c...
Hood Chatham
2022-11-16
1
-3/+3
*
gh-87604: Avoid publishing list of active per-interpreter audit hooks via the...
Miss Islington (bot)
2022-11-15
1
-0/+2
*
[3.11] GH-99298: Don't perform jumps before error handling (GH-99343)
Brandt Bucher
2022-11-11
1
-3/+11
*
[3.11] GH-99257: Check the owner's type when specializing slots (GH-99324)
Miss Islington (bot)
2022-11-10
1
-0/+8
*
GH-99205: Mark new interpreters and threads as non-static (GH-99268)
Miss Islington (bot)
2022-11-09
1
-0/+8
*
gh-98978: Fix Py_SetPythonHome(NULL) (GH-99066)
Miss Islington (bot)
2022-11-03
1
-0/+6
*
[3.11] gh-98925: Lower marshal recursion depth for WASI (GH-98938) (GH-98979)
Miss Islington (bot)
2022-11-01
1
-0/+2
*
[3.11] gh-96853: Restore test coverage for Py_Initialize(Ex) (GH-98874)
Miss Islington (bot)
2022-10-30
1
-0/+1
*
[3.11] GH-93354: Fix PRECALL's adaptive backoff (GH-98011)
Brandt Bucher
2022-10-12
1
-2/+2
*
Add a warning message about PyOS_snprintf (GH-95993)
Miss Islington (bot)
2022-10-07
1
-0/+1
*
[3.11] GH-97002: Prevent _PyInterpreterFrames from backing more than one PyFr...
Miss Islington (bot)
2022-10-07
1
-6/+23
*
[3.11] gh-96017: Fix some compiler warnings (GH-96018) (#96106)
Christian Heimes
2022-10-05
1
-0/+2
*
[3.11] GH-97779: Ensure that *all* frame objects are backed by "complete" fra...
Miss Islington (bot)
2022-10-05
1
-0/+7
*
[3.11] GH-97752: Clear the previous member of newly-created generator/corouti...
Miss Islington (bot)
2022-10-04
1
-0/+3
*
[3.11] Fix typos in `bltinmodule.c`. (GH-97789)
Benjamin Peterson
2022-10-03
2
-12/+12
*
gh-96848: Fix -X int_max_str_digits option parsing (GH-96988)
Miss Islington (bot)
2022-09-26
1
-1/+2
*
GH-96975: Skip incomplete frames in PyEval_GetFrame (GH-97018)
Miss Islington (bot)
2022-09-22
1
-3/+6
*
Remove a stray DISPATCH() (GH-97004)
Brandt Bucher
2022-09-22
1
-1/+0
*
[3.11] GH-95921: Fix positions for some chained comparisons (GH-96968) (GH-96...
Brandt Bucher
2022-09-20
1
-0/+1
*
GH-96864: Check for error between line and opcode events (GH-96880)
Miss Islington (bot)
2022-09-20
1
-1/+1
*
gh-96387: take_gil() resets drop request before exit (#96869) (#96941)
Victor Stinner
2022-09-20
1
-0/+11
*
GH-96754: Check whether the interpreter frame is complete before creating fra...
Miss Islington (bot)
2022-09-13
2
-3/+8
*
[3.11] gh-95853: Add script to automate WASM build (GH-95828, GH-95985, GH-96...
Christian Heimes
2022-09-13
1
-3/+7
*
GH-96678: Fix undefined behavior in ceval.c (GH-96708)
Miss Islington (bot)
2022-09-10
1
-1/+7
*
Fix possible NULL pointer dereference in _PyThread_CurrentFrames (GH-96584)
Miss Islington (bot)
2022-09-10
1
-1/+6
*
[3.11] GH-96636: Remove all uses of NOTRACE_DISPATCH (GH-96643) (#96688)
Mark Shannon
2022-09-09
1
-59/+57
*
[3.11] GH-96569: Avoid undefined behavior (#96616)
Mark Shannon
2022-09-08
1
-8/+8
*
GH-96572: fix use after free in trace refs build mode (GH-96618)
Miss Islington (bot)
2022-09-06
1
-1/+1
[next]