Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.9.2
/
Doc
tag
024a378a94da9299872e6a875e633b8e7d40070d
tagger
Łukasz Langa <lukasz@langa.pl>
Fri Feb 19 12:32:09 2021
object
1a79785e3e8fea80bcf6a800b45a04e06c787480
Python 3.9.2
1384887
closes bpo-43254: Fix *snprintf() man page refs. (GH-24563)
by Miss Islington (bot)
· 4 years, 6 months ago
ec2385e
Remove all links to mingw.org (GH-24552)
by Miss Islington (bot)
· 4 years, 6 months ago
9cc70bc
[3.9] Minor improvements to the convolve() recipe (GH-24520)
by Pablo Galindo
· 4 years, 6 months ago
c9f0781
[3.9] bpo-42967: only use '&' as a query string separator (GH-24297) (#24528)
by Senthil Kumaran
· 4 years, 6 months ago
242f6c9
bpo-43200: Fix link to shutil.copy() in the shutil doc (GH-24505)
by Miss Islington (bot)
· 4 years, 6 months ago
917eca7
bpo-41824: Add versionadded for typing.ForwardRef docs (#24224) (#24493)
by Ken Jin
· 4 years, 6 months ago
863eb71
bpo-16781: In 'exec' doc, add 'nonlocal' to 'yield' and 'return' (GH-2446)
by Miss Islington (bot)
· 4 years, 6 months ago
39aeb9f
Simple typo fix (GH-24448)
by Miss Islington (bot)
· 4 years, 7 months ago
f02ef7a
bpo-43082: Remove redundant 'the' in Descriptor howto (GH-24394) (GH-24427)
by Miss Islington (bot)
· 4 years, 7 months ago
3b94526
Add link to Microsoft docs for limitations in Windows Store package (GH-24422)
by Miss Islington (bot)
· 4 years, 7 months ago
926ca51
bpo-43059: Remove reference to legacy external sqlite3 repository (GH-24364)
by Miss Islington (bot)
· 4 years, 7 months ago
08867a0
[doc] Document VIRTUAL_ENV environment variable (GH-21970)
by Miss Islington (bot)
· 4 years, 7 months ago
d34be1e
Fixing typos in turtle.rst (GH-24376)
by Miss Islington (bot)
· 4 years, 7 months ago
44cd244
Fixed typo in turtle.rst (GH-24371)
by Miss Islington (bot)
· 4 years, 7 months ago
68102fb
bpo-43008: Make IDLE respect sys.excepthook (GH-24302)
by Miss Islington (bot)
· 4 years, 7 months ago
98e1f5c
bpo-40304: Correct type(name, bases, dict) doc (GH-19553)
by Miss Islington (bot)
· 4 years, 7 months ago
ddc0fa3
Docs: Remove stray semicolon in init.rst (GH-23974)
by Miss Islington (bot)
· 4 years, 7 months ago
8c3914a
[3.9] bpo-42811: Update importlib.utils.resolve_name() docs to use __spec__.parent (GH-24100) (GH-24149)
by Yair Frid
· 4 years, 7 months ago
49c150f
bpo-38413: Remove outdated section about multithreading in sqlite3 (GH-23159)
by Vladimir
· 4 years, 7 months ago
faf4957
bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) (GH-24139)
by Miss Islington (bot)
· 4 years, 8 months ago
a3ca674
bpo-14014: Clarify StreamWriter.reset() documentation (GH-13716)
by Miss Islington (bot)
· 4 years, 8 months ago
e6d0107
Revert "[3.9] [doc] Fix erroneous backslashes in signatures and names (GH-23658)" (GH-24092)
by Julien Palard
· 4 years, 8 months ago
b0ee2b4
[3.9] bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874). (GH-24077)
by Serhiy Storchaka
· 4 years, 8 months ago
fa12749
Bring Python into the new year. (GH-24036)
by Miss Islington (bot)
· 4 years, 8 months ago
8333d42
bpo-42781: Document the mechanics of cached_property from a user viewpoint (GH-24031) (#24035)
by Miss Islington (bot)
· 4 years, 8 months ago
55fadff
Fixes a typo in importlib.metadata. (GH-23921) (#24029)
by Miss Islington (bot)
· 4 years, 8 months ago
7a7f3e0
[3.9] bpo-41224: Add versionadded for Symbol.is_annotated (GH-23861). (GH-24017)
by Andre Delfino
· 4 years, 8 months ago
cc7f745
bpo-42700: Swap descriptions in pyexpat.errors (GH-23876)
by Miss Islington (bot)
· 4 years, 8 months ago
1ceb097
[doc] Fix missing commas in signatures (GH-23693)
by Miss Islington (bot)
· 4 years, 8 months ago
0b43778
bpo-42770: Fix a typo in the email.headerregistry docs (GH-23982)
by Miss Islington (bot)
· 4 years, 8 months ago
9f6a37c
bpo-42755: Fix sqlite3.Connection.backup docs (GH-23965)
by Miss Islington (bot)
· 4 years, 8 months ago
ed48e9e
Add convolve() to the itertools recipes (GH-23928) (GH-23949)
by Miss Islington (bot)
· 4 years, 8 months ago
7acfe41
bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467)
by Miss Islington (bot)
· 4 years, 8 months ago
1e1bacf
BPO-42703: Fix incorrect documentation links for asyncio.Event (GH-23881)
by Miss Islington (bot)
· 4 years, 8 months ago
4ec2149
bpo-29030: Document interaction between *choices* and *metavar*. (GH-23884) (GH-23894)
by Miss Islington (bot)
· 4 years, 8 months ago
7c48859
[3.9] [doc] Fix a few margins due to bad markup (GH-23619). (GH-23859)
by Andre Delfino
· 4 years, 8 months ago
e89993c
[3.9] [doc] Fix erroneous backslashes in signatures and names (GH-23658) (GH-23827)
by Andre Delfino
· 4 years, 8 months ago
409ce4a
bpo-42669: Document that `except` rejects nested tuples (GH-23822) (GH-23870)
by Miss Islington (bot)
· 4 years, 8 months ago
40b4c40
bpo-42572: Improve argparse docs for the type parameter. (GH-23849) (GH-23869)
by Miss Islington (bot)
· 4 years, 8 months ago
a34ab81
bpo-41724: Explain when the conversion is not possible with detect_types enabled (GH-23855) (GH-23862)
by Miss Islington (bot)
· 4 years, 8 months ago
597ebc8
[3.9] bpo-42675: Document collections.abc.Callable changes (GH-23839) (#23852)
by kj
· 4 years, 8 months ago
d458d8d
bpo-42559: Not that getrandbits() is non-negative. (GH-23843) (GH-23851)
by Miss Islington (bot)
· 4 years, 8 months ago
7826658
bpo-34805: Guarantee that __subclasses__() is in definition order. (GH-23844) (GH-23850)
by Miss Islington (bot)
· 4 years, 8 months ago
eef33e6
bpo-42670: Fix a missing word in the itertools.product() docs (GH-23823) (GH-23824)
by Miss Islington (bot)
· 4 years, 8 months ago
4b412e8
bpo-36769: Document that fnmatch.filter supports any kind of iterable (GH-13039)
by Miss Islington (bot)
· 4 years, 8 months ago
1461992
bpo-17140: Document multiprocessing's ThreadPool (GH-23812)
by Miss Islington (bot)
· 4 years, 8 months ago
b812e23
bpo-39096: Format specification documentation fixes for numeric types (GH-23575)
by Miss Islington (bot)
· 4 years, 8 months ago
2fba844
Fix indentation for get_stats_profile() docs (GH-23618)
by Miss Islington (bot)
· 4 years, 8 months ago
aba12b6
[3.9] bpo-42517: [Enum] deprecate private name members (GH-23722) (GH-23748)
by Miss Islington (bot)
· 4 years, 8 months ago
be9e440
[3.9] bpo-41879: Doc: Fix description of async for statement (GH-23548) (GH-23749)
by Miss Islington (bot)
· 4 years, 8 months ago
c1a3f9a
[3.9] [doc] Link to issue regarding logging.disable level param default value GH-23732
by Andre Delfino
· 4 years, 8 months ago
facca72
bpo-38843: Document behavior of default when the attribute is already set (GH-23653) (#23668)
by Miss Islington (bot)
· 4 years, 9 months ago
3689c25
bpo-42523: Fix supported versions in "Using Python on Windows" (GH-23603)
by Miss Islington (bot)
· 4 years, 9 months ago
ed46143
bpo-37221: PyCode_New() didn't change in Python 3.8 (GH-23595)
by Miss Islington (bot)
· 4 years, 9 months ago
4a44f53
[3.9] bpo-17852: Doc: Fix the tutorial about closing files (GH-23135) (GH-23527)
by Miss Islington (bot)
· 4 years, 9 months ago
aef482f
Fix bz2 examples markup (GH-23580)
by Miss Islington (bot)
· 4 years, 9 months ago
7e80c0f
[3.9] [doc] Fix smtplib and xml.dom.minidom mark-up (GH-22769) (GH-23380)
by Julien Palard
· 4 years, 9 months ago
aab9390
bpo-42501: Revise the usage note for Enums with the choices (GH-23563) (GH-23573)
by Miss Islington (bot)
· 4 years, 9 months ago
a83119d
bpo-42450: Minor updates to the itertools recipes (GH-23555) (GH-23562)
by Miss Islington (bot)
· 4 years, 9 months ago
cf47b39
bpo-39096: Improve description of 'e', 'f' and 'g' presentation types (GH-23537) (GH-23550)
by Miss Islington (bot)
· 4 years, 9 months ago
cfb2f79
Fix dis markup (GH-23524)
by Miss Islington (bot)
· 4 years, 9 months ago
5d54dfa
Fix multiprocessing markup (GH-23525)
by Miss Islington (bot)
· 4 years, 9 months ago
cc5eb93
bpo-42489: Fix the signature for list.sort() in the tutorial (GH-23538)
by Miss Islington (bot)
· 4 years, 9 months ago
dca61e7
Typo: fix inverted sense of statement (GH-23288) (GH-23512)
by Miss Islington (bot)
· 4 years, 9 months ago
0aedcff
Add more tests to the descriptor howto guide (GH-23506) (GH-23510)
by Miss Islington (bot)
· 4 years, 9 months ago
543724b
Add doctests to the descriptor HowTo (GH-23500) (GH-23505)
by Miss Islington (bot)
· 4 years, 9 months ago
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
Next »