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-93351: Ensure the position information in AST nodes created by the parser ...
Pablo Galindo Salgado
2022-05-30
1
-0/+26
*
gh-93008: refactor compiler functions that add instructions to take only a ba...
Irit Katriel
2022-05-29
1
-60/+61
*
bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185)
Eric Snow
2022-05-27
5
-102/+0
*
GH-90230: Add stats to breakdown the origin of calls to `PyEval_EvalFrame` (G...
Mark Shannon
2022-05-27
3
-2/+9
*
GH-93207: Remove HAVE_STDARG_PROTOTYPES configure check for stdarg.h (#93215)
Kumar Aditya
2022-05-27
7
-64/+0
*
gh-93223: More aggressive Jump-To-Jump elimination (GH-93229)
Dennis Sweeney
2022-05-27
1
-1/+1
*
gh-93217: fix some issues in man page and --help (#93219)
Éric
2022-05-26
1
-5/+4
*
gh-92777: Add LOAD_METHOD_LAZY_DICT (GH-92778)
Ken Jin
2022-05-25
3
-18/+50
*
gh-91924: Fix __lltrace__ for non-UTF-8 stdout encoding (#93199)
Victor Stinner
2022-05-25
1
-1/+3
*
gh-93103: Py_DecodeLocale() uses _PyRuntime.preconfig (#93187)
Victor Stinner
2022-05-24
2
-22/+14
*
gh-93103: Parser uses PyConfig.parser_debug instead of Py_DebugFlag (#93106)
Victor Stinner
2022-05-24
1
-1/+1
*
gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066)
Yury Selivanov
2022-05-23
1
-3/+11
*
gh-93061: Mark as artificial: backwards jump after async for (GH-93062)
Dennis Sweeney
2022-05-23
1
-0/+2
*
GH-89914: Make the oparg of the YIELD_VALUE instruction equal the stack depth...
Mark Shannon
2022-05-19
3
-9/+13
*
GH-90690: Remove `PRECALL` instruction (GH-92925)
Mark Shannon
2022-05-19
4
-309/+211
*
Split refcount stats into 'interpreter' and 'non-interpreter' (GH-92919)
Mark Shannon
2022-05-18
3
-0/+6
*
bpo-42047: Add native thread ID for DragonFlyBSD (#22714)
David CARLIER
2022-05-18
1
-0/+5
*
gh-92782: unify the style of CFG traversal algorithms in the compiler (GH-92784)
Irit Katriel
2022-05-17
1
-38/+45
*
Improve object stats (#92845)
Mark Shannon
2022-05-16
2
-0/+4
*
gh-89653: Use int type for Unicode kind (#92704)
Victor Stinner
2022-05-13
1
-2/+2
*
GH-92236: Remove spurious "line" event when starting coroutine or generator. ...
Mark Shannon
2022-05-13
1
-0/+6
*
Update outdated `LOAD_METHOD` comments in `Python/ceval.c` (GH-92641)
Crowthebird
2022-05-12
1
-2/+2
*
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
Inada Naoki
2022-05-12
4
-86/+3
*
gh-92651: Remove the Include/token.h header file (#92652)
Victor Stinner
2022-05-11
1
-1/+0
*
gh-92632: Make function starunpack_helper run faster when encounters starred ...
zikcheng
2022-05-11
1
-0/+1
*
gh-92619: Fix bug where the compiler duplicates exit blocks unnecessarily (GH...
Irit Katriel
2022-05-10
1
-1/+9
*
gh-88750: On Windows, PyThread_acquire_lock() no longer checks for NULL (#92586)
Victor Stinner
2022-05-10
1
-8/+12
*
gh-88750: Remove the PYTHONTHREADDEBUG env var support. (#92509)
Gregory P. Smith
2022-05-09
4
-84/+3
*
gh-88279: Fix compiler warning for using deprecated PySys_SetArgvEx (#92428)
Serhiy Storchaka
2022-05-07
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
[next]