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
/
Include
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-117657: Fix data races reported by TSAN in some set methods (#120914)
AN Long
2024-07-01
1
-0/+14
*
gh-113565: Improve and harden detection of curses dependencies (#119816)
Erlend E. Aasland
2024-07-01
1
-5/+13
*
gh-119447: Fix build with _PY_SHORT_FLOAT_REPR == 0 (#121178)
Yureka
2024-06-30
1
-7/+3
*
gh-121115: Skip __index__ in PyLong_AsNativeBytes by default (GH-121118)
Steve Dower
2024-06-28
1
-2/+5
*
Check for compiler warnings in test_cext on Windows (#121088)
Victor Stinner
2024-06-28
1
-1/+2
*
gh-120686: remove unused internal c api functions (#120687)
Irit Katriel
2024-06-27
4
-23/+0
*
gh-121040: Use __attribute__((fallthrough)) (#121044)
Victor Stinner
2024-06-27
2
-14/+36
*
gh-117139: Convert the evaluation stack to stack refs (#118450)
Ken Jin
2024-06-26
8
-154/+253
*
gh-120593: Fix const qualifier in _PyLong_CompactValue() (#121053)
Victor Stinner
2024-06-26
2
-4/+4
*
gh-120593: Fix const qualifier in pyatomic.h (#121055)
Victor Stinner
2024-06-26
1
-4/+4
*
gh-120642: Move private PyCode APIs to the internal C API (#120643)
Victor Stinner
2024-06-26
7
-190/+182
*
gh-107803: fix thread safety issue in double linked list implementation (#12...
Kumar Aditya
2024-06-26
1
-2/+2
*
gh-120838: Add _PyThreadState_WHENCE_FINI (gh-121010)
Eric Snow
2024-06-25
3
-12/+10
*
gh-119182: Add PyUnicodeWriter_WriteUCS4() function (#120849)
Victor Stinner
2024-06-24
1
-0/+4
*
gh-119521: Use `PyAPI_DATA`, not `extern`, for `_PyExc_IncompleteInputError` ...
Petr Viktorin
2024-06-24
1
-1/+2
*
gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove fr...
Pablo Galindo Salgado
2024-06-24
2
-1/+4
*
gh-120834: fix type of *_iframe field in _PyGenObject_HEAD declaration (#120835)
Irit Katriel
2024-06-24
4
-40/+47
*
GH-107803: double linked list implementation for asyncio tasks (GH-107804)
Kumar Aditya
2024-06-22
4
-0/+7
*
gh-119344: Make critical section API public (#119353)
Sam Gross
2024-06-21
4
-150/+219
*
gh-119182: Add PyUnicodeWriter_DecodeUTF8Stateful() (#120639)
Victor Stinner
2024-06-21
1
-0/+10
*
gh-113993: Allow interned strings to be mortal, and fix related issues (GH-12...
Petr Viktorin
2024-06-21
5
-818/+1549
*
gh-117511: Make PyMutex public in the non-limited API (#117731)
Sam Gross
2024-06-20
8
-75/+89
*
Fix typos in comments (#120481)
Xie Yanbo
2024-06-20
2
-2/+2
*
GH-119462: Enforce invariants of type versioning (GH-120731)
Mark Shannon
2024-06-19
1
-1/+1
*
gh-120600: Make Py_TYPE() opaque in limited C API 3.14 (#120601)
Victor Stinner
2024-06-18
1
-9/+19
*
gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (#118807)
Sam Gross
2024-06-18
2
-1/+3
*
GH-120507: Lower the `BEFORE_WITH` and `BEFORE_ASYNC_WITH` instructions. (#12...
Mark Shannon
2024-06-18
7
-136/+148
*
gh-119182: Add PyUnicodeWriter C API (#119184)
Victor Stinner
2024-06-17
1
-2/+35
*
gh-119933: Improve ``SyntaxError`` message for invalid type parameters expres...
Bénédikt Tran
2024-06-17
1
-5/+26
*
GH-120619: Clean up `RETURN_VALUE` instruction (GH-120624)
Mark Shannon
2024-06-17
3
-35/+35
*
gh-83754: Use the Py_TYPE() macro (#120599)
Victor Stinner
2024-06-17
2
-6/+6
*
gh-117657: Make PyType_HasFeature (exported version) atomic (#120484)
Ken Jin
2024-06-15
1
-1/+5
*
gh-120161: Fix a Crash in the _datetime Module (gh-120182)
Eric Snow
2024-06-14
1
-9/+15
*
gh-117657: Make PyType_HasFeature atomic (GH-120210)
Ken Jin
2024-06-13
2
-1/+4
*
gh-71587: Drop local reference cache to `_strptime` module in `_datetime` (gh...
neonene
2024-06-12
4
-0/+6
*
gh-120029: remove unused macros in ``symtable.c`` (#120222)
Bénédikt Tran
2024-06-12
1
-4/+0
*
gh-117657: Make Py_TYPE and Py_SET_TYPE thread safe (GH-120165)
Ken Jin
2024-06-12
2
-1/+12
*
gh-120029: make `symtable.Symbol.__repr__` correctly reflect the compiler's f...
Bénédikt Tran
2024-06-12
1
-1/+1
*
gh-120326: Include <intrin.h> on Windows with Free Threading (#120329)
Kirill Podoprigora
2024-06-11
1
-0/+4
*
gh-119180: PEP 649 compiler changes (#119361)
Jelle Zijlstra
2024-06-11
6
-8/+10
*
gh-119258: Eliminate Type Guards in Tier 2 Optimizer with Watcher (GH-119365)
Saul Shanabrook
2024-06-08
2
-3/+17
*
Fix typos in comments (#120188)
Xie Yanbo
2024-06-07
11
-11/+11
*
gh-117657: Fix TSAN race involving import lock (#118523)
Sam Gross
2024-06-06
2
-16/+14
*
gh-117657: Fix race involving GC and heap initialization (#119923)
Sam Gross
2024-06-04
1
-0/+1
*
gh-119613: Soft deprecate the Py_MEMCPY() macro (#120020)
Victor Stinner
2024-06-04
1
-0/+1
*
gh-117398: Use Per-Interpreter State for the _datetime Static Types (gh-119929)
Eric Snow
2024-06-03
2
-11/+39
*
gh-117398: Add datetime Module State (gh-119810)
Eric Snow
2024-06-03
4
-0/+6
*
gh-117657: Fix race involving immortalizing objects (#119927)
Sam Gross
2024-06-03
1
-9/+5
*
gh-116560: Add PyLong_GetSign() public function (#116561)
Sergey B Kirpichev
2024-06-03
1
-3/+7
*
gh-112026: Deprecate _PyDict_GetItemStringWithError() function (#119855)
Victor Stinner
2024-06-03
1
-1/+2
[next]