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