Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.8.14
/
Doc
tag
b11b6d94b76d6c2608b588fe99f9f7cdef7886fb
tagger
Łukasz Langa <lukasz@langa.pl>
Tue Sep 06 20:59:41 2022
object
f43e7678a1443b2583fc9bfba091b8ca7e38f075
Python 3.8.14
b5e331f
[3.8] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96503)
by Gregory P. Smith
· 3 years ago
4f100fe
[3.8] gh-90359: Update documentation to follow PEP 495. (gh-94800). (GH-94834)
by Dong-hee Na
· 3 years, 1 month ago
bd0f2a1
[3.8] gh-81054: Document that SimpleHTTPRequestHandler follows symbolic links (GH-94416) (GH-94495)
by Łukasz Langa
· 3 years, 2 months ago
5776f72
gh-83728: Add hmac.new default parameter deprecation (GH-91939) (GH-93547)
by Miss Islington (bot)
· 3 years, 2 months ago
a5ed894
[3.8] gh-92448: Update the documentation builder to render the GitHub… (GH-92605)
by Dong-hee Na
· 3 years, 3 months ago
b3b1ff1
Add redirects to Misc/NEWS bpo links (GH-91454) (#91895)
by Miss Islington (bot)
· 3 years, 3 months ago
0638941
[3.8] gh-91888: add a `:gh:` role to the documentation (GH-91889) (#91936)
by Ezio Melotti
· 3 years, 3 months ago
bf54487
bpo-47138: Ensure Windows docs build uses the same pinned version as other platforms (GH-32161) (#32183)
by Steve Dower
· 3 years, 3 months ago
d35af52
[3.8] bpo-47138: Fix documentation build by pinning Jinja version to 3.0.3 (GH-32109)
by m-aciek
· 3 years, 4 months ago
4d8e08b
bpo-31327: Update time documentation to reflect possible errors (GH-31460) (GH-31827)
by Miss Islington (bot)
· 3 years, 5 months ago
28ad79e
Update copyright year to 2022. (GH-30335) (GH-31478)
by Miss Islington (bot)
· 3 years, 5 months ago
4c48cac
bpo-41028: Doc: Move switchers to docsbuild-scripts. (GH-20969) (GH-30344)
by Miss Islington (bot)
· 3 years, 6 months ago
c37a0d9
bpo-45792: Fix contextvar.Token's intersphinx FQN (GH-29533) (GH-29537)
by Miss Islington (bot)
· 3 years, 9 months ago
76658e5
bpo-45583: Correct datamodel documentation of int() (GH-29182) (GH-29287)
by Miss Islington (bot)
· 3 years, 10 months ago
f240714
[3.9] bpo-45618: Fix documentation build by pinning Docutils version to 0.17.1 (GH-29230) (GH-29241) (GH-29245)
by Ned Deily
· 3 years, 10 months ago
8344fef
[docs] Update documentation for `multiprocessing.get_start_method` (GH-18170) (GH-28535)
by Miss Islington (bot)
· 3 years, 11 months ago
5a42a49
bpo-45104: Clarify when __init__ is called (GH-28210) (GH-28213)
by Miss Islington (bot)
· 4 years ago
c9c2a0b
bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) (GH-28033)
by Miss Islington (bot)
· 4 years ago
6ebfe8d
[3.8] bpo-36384: [doc] Correct typos in CVE-2021-29921 fix description (GH-27825)
by Łukasz Langa
· 4 years ago
03dd89d
[3.8] bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099) (GH-27801)
by achraf-mer
· 4 years ago
af441df
Spell out 's.pop() or s.pop(i)' (GH-27398) (GH-27414)
by Miss Islington (bot)
· 4 years, 1 month ago
54d3871
bpo-30511: Add note on thread safety to shutil.make_archive() (GH-26933) (#27276)
by Miss Islington (bot)
· 4 years, 1 month ago
634da2d
[3.8] bpo-43882 - Mention urllib.parse changes in Whats new section. (#26277)
by Senthil Kumaran
· 4 years, 2 months ago
515a7bc
[3.8] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs. (GH-25595) (#25726)
by Miss Islington (bot)
· 4 years, 4 months ago
8ab272f
bpo-42800: Add audit events for f_code and tb_frame (GH-24182)
by Miss Islington (bot)
· 4 years, 4 months ago
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
Next »