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-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
*
gh-91869: Fix tracing of specialized instructions with extended args (GH-91945)
Dennis Sweeney
2022-04-28
3
-20/+30
*
gh-91719: Add pycore_opcode.h internal header file (#91906)
Victor Stinner
2022-04-25
3
-6/+8
*
gh-84461: Add sys._emscripten_info, improve docs and build (gh-91781)
Christian Heimes
2022-04-23
1
-0/+118
*
gh-89279: In ceval.c, redefine some macros for speed (#32387)
Guido van Rossum
2022-04-22
1
-13/+60
*
gh-91768: C API no longer use "const PyObject*" type (#91769)
Victor Stinner
2022-04-21
1
-4/+6
*
GH-91719: Make MSVC generate somewhat faster switch code (#91718)
Guido van Rossum
2022-04-21
1
-2/+4
*
GH-88116: Use a compact format to represent end line and column offsets. (GH-...
Mark Shannon
2022-04-21
2
-178/+145
*
gh-91731: Replace Py_BUILD_ASSERT() with static_assert() (#91730)
Victor Stinner
2022-04-20
3
-25/+44
*
Cast to (destructor) to fix compiler warnings (GH-91711)
Dennis Sweeney
2022-04-20
1
-11/+11
*
gh-90667: Add specializations of Py_DECREF when types are known (GH-30872)
Dennis Sweeney
2022-04-19
2
-41/+45
*
bpo-46712: share more global strings in deepfreeze (gh-32152)
Kumar Aditya
2022-04-19
1
-0/+3
*
gh-91625: Don't ignore extended args of adaptive opcodes (GH-91626)
Dennis Sweeney
2022-04-17
1
-16/+21
*
Fix refleaks in PyErr_SetHandledException (GH-91627)
Dennis Sweeney
2022-04-17
1
-3/+2
*
gh-78607: Replace __ltrace__ with __lltrace__ (GH-91619)
Dennis Sweeney
2022-04-16
1
-1/+1
*
gh-91462: Make lltrace output human-readable. (GH-91463)
Dennis Sweeney
2022-04-16
1
-35/+83
*
Fix an out of date comment in compile.c (GH-91615)
Irit Katriel
2022-04-16
1
-1/+2
*
gh-89770: Implement PEP-678 - Exception notes (GH-31317)
Irit Katriel
2022-04-16
1
-24/+57
*
gh-91276: Make JUMP_IF_TRUE_OR_POP/JUMP_IF_FALSE_OR_POP relative (GH-32215)
Irit Katriel
2022-04-15
2
-4/+19
*
gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException (GH-30531)
Irit Katriel
2022-04-15
1
-8/+33
*
gh-90699: Use _Py_STR(empty) instead of PyUnicode_New(0, 0) for BUILD_STRING ...
Dennis Sweeney
2022-04-15
1
-6/+2
*
gh-89455: Fix an uninitialized bool in exception print context. (#91466)
Gregory P. Smith
2022-04-14
1
-0/+1
*
Fill holes in internal compiler structs (#91458)
L. A. F. Pereira
2022-04-13
1
-18/+18
*
bpo-45995: add "z" format specifer to coerce negative 0 to zero (GH-30049)
John Belmonte
2022-04-11
3
-2/+49
*
bpo-47120: make POP_JUMP_IF_TRUE/FALSE/NONE/NOT_NONE relative (GH-32400)
Irit Katriel
2022-04-11
4
-75/+225
*
Fix some typos in comments (GH-32422)
jonasdlindner
2022-04-09
1
-1/+1
*
bpo-47000: Add `locale.getencoding()` (GH-32068)
Inada Naoki
2022-04-09
2
-10/+16
[prev]
[next]