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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gh-125217: Turn off optimization around_PyEval_EvalFrameDefault to avoid MSVC...
Michael Droettboom
2024-10-16
1
-0/+14
*
gh-124872: Replace enter/exit events with "switched" (#125532)
Kirill Podoprigora
2024-10-16
6
-114/+118
*
Merge remote-tracking branch 'upstream/main'
Hugo van Kemenade
2024-10-15
7
-9/+86
|
\
|
*
Update verison options in crash issue template (GH-125555)
Zachary Ware
2024-10-15
1
-1/+1
|
*
Issue template: Remove 3.8 and add 3.14 version (#125552)
Kirill Podoprigora
2024-10-15
1
-1/+1
|
*
gh-58956: Set f_trace on frames with breakpoints after setting a new breakpoi...
Tian Gao
2024-10-15
3
-0/+39
|
*
gh-125115: Pass unknown pdb command line args to script instead of fail (#125...
Tian Gao
2024-10-15
3
-7/+45
*
|
Post 3.14.0a1
Hugo van Kemenade
2024-10-15
1
-1/+1
*
|
Python 3.14.0a1
v3.14.0a1
Hugo van Kemenade
2024-10-15
645
-1993/+7739
|
/
*
gh-124218: Use per-thread refcounts for code objects (#125216)
Sam Gross
2024-10-15
11
-76/+119
*
gh-92953: Improve nextpool/prevpool comment. (gh-125545)
Neil Schemenauer
2024-10-15
1
-2/+2
*
gh-125206: Bug in ctypes with old libffi is fixed (#125322)
Mikhail Efimov
2024-10-15
10
-16/+121
*
gh-124375: Avoid calling `_PyMem_ProcessDelayed` on other thread states (#124...
Sam Gross
2024-10-15
2
-6/+13
*
gh-125522 : add explicit exception types to bare excepts in tests (#125523)
Irit Katriel
2024-10-15
11
-38/+38
*
gh-89819: Add argument_default and conflict_handler to add_argument_group() d...
Savannah Ostrowski
2024-10-15
1
-1/+7
*
gh-100141: Allow pdb to deal with empty file (#125425)
Tian Gao
2024-10-15
3
-2/+12
*
gh-125451: Skip concurrent.futures test_processes_terminate() (#125533)
Victor Stinner
2024-10-15
1
-0/+3
*
gh-119786: fix typo in compiler.md (#125456)
Mikhail Efimov
2024-10-15
1
-2/+2
*
gh-125422: Don't set the caller's f_trace if it's botframe (#125427)
Tian Gao
2024-10-15
4
-2/+31
*
gh-125512: Revert "gh-124872: Replace enter/exit events with "switched" (#124...
Kirill Podoprigora
2024-10-15
6
-117/+117
*
gh-125514: fix bug in test_traceback utility. Specify exception types in exce...
Irit Katriel
2024-10-15
1
-9/+10
*
gh-125517: Fix unreachable code warnings in `_testembed.c` (#125518)
sobolevn
2024-10-15
2
-14/+22
*
gh-125041: test_zlib: For s390x HW acceleration, only skip checking the compr...
Petr Viktorin
2024-10-15
3
-12/+22
*
gh-119535: Support 𝜋thon in Python 3.14 venvs (#125035)
foreignmeloman
2024-10-15
1
-1/+1
*
gh-125196: Use PyUnicodeWriter in HAMT (#125458)
Victor Stinner
2024-10-15
1
-50/+31
*
gh-125234: Make PyInitConfig_Free(NULL) a no-op (#125266)
RUANG (Roy James)
2024-10-15
3
-0/+6
*
gh-53203: Fix strptime() tests for %X on glibc < 2.29 (#125469)
Serhiy Storchaka
2024-10-15
1
-3/+11
*
gh-123299: Copyedit "What's New in Python 3.14" (#125438)
Hugo van Kemenade
2024-10-15
10
-78/+79
*
Doc: Update CVE URL (#125489)
Mariusz Felisiak
2024-10-15
1
-1/+1
*
gh-125269: Use `AC_LINK_IF_ELSE` to detect if `-latomic` is needed (#125416)
Sam Gross
2024-10-15
3
-13/+8
*
gh-124958: Revert "gh-125472: Revert "gh-124958: fix asyncio.TaskGroup and _P...
Thomas Grainger
2024-10-14
5
-15/+157
*
gh-124944: Add socket.SO_ORIGINAL_DST (#124945)
Steven Jin
2024-10-14
6
-1/+18
*
gh-85453: Improve variable mark up for datetime.rst (#120702)
edson duarte
2024-10-14
1
-17/+17
*
Fix idlelib typos (#125484)
Terry Jan Reedy
2024-10-14
2
-15/+18
*
gh-125470: Fix warning in `Python/generated_cases.c.h` (#125471)
sobolevn
2024-10-14
3
-0/+6
*
gh-124872: Replace enter/exit events with "switched" (#124776)
Richard Hansen
2024-10-14
6
-117/+117
*
gh-125472: Revert "gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (...
Kirill Podoprigora
2024-10-14
5
-147/+15
*
gh-119786: [doc] broken link and typo fix in interpreter_definition.md (#125...
Mikhail Efimov
2024-10-14
2
-2/+5
*
gh-125461: Remove Python 2 from identifiers in doc (GH-125462)
Paul Hoffman
2024-10-14
1
-3/+2
*
gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (#124959)
Thomas Grainger
2024-10-14
5
-15/+147
*
gh-112088: aclocal version is updated to 1.16.5 in docs (#125457)
Mikhail Efimov
2024-10-14
2
-4/+4
*
gh-111178: fix USAN failures for `partialobject` (#124733)
Bénédikt Tran
2024-10-14
1
-25/+34
*
gh-124960: Fixed `barry_as_FLUFL` future flag does not work in new REPL (#124...
Wulian
2024-10-14
4
-5/+40
*
gh-53203: Fix strptime() for %c, %x and %X formats on many locales (GH-125406)
Serhiy Storchaka
2024-10-14
4
-40/+66
*
GH-125323: Convert DECREF_INPUTS_AND_REUSE_FLOAT into a function that takes P...
Mark Shannon
2024-10-14
10
-44/+69
*
gh-125139: use `_PyRecursiveMutex` in `_thread.RLock` (#125144)
Kumar Aditya
2024-10-14
3
-122/+63
*
gh-121798: Add class method Decimal.from_number() (GH-121801)
Serhiy Storchaka
2024-10-14
7
-0/+122
*
gh-125323: Remove some unsafe Py_DECREFs in bytecodes.c, replacing them with ...
Ken Jin
2024-10-14
6
-60/+65
*
gh-121797: Add class method Fraction.from_number() (GH-121800)
Serhiy Storchaka
2024-10-14
5
-8/+82
*
gh-86357: argparse: use str() consistently and explicitly to print choices (G...
rindeal
2024-10-14
3
-8/+36
[prev]
[next]