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.12] gh-118513: Fix sibling comprehensions with a name bound in one and glo...
Miss Islington (bot)
2024-05-03
1
-39/+42
*
[3.12] gh-118272: Clear generator frame's locals when the generator is closed...
Irit Katriel
2024-05-02
1
-5/+13
*
[3.12] gh-116767: fix crash on 'async with' with many context managers (GH-11...
Irit Katriel
2024-05-01
1
-2/+16
*
[3.12] gh-91565: Replace bugs.python.org links with Devguide/GitHub ones (GH...
Miss Islington (bot)
2024-04-15
1
-1/+1
*
[3.12] gh-90300: Remove reference to PYTHON_FROZEN_MODULES in Python CLI help...
Serhiy Storchaka
2024-03-19
1
-2/+1
*
[3.12] gh-90300: Improve the Python CLI help output (GH-115853) (GH-117022)
Serhiy Storchaka
2024-03-19
1
-67/+38
*
[3.12] gh-116735: Use `MISSING` for `CALL` event if argument is absen… (#11...
Tian Gao
2024-03-19
2
-2/+2
*
[3.12] gh-112536: Add TSAN build on Github Actions (GH-116872)
Antoine Pitrou
2024-03-18
1
-0/+4
*
[3.12] gh-116626: Emit `CALL` events for all `INSTRUMENTED_CALL_FUNCTION_EX (...
Tian Gao
2024-03-14
2
-28/+28
*
[3.12] gh-90300: Fix undocumented envvars in the Python CLI help (GH-116765) ...
Serhiy Storchaka
2024-03-14
1
-0/+3
*
[3.12] gh-90300: Document equivalent -X options for envvars in the Python CLI...
Serhiy Storchaka
2024-03-14
1
-18/+19
*
[3.12] gh-90300: Sort the -X options and some envvars in the Python CLI help ...
Serhiy Storchaka
2024-03-13
1
-27/+28
*
[3.12] gh-90300: Fix cmdline.rst (GH-116721) (GH-116724)
Miss Islington (bot)
2024-03-13
1
-2/+2
*
[3.12] gh-116447: Fix possible UB in `arraymodule` and `getargs` (GH-116459) ...
Miss Islington (bot)
2024-03-08
1
-2/+2
*
[3.12] gh-116326: Handler errors correctly in `getwindowsversion` in `sysmodu...
Miss Islington (bot)
2024-03-05
1
-18/+32
*
[3.12] gh-115320: Refactor `get_hash_info` in `sysmodule.c` not to swallow er...
Miss Islington (bot)
2024-03-04
1
-23/+25
*
[3.12] gh-116034: fix location info on the error of a failed assertion (#116054)
Irit Katriel
2024-02-29
1
-1/+1
*
[3.12] gh-90300: Reformat the Python CLI help output (GH-93415) (#115847)
Łukasz Langa
2024-02-23
1
-95/+95
*
[3.12] gh-96497: Mangle name before symtable lookup in 'symtable_extend_named...
Miss Islington (bot)
2024-02-17
1
-4/+10
*
[3.12] GH-112215: Backport C recursion changes (GH-115083)
Mark Shannon
2024-02-13
4
-20/+8
*
[3.12] gh-115011: Improve support of __index__() in setters of members with u...
Serhiy Storchaka
2024-02-11
1
-37/+45
*
[3.12] gh-114828: Fix __class__ in class-scope inlined comprehensions (GH-115...
Miss Islington (bot)
2024-02-07
1
-0/+19
*
[3.12] gh-114388: Fix warnings when assign an unsigned integer member (GH-114...
Serhiy Storchaka
2024-02-04
1
-28/+57
*
[3.12] gh-114685: Fix incorrect use of PyBUF_READ in import.c (GH-114686) (GH...
Miss Islington (bot)
2024-01-29
1
-1/+1
*
[3.12] gh-113358: Fix rendering tracebacks with exceptions with a broken __ge...
Jérome Perrin
2024-01-21
1
-1/+32
*
[3.12] gh-114384: Align sys.set_asyncgen_hooks signature in docs to reflect i...
Miss Islington (bot)
2024-01-21
1
-1/+1
*
[3.12] Check for valid tp_version_tag in specializer (gh-89811) (gh-114216)
Peter Lazorchak
2024-01-19
1
-0/+22
*
[3.12] gh-113842: Add missing error check for PyIter_Next() in Python/symtabl...
Miss Islington (bot)
2024-01-09
1
-0/+6
*
[3.12] gh-106905: Use separate structs to track recursion depth in each PyAST...
Serhiy Storchaka
2023-12-25
1
-300/+379
*
[3.12] gh-113297: Fix segfault in compiler for with statement with 19 context...
Irit Katriel
2023-12-23
1
-0/+1
*
[3.12] gh-113343: Fix error check on mmap(2) (GH-113342) (#113374)
Miss Islington (bot)
2023-12-21
1
-1/+1
*
[3.12] gh-112716: Fix SystemError when __builtins__ is not a dict (GH-112770)...
Serhiy Storchaka
2023-12-14
1
-9/+5
*
[3.12] gh-112943: Correctly compute end offsets for multiline tokens in the t...
Pablo Galindo Salgado
2023-12-11
1
-1/+1
*
[3.12] gh-106560: Fix redundant declarations in Python/frozen.c (#112612) (#1...
Victor Stinner
2023-12-03
1
-6/+0
*
[3.12] gh-112367: Only free perf trampoline arenas at shutdown (GH-112368) (#...
Pablo Galindo Salgado
2023-12-01
2
-5/+35
*
[3.12] gh-112356: LOAD_GLOBAL can only include one PUSH_NULL (#112566)
Dennis Sweeney
2023-12-01
1
-2/+2
*
[3.12] gh-110310: Add a Per-Interpreter XID Registry for Heap Types (gh-11031...
Eric Snow
2023-11-28
1
-38/+120
*
[3.12] gh-105716: Support Background Threads in Subinterpreters Consistently ...
Eric Snow
2023-11-28
1
-0/+37
*
[3.12] gh-109793: Allow Switching Interpreters During Finalization (gh-109794...
Eric Snow
2023-11-28
1
-1/+16
*
[3.12] gh-106931: Intern Statically Allocated Strings Globally (gh-107272) (g...
Eric Snow
2023-11-27
1
-0/+7
*
[3.12] gh-109853: Fix sys.path[0] For Subinterpreters (gh-109994) (gh-110701)
Eric Snow
2023-11-27
2
-0/+30
*
[3.12] gh-76785: Use Pending Calls When Releasing Cross-Interpreter Data (gh-...
Eric Snow
2023-11-27
1
-33/+58
*
[3.12] gh-112438: Fix support of format units with the "e" prefix in nested t...
Miss Islington (bot)
2023-11-27
1
-1/+1
*
gh-111856: Fix os.fstat on windows with FAT32 and exFAT filesystem (GH-112038)
Miss Islington (bot)
2023-11-13
1
-3/+8
*
[3.12] gh-111933: fix broken link to A.Neumaier article (gh-111937) (gh-111993)
Miss Islington (bot)
2023-11-12
1
-1/+4
*
[3.12] gh-109181: Fix refleak in tb_get_lineno() (#111948)
Victor Stinner
2023-11-10
1
-1/+4
*
[3.12] gh-111654: remove redundant decref in LOAD_FROM_DICT_OR_DEREF (GH-1116...
Jelle Zijlstra
2023-11-03
2
-281/+277
*
[3.12] gh-109181: Speed up Traceback object creation by lazily compute the li...
Pablo Galindo Salgado
2023-10-31
1
-6/+29
*
[3.12] bpo-43950: handle wide unicode characters in tracebacks (GH-28150) (#1...
Pablo Galindo Salgado
2023-10-26
1
-2/+33
*
[3.12] gh-109216: Fix possible memory leak in `BUILD_MAP` (#109324)
Nikita Sobolev
2023-10-15
2
-255/+249
[next]