Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.11.0b3
/
Doc
tag
70dfc75cef652853c4c8eda28fc53fc8f8391589
tagger
Pablo Galindo <pablogsal@gmail.com>
Wed Jun 01 13:07:54 2022
object
eb0004c27163ec089201c81eb9ece470700be6c7
Python 3.11.0b3
d779e5d
Remove the execution bit to some socket-related files. (GH-93368)
by Miss Islington (bot)
· 3 years, 3 months ago
00f8fe9
[3.11] gh-91162: Fix substitution of unpacked tuples in generic aliases (GH-92335) (#92484)
by Miss Islington (bot)
· 3 years, 3 months ago
3a62701
Remove VOC reference (93333)
by Miss Islington (bot)
· 3 years, 3 months ago
cc31cfc
bpo-42272: fix misleading warning filter message/module docs (GH-23172)
by Miss Islington (bot)
· 3 years, 3 months ago
624fc61
gh-92240 : Include release dates for "What's New In Python 3.X" (GH-92937)
by Miss Islington (bot)
· 3 years, 3 months ago
48647d0
gh-92727: Add example of named group in doc for re.Match.__getitem__ (GH-92730)
by Miss Islington (bot)
· 3 years, 3 months ago
3637425
[3.11] bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185) (GH-93306)
by Eric Snow
· 3 years, 3 months ago
3f7abff
gh-91243: Document Required and NotRequired (GH-93173)
by Miss Islington (bot)
· 3 years, 3 months ago
34bd36c
gh-77024: test.support: Improve documentation (GH-92513)
by Miss Islington (bot)
· 3 years, 3 months ago
83940c0
gh-90817: Deprecate explicitly locale.resetlocale() (GH-93196)
by Miss Islington (bot)
· 3 years, 3 months ago
74b205b
gh-92728: Restore re.template, but deprecate it (GH-93161)
by Miss Islington (bot)
· 3 years, 3 months ago
fd35be5
Doc: No need to use rst syntax in code comments. (GH-93102)
by Miss Islington (bot)
· 3 years, 3 months ago
cea6573
gh-92859: Doc: add info about logging.debug() calling basicConfig() (GH-93063) (GH-93151)
by Miss Islington (bot)
· 3 years, 3 months ago
fc31e2d
gh-92913: Fix typos in documentation (GH-93129)
by Miss Islington (bot)
· 3 years, 3 months ago
9a2fe42
gh-89158: Add some REPL secondary prompt markers (GH-93073)
by Miss Islington (bot)
· 3 years, 3 months ago
83aa0d1
gh-73137: Added sub-subsection headers for flags in re (GH-93000)
by Miss Islington (bot)
· 3 years, 3 months ago
247e059
gh-92994: Clarify importlib "check" example (GH-92995)
by Miss Islington (bot)
· 3 years, 3 months ago
25334ca
binascii docs: strict_mode parameter is keyword-only (GH-93055)
by Miss Islington (bot)
· 3 years, 3 months ago
a86ad12
termios docs: fix indentation (GH-93080)
by Miss Islington (bot)
· 3 years, 3 months ago
09c3dff
gh-91362: reword pickle docs to account for nested classes (GH-92429)
by Miss Islington (bot)
· 3 years, 3 months ago
f2aeb3f
gh-71223: Improve rendering of some references in the docs (GH-93041)
by Miss Islington (bot)
· 3 years, 3 months ago
b97e28f
gh-93019: Fix markup in zipfile.rst (GH-93025)
by Miss Islington (bot)
· 3 years, 3 months ago
b52e44d
Take advantage of math.comb() in the nth_combination() recipe (GH-93027) (#93032)
by Miss Islington (bot)
· 3 years, 3 months ago
61dfe37
[3.11] gh-72073: Add Windows case in pathlib.rename (GH-93002) (GH-93028)
by Miss Islington (bot)
· 3 years, 3 months ago
24223ec
gh-92611: Clarify planned removal version in PEP 594-deprecated modules (GH-92793) (GH-93026)
by Miss Islington (bot)
· 3 years, 3 months ago
6a3a6ba
gh-91860: documentation for typing.dataclass_transform (GH-92768)
by Miss Islington (bot)
· 3 years, 3 months ago
6814ab7
Doc: add missing manpage and title references in tkinter docs (GH-29008)
by Miss Islington (bot)
· 3 years, 3 months ago
4eb2f40
gh-92913: Clarify changes to PyInitConfig.module_search_paths[_set] fields (GH-92980)
by Miss Islington (bot)
· 3 years, 3 months ago
37d60c0
gh-92417: `importlib` docs: remove references to unsupported Python versions (GH-92424) (GH-92979)
by Miss Islington (bot)
· 3 years, 3 months ago
27302ae
bpo-46879: Fix incorrect sphinx object names in doc (GH-31615) (GH-92974)
by Miss Islington (bot)
· 3 years, 3 months ago
de97d82
gh-92417: `subprocess` docs: remove note on compatibility with Python <3.5 (GH-92538) (GH-92972)
by Miss Islington (bot)
· 3 years, 3 months ago
02fe225
gh-92417: `fractions`, `decimal`: Improve docs for alternative constructor methods (GH-92421) (GH-92970)
by Miss Islington (bot)
· 3 years, 3 months ago
a2d6e6c
gh-92417: `socket` docs: remove references to Python <3.3 (GH-92544) (GH-92968)
by Miss Islington (bot)
· 3 years, 3 months ago
4d1e243
bpo-45393: help() on operator precedence has misleading entries (GH-31246) (GH-92965)
by Miss Islington (bot)
· 3 years, 3 months ago
54653b5
gh-92417: Update docs and examples of doctest.IGNORE_EXCEPTION_DETAIL for Py>=3 (GH-92502) (GH-92962)
by Miss Islington (bot)
· 3 years, 3 months ago
611d43c
gh-91491: Complete Whats New in 3.11 for typing (GH-92708)
by Miss Islington (bot)
· 3 years, 3 months ago
17a62d1
Doc: amend ssl.PROTOCOL_SSLv2 and ssl.PROTOCOL_SSLv3 wording (GH-92634)
by Miss Islington (bot)
· 3 years, 3 months ago
482e334
Include ``asyncio.Barrier`` in 3.11 Whats New (GH-92927)
by Miss Islington (bot)
· 3 years, 3 months ago
aa55985
gh-87901: Remove the encoding argument from os.popen (GH-92836)
by Miss Islington (bot)
· 3 years, 3 months ago
8499635
gh-92812: Align ArgumentParser.add_subparsers() docs with argument spec (GH-92814)
by Miss Islington (bot)
· 3 years, 3 months ago
65ebd92
gh-92780: Improve sqlite3.Connection.create_collation docs (GH-92790)
by Miss Islington (bot)
· 3 years, 3 months ago
fad72d0
gh-91755: Document Py_IncRef and Py_DecRef as C functions (GH-91805)
by Miss Islington (bot)
· 3 years, 3 months ago
9a61afe
bpo-40838: document `getdoc`, `getmodule`, `getsourcefile` in `inspect` returns `None` (GH-30575)
by Miss Islington (bot)
· 3 years, 3 months ago
76b81be
gh-81548: Clarify the deprecation of octal sequences affect byte strings (GH-92643)
by Miss Islington (bot)
· 3 years, 3 months ago
da2f0c7
re docs: fix source code link (GH-92819)
by Miss Islington (bot)
· 3 years, 3 months ago
2ef6a98
Speedup: build docs in parallel (GH-92733)
by Miss Islington (bot)
· 3 years, 3 months ago
fdfc7eb
gh-87670: Add web.archive redirects from effbot (GH-92816)
by Miss Islington (bot)
· 3 years, 3 months ago
5b2c5ae
[3.11] Restore default role check in `make check`. (GH-92290) (#92821)
by Ezio Melotti
· 3 years, 3 months ago
9a97a89
gh-92611: Link to PEP 594 sections & add key detail in doc deprecation notices (GH-92612)
by Miss Islington (bot)
· 3 years, 3 months ago
60c4bca
Fix typo in argparse docs. (GH-92691) (#92709)
by Miss Islington (bot)
· 3 years, 3 months ago
0c1795b
Document Py_ssize_t. (GH-92512)
by Miss Islington (bot)
· 3 years, 3 months ago
715b070
gh-92436: __future__ docs: add note on expectations for "from __future__ import annotations" (GH-92568)
by Miss Islington (bot)
· 3 years, 3 months ago
6e1a214
gh-89653: PEP 670: unicodeobject.h uses _Py_CAST() (GH-92696) (GH-92703)
by Miss Islington (bot)
· 3 years, 3 months ago
bf86901
Fix minor documentation error in bisect docs (GH-92697)
by Miss Islington (bot)
· 3 years, 3 months ago
a2c8180
[3.11] gh-89336: Fix configparser.RawConfigParser.readfp typo (GH-92636) (GH-92662)
by Miss Islington (bot)
· 3 years, 3 months ago
5ea8a93
[3.11] Fix typo in unittest.rst: addCleanupModule -> addModuleCleanup (GH-92631) (GH-92659)
by Miss Islington (bot)
· 3 years, 3 months ago
a9b5bc3
Update numbers.rst (GH-31995)
by Miss Islington (bot)
· 3 years, 3 months ago
b162f08
gh-91966 Document where key functions are applied in the bisect module (GH-92602) (#92667)
by Miss Islington (bot)
· 3 years, 3 months ago
5197134
Revert "gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)" (GH-92599)
by Serhiy Storchaka
· 3 years, 3 months ago
635b62a
[3.11] gh-76773: Update docs mentioning no-longer-supported Windows versions & features (GH-92529) (GH-92608)
by Miss Islington (bot)
· 3 years, 3 months ago
e4fc347
gh-92417: `zlib` docs, `binascii` docs: remove Python 2 compatibility notes (GH-92543) (GH-92607)
by Miss Islington (bot)
· 3 years, 3 months ago
c84f547
[3.11] gh-92417: `unittest.mock` docs: remove references to Python <2.6 (GH-92539) (GH-92606)
by Miss Islington (bot)
· 3 years, 3 months ago
74c094d
bpo-13553: Document tkinter.Tk args (GH-4786)
by Miss Islington (bot)
· 3 years, 3 months ago
2d38a2f
gh-91928: Add what's new entry for datetime.UTC alias (GH-92567)
by Miss Islington (bot)
· 3 years, 3 months ago
a51baec
gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)
by Miss Islington (bot)
· 3 years, 3 months ago
b7b7b4f
Doc: Update py2app link. (GH-91585)
by Miss Islington (bot)
· 3 years, 3 months ago
1e4cdcf
gh-91345: Talk about ``sys._getframe`` compatibility in 3.11 whatsnew (GH-92552)
by Miss Islington (bot)
· 3 years, 3 months ago
2505e22
What's New in Python 3.11: move C API changes (GH-92390)
by Miss Islington (bot)
· 3 years, 3 months ago
ea58fea
Enhance PyConfig documentation (GH-92394)
by Miss Islington (bot)
· 3 years, 3 months ago
2f46cf6
bpo-38056: overhaul Error Handlers section in codecs documentation (GH-15732)
by Miss Islington (bot)
· 3 years, 3 months ago
cffa76d
pdb docs: workaround for double semicolon in strings (GH-17011)
by Miss Islington (bot)
· 3 years, 3 months ago
574d7b8
bpo-39229: fix formatting in library/functions.rst (GH-17857)
by Miss Islington (bot)
· 3 years, 3 months ago
b6da20f
gh-77521: Add link to builtin module names in modules tutorial (GH-92438)
by Miss Islington (bot)
· 3 years, 3 months ago
5917e71
Use percentage over factor for 3.11 whatsnew performance (GH-92496)
by Miss Islington (bot)
· 3 years, 3 months ago
d6b83a3
gh-80856: doc: reveal doctest directives (GH-92318)
by Miss Islington (bot)
· 3 years, 3 months ago
8037fb7
Fix the `versionadded` for asyncio.StreamWriter.start_tls() (GH-92378)
by Miss Islington (bot)
· 3 years, 3 months ago
7c6d649
gh-92417: `logging` docs: Remove warning that only applies to Python <3.2 (GH-92425)
by Miss Islington (bot)
· 3 years, 3 months ago
6d8fd3f
`typing.Text`: tweak deprecation notice (GH-92405)
by Miss Islington (bot)
· 3 years, 3 months ago
29f592e
[3.11] gh-92417: `asyncio` docs: `asyncio.run()` is available on all supported Python versions (GH-92419) (GH-92462)
by Miss Islington (bot)
· 3 years, 3 months ago
dfad113
[3.11] gh-92417: `json` docs: `dict` is ordered on all supported Python versions (GH-92422) (GH-92464)
by Miss Islington (bot)
· 3 years, 3 months ago
c35da32
[3.11] gh-92417: `doctest` docs: remove references to Python <3.6 (GH-92420) (GH-92467)
by Miss Islington (bot)
· 3 years, 3 months ago
be6c89c
[3.11] GH-92431: Fix footnotes in Doc/c-api/exceptions.rst (GH-92432) (GH-92469)
by Miss Islington (bot)
· 3 years, 3 months ago
eec14f4
[3.11] gh-92417: `stdtypes` docs: delete discussion of Python 2 differences (GH-92423) (GH-92472)
by Miss Islington (bot)
· 3 years, 3 months ago
f71b305
Update What's New in 3.11 faster cpython figures and contributors (GH-92401)
by Miss Islington (bot)
· 3 years, 3 months ago
c63c8ac
bpo-45046: Support context managers in unittest (GH-28045)
by Miss Islington (bot)
· 3 years, 3 months ago
a85bdd7
gh-92417: `typing` docs: `from __future__ import annotations` can be used in all supported Python versions (GH-92418)
by Miss Islington (bot)
· 3 years, 3 months ago
d0d22ca
gh-92448: Update the documentation builder to render the GitHub issue. (GH-92449)
by Miss Islington (bot)
· 3 years, 3 months ago
565a5a3
gh-92308: Add Pending Removal section to 3.11 What's New (GH-92309)
by Miss Islington (bot)
· 3 years, 3 months ago
e89c01e
[3.11] Add CI step to check changes in the exported ABI (#92442)
by Pablo Galindo Salgado
· 3 years, 3 months ago
8d32a5c
Update the SOURCE_URI in pyspecific.py to point to the new branch
by Pablo Galindo
· 3 years, 3 months ago
v3.11.0b1
5021064
gh-92203: Add closure support to exec(). (#92204)
by larryhastings
· 3 years, 3 months ago
a79001e
gh-92368: Fix missing possessive apostrophe (#92397)
by gophra
· 3 years, 3 months ago
5fbaf80
Fix What's New: use :gh: instead of :issue: (#92395)
by Serhiy Storchaka
· 3 years, 3 months ago
15dbe85
gh-91827: Add method info_pathlevel() in tkinter (GH-91829)
by Serhiy Storchaka
· 3 years, 3 months ago
6f18b86
gh-92332: Docs-only deprecation of `typing.Text` (GH-92351)
by Alex Waygood
· 3 years, 3 months ago
291945b
Enum docs: Remove unnecessary apostrophes (#92382)
by Alex Waygood
· 3 years, 3 months ago
740da8d
Document the lifetime of `PyUnicode_AsUTF8String` (#92325)
by Matt Wozniski
· 3 years, 3 months ago
ebaf094
GH-89519: Deprecate classmethod descriptor chaining (#92379)
by Raymond Hettinger
· 3 years, 3 months ago
93364f9
gh-78157: [Enum] nested classes will not be members in 3.13 (GH-92366)
by Ethan Furman
· 3 years, 3 months ago
fa4f0a1
gh-90622: Prevent max_tasks_per_child use with a fork mp_context. (#91587)
by Gregory P. Smith
· 3 years, 3 months ago
Next »