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-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
*
gh-125196: Use PyUnicodeWriter for repr(dict) (#125270)
Victor Stinner
2024-10-10
1
-36/+36
*
Note argparse exit code in documentation (GH-119568)
Justin Kunimune
2024-10-10
1
-1/+2
*
GH-125174: Make immortal objects more robust, following design from PEP 683 (...
Mark Shannon
2024-10-10
17
-72/+61
*
gh-124570: ctypes: Run some Structure tests on Union as well (GH-124976)
Petr Viktorin
2024-10-10
3
-357/+368
*
gh-125196: Use PyUnicodeWriter for JSON encoder (#125249)
Victor Stinner
2024-10-10
1
-38/+49
*
gh-124153: Simplify PyType_GetBaseByToken (GH-124488)
neonene
2024-10-10
1
-80/+43
*
gh-125118: don't copy arbitrary values to _Bool in the struct module (GH-125169)
Sergey B Kirpichev
2024-10-10
3
-3/+6
*
gh-124471: Set name for unnamed reusable workflow (#124475)
Donghee Na
2024-10-10
8
-5/+13
*
gh-71784: [doc] add usage examples for traceback.TracebackException (#125189)
Irit Katriel
2024-10-10
1
-15/+118
*
gh-125196: Use PyUnicodeWriter for repr(tuple) (#125242)
Victor Stinner
2024-10-10
1
-26/+24
*
gh-125196: Add a free list to PyUnicodeWriter (#125227)
Victor Stinner
2024-10-10
3
-4/+12
*
Pin the doctest workflow to Ubuntu 22.04 (#125236)
Adam Turner
2024-10-10
1
-1/+1
[prev]
[next]