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.10] GH-87235: Make sure "python /dev/fd/9 9</path/to/script.py" works on m...
Miss Islington (bot)
2023-03-28
1
-442/+446
*
gh-98608: Fix Failure-handling in new_interpreter() (gh-102658)
Miss Islington (bot)
2023-03-21
1
-1/+1
*
gh-102356: Add thrashcan macros to filter object dealloc (GH-102426)
Miss Islington (bot)
2023-03-05
1
-0/+2
*
[3.10] GH-102126: fix deadlock at shutdown when clearing thread state… (#10...
Kumar Aditya
2023-03-03
1
-2/+10
*
[3.10] gh-97786: Fix compiler warnings in pytime.c (GH-101826) (#102150)
Mark Dickinson
2023-02-26
1
-4/+41
*
gh-101967: add a missing error check (GH-101968)
Miss Islington (bot)
2023-02-18
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.10] gh-101400: Fix incorrect lineno in exception message on contin… (gh-...
Dong-hee Na
2023-01-31
1
-0/+4
*
[3.10] Update copyright years to 2023. (gh-100850)
Benjamin Peterson
2023-01-08
1
-1/+1
*
[3.10] gh-100776: Fix misleading default value in help(input) (GH-100788) (#1...
Shantanu
2023-01-08
2
-4/+4
*
[3.10] Correct CVE-2020-10735 documentation (GH-100306). (#100477)
Gregory P. Smith
2022-12-24
2
-4/+4
*
[3.10] gh-99240: Reset pointer to NULL when the pointed memory is freed in ar...
colorfulappl
2022-12-21
1
-5/+5
*
gh-99578: Fix refleak in _imp.create_builtin() (GH-99642)
Miss Islington (bot)
2022-11-21
1
-1/+2
*
gh-87604: Avoid publishing list of active per-interpreter audit hooks via the...
Miss Islington (bot)
2022-11-15
1
-0/+2
*
Add a warning message about PyOS_snprintf (GH-95993)
Miss Islington (bot)
2022-10-07
1
-0/+1
*
gh-96848: Fix -X int_max_str_digits option parsing (GH-96988)
Miss Islington (bot)
2022-09-26
1
-1/+2
*
[3.10] GH-95921: Fix positions for some chained comparisons (GH-96968) (GH-96...
Brandt Bucher
2022-09-20
4
-1632/+1632
*
[3.10] GH-96864: Check for error between line and opcode events (GH-96969)
Brandt Bucher
2022-09-20
1
-1/+1
*
gh-96387: take_gil() resets drop request before exit (GH-96869) (GH-96941)
Miss Islington (bot)
2022-09-20
1
-0/+11
*
[3.10] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96501)
Gregory P. Smith
2022-09-02
3
-2/+160
*
[3.10] gh-94938: Fix errror detection of unexpected keyword arguments (GH-949...
Serhiy Storchaka
2022-07-28
1
-56/+55
*
[3.10] gh-94930: skipitem() in getargs.c should return non-NULL on error (GH-...
Miss Islington (bot)
2022-07-19
1
-3/+1
*
gh-94864: Fix PyArg_Parse* with deprecated format units "u" and "Z" (GH-94902)
Miss Islington (bot)
2022-07-17
1
-1/+1
*
[3.10] GH-94329: Don't raise on excessive stack consumption (GH-94421) (#94448)
Mark Shannon
2022-07-11
1
-7/+0
*
[3.10] gh-94510: Raise on re-entrant calls to sys.setprofile and syssettrace ...
Pablo Galindo Salgado
2022-07-05
1
-2/+24
*
gh-94332: make it safe to call assemble_free when assemble_init has not been ...
Irit Katriel
2022-06-30
1
-0/+1
*
[3.10] GH-93964: Harden overflow checks before _PyBytes_Resize in compile.c (...
Dennis Sweeney
2022-06-22
1
-5/+21
*
[3.11] gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742)...
Miss Islington (bot)
2022-06-16
1
-0/+31
*
[3.10] gh-93217: fix some issues in man page and --help (GH-93219) (#93261)
Éric
2022-05-29
1
-4/+3
*
[3.10] gh-91924: Fix __ltrace__ for non-UTF-8 stdout encoding (#93214)
Victor Stinner
2022-05-25
1
-0/+2
*
gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066) (G...
Miss Islington (bot)
2022-05-24
1
-3/+11
*
gh-93061: Mark as artificial: backwards jump after async for (GH-93120)
Dennis Sweeney
2022-05-23
1
-0/+2
*
bpo-47260: Fix os.closerange() potentially being a no-op in a seccomp sandbox...
Miss Islington (bot)
2022-04-08
1
-4/+5
*
[3.10] bpo-46940: Don't override existing AttributeError suggestion informati...
Pablo Galindo Salgado
2022-03-07
1
-3/+6
*
bpo-46831: Update __build_class__ comment (GH-31522)
Miss Islington (bot)
2022-03-03
1
-3/+2
*
[3.10] bpo-46724: Use `JUMP_ABSOLUTE` for all backward jumps. (GH-31326) (GH-...
Mark Shannon
2022-02-16
4
-12/+43
*
bpo-45773: Remove invalid peephole optimizations (GH-31066)
Miss Islington (bot)
2022-02-03
1
-2/+0
*
[3.10] bpo-45703: Invalidate _NamespacePath cache on importlib.invalidate_cac...
Petr Viktorin
2022-01-27
1
-898/+904
*
bpo-46347: Fix PyEval_EvalCodeEx to correctly cleanup in error paths (#30553)
Yury Selivanov
2022-01-12
1
-11/+5
*
bpo-46347: Fix memory leak in PyEval_EvalCodeEx. (GH-30546)
Miss Islington (bot)
2022-01-11
1
-7/+0
*
bpo-46289: Make conversion of FormattedValue not optional on ASDL (GH-30467)
Miss Islington (bot)
2022-01-07
1
-8/+5
*
[3.10] Update copyright year to 2022. (GH-30335) (GH-30336)
Miss Islington (bot)
2022-01-02
1
-1/+1
*
bpo-46042: Improve SyntaxError locations in the symbol table (GH-30059) (GH-3...
Miss Islington (bot)
2021-12-12
1
-60/+83
*
[3.10] bpo-46009: Do not exhaust generator when send() method raises (GH-2998...
Mark Shannon
2021-12-08
1
-18/+2
*
bpo-45614: Fix traceback display for exceptions with invalid module name (GH-...
Irit Katriel
2021-11-29
1
-1/+1
*
[3.10] bpo-45848: Allow the parser to get error lines from encoded files (GH-...
Łukasz Langa
2021-11-20
1
-4/+14
*
bpo-44959: Add fallback to extension modules with '.sl' suffix on HP-UX (GH-2...
Miss Islington (bot)
2021-11-18
1
-1/+1
*
[3.10] bpo-45826: Fix a crash in suggestions.c by checking for `traceback is ...
Łukasz Langa
2021-11-18
1
-3/+11
*
bpo-45831: _Py_DumpASCII() uses a single write() call if possible (GH-29596) ...
Miss Islington (bot)
2021-11-17
1
-0/+22
*
bpo-42540: reallocation of id_mutex should not force default allocator (GH-29...
Miss Islington (bot)
2021-11-17
1
-1/+4
[next]