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-76773: Update docs mentioning no-longer-supported Windows versions & featu...
CAM Gerlach
2022-05-10
4
-9/+4
*
gh-92417: `zlib` docs, `binascii` docs: remove Python 2 compatibility notes (...
Alex Waygood
2022-05-10
2
-6/+0
*
gh-92417: `unittest.mock` docs: remove references to Python <2.6 (GH-92539)
Alex Waygood
2022-05-10
2
-2/+2
*
bpo-13553: Document tkinter.Tk args (#4786)
Cheryl Sabella
2022-05-10
1
-10/+66
*
gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)
Barney Gale
2022-05-10
1
-6/+0
*
bpo-38056: overhaul Error Handlers section in codecs documentation (#15732)
Ma Lin
2022-05-09
1
-73/+116
*
bpo-39229: fix formatting in library/functions.rst (#17857)
Rafael Fontenelle
2022-05-08
1
-2/+2
*
pdb docs: workaround for double semicolon in strings (#17011)
Godefroid Chapelle
2022-05-08
1
-1/+2
*
gh-91968: Add socket constants SO_USER_COOKIE/SO_RTABLE from BSD (#91967)
David CARLIER
2022-05-08
1
-0/+5
*
gh-91760: More strict rules for numerical group references and group names in...
Serhiy Storchaka
2022-05-08
1
-8/+11
*
gh-80856: doc: reveal doctest directives (#92318)
Davide Rizzo
2022-05-08
1
-17/+37
*
Fix the `versionadded` for asyncio.StreamWriter.start_tls() (#92378)
Oleg Iarygin
2022-05-08
1
-1/+1
*
gh-92417: `logging` docs: Remove warning that only applies to Python <3.2 (#9...
Alex Waygood
2022-05-08
1
-10/+0
*
`typing.Text`: tweak deprecation notice (#92405)
Alex Waygood
2022-05-08
1
-1/+2
*
bpo-45046: Support context managers in unittest (GH-28045)
Serhiy Storchaka
2022-05-08
1
-0/+42
*
gh-77630: Change Charset to charset (GH-92439)
slateny
2022-05-08
1
-7/+7
*
gh-92417: `stdtypes` docs: delete discussion of Python 2 differences (GH-92423)
Alex Waygood
2022-05-08
1
-10/+0
*
gh-92417: `doctest` docs: remove references to Python <3.6 (GH-92420)
Alex Waygood
2022-05-08
1
-9/+0
*
gh-92417: `json` docs: `dict` is ordered on all supported Python versions (GH...
Alex Waygood
2022-05-08
1
-7/+0
*
gh-92417: `asyncio` docs: `asyncio.run()` is available on all supported Pytho...
Alex Waygood
2022-05-08
1
-1/+0
*
gh-92417: `typing` docs: `from __future__ import annotations` can be used in ...
Alex Waygood
2022-05-08
1
-1/+1
*
gh-92203: Add closure support to exec(). (#92204)
larryhastings
2022-05-06
1
-1/+9
*
gh-92332: Docs-only deprecation of `typing.Text` (GH-92351)
Alex Waygood
2022-05-06
1
-0/+7
*
Enum docs: Remove unnecessary apostrophes (#92382)
Alex Waygood
2022-05-06
1
-2/+2
*
GH-89519: Deprecate classmethod descriptor chaining (#92379)
Raymond Hettinger
2022-05-06
1
-0/+5
*
gh-78157: [Enum] nested classes will not be members in 3.13 (GH-92366)
Ethan Furman
2022-05-06
1
-0/+21
*
gh-90622: Prevent max_tasks_per_child use with a fork mp_context. (#91587)
Gregory P. Smith
2022-05-06
1
-2/+5
*
gh-87901: Add encoding to os.popen (GH-92374)
Inada Naoki
2022-05-06
1
-2/+6
*
update argparse's doc of append action. (#92344)
Hai Shi
2022-05-06
1
-2/+4
*
gh-57684: Document safe path in What's New in Python 3.11 (#92362)
Victor Stinner
2022-05-06
1
-0/+6
*
gh-80010: Expand fromisoformat to include most of ISO-8601 (#92177)
Paul Ganssle
2022-05-06
1
-35/+48
*
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)
Victor Stinner
2022-05-05
1
-8/+16
*
gh-82616: Add process_group support to subprocess.Popen (#23930)
Gregory P. Smith
2022-05-05
1
-8/+15
*
gh-91996: Add an HTTPMethod StrEnum to http (GH-91997)
cibofo
2022-05-05
1
-4/+47
*
minor hashlib doc example cleanup. (#92340)
Gregory P. Smith
2022-05-05
1
-8/+6
*
bpo-41818: Add os.login_tty() for *nix. (#29658)
Soumendra Ganguly
2022-05-05
1
-0/+11
*
gh-92223: Remove pre-Python 3.7 alternative in asyncio docs (#92224)
Sebastian Rittau
2022-05-05
1
-16/+1
*
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
[next]