Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.11.0a5
/
Doc
tag
838b51a0799b8fc83413edf0561b86f85625f946
tagger
Pablo Galindo <pablogsal@gmail.com>
Thu Feb 03 18:37:09 2022
object
c4e4b91557f18f881f393d80f5d8ce29de760e67
Python 3.11.0a5
734b1f1
bpo-46569: [Enum] fix typo in `StrEnum` docs (GH-31007)
by Nikita Sobolev
· 3 years, 7 months ago
6baa98e
bpo-46624: Defer to 3.12: "Remove deprecated support for non-integer values" (GH-31098)
by Miro Hrončok
· 3 years, 7 months ago
b4bd1e1
bpo-44977: Deprecate delegation of int to __trunc__ (GH-31031)
by Zackery Spytz
· 3 years, 7 months ago
7ffe7ba
bpo-46483: Remove `__class_getitem__` from `pathlib.PurePath` (GH-30848)
by Nikita Sobolev
· 3 years, 7 months ago
e8659b4
bpo-45173: Keep configparser deprecations until Python 3.12 (GH-30952)
by Hugo van Kemenade
· 3 years, 7 months ago
f66c857
bpo-45459: Add Py_buffer to limited API (GH-29991)
by Christian Heimes
· 3 years, 7 months ago
06a4911
Add recipe for subslices (GH-31028)
by Raymond Hettinger
· 3 years, 7 months ago
f77beac
Fix minor details in the Counter docs (GH-31029)
by Raymond Hettinger
· 3 years, 7 months ago
abcc3d7
bpo-46414: Add typing.reveal_type (#30646)
by Jelle Zijlstra
· 3 years, 7 months ago
a4cb319
bpo-46355: What's New: Note that PyFrameObject are private (GH-31032)
by Petr Viktorin
· 3 years, 7 months ago
18cb2ef
bpo-29688: document and test `pathlib.Path.absolute()` (GH-26153)
by Barney Gale
· 3 years, 7 months ago
89fd7c3
bpo-46329: Split calls into precall and call instructions. (GH-30855)
by Mark Shannon
· 3 years, 7 months ago
44afdbd
bpo-42238: [doc] Avoid hardcoding fast-moving lines in susp-ignored.csv. (GH-30981)
by Julien Palard
· 3 years, 7 months ago
18ea973
bpo-40170: Remove PyHeapType_GET_MEMBERS() macro (GH-30942)
by Victor Stinner
· 3 years, 7 months ago
ace0aa2
bpo-42982: update pbkdf2 example & add another link (GH-30966)
by Gregory P. Smith
· 3 years, 7 months ago
08c0ed2
bpo-23556: [doc] Fix inaccuracy in documentation for raise without args. Improve tests for context in nested except handlers. (GH-29236)
by Kinshuk Dua
· 3 years, 7 months ago
897ce90
bpo-42982: Improve the text on suggested number of iterations of PBKDF2 (GH-24276)
by Illia Volochii
· 3 years, 7 months ago
bcafab8
[doc]: Spotted errors while working on rstlint. (GH-30879)
by Julien Palard
· 3 years, 7 months ago
b50322d
bpo-45162: Revert "Remove many old deprecated unittest features" (GH-30935)
by Gregory P. Smith
· 3 years, 7 months ago
fcde0bc
bpo-45296: Clarify close, quit, and exit in IDLE (GH-30936)
by Terry Jan Reedy
· 3 years, 7 months ago
f0a6481
bpo-46502: Remove "How do I tell incomplete input" from FAQ (GH-30925)
by Mateusz Łoskot
· 3 years, 7 months ago
8548366
bpo-46528: Simplify the VM's stack manipulations (GH-30902)
by Brandt Bucher
· 3 years, 7 months ago
b9d8980
bpo-43698: do not use `...` as argument name in docs (GH-30502)
by Nikita Sobolev
· 3 years, 7 months ago
7cf285d
bpo-41844: Update IDLE part of What's New 3.9 to 20228 (GH-30905)
by Terry Jan Reedy
· 3 years, 7 months ago
4a49fa6
bpo-48146: Update IDLE part of What's New 3.10 to 2022 (GH-30906)
by Terry Jan Reedy
· 3 years, 7 months ago
ee60550
Move doctests to the main docs. Eliminate duplication. Improve coverage. (GH-30869)
by Raymond Hettinger
· 3 years, 7 months ago
b18fd54
bpo-46431: Add example of subclassing ExceptionGroup. Document the message and exceptions attributes (GH-30852)
by Irit Katriel
· 3 years, 7 months ago
80e1def
bpo-45711: move whatsnew entries which are incorrectly listed under New Features (GH-30849)
by Irit Katriel
· 3 years, 7 months ago
d7c6863
bpo-41906: Accept built filters in dictConfig (GH-30756)
by Mario Corchero
· 3 years, 7 months ago
58f3d98
bpo-46422: use `dis.Positions` in `dis.Instruction` (GH-30716)
by Nikita Sobolev
· 3 years, 7 months ago
0367a36
bpo-43683: Streamline YIELD_VALUE and SEND (GH-30723)
by Mark Shannon
· 3 years, 7 months ago
d75a51b
fix typo in typing.rst (#30841)
by Jelle Zijlstra
· 3 years, 7 months ago
270a091
Improve grouper() recipe to demonstrate all forms of zip() (GH-30837)
by Raymond Hettinger
· 3 years, 7 months ago
c8a5366
bpo-46468: document that "-m http.server" defaults to port 8000 (GH-30776)
by Jelle Zijlstra
· 3 years, 7 months ago
5d73524
bpo-46460: remove duplicated `versionchanged` from `dis.rst` (GH-30752)
by Nikita Sobolev
· 3 years, 7 months ago
57d1855
bpo-46463: Fixes escape4chm.py script used when building the CHM documentation file (GH-30768)
by Steve Dower
· 3 years, 7 months ago
40fcd16
bpo-30512: Add CAN Socket support for NetBSD (GH-30066)
by Thomas Klausner
· 3 years, 7 months ago
b04dfbb
bpo-46409: Make generators in bytecode (GH-30633)
by Mark Shannon
· 3 years, 7 months ago
d05a663
no-issue: Fix documentation typos. (GH-30576)
by Piotr Fusik
· 3 years, 7 months ago
4b99803
doc: Clarify os.urandom return type (#30282)
by Florian Bruhin
· 3 years, 7 months ago
d45cd2d
Update documentation in datetime module strftime-and-strptime-behavior fix typo in '%W' format code description (GH-30232)
by Evan
· 3 years, 7 months ago
1faf7c4
bpo-45680: Minor formatting fix in stdtypes.rst (GH-30690)
by Ken Jin
· 3 years, 7 months ago
0eae9a2
bpo-45680: Clarify documentation on ``GenericAlias`` objects (GH-29335)
by Alex Waygood
· 3 years, 7 months ago
3bf6315
bpo-22039: [doc] clarify that there are no plans to disable deleting an attribute via PyObject_SetAttr (GH-30639)
by Irit Katriel
· 3 years, 7 months ago
a847785
bpo-43869: Time Epoch is the same on all platforms (GH-30664)
by Victor Stinner
· 3 years, 7 months ago
3852269
bpo-45554: Document multiprocessing.Process.exitcode values (GH-30142)
by John Marshall
· 3 years, 7 months ago
65940fa
bpo-20823: Clarify copyreg.pickle() documentation (GH-30230)
by Kumar Aditya
· 3 years, 7 months ago
ff7703c
bpo-43869: Improve epoch docs (GH-25777)
by Miguel Brito
· 3 years, 7 months ago
bdf2ab1
bpo-46402: Promote SQLite URI tricks in `sqlite3` docs (GH-30660)
by Erlend Egeberg Aasland
· 3 years, 7 months ago
c47c9e6
bpo-44934: Add optional feature AppendPath to Windows MSI installer (GH-27889)
by bneuburg
· 3 years, 7 months ago
62a6594
bpo-40066: [Enum] fix tests (GH-30643)
by Ethan Furman
· 3 years, 7 months ago
83d544b
bpo-40066: [Enum] skip failing doc test (GH-30637)
by Kumar Aditya
· 3 years, 7 months ago
42a64c0
Revert "bpo-40066: [Enum] update str() and format() output (GH-30582)" (GH-30632)
by Victor Stinner
· 3 years, 7 months ago
acf7403
bpo-40066: [Enum] update str() and format() output (GH-30582)
by Ethan Furman
· 3 years, 7 months ago
305588c
bpo-20281, bpo-29964: update datetime docs to refer %z and %Z to a pre-existing footnote (GH-30354)
by Hugo van Kemenade
· 3 years, 7 months ago
025cbe7
bpo-45569: Change PYLONG_BITS_IN_DIGIT default to 30 (GH-30497)
by Mark Dickinson
· 3 years, 7 months ago
73140de
bpo-23183: Document the timeit output (GH-30359)
by Hugo van Kemenade
· 3 years, 7 months ago
0885999
bpo-46355: Document PyFrameObject and PyThreadState changes (GH-30558)
by Victor Stinner
· 3 years, 7 months ago
c590b58
bpo-46328: Add sys.exception() (GH-30514)
by Irit Katriel
· 3 years, 7 months ago
443b308
bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455)
by Christian Heimes
· 3 years, 7 months ago
0bbf30e
bpo-46342: make @typing.final introspectable (GH-30530)
by Jelle Zijlstra
· 3 years, 7 months ago
dce642f
bpo-46307: Add string.Template.get_identifiers() method (GH-30493)
by Ben Kehoe
· 3 years, 7 months ago
6f05e1e
[doc] Add license_url for python-docs-theme 2022.1. (GH-30527)
by Julien Palard
· 3 years, 7 months ago
43c5c13
closes bpo-46253: Change Py_UNICODE to Py_UCS4 in the C API docs to match the current source code (GH-30387)
by Julian Gilbey
· 3 years, 7 months ago
73decdf
Remove unused `Any` from `Concatenate` example in typing docs (GH-30516)
by Michael Oliver
· 3 years, 7 months ago
6223cbf
bpo-45331: [Enum] add rule to docs that mixin type must be subclassable (GH-30521)
by Nikita Sobolev
· 3 years, 7 months ago
d24cd49
bpo-46270: Describe the `in` and `not in` operators as membership tests. (GH-30504)
by Raymond Hettinger
· 3 years, 7 months ago
0b2b9d2
bpo-23882: unittest: Drop PEP 420 support from discovery. (GH-29745)
by Inada Naoki
· 3 years, 7 months ago
b6aa38f
bpo-46261: Update `sqlite3.Cursor.lastrowid` docs (GH-30407)
by Erlend Egeberg Aasland
· 3 years, 7 months ago
ef5376e
bpo-46290: Fix parameter names in dataclasses docs (GH-30450)
by Zsolt Dollenstein
· 3 years, 7 months ago
6d07a9f
bpo-28546: [doc] Clarify setting pdb breakpoints (GH-30360)
by Hugo van Kemenade
· 3 years, 7 months ago
273cb8e
bpo-24650: Use full term "generator function" in yield expressions docs (GH-24663)
by Jacob Walls
· 3 years, 7 months ago
9b7aa6a
bpo-46216: remove spurious link to os.system() from os.time() documentation (GH-30326)
by Irit Katriel
· 3 years, 7 months ago
46c7a65
bpo-46251: Add 'Security Considerations' section to logging configura… (GH-30411)
by Vinay Sajip
· 3 years, 8 months ago
9925e70
bpo-45292: [PEP-654] exception groups and except* documentation (GH-30158)
by Irit Katriel
· 3 years, 8 months ago
e028ae9
bpo-45923: Handle call events in bytecode (GH-30364)
by Mark Shannon
· 3 years, 8 months ago
3db762d
bpo-46031: add POP_JUMP_IF_NOT_NONE and POP_JUMP_IF_NONE (GH-30019)
by penguin_wwy
· 3 years, 8 months ago
e5894ca
bpo-46266: Add calendar day of week constants to __all__ (GH-30412)
by Nikita Sobolev
· 3 years, 8 months ago
31e43cb
bpo-46009: Remove GEN_START (GH-30367)
by Brandt Bucher
· 3 years, 8 months ago
f404e26
Fix missing "," in the documentation of Executor Objects (GH-30404)
by Philipp Claßen
· 3 years, 8 months ago
7d7817c
bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-30168)
by Kumar Aditya
· 3 years, 8 months ago
b949845
bpo-33252: Document that ResourceWarning is ignored by default (GH-30358)
by Hugo van Kemenade
· 3 years, 8 months ago
e09d94a
bpo-46231: Remove invalid_* rules preceded by more tokens from the grammar docs (GH-30341)
by Pablo Galindo Salgado
· 3 years, 8 months ago
a94461d
bpo-46202: Remove opcode POP_EXCEPT_AND_RERAISE (GH-30302)
by Irit Katriel
· 3 years, 8 months ago
a09062c
bpo-44092: Move What's New entry to where it belongs (GH-30381)
by Erlend Egeberg Aasland
· 3 years, 8 months ago
bef4883
Update old-style strings to f-strings (GH-30384)
by David Gilbertson
· 3 years, 8 months ago
2db5613
bpo-34538: Remove Exception subclassing from tutorial (GH-30361)
by Hugo van Kemenade
· 3 years, 8 months ago
770f43d
Add doctest and improve readability for move_to_end() example. (#30370)
by Raymond Hettinger
· 3 years, 8 months ago
51700bf
bpo-34931: [doc] clarify behavior of os.path.splitext() on paths with multiple leading periods (GH-30347)
by Irit Katriel
· 3 years, 8 months ago
9d6a239
bpo-44092: Don't reset statements/cursors before rollback (GH-26026)
by Erlend Egeberg Aasland
· 3 years, 8 months ago
c960b19
bpo-46222: posixmodule sendfile FreeBSD's constants updates. (GH-30327)
by David CARLIER
· 3 years, 8 months ago
65e7c1f
bpo-46219, 46221: simplify except* implementation following exc_info changes. Move helpers to exceptions.c. Do not assume that exception groups are truthy. (GH-30289)
by Irit Katriel
· 3 years, 8 months ago
8e75c6b
argparse docs: prog default is the basename of argv[0] (GH-30298)
by Jade Lovelace
· 3 years, 8 months ago
ba00f0d
Update copyright year to 2022. (GH-30335)
by Benjamin Peterson
· 3 years, 8 months ago
ce4d25f
bpo-46196: document method cmd.Cmd.columnize (#30303)
by Nikita Sobolev
· 3 years, 8 months ago
7a8796d
bpo-45903: Fix typo in What's New: Signature.from_builtin is removed (GH-29813)
by Hugo van Kemenade
· 3 years, 8 months ago
a09bc3a
bpo-46095: Improve SeqIter documentation. (GH-30316)
by Raymond Hettinger
· 3 years, 8 months ago
ac4eea2
bpo-46079: Replace external link that is down for maintenance. (GH-30315)
by Raymond Hettinger
· 3 years, 8 months ago
e18d815
bpo-45321: Add missing error codes to module `xml.parsers.expat.errors` (GH-30188)
by Sebastian Pipping
· 3 years, 8 months ago
99945c6
bpo-46109: Separate out files relating to importlib.resources (GH-30160)
by Jason R. Coombs
· 3 years, 8 months ago
Next »