summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* [3.8] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96503)Gregory P. Smith2022-09-058-14/+265
* [3.8] gh-90359: Update documentation to follow PEP 495. (gh-94800). (GH-94834)Dong-hee Na2022-07-281-0/+14
* [3.8] gh-81054: Document that SimpleHTTPRequestHandler follows symbolic links...Łukasz Langa2022-07-011-1/+12
* gh-83728: Add hmac.new default parameter deprecation (GH-91939) (GH-93547)Miss Islington (bot)2022-06-061-0/+2
* [3.8] gh-92448: Update the documentation builder to render the GitHub… (GH-...Dong-hee Na2022-05-121-4/+5
* Add redirects to Misc/NEWS bpo links (GH-91454) (#91895)Miss Islington (bot)2022-05-101-1/+2
* [3.8] gh-91888: add a `:gh:` role to the documentation (GH-91889) (#91936)Ezio Melotti2022-05-101-1/+25
* bpo-47138: Ensure Windows docs build uses the same pinned version as other pl...Steve Dower2022-05-091-1/+2
* [3.8] bpo-47138: Fix documentation build by pinning Jinja version to 3.0.3 (G...m-aciek2022-04-081-0/+2
* bpo-31327: Update time documentation to reflect possible errors (GH-31460) (G...Miss Islington (bot)2022-03-161-0/+6
* Update copyright year to 2022. (GH-30335) (GH-31478)Miss Islington (bot)2022-03-082-2/+2
* bpo-41028: Doc: Move switchers to docsbuild-scripts. (GH-20969) (GH-30344)Miss Islington (bot)2022-02-175-173/+14
* bpo-45792: Fix contextvar.Token's intersphinx FQN (GH-29533) (GH-29537)Miss Islington (bot)2021-11-161-1/+1
* bpo-45583: Correct datamodel documentation of int() (GH-29182) (GH-29287)Miss Islington (bot)2021-10-281-2/+2
* [3.9] bpo-45618: Fix documentation build by pinning Docutils version to 0.17....Ned Deily2021-10-281-0/+4
* [docs] Update documentation for `multiprocessing.get_start_method` (GH-18170)...Miss Islington (bot)2021-09-231-1/+7
* bpo-45104: Clarify when __init__ is called (GH-28210) (GH-28213)Miss Islington (bot)2021-09-071-1/+1
* bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) (GH-28033)Miss Islington (bot)2021-08-291-14/+18
* [3.8] bpo-36384: [doc] Correct typos in CVE-2021-29921 fix description (GH-27...Łukasz Langa2021-08-191-1/+1
* [3.8] bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-...achraf-mer2021-08-172-2/+29
* Spell out 's.pop() or s.pop(i)' (GH-27398) (GH-27414)Miss Islington (bot)2021-07-281-1/+1
* bpo-30511: Add note on thread safety to shutil.make_archive() (GH-26933) (#27...Miss Islington (bot)2021-07-211-0/+4
* [3.8] bpo-43882 - Mention urllib.parse changes in Whats new section. (#26277)Senthil Kumaran2021-06-281-0/+12
* [3.8] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline ...Miss Islington (bot)2021-05-051-0/+13
* bpo-42800: Add audit events for f_code and tb_frame (GH-24182)Miss Islington (bot)2021-05-033-1/+10
* [3.8] bpo-41100: Support macOS 11 Big Sur and Apple Silicon Macs (#25806)Ned Deily2021-05-021-0/+22
* Fix exceptions mentioned in os.setxattr() docs (GH-25742) (GH-25795)Miss Islington (bot)2021-05-011-2/+2
* Fixing doc for callback for lambda (GH-25779) (GH-25789)Miss Islington (bot)2021-05-011-1/+1
* bpo-43971: Add spaces around annotated arg default '=' (GH-25702)Miss Islington (bot)2021-05-011-1/+1
* [3.8] bpo-42589: Change URL for 'from' link when used in a raised exc… (GH-...sblondon2021-04-301-2/+2
* [doc] Be more clear on super() regarding multiple base classes methods (GH-21...Miss Islington (bot)2021-04-291-1/+1
* [doc] Do some polishing in IDEs section (GH-22070) (GH-25704)Miss Islington (bot)2021-04-291-12/+12
* bpo-43959: clarify the documentation of the PyContextVar C-API (GH-25671) (GH...Miss Islington (bot)2021-04-281-7/+6
* [doc] Remove duplicated operator.itemgetter example (GH-24178) (#25647)Miss Islington (bot)2021-04-271-5/+2
* Use the zero argument form of super() in examples for Python3 docs. (GH-22314...Miss Islington (bot)2021-04-266-12/+12
* [3.8] bpo-28577: Special case added to IP v4 and v6 hosts for /32 and /128 ne...Pete Wicken2021-04-261-1/+6
* bpo-41661: Document os.path.relpath() exception on Windows with different dri...Miss Islington (bot)2021-04-261-1/+2
* bpo-17305: Link to the third-party idna package. (GH-25208) (#25211)Miss Islington (bot)2021-04-261-0/+3
* bpo-43938: improve dataclasses.FrozenInstanceError documentation (GH-25603) (...Miss Islington (bot)2021-04-261-1/+1
* Doc: Fix the array.fromfile method doc (GH-22037) (GH-25631)Miss Islington (bot)2021-04-261-2/+1
* Update asyncio-subprocess.rst (GH-21680) (GH-25622)Miss Islington (bot)2021-04-261-1/+1
* documentation: clarification about the function remove in os library (GH-1902...Miss Islington (bot)2021-04-261-0/+1
* Fix broken links and improve stand-alone tools list in FAQ GH-25610Miss Islington (bot)2021-04-263-10/+9
* Fix id of 'Internet Message Format' RFC in email doc GH-25614Miss Islington (bot)2021-04-262-2/+2
* Fix copy.Error casing in documentation GH-22004 (#25612)Miss Islington (bot)2021-04-261-1/+1
* Remove mention of dst parameter from description of os.lstat() (GH-24704)Miss Islington (bot)2021-04-251-1/+1
* Fix a typo in datamodel reference document (GH-24930)Miss Islington (bot)2021-04-251-1/+1
* BaseHTTPRequestHandler, that path includes query (GH-25597)Miss Islington (bot)2021-04-251-1/+3
* bpo-43856: Add a versionadded directive to the importlib.metadata docs (GH-25...Jason R. Coombs2021-04-231-0/+2
* bpo-43284: Update platform.win32_ver to use _syscmd_ver instead of sys.getwin...Miss Islington (bot)2021-04-221-1/+6