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
...
*
gh-91256: Ensure help text has the program name even before getpath is called...
Miss Islington (bot)
2022-07-19
1
-0/+3
*
[3.11] GH-94822: Don't specialize when metaclasses are involved (GH-94892) (G...
Brandt Bucher
2022-07-18
1
-6/+5
*
gh-94930: skipitem() in getargs.c should return non-NULL on error (GH-94931)
Miss Islington (bot)
2022-07-18
1
-3/+1
*
gh-91348: Restore frame argument to sys._getframe audit event (GH-94928)
Miss Islington (bot)
2022-07-17
1
-5/+7
*
gh-94864: Fix PyArg_Parse* with deprecated format units "u" and "Z" (GH-94902)
Serhiy Storchaka
2022-07-17
1
-1/+1
*
[3.11] gh-93883: elide traceback indicators when possible (GH-93994) (GH-94740)
John Belmonte
2022-07-11
1
-4/+14
*
[3.11] GH-94694: Fix column offsets for multi-line method lookups (GH-94721)
Brandt Bucher
2022-07-10
1
-2/+9
*
[3.11] GH-93252: Fix error handling for failed Python calls (GH-94693) (GH-94...
Kumar Aditya
2022-07-09
1
-1/+5
*
[3.11] gh-94215: Fix error handling for line-tracing events (GH-94681) (GH-94...
Christian Heimes
2022-07-08
1
-5/+14
*
[3.11] gh-92228: disable the compiler's 'small exit block inlining' optimizat...
Christian Heimes
2022-07-07
1
-0/+14
*
[3.11] gh-94510: Raise on re-entrant calls to sys.setprofile and sys.settrace...
Łukasz Langa
2022-07-05
1
-2/+24
*
[3.11] gh-94485: Set line number of module's RESUME instruction to 0 as speci...
Łukasz Langa
2022-07-05
1
-1/+4
*
[3.11] GH-94262: Don't create frame objects for frames that aren't yet comple...
Miss Islington (bot)
2022-07-04
2
-5/+17
*
[3.11] GH-93354: Use exponential backoff to avoid excessive specialization at...
Mark Shannon
2022-06-30
2
-45/+48
*
gh-91719: Reload opcode on unknown error so that C can optimize the dispatchi...
Miss Islington (bot)
2022-06-30
1
-0/+3
*
GH-94329: Don't raise on excessive stack consumption (GH-94421) (GH-94446)
Miss Islington (bot)
2022-06-30
1
-6/+1
*
gh-94332: make it safe to call assemble_free when assemble_init has not been ...
Irit Katriel
2022-06-30
1
-0/+1
*
[3.11] GH-93516: Drop broken assert, fixes GH-93769 (GH-94411)
Christian Heimes
2022-06-29
1
-4/+0
*
[3.11] GH-93516: Backport GH-93769 (GH-94231)
Mark Shannon
2022-06-28
1
-52/+41
*
[3.11] GH-93516: Backport GH-93769: Speedup line number checks when tracing (...
Mark Shannon
2022-06-22
1
-7/+9
*
gh-94021: Address unreachable code warning in specialize code (GH-94022)
Miss Islington (bot)
2022-06-21
1
-1/+2
*
gh-91985: Ensure in-tree builds override platstdlib_dir in every path calcula...
Miss Islington (bot)
2022-06-20
1
-1/+22
*
gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938) (#94000)
Victor Stinner
2022-06-20
6
-6/+4
*
gh-74953: Fix PyThread_acquire_lock_timed() code recomputing the timeout (GH-...
Miss Islington (bot)
2022-06-17
1
-1/+1
*
[3.11] GH-93662: Make sure that column offsets are correct in multi-line meth...
Irit Katriel
2022-06-16
1
-4/+16
*
gh-90300: split --help output into separate options (GH-30331)
Miss Islington (bot)
2022-06-14
2
-65/+123
*
[3.11] gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742)...
Serhiy Storchaka
2022-06-14
1
-0/+31
*
gh-92597: Improve error message for AST nodes with invalid ranges (GH-93398) ...
Miss Islington (bot)
2022-06-01
1
-3/+3
*
gh-92597: Ensure that AST nodes without explicit end positions can be compile...
Miss Islington (bot)
2022-05-31
1
-12/+12
*
gh-93351: Ensure the position information in AST nodes created by the parser ...
Miss Islington (bot)
2022-05-30
1
-0/+26
*
[3.11] bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185) (GH-9...
Eric Snow
2022-05-28
5
-102/+0
*
gh-93217: fix some issues in man page and --help (GH-93219)
Miss Islington (bot)
2022-05-26
1
-5/+4
*
gh-91924: Fix __lltrace__ for non-UTF-8 stdout encoding (GH-93199)
Miss Islington (bot)
2022-05-25
1
-1/+3
*
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-93062) (GH-9...
Miss Islington (bot)
2022-05-23
1
-0/+2
*
GH-92236: Remove spurious "line" event when starting coroutine or generator. ...
Miss Islington (bot)
2022-05-13
1
-0/+6
*
Update outdated `LOAD_METHOD` comments in `Python/ceval.c` (GH-92641)
Miss Islington (bot)
2022-05-12
1
-2/+2
*
gh-92619: Fix bug where the compiler duplicates exit blocks unnecessarily (GH...
Miss Islington (bot)
2022-05-10
1
-1/+9
*
gh-88279: Fix compiler warning for using deprecated PySys_SetArgvEx (GH-92428)
Miss Islington (bot)
2022-05-08
1
-0/+3
*
gh-92203: Add closure support to exec(). (#92204)
larryhastings
2022-05-06
2
-19/+78
*
gh-57684: Update tests for PYTHONSAFEPATH=1 (#92358)
Victor Stinner
2022-05-06
1
-1/+1
*
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)
Victor Stinner
2022-05-05
4
-3/+26
*
GH-92239: Make sure that PEP 523 is supported, even when specializing first. ...
Mark Shannon
2022-05-04
2
-0/+8
*
Use static inline function Py_EnterRecursiveCall() (#91988)
Victor Stinner
2022-05-04
3
-434/+436
*
gh-78214: marshal: Stabilize FLAG_REF usage (GH-8226)
Inada Naoki
2022-05-04
1
-2/+7
*
Add more stats for freelist use and allocations. (GH-92211)
Mark Shannon
2022-05-03
2
-0/+7
*
GH-91173: disable frozen modules in debug builds (#92023)
Kumar Aditya
2022-05-03
1
-20/+21
*
gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)
Victor Stinner
2022-05-03
6
-39/+39
*
suggestions.c: Improve efficiency of levenshtein_distance method (#91835)
Pieter Eendebak
2022-05-02
1
-1/+3
*
gh-92063: Enforce types in specialized PRECALL opcodes (GH-92068)
Dennis Sweeney
2022-04-30
1
-16/+27
[prev]
[next]