Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.10.0b4
/
Doc
tag
d94d3780bbae87b4601dafd3a1bdc07067006218
tagger
Pablo Galindo <pablogsal@gmail.com>
Sat Jul 10 00:51:08 2021
object
2ba4b208544114e9c5a0cc7699d16c1a1cbf3253
Python 3.10.0b4
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
150a8e8
[3.10] bpo-42392: [docs] Add deprecated-removed loop labels for asyncio (GH-26357) (GH-26390)
by Miss Islington (bot)
· 4 years, 3 months ago
1261941
bpo-41147: [doc] contextlib.redirect_stdout() provides the new stream as context var (GH-21199) (GH-26379)
by Miss Islington (bot)
· 4 years, 3 months ago
2442b34
Point to recent link to PyFLTK (GH-26315) (GH-26366)
by Miss Islington (bot)
· 4 years, 3 months ago
05f8ad0
bpo-20408: Fix memoryview() signature in docs (GH-24431)
by Miss Islington (bot)
· 4 years, 3 months ago
68b9c20
bpo-43795: Remove Py_FrozenMain from the Limited API & Stable ABI (GH-26241) (GH-26353)
by Miss Islington (bot)
· 4 years, 3 months ago
ddc503c
bpo-43109: configure doc: LTO requires "ar" on macOS (GH-26349)
by Miss Islington (bot)
· 4 years, 3 months ago
a682519
bpo-44151: Various grammar, word order, and markup fixes (GH-26344) (GH-26345)
by Miss Islington (bot)
· 4 years, 3 months ago
8677987
bpo-44151: linear_regression() minor API improvements (GH-26199) (GH-26338)
by Miss Islington (bot)
· 4 years, 3 months ago
d309bcc
bpo-44195: Use 'TraversableResources' in the docs to match the implementation. (GH-26317)
by Miss Islington (bot)
· 4 years, 3 months ago
04a4934
Fix typo in whatsnew/3.10.rst (GH-26310) (GH-26323)
by Miss Islington (bot)
· 4 years, 3 months ago
069bc4f
bpo-43207: InspectLoader.is_package is not an abstract method (GH-24517)
by Miss Islington (bot)
· 4 years, 3 months ago
413df57
bpo-30757: Improve "How to make stand-alone binaries" FAQ (GH-26309) (GH-26311)
by Miss Islington (bot)
· 4 years, 3 months ago
37da1f0
Remove duplicate words in docs. (GH-26167) (GH-26296)
by Miss Islington (bot)
· 4 years, 3 months ago
856958d
Specify Python Cookbook edition for reference (GH-26301) (#26302)
by Miss Islington (bot)
· 4 years, 3 months ago
150bc1f
bpo-43927: Change 'IOError' to 'OSError' (GH-26289)
by Miss Islington (bot)
· 4 years, 3 months ago
1886b84
[doc] Fix indentation in inspect documentation (GH-24846) (GH-26287)
by Miss Islington (bot)
· 4 years, 3 months ago
f14015a
[3.10] bpo-43882 - Mention urllib.parse changes in Whats new section. (GH-26275)
by Senthil Kumaran
· 4 years, 3 months ago
9d16b1a
[doc] Fix typo in asyncio-eventloop documentation (GH-22311) (GH-26256)
by Miss Islington (bot)
· 4 years, 3 months ago
65dede6
bpo-40975: [doc] Identify AsyncExitStack.enter_async_context()/aclose() as coroutine methods (GH-20870) (GH-26254)
by Miss Islington (bot)
· 4 years, 3 months ago
3357604
bpo-44010: IDLE: colorize pattern-matching soft keywords (GH-25851)
by Miss Islington (bot)
· 4 years, 3 months ago
5f2afff
bpo-35765: Clarify references to "object x" in the JSON tutorial (GH-22411) (GH-26218)
by Miss Islington (bot)
· 4 years, 3 months ago
e57bef1
bpo-44106: Purge unused sqlite3 doc includes (GH-26234)
by Miss Islington (bot)
· 4 years, 3 months ago
3185bc9
bpo-44106: Improve sqlite3 example database contents (GH-26027)
by Miss Islington (bot)
· 4 years, 3 months ago
1f483c0
bpo-30593: Doc'ed that executescript() disregards isolation level (GH-26220)
by Miss Islington (bot)
· 4 years, 3 months ago
4d17c93
[3.10] bpo-41963: document that ConfigParser strips off comments (GH-26197) (GH-26214)
by Łukasz Langa
· 4 years, 3 months ago
e6755ba
Apply edits from Allen Downey's review of the linear_regression docs. (GH-26176) (GH-26185)
by Miss Islington (bot)
· 4 years, 3 months ago
d49877e
[doc] Fix typo in os module (GH-24464)
by Miss Islington (bot)
· 4 years, 3 months ago
a38db84
bpo-32133: Improve numbers docs (GH-26124) (GH-26149)
by Miss Islington (bot)
· 4 years, 3 months ago
67729a9
bpo-44139: Use a more descriptive syntax error comprehension case in the What's New for 3.10 (GH-26145) (GH-26146)
by Miss Islington (bot)
· 4 years, 3 months ago
2e99869
bpo-44072: fix Complex, Integral docs for `**` (GH-25986)
by Miss Islington (bot)
· 4 years, 3 months ago
dd4f7d9
bpo-43729: Clarify comment in tutorial example (GH-25191) (#26136)
by Miss Islington (bot)
· 4 years, 3 months ago
623481c
Subprocess Protocols Documentation (GH-20950) (GH-26133)
by Miss Islington (bot)
· 4 years, 3 months ago
2364379
[3.10] [doc] Fix typos in cgi.rst (GH-24766) (GH-26132)
by Irit Katriel
· 4 years, 3 months ago
8940916
Update doc as relative import can be used with star import (GH-25667) (GH-26121)
by Miss Islington (bot)
· 4 years, 3 months ago
5abc681
Reword paragraph on specific value for Py_LIMITED_API (GH-26101) (GH-26123)
by Miss Islington (bot)
· 4 years, 3 months ago
4642697
Updated code example for asyncio.gather (GH-20604) (GH-26119)
by Miss Islington (bot)
· 4 years, 3 months ago
e7d25d3
bpo-43977: Update pattern matching language reference docs (GH-25917) (GH-26117)
by Miss Islington (bot)
· 4 years, 3 months ago
3739371
bpo-43795: PEP 652 user documentation (GH-25668) (GH-26034)
by Miss Islington (bot)
· 4 years, 3 months ago
ea14a07
bpo-43757: Document os.path.realpath(strict=True) in 3.10 whatsnew. (GH-26090) (#26099)
by Miss Islington (bot)
· 4 years, 3 months ago
3222b25
[3.10] bpo-43908: Add What's New entry for Py_TPFLAGS_IMMUTABLETYPE flag (GH-25816) (GH-26115)
by Miss Islington (bot)
· 4 years, 3 months ago
2d972b8
bpo-39906: Document new follow_symlinks argument to pathlib.Path.stat() and chmod() in 3.10 whatsnew. (GH-26089)
by Miss Islington (bot)
· 4 years, 3 months ago
6275ea0
bpo-44030: Fix formatting error in exceptions docs (GH-25929) (GH-26086)
by Miss Islington (bot)
· 4 years, 3 months ago
48cb11b
bpo-40640: doc -- add missing ... in example of Continue (GH-26055) (GH-26057)
by Miss Islington (bot)
· 4 years, 3 months ago
7e59ef1
Correct the changelog entry for the syntax error message for multiple exception types (GH-26038)
by Miss Islington (bot)
· 4 years, 3 months ago
1e4ca09
bpo-10548: expectedFailure does not apply to fixtures (GH-23201) (#26044)
by Miss Islington (bot)
· 4 years, 3 months ago
6fc6f43
bpo-23750: Document os-system, subprocess. Patch by Martin Panter. (GH-26016) (GH-26040)
by Miss Islington (bot)
· 4 years, 3 months ago
7bef7a1
bpo-25821: Fix inaccuracy in threading.enumerate/is_alive documentation (GH-23192) (#26035)
by Miss Islington (bot)
· 4 years, 3 months ago
9090401
Doc: http.server: directory is not a class attribute, but an argument. (GH-26017)
by Miss Islington (bot)
· 4 years, 3 months ago
Next »