Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.9.3
/
Doc
tag
afba08b7766fd1d699cce68c17e0a083bc8894fb
tagger
Łukasz Langa <lukasz@langa.pl>
Fri Apr 02 09:52:20 2021
object
e723086bc33c19c6c52046d515eb3c2aab1b8f97
Python 3.9.3
d104a78
bpo-43677: Fix a minor error in Doc/howto/descriptor.rst (GH-25123) (#25140)
by Miss Islington (bot)
· 4 years, 5 months ago
244fa23
Doc: io: Remove "In-memory streams" section (GH-24927)
by Miss Islington (bot)
· 4 years, 5 months ago
b3c1e2c
bpo-42840: Document providing kwargs to type. (GH-24173)
by Miss Islington (bot)
· 4 years, 5 months ago
84694c3
bpo-42225: IDLE - document two unix-related problems. (GH-25078)
by Miss Islington (bot)
· 4 years, 5 months ago
9a8e078
bpo-31907: [doc] clarify that str.format() does not support arbitrary expressions (GH-25053) (GH-25055)
by Miss Islington (bot)
· 4 years, 5 months ago
138e039
bpo-43644: Add docs for importlib.resources.as_file. (GH-25048)
by Miss Islington (bot)
· 4 years, 5 months ago
7990072
bpo-39231: correct tutorial annotations section (GH-25029)
by Miss Islington (bot)
· 4 years, 5 months ago
c84e769
bpo-39616: clarify SSLContext.check_hostname effect (GH-18484)
by Miss Islington (bot)
· 4 years, 5 months ago
f311290
bpo-43620: Remove reference to os.sep from os.path.join() doc (GH-25025) (#25027)
by Miss Islington (bot)
· 4 years, 5 months ago
10e17bc
Clarify attribute docs on types.ModuleType (GH-24974)
by Miss Islington (bot)
· 4 years, 5 months ago
4cc9e23
Add a warning block around the get_referrers() documentation (GH-24511)
by Miss Islington (bot)
· 4 years, 5 months ago
a838e47
bpo-43506: Doc: Update removal schedule for Py_UNICODE encoder APIs (GH-24885)
by Miss Islington (bot)
· 4 years, 5 months ago
d0312ce
[3.9] bpo-43285: Add a What's New entry for 3.9.3. (GH-24888)
by Gregory P. Smith
· 4 years, 5 months ago
83f6760
Fix typo in the word "spaghetti" (GH-24866)
by Miss Islington (bot)
· 4 years, 5 months ago
2fe4084
[3.9] [doc] Document logging.basicConfig default format (GH-23710) (GH-24835)
by Miss Islington (bot)
· 4 years, 5 months ago
c3f0333
bpo-43199: Briefly explain why no goto (GH-24852)
by Miss Islington (bot)
· 4 years, 5 months ago
45d9c8c
bpo-43427: Separte the method overview from the static method specifics. (GH-24787) (GH-24849)
by Miss Islington (bot)
· 4 years, 5 months ago
bb46c13
Fix typos in unittest documentation (GH-24194)
by Miss Islington (bot)
· 4 years, 5 months ago
5c674e4
Update link to Django's Context class. (GH-24805) (#24841)
by Miss Islington (bot)
· 4 years, 5 months ago
4d7f11e
[3.9] bpo-43353: Document that logging.getLevelName() accepts string representation of logging level. (GH-24693) (GH-24826)
by Mariusz Felisiak
· 4 years, 5 months ago
f814675
[3.9] bpo-43439: Add audit hooks for gc functions (GH-24794). (GH-24811)
by Pablo Galindo
· 4 years, 5 months ago
da60256
bpo-43446: Fix markup in sqlite3 footnote (GH-24806)
by Miss Islington (bot)
· 4 years, 5 months ago
ea46c7b
bpo-3329: Fix typo in PyObjectArenaAllocator doc (GH-24795)
by Miss Islington (bot)
· 4 years, 5 months ago
fb3b031
bpo-43415: Fix typo on dataclasses.rst (GH-24789) (GH-24790)
by Miss Islington (bot)
· 4 years, 5 months ago
2c0a0b0
Put contextvars docs into the concurrency category (GH-24760)
by Miss Islington (bot)
· 4 years, 6 months ago
65f3a0d
bpo-43407: Clarify comparisons of time.monotonic() et al results (GH-24757)
by Miss Islington (bot)
· 4 years, 6 months ago
0dd4cb9
bpo-43400: Remove "easy to use" from mock docs (GH-24752) (GH-24758)
by Miss Islington (bot)
· 4 years, 6 months ago
374ee44
bpo-43396: Normalise naming in sqlite3 doc examples (GH-24746)
by Miss Islington (bot)
· 4 years, 6 months ago
ff6a021
Add an attribution to the Green Tree Snakes in the AST docs (GH-24727)
by Miss Islington (bot)
· 4 years, 6 months ago
f836e5f
Doc: Improve library/json document. (GH-24390)
by Miss Islington (bot)
· 4 years, 6 months ago
ff887f3
Fixed linenumber missing when audit hook has an error (GH-24692)
by Miss Islington (bot)
· 4 years, 6 months ago
4f9eb3f
Fix grammar in enum documentation. (GH-24689)
by Miss Islington (bot)
· 4 years, 6 months ago
f82578a
bpo-43293: Doc: move note about GIL to top of threading module (GH-24622)
by Miss Islington (bot)
· 4 years, 6 months ago
e202f1e
bpo-43283: Add IDLE doc paragraph about print speed (GH-24615)
by Miss Islington (bot)
· 4 years, 6 months ago
93853b7
bpo-36346: Document removal schedule of deprecate APIs (GH-20879)
by Miss Islington (bot)
· 4 years, 6 months ago
30fe3ee
bpo-23882: Doc: Clarify unittest discovery document (GH-21560)
by Miss Islington (bot)
· 4 years, 6 months ago
693aeac
bpo-43283: Rearrange some IDLE doc paragraphs. (GH-24604)
by Miss Islington (bot)
· 4 years, 6 months ago
7cc5889
bpo-27646: Say that 'yield from' expression can be any iterable (GH-24595)
by Miss Islington (bot)
· 4 years, 6 months ago
216cb14
Fix typo in dis module doc (GH-24509)
by Miss Islington (bot)
· 4 years, 6 months ago
a67fd01
bpo-43042: Augment tutorial sentence (GH-24514)
by Miss Islington (bot)
· 4 years, 6 months ago
1cfed3d
closes bpo-43266: Improve array formatting. (GH-24573)
by Miss Islington (bot)
· 4 years, 6 months ago
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, 6 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, 7 months ago
a3ca674
bpo-14014: Clarify StreamWriter.reset() documentation (GH-13716)
by Miss Islington (bot)
· 4 years, 7 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, 8 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
Next »