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-103636: issue warning for deprecated calendar constants (#103833)
Prince Roshan
2023-04-29
1
-0/+52
*
Various small fixes to dis docs (#103923)
Jelle Zijlstra
2023-04-29
1
-78/+79
*
gh-98040: Remove just the `imp` module (#98573)
Barry Warsaw
2023-04-28
4
-417/+0
*
gh-101100: Add reference doc for __post_init__ (#103818)
Olga Matoula
2023-04-28
1
-22/+23
*
Update itertool recipe: polynomial_from_roots() (GH-103973)
Raymond Hettinger
2023-04-28
1
-5/+4
*
gh-100021: Document that sqlite3's executemany() discards resulting rows (#10...
Erlend E. Aasland
2023-04-28
1
-2/+9
*
gh-83925: Make asyncio.subprocess communicate similar to non-asyncio (#18650)
Marek Marczykowski-Górecki
2023-04-28
1
-2/+7
*
Docs: fix dunders with too many underscores (#103955)
Erlend E. Aasland
2023-04-27
1
-1/+1
*
GH-103903: Test the minimum Sphinx version in CI (#103904)
Adam Turner
2023-04-27
1
-3/+3
*
GH-103857: Deprecate utcnow and utcfromtimestamp (#103858)
Paul Ganssle
2023-04-27
1
-0/+8
*
gh-62432: unittest runner: Exit code 5 if no tests were run (#102051)
Stefano Rivera
2023-04-27
1
-1/+2
*
gh-103629: Update typing.Unpack docs in compliance with PEP 692 (#103894)
Franek Magiera
2023-04-26
1
-2/+22
*
gh-48241: Clarify URL needs to be encoded when provided to urlopen and Reques...
Michael Blahay
2023-04-26
1
-3/+3
*
gh-103489: Add get/set config methods to sqlite3.Connection (#103506)
Erlend E. Aasland
2023-04-26
1
-0/+56
*
gh-103015: Add entrypoint keyword param to sqlite3.Connection.load_extension ...
Erlend E. Aasland
2023-04-26
1
-2/+20
*
gh-101879: docs - italicize argument in smtplib.SMPT() description (#101886)
Owain Davies
2023-04-26
1
-5/+5
*
gh-91441: Clarify the docs of asyncio.loop.subprocess_exec() (#91442)
July Tikhonov
2023-04-26
1
-9/+8
*
gh-101786: Clarify docs that asyncio.Server.sockets is a socket-like Transpor...
Carol Willing
2023-04-26
1
-2/+3
*
gh-103721: Improve cross-references for generic-alias docs (#103838)
Alex Waygood
2023-04-25
1
-0/+7
*
gh-51574: Make tempfile.mkdtemp() always return absolute paths (#94612)
Samuel Sloniker
2023-04-25
1
-0/+3
*
gh-103810: Fix broken references in dataclasses (#103811)
Olga Matoula
2023-04-24
1
-72/+74
*
gh-103673: Add missing ForkingUnixStreamServer and ForkingUnixDatagramServer ...
jb2170
2023-04-24
1
-0/+7
*
gh-87729: add LOAD_SUPER_ATTR instruction for faster super() (#103497)
Carl Meyer
2023-04-24
1
-0/+18
*
gh-103791: Make contextlib.suppress also act on exceptions within an Exceptio...
Łukasz Langa
2023-04-24
1
-0/+7
*
gh-101100: Fix Sphinx warnings in `argparse` module (#103289)
Hugo van Kemenade
2023-04-24
2
-7/+62
*
gh-99032: datetime docs: Encoding is no longer relevant (#93365)
William Andrea
2023-04-24
1
-4/+1
*
gh-94300: Update datetime.strptime documentation (#95318)
Howie Zhao
2023-04-24
1
-1/+1
*
GH-65022: Fix description of copyreg.pickle function (#102656)
Furkan Onder
2023-04-24
1
-2/+2
*
gh-91687: modernize dataclass example typing (#103773)
Allan Lago
2023-04-24
1
-1/+1
*
gh-103765: Fix 'Warning: py:class reference target not found: ModuleSpec' (GH...
Jaime Alonso Lorenzo
2023-04-24
1
-1/+1
*
gh-87452: Improve the Popen.returncode docs
Joshua Herman
2023-04-24
1
-3/+6
*
Removed unnecessary escaping of asterisks (#103714)
Richard Hajek
2023-04-24
1
-1/+1
*
gh-44123: Add note on relative path for os.exec* (GH-93826)
Stanley
2023-04-24
1
-1/+2
*
gh-102950: Implement PEP 706 – Filter for tarfile.extractall (#102953)
Petr Viktorin
2023-04-24
2
-20/+463
*
gh-101688: Implement types.get_original_bases (#101827)
James Hilton-Balfe
2023-04-23
1
-0/+40
*
gh-68654: Clarify subdirectories used by pkgutil.extend_path (#103701)
Randy
2023-04-22
1
-3/+3
*
Revert "Avoid error lexing multiprocessing docs code block on Pygments 2.15.0...
Hugo van Kemenade
2023-04-22
1
-3/+1
*
gh-84436: Implement Immortal Objects (gh-19474)
Eddie Elizondo
2023-04-22
1
-0/+7
*
gh-83791: Raise TypeError for len(memoryview_0d) (#18463)
Eric Wieser
2023-04-22
1
-6/+9
*
GH-103484: Fix broken links reported by linkcheck (#103608)
Rafael Fontenelle
2023-04-22
3
-10/+11
*
GH-103475: cache() and lru_cache() do not have a "call once" guarantee (GH-10...
Raymond Hettinger
2023-04-22
1
-4/+14
*
Minor improvements to the functools docs (#103672)
Raymond Hettinger
2023-04-22
1
-3/+2
*
Sync with importlib_metadata 6.5 (GH-103584)
Jason R. Coombs
2023-04-21
1
-0/+4
*
gh-98641: Document difference between task group and gather (#103644)
Adrien
2023-04-20
1
-5/+10
*
gh-102856: Initial implementation of PEP 701 (#102855)
Pablo Galindo Salgado
2023-04-19
1
-0/+10
*
GH-88342: clarify that `asyncio.as_completed` accepts generators yielding tas...
Kumar Aditya
2023-04-19
1
-0/+3
*
gh-103582: Remove last references to `argparse.REMAINDER` from docs (#103586)
Nikita Sobolev
2023-04-19
1
-2/+2
*
gh-103596: [Enum] do not shadow mixed-in methods/attributes (GH-103600)
Ethan Furman
2023-04-18
1
-3/+4
*
[Doc] Fix a typo in optparse.rst (#103504)
zyckk4
2023-04-18
1
-1/+1
*
gh-101100: Fix broken reference `__format__` in `string.rst` (#103531)
yuki
2023-04-18
1
-2/+2
[next]