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-118827: Remove `Quoter` from `urllib.parse` (#118828)
Nikita Sobolev
2024-06-03
1
-0/+7
*
gh-109975: What's New in Python 3.13: fix broken link for `telnetlib` alterna...
Solomon Himelbloom
2024-06-03
1
-1/+1
*
GH-119054: Add "Reading and writing files" section to pathlib docs (#119524)
Barney Gale
2024-06-02
1
-79/+84
*
Improve documentation for typing.get_type_hints (#119928)
Jelle Zijlstra
2024-06-02
1
-26/+28
*
gh-119740: Remove deprecated trunc delegation (#119743)
Mark Dickinson
2024-06-02
3
-11/+12
*
gh-119775: Remove ability to create immutable types with mutable bases (#119776)
Nikita Sobolev
2024-06-02
1
-0/+2
*
gh-118934: Fix PyEval_GetLocals docs (PEP 667) (#119932)
Alyssa Coghlan
2024-06-02
3
-21/+46
*
gh-119016: Remove outdated sentences from the "classes" tutorial (#119130)
Nice Zombies
2024-06-01
1
-5/+1
*
Add unique() recipe to itertools docs (gh-119911)
Raymond Hettinger
2024-06-01
1
-2/+14
*
gh-118888: Further PEP 667 docs updates (gh-119893)
Alyssa Coghlan
2024-06-01
2
-3/+44
*
gh-74929: PEP 667 C API documentation (gh-119379)
Alyssa Coghlan
2024-06-01
3
-1/+85
*
doc: Add glossary entry for "free threading" (#119865)
Sam Gross
2024-05-31
1
-0/+6
*
contextlib docs: Clean up redundant 'up' after 'cleanup' (GH-119867)
Zachary Ware
2024-05-31
1
-1/+1
*
gh-100117: Fix inaccuracy in documentation of the CodeObject's co_positions f...
Irit Katriel
2024-05-31
1
-1/+1
*
gh-111201: Support pyrepl on Windows (#119559)
Dino Viehland
2024-05-31
1
-5/+8
*
gh-109218: Deprecate weird cases in the complex() constructor (GH-119620)
Serhiy Storchaka
2024-05-30
2
-0/+8
*
Docs: `shutil.rmtree`'s `onerror` has no pending removal version (#118947)
Hugo van Kemenade
2024-05-30
1
-3/+3
*
gh-109218: Improve documentation for the complex() constructor (GH-119687)
Serhiy Storchaka
2024-05-30
2
-57/+123
*
gh-119729: Use 't' in pkg-config file name for free-threaded build (#119738)
Sam Gross
2024-05-30
1
-0/+4
*
gh-119779: Fix pyporting howto docs (#119785)
Awbert
2024-05-30
1
-2/+2
*
gh-110383: Remove references to removed popen[234] (GH-112783)
Bradley Reynolds
2024-05-30
2
-146/+2
*
gh-118055: Update the finder glossary entry (GH-118278)
Lincoln
2024-05-30
1
-2/+2
*
gh-118235: Move RAISE_SYNTAX_ERROR actions to invalid rules and make sure the...
Petr Viktorin
2024-05-30
1
-2/+0
*
subprocess docs: Fix semantically important typo (GH-119752)
Zachary Ware
2024-05-29
1
-1/+1
*
gh-119260: Clarify is_dataclass Behavior for Subclasses in Documentation and ...
Aditya Borikar
2024-05-29
1
-2/+2
*
gh-93963: Remove deprecated names from importlib.abc (#119720)
Hugo van Kemenade
2024-05-29
1
-10/+24
*
gh-119613: Soft deprecate Py_IS_NAN/INFINITY/FINITE (#119701)
Sergey B Kirpichev
2024-05-29
1
-0/+6
*
gh-97588: Align ctypes struct layout to GCC/MSVC (GH-97702)
Matthias Görgens
2024-05-29
2
-8/+49
*
gh-118824: Remove deprecated `master_open` and `slave_open` from `pty` (#118826)
Nikita Sobolev
2024-05-28
1
-0/+8
*
[doc] Clarify the nature of the root logger in the `logging` documentation (G...
Justin Kunimune
2024-05-28
1
-9/+11
*
Misc cleanups and wording improvements for the itertools docs (gh-119626)
Raymond Hettinger
2024-05-27
1
-122/+116
*
Docs: Move inline JavaScript to own file to reduce duplication (#119541)
Hugo van Kemenade
2024-05-27
2
-91/+90
*
gh-119580: Improve version added section for convenience variable (#119583)
Tian Gao
2024-05-27
1
-0/+2
*
Docs: Only install sphinx-autobuild for `make htmllive` (#119607)
Hugo van Kemenade
2024-05-27
2
-2/+5
*
Docs: Add class role for IPV{4,6}Address and fix a typo (#118059)
Rafael Fontenelle
2024-05-27
1
-3/+3
*
GH-117283: Add doc warning for `PyTuple_SetItem` refcount > 1 (#117916)
Savannah Ostrowski
2024-05-27
1
-0/+6
*
gh-119467: Fix Py_buffer.format type and correct documentation typo (#119475)
Aditya Borikar
2024-05-27
1
-2/+2
*
gh-119562: Remove AST nodes deprecated since Python 3.8 (#119563)
Alex Waygood
2024-05-26
1
-0/+30
*
Update README and layout.html from 3.13 to 3.14 (#119539)
Wulian233
2024-05-26
1
-1/+7
*
docs: fix a few typos identified by codespell (#119516)
Ned Batchelder
2024-05-26
18
-23/+23
*
GH-82805: Fix handling of single-dot file extensions in pathlib (#118952)
Barney Gale
2024-05-25
1
-0/+13
*
FAQ: Add reference to Python version numbering scheme (#119225)
Hugo van Kemenade
2024-05-25
1
-2/+2
*
gh-111999: Fix the signature of str.format_map() (#119540)
Serhiy Storchaka
2024-05-25
1
-1/+1
*
Misc improvement to the docs for itertools (gh-119529)
Raymond Hettinger
2024-05-24
1
-55/+55
*
GH-119054: Add "Querying file type and status" section to pathlib docs (#119055)
Barney Gale
2024-05-24
1
-167/+171
*
Regen ``Doc/requirements-oldest-sphinx.txt`` (#119520)
Kirill Podoprigora
2024-05-24
1
-1/+1
*
gh-119317: findall instead of traverse for docutils nodes (#119319)
Carlos Meza
2024-05-24
2
-4/+4
*
Clarify base64.a85encode docs: *wrapcols* doesn't count the newline (GH-119409)
Petr Viktorin
2024-05-23
1
-1/+1
*
gh-70795: Rework RLock documentation (#103853)
uıɐɾ ʞ ʇɐɯɐs
2024-05-22
1
-24/+51
*
Fix version number in use_load_tests deprecation reference (GH-119151)
Jacob Walls
2024-05-22
1
-1/+1
[prev]
[next]