Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.9.1rc1
/
Doc
tag
bde96d34a4f81bc5becf940264b239474b6302b5
tagger
Łukasz Langa <lukasz@langa.pl>
Tue Nov 24 16:49:08 2020
object
88db37442238079a2eff4d142e8e94cfddb58e22
Python 3.9.1rc1
b641605
Typo (GH-23482) (#23483)
by Miss Islington (bot)
· 4 years, 9 months ago
2019e4f
Descriptor HowTo: Improve the fidelity of the member object simulation (GH-23475) (GH-23479)
by Miss Islington (bot)
· 4 years, 9 months ago
5aa6c99
bpo-41100: Update Whatsnew and installer ReadME for 3.9.1 (GH-23472)
by Ned Deily
· 4 years, 9 months ago
41d1ebb
Doc: fix typo in typing.Type docs (GH-23460)
by Miss Islington (bot)
· 4 years, 9 months ago
4f87126
bpo-42391: Clarify documentation of TestCase.assertIs (GH-23348)
by Miss Islington (bot)
· 4 years, 9 months ago
89d74d0
Clarify that Set._from_iterable is not required to be a classmethod. (GH-23272) (GH-23450)
by Miss Islington (bot)
· 4 years, 9 months ago
3b5b1c8
Fix wrong availability for signal.SIGCHLD (GH-23285) (#23425)
by Miss Islington (bot)
· 4 years, 9 months ago
d153eb8
bpo-42412: Fix possible leaks and check arguments in PyType_FromModuleAndSpec() (GH-23410)
by Miss Islington (bot)
· 4 years, 9 months ago
ed02018
bpo-42419: Correct 'deprecatations' is What's New 3.9 (GH-23421) (GH-23435)
by Miss Islington (bot)
· 4 years, 9 months ago
c963da2
bpo-42407: Use possessive appostrophe in multiprocessing doc (GH-23400)
by Miss Islington (bot)
· 4 years, 9 months ago
f552f4b
bpo-42360: Add advice to help avoid pickling issues. (GH-23305) (GH-23429)
by Miss Islington (bot)
· 4 years, 9 months ago
1051ca4
bpo-42345: Add whatsnew and versionchanged for typing.Literal in 3.9 (GH-23386)
by Miss Islington (bot)
· 4 years, 9 months ago
2acd9d0
bpo-42345: Fix hash implementation of typing.Literal (GH-23383)
by Miss Islington (bot)
· 4 years, 9 months ago
f9fa920
[3.9] bpo-38320: Clarify that expectedFailure is satisfied by either failure or error of the test. (GH-22740) (GH-22783)
by Miss Islington (bot)
· 4 years, 9 months ago
7c4d8fa
bpo-42153 Fix link to IMAP documents in imaplib.rst (GH-23297)
by Miss Islington (bot)
· 4 years, 9 months ago
ec0788c
More updates to the descriptor howto guide (GH-23238) (GH-23308)
by Miss Islington (bot)
· 4 years, 9 months ago
2369759
bpo-42317: Improve docs of typing.get_args concerning Union (GH-23254)
by Miss Islington (bot)
· 4 years, 9 months ago
2837241
fix typo in ThreadedChildWatcher docs (GH-23277)
by Miss Islington (bot)
· 4 years, 9 months ago
4defeb0
bpo-42344: Improve pseudo implementation for SimpleNamespace (GH-23264) (GH-23270)
by Miss Islington (bot)
· 4 years, 9 months ago
0f4dd87
[3.9] bpo-42042: Use ids attribute instead of names attribute (GH-22739) (GH-23265)
by Dong-hee Na
· 4 years, 9 months ago
bc77704
[3.9] bpo-42086: Document AST operator nodes acts as a singleton (GH-22896) (GH-22897)
by Miss Islington (bot)
· 4 years, 9 months ago
f8bea0a
[3.9] bpo-4bpo-42314: Fix the documentation for venv --upgrade-deps (GH-22113) (GH-23232)
by Zackery Spytz
· 4 years, 9 months ago
2e5bd4f
Minor wording change in concurrent.futures. (GH-23194)
by Miss Islington (bot)
· 4 years, 9 months ago
4c239a3
Minor grammar edits for the descriptor howto guide (GH-#23175) (GH-23186)
by Raymond Hettinger
· 4 years, 10 months ago
6255296
Remove outdated reference to pywin32 from platform module (GH-22005)
by Miss Islington (bot)
· 4 years, 10 months ago
e74fb2d
bpo-42179: Doc/tutorial: Remove mention of __cause__ (GH-23162)
by Miss Islington (bot)
· 4 years, 10 months ago
6b7a90d
bpo-42180: fix plural in arguments and control (GH-23015) (GH-23114)
by Miss Skeleton (bot)
· 4 years, 10 months ago
ff852aa
bpo-42230: Improve asyncio documentation regarding accepting sets vs iterables (GH-23073)
by Miss Skeleton (bot)
· 4 years, 10 months ago
27c72ba
Minor formatting edits to the descriptor howto guide (GH-23092) (GH-23095)
by Miss Skeleton (bot)
· 4 years, 10 months ago
d4cfbfe
Add member objects to the descriptor howto guide (GH-23084) (GH-23090)
by Miss Skeleton (bot)
· 4 years, 10 months ago
81dd2c0
Expand and clarify the "Invoking Descriptors" section of the Descriptor HowTo (GH-23078) (GH-23080)
by Miss Skeleton (bot)
· 4 years, 10 months ago
0312efc
bpo-37483: Add PyObject_CallOneArg() in the What's New in Python 3.9 (GH-23062)
by Miss Skeleton (bot)
· 4 years, 10 months ago
dbaa07d
[3.9] bpo-42198: Document __new__ for types.GenericAlias (GH-23039) (GH-23061)
by kj
· 4 years, 10 months ago
a39068b
bpo-42198: Link to GenericAlias in typing and expressions (GH-23030)
by Miss Skeleton (bot)
· 4 years, 10 months ago
b626d22
bpo-42061: Document __format__ for IP addresses (GH-23018)
by Miss Skeleton (bot)
· 4 years, 10 months ago
577d7c4
[3.9] bpo-41805: Documentation for PEP 585 (GH-22615) (GH-23016)
by kj
· 4 years, 10 months ago
2cb259f
bpo-6761: Enhance __call__ documentation (GH-7987)
by Miss Skeleton (bot)
· 4 years, 10 months ago
df4790c
Add a link to buffer protocol in bytearray() doc (GH-22675)
by Miss Skeleton (bot)
· 4 years, 10 months ago
af891a9
bpo-39108: Document threading issues for random.gauss() (GH-22928) (GH-22972)
by Miss Skeleton (bot)
· 4 years, 10 months ago
2990aef
Split-out a fourth section in the descriptor HowTo guide (GH-22965) (GH-22969)
by Miss Skeleton (bot)
· 4 years, 10 months ago
3d43f1d
Second round of updates to the descriptor howto guide (GH-22946) (GH-22958)
by Miss Skeleton (bot)
· 4 years, 10 months ago
2cccc29
bpo-29981: Add examples and update index for set, dict, and generator comprehensions'(GH-20272)
by Miss Skeleton (bot)
· 4 years, 10 months ago
427cb0a
bpo-42127: Document effect of cached_property on key-sharing dictionaries (GH-22930) (GH-22955)
by Miss Skeleton (bot)
· 4 years, 10 months ago
c2c4477
[doc] Fix link to abc.ABCMeta.register in Glossary (GH-22932)
by Miss Skeleton (bot)
· 4 years, 10 months ago
c17f63f
bpo-19072: Update descriptor howto for decorator chaining (GH-22934) (GH-22935)
by Miss Skeleton (bot)
· 4 years, 10 months ago
dc33f79
bpo-41950: Typo in Python 3.9 what's new page (GH-22573)
by Weiliang Li
· 4 years, 10 months ago
f8d96b9
Create a primer section for the descriptor howto guide (GH-22906) (GH0-22918)
by Miss Skeleton (bot)
· 4 years, 10 months ago
69479ec
[3.9] bpo-38486: Fix dead qmail links in the mailbox docs (GH-22239) (GH-22901)
by Miss Skeleton (bot)
· 4 years, 10 months ago
f22f874
bpo-25655: Improve Win DLL loading failures doc (GH-22372)
by Miss Skeleton (bot)
· 4 years, 10 months ago
32a9ffd
[3.9] Remove 3.5 from Doc version switcher in master. (GH-22886) (#22888)
by larryhastings
· 4 years, 10 months ago
c3538b8
bpo-41910: specify the default implementations of object.__eq__ and object.__ne__ (GH-22874) (#22876)
by Miss Skeleton (bot)
· 4 years, 10 months ago
6e842bc
bpo-35181: Correct importlib documentation for some module attributes (GH-15190)
by Miss Skeleton (bot)
· 4 years, 10 months ago
224ed37
Fix bpo-39416: Change "Numeric" to lower case; an english word, not a class name (GH-22867)
by Miss Skeleton (bot)
· 4 years, 10 months ago
c3442fd
bpo-41959: Fix grammar around class asyncio.MultiLoopChildWatcher text (GH-22580) (#22865)
by Miss Skeleton (bot)
· 4 years, 10 months ago
ec62b47
[3.9] bpo-39416: Document some restrictions on the default string representations of numeric classes (GH-18111) (GH-22860)
by Miss Skeleton (bot)
· 4 years, 10 months ago
fcd776c
Doc: Fix a typo/error in the docs for cached bytecode (GH-22445)
by Miss Skeleton (bot)
· 4 years, 10 months ago
03bfb07
Doc: Do not suggest `s[::-1]` for reversed order (GH-22457)
by Miss Skeleton (bot)
· 4 years, 10 months ago
f72101b
Doc: Do not encourage using a base class name in a derived class (GH-22177)
by Miss Skeleton (bot)
· 4 years, 10 months ago
9e935ad
Doc: Remove old Python version from future stmt (GH-21802)
by Miss Skeleton (bot)
· 4 years, 10 months ago
19019ec
bpo-41646: Mention path-like objects support in the docs for shutil.copy() (GH-22208)
by Miss Skeleton (bot)
· 4 years, 10 months ago
d05514a
[3.9] bpo-42010: [docs] Clarify subscription of types (GH-22822) (GH-22840)
by Miss Skeleton (bot)
· 4 years, 10 months ago
46130f8
bpo-41192: Add documentation of undocumented audit events (GH-22831)
by Miss Skeleton (bot)
· 4 years, 10 months ago
b948d13
[3.9] bpo-41192: Clarify the sys module's description of the auditing feature (GH-22821)
by Andrew Kuchling
· 4 years, 10 months ago
4aed781
Doc: Add missing spaces after period for `posix_spawn` (GH-22730)
by Miss Skeleton (bot)
· 4 years, 10 months ago
b249aea
bpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639)
by Miss Skeleton (bot)
· 4 years, 10 months ago
38a17d0
bpo-41726: Update the refcounts info of PyType_FromModuleAndSpec in refcounts.dat (GH-22112) (GH-22808)
by Miss Skeleton (bot)
· 4 years, 10 months ago
bd9d76b
bpo-30612: Tweak Windows registry path syntax in the docs (GH-20281)
by Miss Skeleton (bot)
· 4 years, 10 months ago
335eb57
[doc] Add link to Generic in typing (GH-22125)
by Miss Skeleton (bot)
· 4 years, 10 months ago
9308173
bpo-40901: Describe what "interface name" means on Windows (GH-20694)
by Miss Skeleton (bot)
· 4 years, 10 months ago
6a9c126
Document that `test.support.bytecode_helper` is new in 3.9 (GH-22618) (GH-22761)
by Miss Skeleton (bot)
· 4 years, 10 months ago
b62ecc2
bpo-41217: Fix incorrect note in the asyncio.create_subprocess_shell() docs (GH-21360)
by Miss Skeleton (bot)
· 4 years, 10 months ago
e67f186
bpo-41292: Fixes dead link to cx_freeze from Windows FAQ (GH-21463)
by Miss Skeleton (bot)
· 4 years, 10 months ago
9b5e373
Link to the msvcrt module from the Windows FAQ (GH-22268)
by Miss Skeleton (bot)
· 4 years, 10 months ago
a358a0a
bpo-40484: Document compiler flags under AST module (GH-19885) (GH-22758)
by Miss Skeleton (bot)
· 4 years, 10 months ago
2ee6ef9
bpo-41192: Fix some broken anchors for audit event entries (GH-21310) (GH-22767)
by Miss Skeleton (bot)
· 4 years, 10 months ago
e5c7ac7
3.9 whatsnew: fix bpo issue for AST change (GH-22742) (GH-22749)
by Miss Skeleton (bot)
· 4 years, 10 months ago
0fbddb1
bpo-40341: Remove some "discouraged solutions" in Doc/faq/programming.rst (GH-22726) (GH-22727)
by Miss Skeleton (bot)
· 4 years, 10 months ago
b30934e
[3.9] Fix incorrect parameter name (GH-22613) (GH-22628)
by Xie Yanbo
· 4 years, 10 months ago
78723b3
Minor clarification (GH-22708) (GH-22709)
by Miss Skeleton (bot)
· 4 years, 10 months ago
69f040c
Update timings for the final release (GH-22697) (GH-22698)
by Miss Skeleton (bot)
· 4 years, 10 months ago
270a2fb
Improve recipe readability (GH-22685) (GH-22686)
by Miss Skeleton (bot)
· 4 years, 10 months ago
5f0007f
Add recipe for a version of random() with a larger population (GH-22664) (GH-22684)
by Miss Skeleton (bot)
· 4 years, 10 months ago
15ef19f
Fix typo in "Context manager types" section in typing.rst (GH-22676)
by Miss Skeleton (bot)
· 4 years, 10 months ago
372a9e2
Fix typo (GH-22582)
by Miss Skeleton (bot)
· 4 years, 10 months ago
f1c70cf
Fix typo in typing.rst (GH-22625)
by Miss Skeleton (bot)
· 4 years, 10 months ago
5b1fdca
bpo-41376: Fix the documentation of `site.getusersitepackages()` (GH-21602)
by Miss Skeleton (bot)
· 4 years, 10 months ago
4aad1e5
bpo-41584: clarify when the reflected method of a binary arithemtic operator is called (GH-22505)
by Miss Skeleton (bot)
· 4 years, 11 months ago
79dd0db
Merge tag 'v3.9.0' into 3.9
by Łukasz Langa
· 4 years, 11 months ago
9cf6752
Python 3.9.0
by Łukasz Langa
· 4 years, 11 months ago
v3.9.0
75dd70e
bpo-41774: Tweak new programming FAQ entry (GH-22562)
by Miss Skeleton (bot)
· 4 years, 11 months ago
d571924
bpo-41892: Clarify that an example in the ElementTree docs explicitly avoids modifying an XML tree while iterating over it. (GH-22464) (GH-22554)
by Miss Skeleton (bot)
· 4 years, 11 months ago
e8165e7
bpo-37062: Enum: add extended AutoNumber example (GH-22349) (GH-22370)
by Miss Islington (bot)
· 4 years, 11 months ago
faa8c6a
bpo-41898: add caveat on root logger seeing all messages in assertLogs doc (GH-22526) (GH-22540)
by Miss Skeleton (bot)
· 4 years, 11 months ago
f093007
[3.9] Remove duplicated words words (GH-22298). (GH-22299)
by Serhiy Storchaka
· 4 years, 11 months ago
3d87eee
[3.9] Remove duplicated words words (GH-20413). (GH-22296)
by Serhiy Storchaka
· 4 years, 11 months ago
fd510e3
[doc] Use list[int] instead of List[int] (etc.) in a few more places (GH-22524)
by Miss Skeleton (bot)
· 4 years, 11 months ago
d96078b
[doc] Fix link to abc.collections.Iterable (GH-22520)
by Miss Skeleton (bot)
· 4 years, 11 months ago
5533c49
[3.9] bpo-40833: Clarify Path.rename doc-string regarding relative paths (GH-20554)
by Miss Skeleton (bot)
· 4 years, 11 months ago
fd3d00a
[doc] Fix link to abc.collections.Iterable (GH-22502)
by Miss Skeleton (bot)
· 4 years, 11 months ago
95de362
bpo-41802: Document 'PyDict_DelItem' can raise a 'KeyError' (GH-22291)
by Miss Islington (bot)
· 4 years, 11 months ago
Next »