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-108765: Python.h no longer includes <sys/time.h> (#108775)
Victor Stinner
2023-09-02
1
-0/+5
*
gh-108765: Python.h no longer includes <unistd.h> (#108783)
Victor Stinner
2023-09-02
2
-5/+5
*
gh-108767: Replace ctype.h functions with pyctype.h functions (#108772)
Victor Stinner
2023-09-01
1
-4/+4
*
gh-108634: PyInterpreterState_New() no longer calls Py_FatalError() (#108748)
Victor Stinner
2023-09-01
3
-45/+87
*
gh-108727: Fix segfault due to missing tp_dealloc definition for CounterOptim...
Irit Katriel
2023-09-01
1
-0/+1
*
gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)
Victor Stinner
2023-08-31
9
-46/+22
*
gh-108634: Py_TRACE_REFS uses a hash table (#108663)
Victor Stinner
2023-08-31
4
-15/+17
*
GH-108614: Remove non-debug uses of `#if TIER_ONE` and `#if TIER_TWO` from `_...
Mark Shannon
2023-08-31
6
-64/+121
*
gh-107149: Make PyUnstable_ExecutableKinds public (#108440)
Victor Stinner
2023-08-31
1
-6/+6
*
gh-108654: restore comprehension locals before handling exception (#108659)
Carl Meyer
2023-08-30
1
-14/+53
*
gh-108488: Initialize JUMP_BACKWARD cache to 0, not 17 (#108591)
Guido van Rossum
2023-08-29
1
-1/+3
*
gh-107557: Remove unnecessary SAVE_IP instructions (#108583)
Guido van Rossum
2023-08-29
1
-24/+116
*
gh-106320: Remove private pythonrun API (#108599)
Victor Stinner
2023-08-29
2
-0/+2
*
gh-107149: Rename _PyUnstable_GetUnaryIntrinsicName() function (#108441)
Victor Stinner
2023-08-28
1
-2/+2
*
gh-108487: Move assert(self != NULL) down beyond DEOPT_IF() (#108510)
Guido van Rossum
2023-08-28
2
-2/+2
*
gh-107265: Fix initialize/remove_tools for ENTER_EXECUTOR case (gh-108482)
Dong-hee Na
2023-08-27
1
-4/+32
*
gh-107913: Fix possible losses of OSError error codes (GH-107930)
Serhiy Storchaka
2023-08-26
1
-1/+3
*
gh-106320: Remove private AC converter functions (#108505)
Victor Stinner
2023-08-26
2
-1/+3
*
GH-106581: Fix instrumentation in tier 2 (GH-108493)
Brandt Bucher
2023-08-25
3
-12/+18
*
gh-107265: Revert "Ensure _PyCode_Quicken does not handle ENTER_EXECUTOR" (#1...
Dong-hee Na
2023-08-25
1
-2/+0
*
gh-108444: Remove _PyLong_AsInt() function (#108461)
Victor Stinner
2023-08-25
1
-1/+1
*
gh-106581: Split CALL_BOUND_METHOD_EXACT_ARGS into uops (#108462)
Guido van Rossum
2023-08-25
4
-20/+143
*
gh-106320: Remove private _PyTraceback functions (#108453)
Victor Stinner
2023-08-24
1
-3/+2
*
gh-107265: Ensure _PyCode_Quicken does not handle ENTER_EXECUTOR (gh-108460)
Dong-hee Na
2023-08-24
1
-0/+2
*
gh-108444: Replace _PyLong_AsInt() with PyLong_AsInt() (#108459)
Victor Stinner
2023-08-24
5
-10/+10
*
gh-108444: Argument Clinic uses PyLong_AsInt() (#108458)
Victor Stinner
2023-08-24
7
-37/+37
*
gh-106320: Remove private _PySys functions (#108452)
Victor Stinner
2023-08-24
5
-1/+7
*
gh-106320: Remove private _PyDict functions (#108449)
Victor Stinner
2023-08-24
1
-0/+1
*
gh-106581: Fix two bugs in the code generator's copy optimization (#108380)
Guido van Rossum
2023-08-24
1
-3/+0
*
gh-106320: Remove private PyLong C API functions (#108429)
Victor Stinner
2023-08-24
1
-2/+3
*
gh-108308: Remove _PyDict_GetItemStringWithError() function (#108426)
Victor Stinner
2023-08-24
3
-30/+36
*
gh-108314: Add PyDict_ContainsString() function (#108323)
Victor Stinner
2023-08-24
2
-13/+19
*
gh-108308: config_dict_get() uses PyDict_GetItemRef() (#108371)
Victor Stinner
2023-08-23
1
-6/+19
*
gh-108308: Replace _PyDict_GetItemStringWithError() (#108372)
Victor Stinner
2023-08-23
3
-24/+22
*
gh-105481: remove regen-opcode. Generated _PyOpcode_Caches in regen-cases. (#...
Irit Katriel
2023-08-23
8
-9/+13
*
gh-107265: Ensure de_instrument does not handle ENTER_EXECUTOR (#108366)
Dong-hee Na
2023-08-23
1
-0/+1
*
gh-108308: Replace PyDict_GetItem() with PyDict_GetItemRef() (#108309)
Victor Stinner
2023-08-23
4
-32/+105
*
gh-108113: Make it possible to optimize an AST (#108282)
Irit Katriel
2023-08-23
3
-32/+47
*
gh-106320: Remove _PyDict_GetItemStringWithError() function (#108313)
Victor Stinner
2023-08-22
4
-1/+5
*
Ignore _Py_write_noraise() result: cast to (void) (#108291)
Victor Stinner
2023-08-22
3
-7/+7
*
gh-107901: Fix missing line number on BACKWARD_JUMP at the end of a for loop ...
Irit Katriel
2023-08-21
1
-1/+1
*
gh-108113: Make it possible to create an optimized AST (#108154)
Irit Katriel
2023-08-21
2
-0/+28
*
gh-107916: Save the error code before decoding the filename in PyErr_SetFromE...
Serhiy Storchaka
2023-08-21
1
-0/+8
*
gh-107526: Revert "gh-100357: Convert several functions in bltinsmodule to AC...
Nikita Sobolev
2023-08-21
2
-303/+99
*
gh-107915: Handle errors in C API functions PyErr_Set*() and PyErr_Format() (...
Serhiy Storchaka
2023-08-19
1
-8/+29
*
gh-108014: Add Py_IsFinalizing() function (#108032)
Victor Stinner
2023-08-18
2
-2/+2
*
gh-107944: Improve error message for function calls with bad keyword argument...
Pablo Galindo Salgado
2023-08-17
2
-10/+35
*
gh-106581: Project through calls (#108067)
Guido van Rossum
2023-08-17
7
-64/+264
*
GH-108035: Remove the `_PyCFrame` struct as it is no longer needed for perfor...
Mark Shannon
2023-08-17
13
-67/+51
*
gh-106581: Split `CALL_PY_EXACT_ARGS` into uops (#107760)
Guido van Rossum
2023-08-16
8
-58/+273
[prev]
[next]