FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Doc - python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
75k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Doc
on
main
User selector
Datepicker
Commit history
Commits on Aug 28, 2026
gh-143768: Replace a dangling interpreter symlink when creating a venv (#150985)
Show description for 71cb9e8
claydugo
and
brettcannon
authored
71cb9e8
View commit details
Copy full SHA for 71cb9e8
View code at this point
Browse repository at this point
Commits on Aug 27, 2026
gh-111735: Skip `turtle` doctests when `_tkinter` is not available (#156417)
StanFromIreland
authored
eb08902
View commit details
Copy full SHA for eb08902
View code at this point
Browse repository at this point
Docs: remove __path__ discussion from tutorial (#156426)
Show description for 79f41dd
nedbat
authored
79f41dd
View commit details
Copy full SHA for 79f41dd
View code at this point
Browse repository at this point
Commits on Aug 25, 2026
Docs(build): linklint is now called sphinx_linklint (#156373)
Show description for 98bd716
nedbat
and
StanFromIreland
authored
98bd716
View commit details
Copy full SHA for 98bd716
View code at this point
Browse repository at this point
Fix various issues in the 'Timer File Descriptors' documentation (#156027)
Show description for 13ab4c2
osandov
and
StanFromIreland
authored
13ab4c2
View commit details
Copy full SHA for 13ab4c2
View code at this point
Browse repository at this point
gh-155193: Fix the *canonical* decoder lists in the 3.15 What's New and NEWS (#156302)
advitrocks9
authored
5f31aee
View commit details
Copy full SHA for 5f31aee
View code at this point
Browse repository at this point
Documentation on handling a corrupt nuget.config when installing packages from Nuget (GH-154039)
ukanuk
authored
223ee6d
View commit details
Copy full SHA for 223ee6d
View code at this point
Browse repository at this point
Commits on Aug 24, 2026
Add a page detailing the time complexity of operations on built-in types (#154363)
Show description for c3f7c33
authored
c3f7c33
View commit details
Copy full SHA for c3f7c33
View code at this point
Browse repository at this point
gh-151138: Update Windows temp directory locations in tempfile.rst (#151210)
anthonycabreralara
authored
9cbd578
View commit details
Copy full SHA for 9cbd578
View code at this point
Browse repository at this point
Commits on Aug 23, 2026
gh-156226: Fix doubled-word typos in the `difflib` documetation (#156227)
Show description for e7468d1
zaveshaa
and
StanFromIreland
authored
e7468d1
View commit details
Copy full SHA for e7468d1
View code at this point
Browse repository at this point
gh-156230: Bound a curses window read by the window, not by 2047 (GH-156282)
Show description for ca79981
serhiy-storchaka
authored
ca79981
View commit details
Copy full SHA for ca79981
View code at this point
Browse repository at this point
gh-156234: Fix and rewrite the curses documentation on reading (GH-156235)
Show description for be87bfa
serhiy-storchaka
authored
be87bfa
View commit details
Copy full SHA for be87bfa
View code at this point
Browse repository at this point
gh-131885: Use real signatures in the `zlib` docs (#156179)
StanFromIreland
authored
d5e560e
View commit details
Copy full SHA for d5e560e
View code at this point
Browse repository at this point
gh-156246: Fix documented default of the asyncio limit argument (#156247)
deadlovelll
authored
526b2e0
View commit details
Copy full SHA for 526b2e0
View code at this point
Browse repository at this point
Commits on Aug 22, 2026
gh-156111: Clarify wording in glossary entry "expression" (#156198)
Aniketsy
authored
6f42535
View commit details
Copy full SHA for 6f42535
View code at this point
Browse repository at this point
Commits on Aug 21, 2026
gh-152754: Fix crash when an os.scandir iterator is shared between threads (gh-153462)
Show description for 999a046
nascheme
and
deadlovelll
authored
999a046
View commit details
Copy full SHA for 999a046
View code at this point
Browse repository at this point
gh-116048: restructure task group docs and add docs for eager execution (#156102)
kumaraditya303
authored
862befd
View commit details
Copy full SHA for 862befd
View code at this point
Browse repository at this point
gh-155354: Document that `sys._clear_type_cache` no longer clears the type cache (#155391)
fedonman
authored
e2cb8b9
View commit details
Copy full SHA for e2cb8b9
View code at this point
Browse repository at this point
gh-155254: Avoid warning about missing stdlib when using _pth files (GH-156015)
zooba
authored
f8c93d4
View commit details
Copy full SHA for f8c93d4
View code at this point
Browse repository at this point
gh-153227: Unpin development version of Pygments (#156163)
ZeroIntensity
authored
8db5262
View commit details
Copy full SHA for 8db5262
View code at this point
Browse repository at this point
gh-155499: Fix curses window.border() and window.box() with 0 (GH-155871)
Show description for b9d9c3f
serhiy-storchaka
authored
b9d9c3f
View commit details
Copy full SHA for b9d9c3f
View code at this point
Browse repository at this point
gh-155863: Add the WACS_* constants to the curses module (GH-155870)
Show description for 8e01c90
serhiy-storchaka
authored
8e01c90
View commit details
Copy full SHA for 8e01c90
View code at this point
Browse repository at this point
Commits on Aug 20, 2026
gh-128326: Normalize self-references to "documentation" (#143138)
Show description for 9721f8f
Aniketsy
and
StanFromIreland
authored
9721f8f
View commit details
Copy full SHA for 9721f8f
View code at this point
Browse repository at this point
gh-65961: Document __cached__ removal in What's New & clarify references to it (GH-156053)
Show description for 228b1bf
encukou
authored
228b1bf
View commit details
Copy full SHA for 228b1bf
View code at this point
Browse repository at this point
gh-148216: Fix hyphenation in tutorial/stdlib.rst (#155736)
mangrisano
authored
5be8020
View commit details
Copy full SHA for 5be8020
View code at this point
Browse repository at this point
Commits on Aug 19, 2026
gh-155999: `tarfile`: handle a member that leaves the destination but comes back (#156000)
StanFromIreland
authored
9768834
View commit details
Copy full SHA for 9768834
View code at this point
Browse repository at this point
Commits on Aug 18, 2026
gh-155894: Fix asyncio.wait_for() docs claiming a coroutine is wrapped in a Task (#155895)
deadlovelll
authored
05ab13e
View commit details
Copy full SHA for 05ab13e
View code at this point
Browse repository at this point
Commits on Aug 17, 2026
gh-155694: Scope HTTPPasswordMgr credentials by URL scheme (#155696)
Show description for a7bb524
lkk7
authored
a7bb524
View commit details
Copy full SHA for a7bb524
View code at this point
Browse repository at this point
gh-141510: Document frozendict support in json (gh-155929)
fregataa
authored
c3df37c
View commit details
Copy full SHA for c3df37c
View code at this point
Browse repository at this point
gh-149083: Document that dataclasses.MISSING and KW_ONLY are sentinels (#155919)
Show description for e13c3d6
fregataa
and
claude
authored
e13c3d6
View commit details
Copy full SHA for e13c3d6
View code at this point
Browse repository at this point
Commits on Aug 16, 2026
gh-154842: Reject repack() while a reading handle is open (GH-154843)
Show description for 7a845ce
fedonman
authored
7a845ce
View commit details
Copy full SHA for 7a845ce
View code at this point
Browse repository at this point
Fix various typos in `Doc/library/stdtypes.rst` (#155879)
Show description for fbbd94e
hu-jeff
and
StanFromIreland
authored
fbbd94e
View commit details
Copy full SHA for fbbd94e
View code at this point
Browse repository at this point
gh-155860: Reject a detached window in panel.replace() (GH-155861)
Show description for 89e3aae
fedonman
authored
89e3aae
View commit details
Copy full SHA for 89e3aae
View code at this point
Browse repository at this point
gh-129382: Match venv API symlink defaults to the CLI (#155759)
zanieb
authored
70b2b0a
View commit details
Copy full SHA for 70b2b0a
View code at this point
Browse repository at this point
Commits on Aug 14, 2026
gh-155787: Harmonize parameter names in the time module documentation and docstrings (#155790)
Show description for bc6749c
serhiy-storchaka
and
StanFromIreland
authored
bc6749c
View commit details
Copy full SHA for bc6749c
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL