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-91928: Add `datetime.UTC` alias for `datetime.timezone.utc` (GH-91973)
Kabir Kwatra
2022-05-03
1
-0/+6
*
Improve the typing docs (#92264)
Jelle Zijlstra
2022-05-03
1
-34/+33
*
bpo-46696: Add socket.SO_INCOMING_CPU constant (#31237)
David CARLIER
2022-05-03
1
-0/+9
*
bpo-44863: Allow generic typing.TypedDict (#27663)
Samodya Abey
2022-05-03
1
-1/+10
*
gh-70363: Implement `io.IOBase` interface for `SpooledTemporaryFile` (GH-29560)
Carey Metcalfe
2022-05-03
1
-0/+5
*
bpo-43923: Add support for generic typing.NamedTuple (#92027)
Serhiy Storchaka
2022-05-02
1
-0/+9
*
bpo-46586: Fix more erroneous doc links to builtins (#31429)
Meer Suri
2022-05-02
3
-3/+3
*
bpo-46285: Add command-line option -p/--protocol to module http.server (#30999)
Géry Ogam
2022-05-02
1
-2/+13
*
bpo-6686: Replace String with Bytes in xml.sax.handler documentation (#30612)
Yassir Karroum
2022-05-02
1
-1/+1
*
importlib docs: Update importlib.abc hierarchy (#31113)
David Gilbertson
2022-05-02
1
-4/+3
*
Fix duplicate word. (GH-92182)
Benjamin Peterson
2022-05-02
1
-1/+1
*
gh-87390: Add __unpacked__ attribute to types.GenericAlias (#92059)
Jelle Zijlstra
2022-05-02
1
-0/+9
*
gh-91783: Document security considerations for shutil.unpack_archive (#91844)
Sam Ezeh
2022-05-02
1
-1/+7
*
Add weakref_slot to dataclass decorator, to allow instances with slots to be ...
Eric V. Smith
2022-05-02
1
-5/+12
*
gh-92082: contextlib docs: Change aclosing from a class to a function for con...
Thaddeus1499
2022-05-02
1
-1/+1
*
gh-88546: glob.glob docs: Make new paragraph for emphasis and reordered sente...
slateny
2022-05-02
1
-2/+5
*
asyncio.subprocess: Fix a typo in doc (#92030)
Harsh
2022-05-02
1
-1/+1
*
gh-85133: os docs: Add that getenv uses os.environ (#91874)
slateny
2022-05-02
1
-13/+21
*
gh-84714: Add behavior if dst file exists (#91867)
slateny
2022-05-02
1
-1/+2
*
typing docs: Add example for async functions (#20386)
Sam Bull
2022-05-01
1
-0/+4
*
gh-81488: Add recursive wording for issubclass docs (#92087)
slateny
2022-05-01
1
-1/+2
*
gh-91952: Make TextIOWrapper.reconfigure() supports "locale" encoding (GH-91982)
Inada Naoki
2022-05-01
1
-0/+3
*
Improving readability of argparse.rst (GH-91751)
Antonio Andrade
2022-04-30
1
-8/+8
*
Fix typo in asyncio-extending.rst (#91609)
Yurii Karabas
2022-04-30
1
-1/+1
*
gh-91611: Use example.com for documentation, not mydomain.com (#91613)
Motoki Naruse
2022-04-30
2
-2/+2
*
gh-87801: Add run() to subprocess.CalledProcessError description (#91628)
slateny
2022-04-30
1
-1/+3
*
gh-87192: Update wording for fcntl 'Changed in' (#91658)
slateny
2022-04-30
1
-1/+2
*
gh-85864: io docs: Add missing position-only parameters (#91950)
slateny
2022-04-30
1
-17/+17
*
gh-91760: Deprecate group names and numbers which will be invalid in future (...
Serhiy Storchaka
2022-04-30
1
-0/+10
*
gh-91954: Emit EncodingWarning from locale and subprocess (GH-91977)
Inada Naoki
2022-04-30
1
-4/+10
*
Rephrase typing.assert_never docs (#92061)
Shantanu
2022-04-30
1
-2/+2
*
Fix indentation for typing.Unpack docs (#92058)
Jelle Zijlstra
2022-04-29
1
-21/+21
*
bpo-44791: Accept ellipsis as the last argument of typing.Concatenate (#30969)
Serhiy Storchaka
2022-04-29
1
-1/+2
*
bpo-36329: Remove 'make -C Doc serve' in favour of 'make -C Doc htmlview' (GH...
Hugo van Kemenade
2022-04-29
1
-11/+57
*
gh-91873: Summarise deprecations in typing at the top level (GH-91864)
Ken Jin
2022-04-29
1
-0/+21
*
bpo-22276: Change pathlib.Path.glob not to ignore trailing path separator (GH...
Eisuke Kawashima
2022-04-28
1
-0/+6
*
gh-91603: Speed up isinstance/issubclass on union types (GH-91631)
Yurii Karabas
2022-04-28
1
-1/+2
*
Add note that headers added via urllib.request.add_header are added to redire...
Ashwin Ramaswami
2022-04-27
1
-1/+2
*
gh-84459: Make wording more specific for Path.replace (GH-91853)
slateny
2022-04-27
2
-2/+2
*
gh-91498: socket: Add TCP_CONNECTION_INFO on macOS (#69256)
David CARLIER
2022-04-27
1
-0/+4
*
gh-68966: Deprecate the mailcap module (#91951)
Victor Stinner
2022-04-26
3
-2/+7
*
gh-91401: Add a failsafe way to disable vfork. (#91490)
Gregory P. Smith
2022-04-25
1
-0/+36
*
gh-64783: Fix signal.NSIG value on FreeBSD (#91929)
Victor Stinner
2022-04-25
1
-0/+1
*
gh-90633: Improve error and docs for typing.assert_never (#91720)
Jelle Zijlstra
2022-04-25
1
-1/+15
*
gh-91230: Concise catch_warnings with simplefilter (#91435)
Zac Hatfield-Dodds
2022-04-24
1
-1/+9
*
gh-84461: Add sys._emscripten_info, improve docs and build (gh-91781)
Christian Heimes
2022-04-23
1
-0/+29
*
gh-88116: Enhance the inspect frame APIs to use the extended position informa...
Pablo Galindo Salgado
2022-04-23
1
-24/+102
*
gh-85864: Mark positional-only args in io docs (#91683)
slateny
2022-04-23
1
-10/+10
*
gh-91547: Remove "Undocumented modules" page (#91682)
Shantanu
2022-04-22
2
-27/+0
*
gh-91217: deprecate-sndhdr (#91806)
Brett Cannon
2022-04-22
1
-1/+1
[next]