Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.11.0b1
/
Doc
tag
34ecdf95f328a7c486fa101880a1e4e8e56ef276
tagger
Pablo Galindo <pablogsal@gmail.com>
Fri May 06 22:56:27 2022
object
8d32a5c8c4e9c90b0a21e8b2fa0cd567465ced2b
Python 3.11.0b1
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
2b563f1
gh-87901: Add encoding to os.popen (GH-92374)
by Inada Naoki
· 3 years, 3 months ago
301351c
update argparse's doc of append action. (#92344)
by Hai Shi
· 3 years, 4 months ago
299692a
gh-88279: Deprecate PySys_SetArgvEx() (#92363)
by Victor Stinner
· 3 years, 4 months ago
5f29268
gh-57684: Document safe path in What's New in Python 3.11 (#92362)
by Victor Stinner
· 3 years, 4 months ago
1303f8c
gh-80010: Expand fromisoformat to include most of ISO-8601 (#92177)
by Paul Ganssle
· 3 years, 4 months ago
ada8b6d
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)
by Victor Stinner
· 3 years, 4 months ago
f6dd14c
gh-82616: Add process_group support to subprocess.Popen (#23930)
by Gregory P. Smith
· 3 years, 4 months ago
9a0a7b4
gh-91996: Add an HTTPMethod StrEnum to http (GH-91997)
by cibofo
· 3 years, 4 months ago
354ab7a
minor hashlib doc example cleanup. (#92340)
by Gregory P. Smith
· 3 years, 4 months ago
ae553b3
bpo-41818: Add os.login_tty() for *nix. (#29658)
by Soumendra Ganguly
· 3 years, 4 months ago
43b135f
gh-92047: Py_GetVersion multi-digit minor version (GH-92047) (#92048)
by Robert Howlett
· 3 years, 4 months ago
d1b2e98
gh-92223: Remove pre-Python 3.7 alternative in asyncio docs (#92224)
by Sebastian Rittau
· 3 years, 4 months ago
7d7a378
Fix typo in Sorting howto (#92280)
by Carl Meyer
· 3 years, 4 months ago
48c6165
gh-91928: Add `datetime.UTC` alias for `datetime.timezone.utc` (GH-91973)
by Kabir Kwatra
· 3 years, 4 months ago
ee2205b
gh-87304: Improve comments in language reference for imports (#92164)
by Robert Yang
· 3 years, 4 months ago
27e3665
Improve the typing docs (#92264)
by Jelle Zijlstra
· 3 years, 4 months ago
2eca5da
gh-89653: PEP 670: Convert PyBytes macros to functions (#91990)
by Victor Stinner
· 3 years, 4 months ago
d5dfcd4
bpo-46696: Add socket.SO_INCOMING_CPU constant (#31237)
by David CARLIER
· 3 years, 4 months ago
9dc4aae
Link to GitHub instead of BPO for CPython bug tracker (GH-92221)
by slateny
· 3 years, 4 months ago
f6f36cc
bpo-44863: Allow generic typing.TypedDict (#27663)
by Samodya Abey
· 3 years, 4 months ago
6c7249f
gh-92154: Expose PyCode_GetCode in the C API (GH-92168)
by Ken Jin
· 3 years, 4 months ago
78e70be
gh-70363: Implement `io.IOBase` interface for `SpooledTemporaryFile` (GH-29560)
by Carey Metcalfe
· 3 years, 4 months ago
c1767fc
Fix doc warnings in What's New in 3.11 (GH-92215)
by Ken Jin
· 3 years, 4 months ago
b04e02c
bpo-43923: Add support for generic typing.NamedTuple (#92027)
by Serhiy Storchaka
· 3 years, 4 months ago
cc6ae4f
bpo-46586: Fix more erroneous doc links to builtins (#31429)
by Meer Suri
· 3 years, 4 months ago
2d30ade
bpo-46285: Add command-line option -p/--protocol to module http.server (#30999)
by Géry Ogam
· 3 years, 4 months ago
32e4f45
bpo-6686: Replace String with Bytes in xml.sax.handler documentation (#30612)
by Yassir Karroum
· 3 years, 4 months ago
5f45a9d
importlib docs: Update importlib.abc hierarchy (#31113)
by David Gilbertson
· 3 years, 4 months ago
dd57fe1
Fix duplicate word. (GH-92182)
by Benjamin Peterson
· 3 years, 4 months ago
ff88f7e
gh-87390: Add __unpacked__ attribute to types.GenericAlias (#92059)
by Jelle Zijlstra
· 3 years, 4 months ago
4b297a9
gh-91783: Document security considerations for shutil.unpack_archive (#91844)
by Sam Ezeh
· 3 years, 4 months ago
5f9c0f5
Add weakref_slot to dataclass decorator, to allow instances with slots to be weakref-able. (#92160)
by Eric V. Smith
· 3 years, 4 months ago
958f21c
gh-92082: contextlib docs: Change aclosing from a class to a function for consistency (#92155)
by Thaddeus1499
· 3 years, 4 months ago
b9ab6ce
gh-88546: glob.glob docs: Make new paragraph for emphasis and reordered sentence (#91614)
by slateny
· 3 years, 4 months ago
bb857a9
asyncio.subprocess: Fix a typo in doc (#92030)
by Harsh
· 3 years, 4 months ago
2a7efa3
Fix typo in Programming FAQ (#92083)
by Matt Harding
· 3 years, 4 months ago
b25352a
gh-85133: os docs: Add that getenv uses os.environ (#91874)
by slateny
· 3 years, 4 months ago
9166ace
gh-84714: Add behavior if dst file exists (#91867)
by slateny
· 3 years, 4 months ago
6811bde
gh-88097: doc: fix link to Py_Version (#92141)
by Victor Stinner
· 3 years, 4 months ago
614420d
gh-85679: Recommend `encoding="utf-8"` in tutorial (GH-91778)
by Inada Naoki
· 3 years, 4 months ago
ed71129
gh-91998: 'WebAssemby' to 'WebAssembly' (#92040)
by vainaijr
· 3 years, 4 months ago
9588f88
typing docs: Add example for async functions (#20386)
by Sam Bull
· 3 years, 4 months ago
1066ecb
gh-81488: Add recursive wording for issubclass docs (#92087)
by slateny
· 3 years, 4 months ago
0729b31
gh-91952: Make TextIOWrapper.reconfigure() supports "locale" encoding (GH-91982)
by Inada Naoki
· 3 years, 4 months ago
238aa62
Improving readability of argparse.rst (GH-91751)
by Antonio Andrade
· 3 years, 4 months ago
5dcfb91
gh-89253: Add 3.10 whatsnew section for itertools.pairwise (GH-91563)
by slateny
· 3 years, 4 months ago
efb87b1
gh-85757: Change wording from nested to inner (GH-91811)
by slateny
· 3 years, 4 months ago
2b97d7f
Fix typo in asyncio-extending.rst (#91609)
by Yurii Karabas
· 3 years, 4 months ago
ea39246
gh-91611: Use example.com for documentation, not mydomain.com (#91613)
by Motoki Naruse
· 3 years, 4 months ago
567be05
gh-87801: Add run() to subprocess.CalledProcessError description (#91628)
by slateny
· 3 years, 4 months ago
d7eb1ff
gh-87192: Update wording for fcntl 'Changed in' (#91658)
by slateny
· 3 years, 4 months ago
b660d09
Convert :issue: to :gh: in whatsnew (GH-92089)
by Dennis Sweeney
· 3 years, 4 months ago
3a8e2b6
gh-85864: io docs: Add missing position-only parameters (#91950)
by slateny
· 3 years, 4 months ago
9ea9078
gh-92019: Make sqlite3.Blob indexing conform with the norm (#92020)
by Erlend Egeberg Aasland
· 3 years, 4 months ago
3483299
gh-81548: Deprecate octal escape sequences with value larger than 0o377 (GH-91668)
by Serhiy Storchaka
· 3 years, 4 months ago
19dca04
gh-91760: Deprecate group names and numbers which will be invalid in future (GH-91794)
by Serhiy Storchaka
· 3 years, 4 months ago
354ace8
gh-91954: Emit EncodingWarning from locale and subprocess (GH-91977)
by Inada Naoki
· 3 years, 4 months ago
2f7952c
Rephrase typing.assert_never docs (#92061)
by Shantanu
· 3 years, 4 months ago
d0064a1
gh-91491: Add several typing features to What's New (#92060)
by Shantanu
· 3 years, 4 months ago
c2b5797
gh-91217: deprecate xdrlib (GH-92066)
by Brett Cannon
· 3 years, 4 months ago
7861a9e
Fix indentation for typing.Unpack docs (#92058)
by Jelle Zijlstra
· 3 years, 4 months ago
53ca774
sorting howto: Add clarification on < using __lt__ (#92010)
by slateny
· 3 years, 4 months ago
81120b6
bpo-44791: Accept ellipsis as the last argument of typing.Concatenate (#30969)
by Serhiy Storchaka
· 3 years, 4 months ago
89c6b2b
bpo-36329: Remove 'make -C Doc serve' in favour of 'make -C Doc htmlview' (GH-32354)
by Hugo van Kemenade
· 3 years, 4 months ago
64113a4
gh-91873: Summarise deprecations in typing at the top level (GH-91864)
by Ken Jin
· 3 years, 4 months ago
ea2f5bc
bpo-22276: Change pathlib.Path.glob not to ignore trailing path separator (GH-10349)
by Eisuke Kawashima
· 3 years, 4 months ago
0ef8d92
gh-91603: Speed up isinstance/issubclass on union types (GH-91631)
by Yurii Karabas
· 3 years, 4 months ago
87c6cf9
gh-89479: Export _Py_GetSpecializationStats() internal function (#92011)
by Victor Stinner
· 3 years, 4 months ago
407c3af
gh-91217: deprecate uu (GH-92009)
by Brett Cannon
· 3 years, 4 months ago
f348154
Add note that headers added via urllib.request.add_header are added to redirected requests (#30708)
by Ashwin Ramaswami
· 3 years, 4 months ago
161dff7
gh-84459: Make wording more specific for Path.replace (GH-91853)
by slateny
· 3 years, 4 months ago
ad9f817
gh-91498: socket: Add TCP_CONNECTION_INFO on macOS (#69256)
by David CARLIER
· 3 years, 4 months ago
80de027
gh-68966: Deprecate the mailcap module (#91951)
by Victor Stinner
· 3 years, 4 months ago
b87f7f2
bpo-21761: Clarify __file__/__cached__ in import reference (GH-31565)
by slateny
· 3 years, 4 months ago
1af871e
gh-91217: deprecate telnetlib (GH-91958)
by Brett Cannon
· 3 years, 4 months ago
d174ebe
gh-91217: deprecate sunau (GH-91866)
by Brett Cannon
· 3 years, 4 months ago
cd5726f
gh-91401: Add a failsafe way to disable vfork. (#91490)
by Gregory P. Smith
· 3 years, 4 months ago
20cc695
gh-64783: Fix signal.NSIG value on FreeBSD (#91929)
by Victor Stinner
· 3 years, 4 months ago
93d2801
gh-90633: Improve error and docs for typing.assert_never (#91720)
by Jelle Zijlstra
· 3 years, 4 months ago
f7641a2
gh-91888: add a `:gh:` role to the documentation (#91889)
by Ezio Melotti
· 3 years, 4 months ago
dd3cf12
gh-91491: What's New in 3.11 section for typing PEPs (#91721)
by Jelle Zijlstra
· 3 years, 4 months ago
b4e0484
gh-91230: Concise catch_warnings with simplefilter (#91435)
by Zac Hatfield-Dodds
· 3 years, 4 months ago
692e907
gh-91217: deprecate spwd (#91846)
by Brett Cannon
· 3 years, 4 months ago
92c1037
gh-84461: Add --enable-wasm-pthreads and more file systems (GH-91820)
by Christian Heimes
· 3 years, 4 months ago
9b5ca54
gh-84461: Add sys._emscripten_info, improve docs and build (gh-91781)
by Christian Heimes
· 3 years, 4 months ago
0daa99f
gh-88116: Enhance the inspect frame APIs to use the extended position information (GH-91531)
by Pablo Galindo Salgado
· 3 years, 4 months ago
a3f2cf3
gh-85864: Mark positional-only args in io docs (#91683)
by slateny
· 3 years, 4 months ago
254aaa7
gh-91547: Remove "Undocumented modules" page (#91682)
by Shantanu
· 3 years, 4 months ago
e7929cb
gh-91217: deprecate-sndhdr (#91806)
by Brett Cannon
· 3 years, 4 months ago
Next »