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-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
*
gh-123133: clarify p=0 case for "f" and "e" formatting types (GH-125426)
Sergey B Kirpichev
2024-10-14
1
-6/+4
*
gh-125243: Fix ZoneInfo data race in free threading build (#125281)
Sam Gross
2024-10-13
3
-20/+87
*
GH-125069: Fix inconsistent joining in `WindowsPath(PosixPath(...))` (#125156)
Barney Gale
2024-10-13
3
-2/+15
*
gh-101291: Add versionadded directives for PyUnstable_Long_* (#125384)
Sergey B Kirpichev
2024-10-13
1
-0/+5
*
add Kumar Aditya as codeowner for weakref (#125405)
Kumar Aditya
2024-10-13
1
-0/+2
*
gh-125403: fix console formatting in Chapter 12 of the tutorial (#125404)
partev
2024-10-13
1
-8/+8
*
gh-89967: make WeakKeyDictionary and WeakValueDictionary thread safe (#125325)
Kumar Aditya
2024-10-13
3
-174/+50
*
gh-125161: return non zero value in pthread_self on wasi (#125303)
Kumar Aditya
2024-10-13
1
-5/+5
*
fix comment in _PyMutex_TryUnlock (#125319)
Kumar Aditya
2024-10-13
1
-2/+2
*
gh-125383: Update `fib` function comment for accuracy (#125386)
Wulian
2024-10-13
1
-2/+2
*
gh-61698: Use launchctl to detect macOS window manager in tests (#118390)
Erlend E. Aasland
2024-10-13
1
-15/+9
*
gh-86673: Loosen test_ttk.test_identify() requirements (#125335)
Erlend E. Aasland
2024-10-13
1
-5/+5
*
Trivial change: Update comments in activate about what running hash -r does (...
Andrew Athan
2024-10-13
1
-2/+3
*
Doc: Fix suggested usage of `-X gil=0` in the glossary (#125366)
Ruoyu Zhong
2024-10-13
1
-1/+1
*
gh-124872: Change PyContext_WatchCallback to take PyObject (#124737)
Richard Hansen
2024-10-12
4
-10/+10
*
gh-125289: Update sample code in asyncio-task.rst (GH-125292)
Ghorban M. Tavakoly
2024-10-12
1
-1/+1
*
Prefer "similar" over "equivalent" in tutorial (#125343)
Stephen Rosen
2024-10-12
1
-4/+4
*
gh-124872: Move PyThreadState to first argument for consistency (#124774)
Richard Hansen
2024-10-12
1
-3/+4
*
gh-53203: Fix strptime() for %c and %x formats on many locales (GH-124946)
Serhiy Storchaka
2024-10-12
3
-34/+134
*
gh-125260: Change the default ``gzip.compress()`` mtime to 0 (#125261)
Bernhard M. Wiedemann
2024-10-12
4
-5/+23
*
gh-85935: Check for nargs=0 for positional arguments in argparse (GH-124839)
Serhiy Storchaka
2024-10-12
3
-3/+18
*
gh-125254: Fix error report about ambiguous option in argparse (GH-125273)
Serhiy Storchaka
2024-10-12
3
-3/+14
*
gh-85935: Explicitly document the case nargs=0 in argparse (GH-125302)
Serhiy Storchaka
2024-10-12
1
-0/+5
*
gh-59330: Improve error message for dest= for positionals (GH-125215)
Serhiy Storchaka
2024-10-12
3
-2/+23
*
gh-65865: Raise early errors for invalid help strings in argparse (GH-124899)
Serhiy Storchaka
2024-10-12
3
-7/+58
*
gh-125196: Use PyUnicodeWriter in parser (#125271)
Victor Stinner
2024-10-12
1
-7/+8
*
gh-111924: use atomics for interp id refcounting (#125321)
Kumar Aditya
2024-10-12
2
-52/+8
*
Doc: Fix a typo in "Function Examples" in the control-flow tutorial (#125338)
Rafael Fontenelle
2024-10-12
1
-1/+1
*
gh-124309: fix staggered race on eager tasks (#124847)
Thomas Grainger
2024-10-11
4
-3/+88
*
gh-116938: Clarify documentation of `dict` and `dict.update` regarding the po...
Victorien
2024-10-11
2
-13/+14
*
gh-119786: Move garbage collection doc from devguide to InternalDocs (#125282)
Irit Katriel
2024-10-11
7
-0/+598
*
Fix typo in ``Doclibrary/functions.rst`` (#125327)
Rafael Fontenelle
2024-10-11
1
-1/+1
*
gh-124917: Allow keyword args to os.path.exists/lexists on Windows (#124918)
Jelle Zijlstra
2024-10-11
4
-13/+77
*
gh-116738: Make `_csv` module thread-safe (#118344)
AN Long
2024-10-11
1
-9/+11
*
gh-124612: Update autoconf container image (#125320)
Donghee Na
2024-10-11
1
-1/+1
*
gh-124787: Fix `TypeAliasType` and incorrect `type_params` (#124795)
sobolevn
2024-10-11
3
-12/+133
*
gh-125235: Keep `_tkinter` TCL paths pointing to base installation on Windows...
Y5
2024-10-11
2
-1/+3
*
gh-61011: Fix inheritance of nested mutually exclusive groups in argparse (GH...
Serhiy Storchaka
2024-10-11
4
-1/+39
*
gh-125058: update `_thread` docs regarding interruptibility of `lock.acquire(...
Jan Kaliszewski
2024-10-11
1
-3/+5
*
gh-125221: Fix free-threading data race in `object.__reduce_ex__` (#125267)
Sam Gross
2024-10-11
3
-15/+15
*
gh-125296: Fix strange fragment identifier for `name or flags` in argparse do...
Savannah Ostrowski
2024-10-11
1
-1/+1
*
gh-124872: Rename blurb file to reference the correct issue (#125285)
Richard Hansen
2024-10-11
1
-0/+0
*
Add some doctest cleanups for `turtle` and `configparser` (#125288)
Alex Waygood
2024-10-10
2
-0/+6
*
Doc: Upgrade Sphinx to 8.1 (#125276)
Adam Turner
2024-10-10
2
-8/+25
*
gh-125268: Use static string for "1e309" in AST (#125272)
Sam Gross
2024-10-10
8
-32/+11
[next]