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
/
Doc
/
library
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-125541: Make Ctrl-C interrupt `threading.Lock.acquire()` on Windows (#125546)
Sam Gross
2024-10-17
2
-6/+6
*
gh-118986: expose `socket.IPV6_RECVERR` (#118987)
chrysn
2024-10-17
1
-2/+2
*
gh-125542: Deprecate prefix_chars in ArgumentParser.add_argument_group() (GH-...
Savannah Ostrowski
2024-10-17
1
-0/+4
*
GH-99749: Add optional feature to suggest correct names (ArgumentParser) (GH-...
Savannah Ostrowski
2024-10-17
1
-1/+27
*
gh-124694: Add concurrent.futures.InterpreterPoolExecutor (gh-124548)
Eric Snow
2024-10-16
4
-8/+144
*
Python 3.14.0a1
v3.14.0a1
Hugo van Kemenade
2024-10-15
5
-10/+10
*
gh-89819: Add argument_default and conflict_handler to add_argument_group() d...
Savannah Ostrowski
2024-10-15
1
-1/+7
*
gh-85453: Improve variable mark up for datetime.rst (#120702)
edson duarte
2024-10-14
1
-17/+17
*
gh-121798: Add class method Decimal.from_number() (GH-121801)
Serhiy Storchaka
2024-10-14
1
-0/+17
*
gh-121797: Add class method Fraction.from_number() (GH-121800)
Serhiy Storchaka
2024-10-14
1
-0/+10
*
gh-123133: clarify p=0 case for "f" and "e" formatting types (GH-125426)
Sergey B Kirpichev
2024-10-14
1
-6/+4
*
gh-125289: Update sample code in asyncio-task.rst (GH-125292)
Ghorban M. Tavakoly
2024-10-12
1
-1/+1
*
gh-125260: Change the default ``gzip.compress()`` mtime to 0 (#125261)
Bernhard M. Wiedemann
2024-10-12
1
-2/+7
*
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
1
-0/+19
*
gh-116938: Clarify documentation of `dict` and `dict.update` regarding the po...
Victorien
2024-10-11
1
-12/+13
*
Fix typo in ``Doclibrary/functions.rst`` (#125327)
Rafael Fontenelle
2024-10-11
1
-1/+1
*
gh-125058: update `_thread` docs regarding interruptibility of `lock.acquire(...
Jan Kaliszewski
2024-10-11
1
-3/+5
*
gh-125296: Fix strange fragment identifier for `name or flags` in argparse do...
Savannah Ostrowski
2024-10-11
1
-1/+1
*
Add some doctest cleanups for `turtle` and `configparser` (#125288)
Alex Waygood
2024-10-10
2
-0/+6
*
Note argparse exit code in documentation (GH-119568)
Justin Kunimune
2024-10-10
1
-1/+2
*
gh-71784: [doc] add usage examples for traceback.TracebackException (#125189)
Irit Katriel
2024-10-10
1
-15/+118
*
gh-124872: Refine contextvars documentation (#124773)
Richard Hansen
2024-10-09
1
-30/+68
*
gh-101100: Fix Sphinx warnings in `library/unittest.mock.rst` (#124106)
Hugo van Kemenade
2024-10-09
1
-30/+30
*
gh-125168: Fix typo in `__future__.rst` (#125183)
JamesMcCarthy21
2024-10-09
1
-1/+1
*
gh-101100: Consolidate documentation on `ModuleType` attributes (#124709)
Alex Waygood
2024-10-09
5
-111/+49
*
gh-124969: Fix locale.nl_langinfo(locale.ALT_DIGITS) (GH-124974)
Serhiy Storchaka
2024-10-09
1
-3/+3
*
docs: in venv table use executable name (GH-124315)
musvaage
2024-10-09
1
-1/+1
*
gh-101552: Allow pydoc to display signatures in source format (#124669)
Jelle Zijlstra
2024-10-09
1
-4/+21
*
GH-124478: Cleanup argparse documentation (#124877)
Savannah Ostrowski
2024-10-08
1
-435/+141
*
Misc improvements to the itertools docs (gh-125147)
Raymond Hettinger
2024-10-08
1
-39/+97
*
gh-124832: Add a note to indicate that `datetime.now` may return the same ins...
spacemanspiff2007
2024-10-08
1
-0/+4
*
gh-112433 add versionadded for `ctypes.Structure._align_` (#125087)
monkeyman192
2024-10-08
1
-0/+2
*
Doc: Improve description of ``GET_LEN`` opcode (#114583)
Kirill Podoprigora
2024-10-08
1
-1/+2
*
gh-69998: Fix decoding error in locale.nl_langinfo() (GH-124963)
Serhiy Storchaka
2024-10-08
1
-0/+9
*
gh-70870: Clarify dual usage of 'free variable' (#122545)
Alyssa Coghlan
2024-10-08
4
-13/+15
*
gh-124653: Relax (again) detection of queue API for logging handlers (GH-124...
Bénédikt Tran
2024-10-07
1
-5/+6
*
gh-125018: Fix role syntax (#125050)
Adam Turner
2024-10-07
1
-5/+5
*
gh-125018: Add importlib.metadata semantic link targets (#125027)
Alyssa Coghlan
2024-10-07
1
-44/+144
*
gh-121249: Support _Complex types in the struct module (#121613)
Sergey B Kirpichev
2024-10-07
1
-0/+19
*
gh-125025: `_thread` docs: fix/update the *caveats* list (GH-125026)
Jan Kaliszewski
2024-10-06
1
-7/+2
*
Simplify partial() rough equivalent code (gh-124941)
Raymond Hettinger
2024-10-03
1
-2/+1
*
gh-66436: Improved prog default value for argparse.ArgumentParser (GH-124799)
Serhiy Storchaka
2024-10-01
1
-9/+32
*
Highlight `datetime.timedelta.seconds` vs `.total_seconds()` in docs. (GH-124...
Gregory P. Smith
2024-10-01
1
-1/+15
*
gh-116750: Add clear_tool_id function to unregister events and callbacks (#12...
Tian Gao
2024-10-01
1
-7/+5
*
gh-118974: Add `decorator` argument to `make_dataclass` (gh-122723)
Victorien
2024-10-01
1
-1/+9
*
gh-124400: Use the normal command path for breakpoint commands (#124401)
Tian Gao
2024-09-29
1
-5/+8
*
Docs: improve generic `typing.NamedTuple` example (#124739)
CBerJun
2024-09-29
1
-1/+3
*
gh-61181: Fix support of choices with string value in argparse (GH-124578)
Serhiy Storchaka
2024-09-29
1
-1/+1
*
docs: improve venv docs (#124540)
Jelle Zijlstra
2024-09-28
1
-28/+25
[next]