Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.10.0rc1
/
Doc
tag
645a1422d461db65fd6e505b402b0a71b59ed472
tagger
Pablo Galindo <pablogsal@gmail.com>
Mon Aug 02 19:55:54 2021
object
cc115e5bf66abe909964be5880c96194d9424df9
Python 3.10.0rc1
c6e7c98
bpo-44782: Improve OrderedDict recipe for LRU cache variants (GH-27536)
by Miss Islington (bot)
· 4 years, 1 month ago
14cb669
bpo-35183: Add typical examples to os.path.splitext docs (GH-27286) (GH-27563)
by Miss Islington (bot)
· 4 years, 1 month ago
9de5901
Document PyMember_GetOne and PyMember_SetOne (GH-27555)
by Miss Islington (bot)
· 4 years, 1 month ago
7c89bdd
doc: "Mac OS " -> "macOS" (GH-27534)
by Miss Islington (bot)
· 4 years, 1 month ago
5888107
doc: "Mac OS X" -> "macOS" (GH-27535)
by Miss Islington (bot)
· 4 years, 1 month ago
440c9f7
bpo-43625: Enhance csv sniffer has_headers() to be more accurate (GH-26939) (GH-27494)
by Miss Islington (bot)
· 4 years, 1 month ago
843b3d28
bpo-41911: Update docs for various expressions (GH-27470) (GH-27490)
by Miss Islington (bot)
· 4 years, 1 month ago
f7f1c26
Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27478)
by Miss Islington (bot)
· 4 years, 1 month ago
6ca35f2
Doc: Change errant 3.10.0 to 3.10, to match other mentions (GH-27459) (GH-27479)
by Miss Islington (bot)
· 4 years, 1 month ago
1256279
Fix typo in ast.rst (GH-27449) (GH-27454)
by Miss Islington (bot)
· 4 years, 1 month ago
86545bd
bpo-44765: [doc] fix typo (GH-27430) (GH-27450)
by Miss Islington (bot)
· 4 years, 1 month ago
6b922da
bpo-41103: Resurrect the old buffer protocol. (GH-27437) (GH-27441)
by Miss Islington (bot)
· 4 years, 1 month ago
b5bdc0c
bpo-43565: Document PyUnicode_KIND's return type as an unsigned int (GH-25724) (GH-27439)
by Miss Islington (bot)
· 4 years, 1 month ago
369d148
bpo-44763: [doc] remove repetitive sentence from textwrap.wrap (GH-27423) (GH-27426)
by Miss Islington (bot)
· 4 years, 1 month ago
97af790
bpo-44544: [doc] list all textwrap func kwargs (GH-26999) (GH-27424)
by Miss Islington (bot)
· 4 years, 1 month ago
a90a57e
Fix typo in sqlite3.rst (GH-27415) (GH-27417)
by Miss Islington (bot)
· 4 years, 1 month ago
c75b594
Add missing end of sentence in docs (GH-27280) (GH-27419)
by Miss Islington (bot)
· 4 years, 1 month ago
0993837
Spell out 's.pop() or s.pop(i)' (GH-27398) (GH-27412)
by Miss Islington (bot)
· 4 years, 1 month ago
f113195
bpo-44756: in ./Doc, `make build` depends on `make html` (GH-27403) (GH-27410)
by Miss Islington (bot)
· 4 years, 1 month ago
be24154
bpo-44740: Make minor edits to lowercasing "internet" and "web". (GH-27385) (#27386)
by Miss Islington (bot)
· 4 years, 1 month ago
1557cff
[doc] Fix typo in asyncio Event Loop (GH-27377)
by Miss Islington (bot)
· 4 years, 1 month ago
6fc1efa
bpo-44740: Lowercase "internet" and "web" where appropriate. (GH-27378) (GH-27380)
by Miss Islington (bot)
· 4 years, 1 month ago
3dc88ff
docs: replace "Mac OS X" -> "macOS" (GH-27364) (GH-27374)
by Miss Islington (bot)
· 4 years, 1 month ago
5151826
The current documentation says it returns None if the name is not found, but (GH-26785) (GH-27371)
by Miss Islington (bot)
· 4 years, 1 month ago
563e057
bpo-43443: Clarify difference between shelve objects and dicts (GH-27004) (GH-27369)
by Miss Islington (bot)
· 4 years, 1 month ago
4a5457d
bpo-44490: Add 'Whats New' docs regarding types.Union changes (GH-27215) (GH-27368)
by Miss Islington (bot)
· 4 years, 1 month ago
8a37e8c
bpo-44732: Rename types.Union to types.UnionType (GH-27342)
by Miss Islington (bot)
· 4 years, 1 month ago
642d873
bpo-44693: Update __future__ entry in Doc/glossary.rst (GH-27349) (GH-27357)
by Miss Islington (bot)
· 4 years, 1 month ago
628baf6
[3.10] bpo-44399: Update logging cookbook to document patterns to be avoided. (GH-27348) (GH-27352)
by Miss Islington (bot)
· 4 years, 1 month ago
59058a6
[3.10] bpo-43184: Add information about added attribute and method. (GH-27347) (GH-27355)
by Miss Islington (bot)
· 4 years, 1 month ago
45caee2
bpo-44713: [doc fix]: typo in subprocess.rst (GH-27297) (GH-27298)
by Miss Islington (bot)
· 4 years, 1 month ago
d15949a
bpo-44353: Document that typing.NewType is now a class (GH-27319) (GH-27321)
by Miss Islington (bot)
· 4 years, 1 month ago
632e8a6
bpo-42747: Remove Py_TPFLAGS_HAVE_AM_SEND and make Py_TPFLAGS_HAVE_VERSION_TAG no-op (GH-27260) (GH-27306)
by Miss Islington (bot)
· 4 years, 1 month ago
d0c6175
bpo-14879: [doc] clarify how to check for errors from subprocess.Popen(..., shell=True) (GH-26755) (GH-27288)
by Miss Islington (bot)
· 4 years, 1 month ago
0fb4b75
Fix typo in collections.rst (GH-27270) (#27285)
by Miss Islington (bot)
· 4 years, 1 month ago
d17449f
bpo-30511: Add note on thread safety to shutil.make_archive() (GH-26933) (GH-27274)
by Miss Islington (bot)
· 4 years, 1 month ago
2d04920
Clean up comma usage in Doc/library/functions.rst (GH-27083) (#27243)
by Miss Islington (bot)
· 4 years, 1 month ago
bce2847
[3.10] bpo-44561: Update hyperlinks in Doc/distributing/index.rst (GH-27032) (GH-27234)
by Miss Islington (bot)
· 4 years, 1 month ago
af9a352
Correct the order of check-abidump (GH-27229)
by Pablo Galindo Salgado
· 4 years, 1 month ago
016af14
[3.10] bpo-44589: raise a SyntaxError when mapping patterns have duplicate literal keys (GH-27131) (GH-27157)
by Miss Islington (bot)
· 4 years, 1 month ago
ff7af22
bpo-34932: Add socket.TCP_KEEPALIVE for macOS (GH-25079)
by Miss Islington (bot)
· 4 years, 1 month ago
3048b8b
bpo-44639: fix typo in sqlite.rst (transation => transaction) (GH-27145) (GH-27148)
by Miss Islington (bot)
· 4 years, 1 month ago
03c85d4
[3.10] Add release highlights for the 3.10 what's new document (GH-27150) (GH-27152)
by Pablo Galindo Salgado
· 4 years, 1 month ago
9b369c9
bpo-43126: Expand docs on io.IOBase.readlines() method (GH-27061) (GH-27113)
by Miss Islington (bot)
· 4 years, 1 month ago
f514add
bpo-44514: Add doctest testcleanup for configparser and bz2 (GH-26909) (GH-27112)
by Miss Islington (bot)
· 4 years, 1 month ago
7223ce3
bpo-44613: Make importlib.metadata non-provisional (GH-27101) (#27106)
by Miss Islington (bot)
· 4 years, 1 month ago
721d479
bpo-42194: Add "New in version: 3.9" to argparse.BooleanOptionalAction (GH-23026) (#27097)
by Miss Islington (bot)
· 4 years, 1 month ago
443db64
bpo-26329: update os.path.normpath documentation (GH-20138) (GH-27094)
by Miss Islington (bot)
· 4 years, 1 month ago
662ace1
Doc: Fix wrong exception used in example. (GH-26572)
by Miss Islington (bot)
· 4 years, 1 month ago
a219d6b
docs: add the word 'official' (GH-26849)
by Miss Islington (bot)
· 4 years, 1 month ago
846cc4d
bpo-43453: Update and re-add example to typing runtime_checkable (GH-27013)
by Miss Islington (bot)
· 4 years, 1 month ago
9bf7c2d
[3.10] bpo-44559: [Enum] revert enum module to 3.9 (GH-27010)
by Ethan Furman
· 4 years, 2 months ago
bea618d
Fix a small typo in the docs (GH-26991) (GH-27003)
by Miss Islington (bot)
· 4 years, 2 months ago
42c2628
bpo-34798: [doc] clearer presentation of pprint.PrettyPrinter constru… (GH-26967) (GH-26990)
by Miss Islington (bot)
· 4 years, 2 months ago
a5764d3
bpo-41180: Replace marshal code.__new__ audit event with marshal.load[s] and marshal.dumps (GH-26970)
by Steve Dower
· 4 years, 2 months ago
08aa26e
bpo-38062: [doc] clarify that atexit uses equality comparisons internally. (GH-26935) (GH-26956)
by Miss Islington (bot)
· 4 years, 2 months ago
d9fc4c3
bpo-42588: Update the docs for the TopologicalSorter.static_order() method (GH-26834)
by Miss Islington (bot)
· 4 years, 2 months ago
a6acd1a
[doc] Fix typo in what's new in 3.10 (GH-26911) (GH-26940)
by Miss Islington (bot)
· 4 years, 2 months ago
dc10264
bpo-40939: Remove documentation for `PyParser_*` & add porting notes (GH-26855) (GH-26898)
by Miss Islington (bot)
· 4 years, 2 months ago
f4b31cd
bpo-44464: Remove special exclusion for flake8 in the deprecation warnings. (GH-26807) (GH-26929)
by Miss Islington (bot)
· 4 years, 2 months ago
aeb6339
bpo-40620: Clarify tutorial controlflow.rst ``range`` examples (GH-26919) (GH-26927)
by Miss Islington (bot)
· 4 years, 2 months ago
8897012
bpo-43977: Properly update the tp_flags of existing subclasses when their parents are registered (GH-26864)
by Miss Islington (bot)
· 4 years, 2 months ago
a80a38e
[3.10] bpo-44498: Issue a deprecation warning on asynchat, asyncore and smtpd import (GH-26882) (GH-26904)
by Miss Islington (bot)
· 4 years, 2 months ago
0a3452e
[3.10] bpo-43988: Add test.support.check_disallow_instantiation() (GH-25757) (GH-26885)
by Erlend Egeberg Aasland
· 4 years, 2 months ago
ece3841
bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874) (GH-26877)
by Victor Stinner
· 4 years, 2 months ago
88a3342
bpo-41621: Document defaultdict's default_factory parameter (GH-21945)
by Miss Islington (bot)
· 4 years, 2 months ago
e6ea428
[doc] Improve punctuation atexit doc (GH-25629) (GH-26856)
by Miss Islington (bot)
· 4 years, 2 months ago
1e16217
bpo-13814: Explain why generators are not context managers (GH-26835)
by Miss Islington (bot)
· 4 years, 2 months ago
9b0bbb9
bpo-44466: Faulthandler now detects the GC (GH-26823) (GH-26826)
by Victor Stinner
· 4 years, 2 months ago
28fe015
bpo-44077: Expose IP_RECVTOS in the socket module (GH-25992)
by Miss Islington (bot)
· 4 years, 2 months ago
26c89e7
Fix typos and grammatical changes in the 3.10 what's new document (GH-26319) (GH-26814)
by Miss Islington (bot)
· 4 years, 2 months ago
344487b
Add a note about NameError/AttributeError suggestions with custom error functions (GH-26794) (GH-26796)
by Miss Islington (bot)
· 4 years, 2 months ago
139c577
bpo-44426: Fix use of the C keyword 'default' as a variable name (GH-26798) (GH-26804)
by Miss Islington (bot)
· 4 years, 2 months ago
3cb70ab
Remove dubious suggestion (GH-26789) (#26797)
by Miss Islington (bot)
· 4 years, 2 months ago
1b4addf
[3.10] bpo-43945: [Enum] reduce scope of new format() behavior (GH-26752)
by Ethan Furman
· 4 years, 2 months ago
77eaf14
bpo-44310: Add a FAQ entry for caching method calls (GH-26731) (GH-26777)
by Miss Islington (bot)
· 4 years, 2 months ago
c689e0a
bpo-44426: Use of 'complex' as a C variable name confuses Sphinx; change it to 'num'. (GH-26744) (GH-26760)
by Miss Islington (bot)
· 4 years, 2 months ago
84ce737
bpo-44392: Add Py_GenericAlias to C API docs (GH-26724)
by Miss Islington (bot)
· 4 years, 2 months ago
7fd4010
bpo-43795: Don't list private names in the limited API (GH-26740)
by Miss Islington (bot)
· 4 years, 2 months ago
41c2a4a7
[3.10] bpo-44342: [Enum] improve test, add andrei kulakov to ACKS (GH-26726)
by Ethan Furman
· 4 years, 2 months ago
8d0b2ca
[3.10] bpo-43475: Add what's new entry for NaN hash changes (GH-26725) (GH-26743)
by Mark Dickinson
· 4 years, 2 months ago
fc310cb
bpo-38291: Remove mention of typing.io and typing.re again (GH-26113)
by Miss Islington (bot)
· 4 years, 2 months ago
809c3fa
bpo-44310: Note that lru_cache keep references to both arguments and results (GH-26715) (GH-26716)
by Miss Islington (bot)
· 4 years, 2 months ago
128899d
bpo-43475: Fix the Python implementation of hash of Decimal NaN (GH-26679)
by Miss Islington (bot)
· 4 years, 2 months ago
d7930fb
bpo-44362: ssl: improve deprecation warnings and docs (GH-26646)
by Miss Islington (bot)
· 4 years, 2 months ago
7496486
[3.10] bpo-44242: [Enum] remove missing bits test from Flag creation (GH-26586) (GH-26635)
by Ethan Furman
· 4 years, 2 months ago
eeefa7f
bpo-43833: Emit warnings for numeric literals followed by keyword (GH-25466)
by Miss Islington (bot)
· 4 years, 2 months ago
7518556
bpo-43795: Note Stable ABI PEP in What's New (GH-26479) (GH-26603)
by Miss Islington (bot)
· 4 years, 2 months ago
2af690f
bpo-44322: Document more SyntaxError details. (GH-26562)
by Miss Islington (bot)
· 4 years, 2 months ago
3b87137
bpo-44320: Fix markup for W3C C14N test suite (GH-26556)
by Miss Islington (bot)
· 4 years, 2 months ago
1065ba6
bpo-44279: revert 'exceptions are raised' back to 'exceptions occur' (GH-26492) (GH-26538)
by Miss Islington (bot)
· 4 years, 3 months ago
e53f72a
[3.10] bpo-44305: Improve syntax error for try blocks without except or finally (GH-26523) (GH-26524)
by Pablo Galindo
· 4 years, 3 months ago
4131780
Add bpo-42914 to What's New (GH-25124)
by Miss Islington (bot)
· 4 years, 3 months ago
6563ea5
[3.10] bpo-44279: [doc] reword contextlib.suppress documentation (GH-26428) (GH-26480)
by Irit Katriel
· 4 years, 3 months ago
d0991e2
bpo-44246: Remove note about access by index now that a compatibility shim is offered. (GH-26472) (#26473)
by Miss Islington (bot)
· 4 years, 3 months ago
d338ce079
bpo-42085: [docs] Add versionadded for am_send in type object documentation (GH-25465) (GH-26453)
by Miss Islington (bot)
· 4 years, 3 months ago
d8ce746
bpo-44263: Mention PyType_Ready in the gc protocol warning (GH-26445) (#26446)
by Miss Islington (bot)
· 4 years, 3 months ago
11049be
bpo-44263: Better explain the GC contract for PyType_FromSpecWithBases (GH-26442) (GH-26443)
by Miss Islington (bot)
· 4 years, 3 months ago
59f9594
[3.10] bpo-44246: Update What's New for importlib.metadata. (GH-26408) (GH-26415)
by Miss Islington (bot)
· 4 years, 3 months ago
09696a3
[3.10] bpo-38908: [docs] Add changes to 3.10 whatsnew and fix some minor inaccuracies in news (GH-26096) (GH-26337)
by Miss Islington (bot)
· 4 years, 3 months ago
Next »