Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.8.10
/
Doc
tag
8e8722e14772727b0e1cd5bd925a0f089611a60b
tagger
Łukasz Langa <lukasz@langa.pl>
Mon May 03 09:48:26 2021
object
3d8993a744813c5144851da5347d7b4b1885f234
Python 3.8.10
b29d0a5
[3.8] bpo-41100: Support macOS 11 Big Sur and Apple Silicon Macs (#25806)
by Ned Deily
· 4 years, 4 months ago
ce081fb
Fix exceptions mentioned in os.setxattr() docs (GH-25742) (GH-25795)
by Miss Islington (bot)
· 4 years, 4 months ago
3519ac4
Fixing doc for callback for lambda (GH-25779) (GH-25789)
by Miss Islington (bot)
· 4 years, 4 months ago
606bb1c
bpo-43971: Add spaces around annotated arg default '=' (GH-25702)
by Miss Islington (bot)
· 4 years, 4 months ago
ea6ec96
[3.8] bpo-42589: Change URL for 'from' link when used in a raised exc… (GH-25755)
by sblondon
· 4 years, 4 months ago
e010031
[doc] Be more clear on super() regarding multiple base classes methods (GH-21789) (GH-25707)
by Miss Islington (bot)
· 4 years, 4 months ago
cc1dcb6
[doc] Do some polishing in IDEs section (GH-22070) (GH-25704)
by Miss Islington (bot)
· 4 years, 4 months ago
ff7266e
bpo-43959: clarify the documentation of the PyContextVar C-API (GH-25671) (GH-25690)
by Miss Islington (bot)
· 4 years, 4 months ago
1d7a537
[doc] Remove duplicated operator.itemgetter example (GH-24178) (#25647)
by Miss Islington (bot)
· 4 years, 4 months ago
a808aab
Use the zero argument form of super() in examples for Python3 docs. (GH-22314) (GH-25639)
by Miss Islington (bot)
· 4 years, 4 months ago
10ad7eb
[3.8] bpo-28577: Special case added to IP v4 and v6 hosts for /32 and /128 networks (GH-18757) (#25536)
by Pete Wicken
· 4 years, 4 months ago
b570fea
bpo-41661: Document os.path.relpath() exception on Windows with different drives (GH-25346) (#25367)
by Miss Islington (bot)
· 4 years, 4 months ago
2760a67
bpo-17305: Link to the third-party idna package. (GH-25208) (#25211)
by Miss Islington (bot)
· 4 years, 4 months ago
081bfe4
bpo-43938: improve dataclasses.FrozenInstanceError documentation (GH-25603) (GH-25636)
by Miss Islington (bot)
· 4 years, 4 months ago
9b5f30e
Doc: Fix the array.fromfile method doc (GH-22037) (GH-25631)
by Miss Islington (bot)
· 4 years, 4 months ago
7b30348
Update asyncio-subprocess.rst (GH-21680) (GH-25622)
by Miss Islington (bot)
· 4 years, 4 months ago
c5ce186
documentation: clarification about the function remove in os library (GH-19024) (GH-25618)
by Miss Islington (bot)
· 4 years, 4 months ago
f28a59c
Fix broken links and improve stand-alone tools list in FAQ GH-25610
by Miss Islington (bot)
· 4 years, 4 months ago
28d3f7a
Fix id of 'Internet Message Format' RFC in email doc GH-25614
by Miss Islington (bot)
· 4 years, 4 months ago
62e7646
Fix copy.Error casing in documentation GH-22004 (#25612)
by Miss Islington (bot)
· 4 years, 4 months ago
ff22c1b
Remove mention of dst parameter from description of os.lstat() (GH-24704)
by Miss Islington (bot)
· 4 years, 4 months ago
c3b63a5c
Fix a typo in datamodel reference document (GH-24930)
by Miss Islington (bot)
· 4 years, 4 months ago
d6322c9c
BaseHTTPRequestHandler, that path includes query (GH-25597)
by Miss Islington (bot)
· 4 years, 4 months ago
faad2bd
bpo-43856: Add a versionadded directive to the importlib.metadata docs (GH-25445)
by Jason R. Coombs
· 4 years, 4 months ago
ef63328
bpo-43284: Update platform.win32_ver to use _syscmd_ver instead of sys.getwindowsversion() (GH-25500)
by Miss Islington (bot)
· 4 years, 4 months ago
602eefe
bpo-43472: Ensure PyInterpreterState_New audit events are raised when called through _xxsubinterpreters module (GH-25506)
by Miss Islington (bot)
· 4 years, 4 months ago
f77ca86
[3.8] bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899) (GH-25452)
by Christian Heimes
· 4 years, 4 months ago
b405647
[3.8] bpo-43723: Backport IDLE doc change (GH-25174)
by Terry Jan Reedy
· 4 years, 4 months ago
a746fce
bpo-37741: make importlib.metadata docs discoverable through a module directive. (GH-25415)
by Miss Islington (bot)
· 4 years, 4 months ago
6ac1ea2
bpo-43777: Drop description of "pip search" command from tutorial (GH-25287)
by Miss Islington (bot)
· 4 years, 4 months ago
328d66c
Fix description of behaviour of an exception class in 'from' clause (GH-24303) (GH-25342)
by Miss Islington (bot)
· 4 years, 4 months ago
3a3c046
bpo-43739: Add type declaration Doc/extending/extending.rst example (GH-25332)
by Miss Islington (bot)
· 4 years, 4 months ago
291d38d
Add ignore file for the abidump check (GH-25322)
by Pablo Galindo
· 4 years, 4 months ago
ffb05bb
bpo-38820: OpenSSL 3.0.0: Use supported hashing algos in doc test (GH-25319)
by Miss Islington (bot)
· 4 years, 4 months ago
e18ebd9
bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by default (GH-25309)
by Miss Islington (bot)
· 4 years, 4 months ago
49b7ab1
Add CI step to check changes in the exported ABI (GH-25232)
by Pablo Galindo
· 4 years, 4 months ago
754dc35
[3.8] bpo-43087: Fix error in ctypes "Incomplete Types" doc (GH-24404)
by Miss Islington (bot)
· 4 years, 4 months ago
4554ab4
[3.8] bpo-36540: Improve doc of function definition regarding positional-only arguments (GH-25235) (GH-25260)
by Saiyang Gou
· 4 years, 4 months ago
9f57873
bpo-42999: Expand and clarify pathlib.Path.link_to() documentation. (GH-24294)
by Steve Dower
· 4 years, 4 months ago
06653f8
bpo-43705: Document that SyntaxError's offsets are 1-indexed (GH-25153)
by Miss Islington (bot)
· 4 years, 5 months ago
4ea8b24
Doc: io: Remove "In-memory streams" section (GH-24927)
by Miss Islington (bot)
· 4 years, 5 months ago
a2fb286
Fix grammar in enum documentation. (GH-24689)
by Miss Islington (bot)
· 4 years, 5 months ago
e92923b
bpo-42225: IDLE - document two unix-related problems. (GH-25078)
by Miss Islington (bot)
· 4 years, 5 months ago
24ba0ea
[3.8] bpo-31907: [doc] clarify that str.format() does not support arbitrary expressions (GH-25053) (GH-25056)
by Miss Islington (bot)
· 4 years, 5 months ago
6fcebbb
bpo-39231: correct tutorial annotations section (GH-25029)
by Miss Islington (bot)
· 4 years, 5 months ago
9de6451
bpo-39616: clarify SSLContext.check_hostname effect (GH-18484)
by Miss Islington (bot)
· 4 years, 5 months ago
455583b
bpo-43620: Remove reference to os.sep from os.path.join() doc (GH-25025, GH-5030)
by Miss Islington (bot)
· 4 years, 5 months ago
14a5db1
Clarify attribute docs on types.ModuleType (GH-24974)
by Miss Islington (bot)
· 4 years, 5 months ago
9bdb580
bpo-43353: Document that logging.getLevelName() accepts string representation of logging level. (GH-24693) (#24825)
by Mariusz Felisiak
· 4 years, 5 months ago
dc8558e
bpo-43506: Doc: Update removal schedule for Py_UNICODE encoder APIs (GH-24885)
by Miss Islington (bot)
· 4 years, 5 months ago
9eda0df
[3.8] bpo-43285: Whats New entry for 3.8.9. (GH-24889)
by Gregory P. Smith
· 4 years, 5 months ago
233f58f
Fix typo in the word "spaghetti" (GH-24866)
by Miss Islington (bot)
· 4 years, 5 months ago
d42a332
[3.8] [doc] Document logging.basicConfig default format (GH-23710) (GH-24847)
by Andre Delfino
· 4 years, 5 months ago
59f2741
bpo-43199: Briefly explain why no goto (GH-24852)
by Miss Islington (bot)
· 4 years, 5 months ago
db2762c
Update link to Django's Context class. (GH-24805) (#24842)
by Miss Islington (bot)
· 4 years, 5 months ago
a6d0182
[3.8] bpo-43439: Add audit hooks for gc functions (GH-24794). (GH-24810)
by Pablo Galindo
· 4 years, 5 months ago
e893807
bpo-43446: Fix markup in sqlite3 footnote (GH-24806)
by Miss Islington (bot)
· 4 years, 5 months ago
5ca02c4
bpo-3329: Fix typo in PyObjectArenaAllocator doc (GH-24795)
by Miss Islington (bot)
· 4 years, 5 months ago
6d42733
bpo-43415: Fix typo on dataclasses.rst (GH-24789) (GH-24791)
by Miss Islington (bot)
· 4 years, 5 months ago
0ecfe5f
Put contextvars docs into the concurrency category (GH-24760)
by Miss Islington (bot)
· 4 years, 6 months ago
e12a9e2
bpo-43407: Clarify comparisons of time.monotonic() et al results (GH-24757)
by Miss Islington (bot)
· 4 years, 6 months ago
213c155
bpo-43396: Normalise naming in sqlite3 doc examples (GH-24746)
by Miss Islington (bot)
· 4 years, 6 months ago
7101d15
bpo-42840: Document providing kwargs to type. (GH-24173)
by Miss Islington (bot)
· 4 years, 6 months ago
6900a51
[3.8] [doc] Document VIRTUAL_ENV environment variable (GH-21970) (GH-24363)
by Miss Islington (bot)
· 4 years, 6 months ago
643939a
closes bpo-43349: Fix tuning(7) manpage hyperlink. (GH-24680)
by Miss Islington (bot)
· 4 years, 6 months ago
4ebd637
closes bpo-43266: Improve array formatting. (GH-24573) (GH-24585)
by Miss Islington (bot)
· 4 years, 6 months ago
346afeb
bpo-36346: Document removal schedule of deprecate APIs (GH-20879) (#24626)
by Miss Islington (bot)
· 4 years, 6 months ago
2a9e6ab
bpo-43293: Doc: move note about GIL to top of threading module (GH-24622)
by Miss Islington (bot)
· 4 years, 6 months ago
bdf0fec
bpo-43283: Add IDLE doc paragraph about print speed (GH-24615) (GH-24632)
by Miss Islington (bot)
· 4 years, 6 months ago
9dd018e
bpo-23882: Doc: Clarify unittest discovery document (GH-21560)
by Miss Islington (bot)
· 4 years, 6 months ago
6ddb255
bpo-43283: Rearrange some IDLE doc paragraphs. (GH-24604)
by Miss Islington (bot)
· 4 years, 6 months ago
089a21f
bpo-27646: Say that 'yield from' expression can be any iterable (GH-24595)
by Miss Islington (bot)
· 4 years, 6 months ago
9a12c21
Fix typo in dis module doc (GH-24509)
by Miss Islington (bot)
· 4 years, 6 months ago
a072788
bpo-43042: Augment tutorial sentence (GH-24514)
by Miss Islington (bot)
· 4 years, 6 months ago
8a42eb1
closes bpo-43254: Fix *snprintf() man page refs. (GH-24563)
by Miss Islington (bot)
· 4 years, 6 months ago
f03b61a
Remove all links to mingw.org (GH-24552)
by Miss Islington (bot)
· 4 years, 6 months ago
f30aa3c
Add a warning block around the get_referrers() documentation (GH-24511)
by Miss Islington (bot)
· 4 years, 6 months ago
e3110c3
[3.8] bpo-42967: only use '&' as a query string separator (GH-24297) (#24529)
by Senthil Kumaran
· 4 years, 6 months ago
4230bd5
bpo-43200: Fix link to shutil.copy() in the shutil doc (GH-24505)
by Miss Islington (bot)
· 4 years, 6 months ago
822f7c2
[3.8] bpo-41824: Fix indentation issue in ForwardRef docs (#24495)
by Ken Jin
· 4 years, 6 months ago
c8a48c6
[3.8] bpo-41824: Add versionadded for typing.ForwardRef docs (#24224) (#24494)
by Ken Jin
· 4 years, 6 months ago
920bf6a
bpo-16781: In 'exec' doc, add 'nonlocal' to 'yield' and 'return' (GH-2446)
by Miss Islington (bot)
· 4 years, 6 months ago
b479687
Simple typo fix (GH-24448)
by Miss Islington (bot)
· 4 years, 6 months ago
12ec8ce
Add link to Microsoft docs for limitations in Windows Store package (GH-24422)
by Miss Islington (bot)
· 4 years, 7 months ago
de76ce5
bpo-43059: Remove reference to legacy external sqlite3 repository (GH-24364)
by Miss Islington (bot)
· 4 years, 7 months ago
0b93a55
Fixing typos in turtle.rst (GH-24376)
by Miss Islington (bot)
· 4 years, 7 months ago
c644db4
Fixed typo in turtle.rst (GH-24371)
by Miss Islington (bot)
· 4 years, 7 months ago
6f0346d
bpo-43008: Make IDLE respect sys.excepthook (GH-24302)
by Miss Islington (bot)
· 4 years, 7 months ago
34f3f4a
bpo-40304: Correct type(name, bases, dict) doc (GH-19553)
by Miss Islington (bot)
· 4 years, 7 months ago
ebb2f26
Fix typos in unittest documentation (GH-24194)
by Miss Islington (bot)
· 4 years, 7 months ago
8f334db
bpo-36769: Document that fnmatch.filter supports any kind of iterable (GH-13039)
by Miss Islington (bot)
· 4 years, 7 months ago
ca8e96d
bpo-42811: Update importlib.utils.resolve_name() docs to use __spec__.parent (GH-24100) (GH-24144)
by Miss Islington (bot)
· 4 years, 7 months ago
28611c2
bpo-42755: Fix sqlite3.Connection.backup docs (GH-23965)
by Miss Islington (bot)
· 4 years, 8 months ago
03a079f
bpo-38413: Remove outdated section about multithreading in sqlite3 (GH-23159)
by Miss Islington (bot)
· 4 years, 8 months ago
218ed0b
Revert "[3.8] [doc] Fix erroneous backslashes in signatures and names (GH-23658)" (GH-24093)
by Julien Palard
· 4 years, 8 months ago
82794ca
[3.8] [3.9] bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874). (GH-24077) (GH-24079)
by Serhiy Storchaka
· 4 years, 8 months ago
02639c3
Bring Python into the new year. (GH-24036)
by Miss Islington (bot)
· 4 years, 8 months ago
82f24ff
Fixes a typo in importlib.metadata. (GH-23921) (#24030)
by Miss Islington (bot)
· 4 years, 8 months ago
bc15cdb
[3.8] bpo-41224: Add versionadded for Symbol.is_annotated (GH-23861). (GH-24016)
by Andre Delfino
· 4 years, 8 months ago
70ced2d
bpo-42700: Swap descriptions in pyexpat.errors (GH-23876)
by Miss Islington (bot)
· 4 years, 8 months ago
Next »