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-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
*
gh-124872: Refine contextvars documentation (#124773)
Richard Hansen
2024-10-09
5
-52/+132
*
gh-125196: Use PyUnicodeWriter for repr(contextvars.Token) (#125220)
Victor Stinner
2024-10-09
2
-28/+19
*
gh-125196: PyUnicodeWriter_Discard(NULL) does nothing (#125222)
Victor Stinner
2024-10-09
3
-3/+6
*
gh-124969: Skip the test for ALT_DIGITS also on iOS (#125177)
Serhiy Storchaka
2024-10-09
1
-2/+2
*
gh-125140: Remove the current directory from sys.path when using pyrepl (GH-1...
Pablo Galindo Salgado
2024-10-09
2
-3/+9
*
gh-125196: Use PyUnicodeWriter for repr(structseq) (#125219)
Victor Stinner
2024-10-09
1
-41/+24
*
gh-125196: Add fast-path for int in PyUnicodeWriter_WriteStr() (#125214)
Victor Stinner
2024-10-09
1
-0/+8
*
GH-124693: Support parsing negative scientific and complex numbers argparse (...
Savannah Ostrowski
2024-10-09
3
-8/+22
*
gh-125196: Use PyUnicodeWriter for repr(list) (#125202)
Victor Stinner
2024-10-09
1
-22/+23
*
gh-91818: Use default program name in the CLI of many modules (GH-124867)
Serhiy Storchaka
2024-10-09
10
-12/+14
*
GH-121970: Extract ``availability`` into a new extension (#125082)
Adam Turner
2024-10-09
3
-76/+126
*
gh-116510: Fix a Crash Due to Shared Immortal Interned Strings (gh-124865)
Eric Snow
2024-10-09
3
-6/+91
*
gh-119786: Move parser doc from devguide to InternalDocs (#125119)
Irit Katriel
2024-10-09
2
-0/+896
[prev]
[next]