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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-124872: Refine contextvars documentation (#124773)
Richard Hansen
2024-10-09
3
-46/+112
*
gh-125196: PyUnicodeWriter_Discard(NULL) does nothing (#125222)
Victor Stinner
2024-10-09
1
-0/+2
*
GH-121970: Extract ``availability`` into a new extension (#125082)
Adam Turner
2024-10-09
3
-76/+126
*
gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_STR) (#125194)
Victor Stinner
2024-10-09
3
-6/+6
*
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
19
-336/+371
*
Fix importlib.resources issue reference in 3.13 What's New (#125175)
Alyssa Coghlan
2024-10-09
1
-2/+2
*
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
2
-4/+41
*
GH-124478: Cleanup argparse documentation (#124877)
Savannah Ostrowski
2024-10-08
2
-435/+196
*
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
2
-0/+6
*
Doc: Improve description of ``GET_LEN`` opcode (#114583)
Kirill Podoprigora
2024-10-08
1
-1/+2
*
gh-75898: make use of thread more explicit in the "Socket Programming HOWTO" ...
Jan Kaliszewski
2024-10-08
1
-2/+2
*
bpo-34206: Improve docs and test coverage for pre-init functions (#8023)
Alyssa Coghlan
2024-10-08
3
-69/+146
*
gh-69998: Fix decoding error in locale.nl_langinfo() (GH-124963)
Serhiy Storchaka
2024-10-08
2
-0/+15
*
gh-70870: Clarify dual usage of 'free variable' (#122545)
Alyssa Coghlan
2024-10-08
8
-21/+63
*
Docs: make a tutorial example more precise (#125066)
Ned Batchelder
2024-10-07
1
-11/+9
*
gh-125072: Add label for assignment expressions; update tracked section for a...
Emily Morehouse
2024-10-07
2
-2/+4
*
gh-124502: Add PyUnicode_Equal() function (#124504)
Victor Stinner
2024-10-07
3
-0/+30
*
gh-124653: Relax (again) detection of queue API for logging handlers (GH-124...
Bénédikt Tran
2024-10-07
1
-5/+6
*
gh-124182: Explain naming rules for struct sequence types (#124335)
ffelixg
2024-10-07
1
-1/+2
*
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-109975: Announce final release in What's New in Python 3.13 (#125007)
Adam Turner
2024-10-07
2
-3/+3
*
gh-125025: `_thread` docs: fix/update the *caveats* list (GH-125026)
Jan Kaliszewski
2024-10-06
1
-7/+2
*
Doc: Simplify the definition of 'soft deprecated' (#124988)
Andrés Delfino
2024-10-06
1
-9/+5
*
Fix console prompt syntax in What's New in Python 3.8 (#124968)
Nice Zombies
2024-10-04
1
-3/+3
*
gh-109975: Suggest ``pynntp`` instead of ``nntplib`` (#124830)
Christian Clauss
2024-10-04
1
-1/+1
*
GH-109975: Copyedit 3.13 What's New: Remove references to the incremental GC ...
Adam Turner
2024-10-03
1
-66/+0
*
Simplify partial() rough equivalent code (gh-124941)
Raymond Hettinger
2024-10-03
1
-2/+1
*
gh-115145: Update documentation about ``PyThreadState_DeleteCurrent`` (gh-124...
Donghee Na
2024-10-03
1
-1/+1
*
gh-87135: Hang non-main threads that attempt to acquire the GIL during finali...
Jeremy Maitin-Shepard
2024-10-02
1
-16/+60
*
gh-66436: Improved prog default value for argparse.ArgumentParser (GH-124799)
Serhiy Storchaka
2024-10-01
2
-9/+39
*
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-124487: Updated installer messages and internal docs regarding minimum Win...
Wulian
2024-10-01
1
-2/+3
*
gh-118974: Add `decorator` argument to `make_dataclass` (gh-122723)
Victorien
2024-10-01
1
-1/+9
*
Doc: Fix archive filenames for standard builds (#124826)
Adam Turner
2024-10-01
2
-3/+9
*
GH-109975: Copyedit 3.13 What's New: Link to installing free-threaded binarie...
Adam Turner
2024-10-01
1
-4/+1
*
GH-109975: Copyedit 3.13 What's New: Note delayed expected release date for P...
Adam Turner
2024-10-01
1
-1/+1
*
Doc: Run HTML and non-HTML daily builds separately (#124493)
Adam Turner
2024-09-30
1
-3/+3
*
gh-124400: Use the normal command path for breakpoint commands (#124401)
Tian Gao
2024-09-29
1
-5/+8
*
gh-124720: Update "Using Python on a Mac" document (#124721)
Ned Deily
2024-09-29
10
-110/+361
*
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
[next]