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.9] gh-105184: document that marshal functions can fail and need to be chec...
Miss Islington (bot)
2023-06-05
1
-0/+4
*
[3.9] gh-68966: fix versionchanged in docs (GH-105298)
Ned Deily
2023-06-05
1
-1/+1
*
[3.9] gh-102153: Start stripping C0 control and space chars in `urlsplit` (GH...
Miss Islington (bot)
2023-05-22
1
-2/+36
*
[3.9] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-1029...
Petr Viktorin
2023-05-15
3
-19/+481
*
[3.9] gh-102627: Replace address pointing toward malicious web page (GH-10263...
Miss Islington (bot)
2023-03-13
1
-1/+1
*
[3.9] gh-101283: Improved fallback logic for subprocess with shell=True on Wi...
Miss Islington (bot)
2023-02-09
1
-0/+40
*
gh-101422: (docs) TarFile default errorlevel argument is 1, not 0 (GH-101424)
Miss Islington (bot)
2023-01-30
1
-1/+1
*
[3.9] Correct CVE-2020-10735 documentation (GH-100306). (#100697)
Gregory P. Smith
2023-01-20
1
-3/+3
*
[3.9] Update copyright years to 2023. (gh-100851)
Benjamin Peterson
2023-01-08
2
-2/+2
*
Clarify that every thread has its own default context in contextvars (GH-99246)
Miss Islington (bot)
2022-12-20
1
-0/+5
*
[3.9] gh-100001: Omit control characters in http.server stderr logs. (GH-1000...
Miss Islington (bot)
2022-12-06
1
-0/+9
*
[3.9] gh-68966: Make mailcap refuse to match unsafe filenames/types/params (G...
Miss Islington (bot)
2022-10-11
1
-0/+12
*
[3.9] gh-91708: Revert params note in urllib.parse.urlparse table (GH-96699) ...
Miss Islington (bot)
2022-10-07
1
-1/+2
*
[3.9] gh-95778: Mention sys.set_int_max_str_digits() in error message (#96874...
Victor Stinner
2022-10-04
1
-2/+2
*
[3.9] gh-87597: Document TimeoutExpired.stdout & .stderr types (GH-97685) (GH...
Miss Islington (bot)
2022-10-04
1
-2/+7
*
[3.9] gh-96845: Fix docs around importlib.abc.Traversable (GH-97515) (GH-97761)
Jason R. Coombs
2022-10-04
1
-2/+6
*
[3.9] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96502)
Gregory P. Smith
2022-09-05
8
-14/+265
*
[3.9] gh-91423: Remove bugs.python.org from bugs.rst (GH-91425) (GH-95614)
Shantanu
2022-08-04
1
-19/+20
*
[3.9] gh-90359: Update documentation to follow PEP 495. (gh-94800). (gh-94835)
Dong-hee Na
2022-07-28
1
-0/+14
*
gh-81054: Document that SimpleHTTPRequestHandler follows symbolic links (GH-9...
Miss Islington (bot)
2022-07-01
2
-2/+13
*
gh-83728: Add hmac.new default parameter deprecation (GH-91939) (GH-93546)
Miss Islington (bot)
2022-06-06
1
-0/+2
*
bpo-46879: Fix incorrect sphinx object names in doc (GH-31615) (GH-92976)
Miss Islington (bot)
2022-05-19
3
-0/+7
*
bpo-45393: help() on operator precedence has misleading entries (GH-31246) (G...
Miss Islington (bot)
2022-05-19
1
-2/+2
*
gh-92417: Update docs and examples of doctest.IGNORE_EXCEPTION_DETAIL for Py>...
Miss Islington (bot)
2022-05-19
1
-27/+21
*
gh-80143: Add clarification for escape characters (GH-92292) (GH-92630)
Miss Islington (bot)
2022-05-16
1
-3/+7
*
gh-87670: Add web.archive redirects from effbot (GH-92816)
Miss Islington (bot)
2022-05-16
3
-4/+5
*
gh-92611: Link to PEP 594 sections & add key detail in doc deprecation notice...
Miss Islington (bot)
2022-05-13
21
-22/+46
*
Document Py_ssize_t. (GH-92512)
Miss Islington (bot)
2022-05-13
10
-24/+31
*
Fix typo in argparse docs. (GH-92691) (#92731)
thueringa
2022-05-13
1
-1/+1
*
[3.9] gh-92436: __future__ docs: add note on expectations for "from __future_...
Jelle Zijlstra
2022-05-12
1
-1/+9
*
[3.9] Fix typo in unittest.rst: addCleanupModule -> addModuleCleanup (GH-9263...
Miss Islington (bot)
2022-05-11
1
-1/+1
*
[3.9] gh-76773: Update docs mentioning no-longer-supported Windows versions &...
Miss Islington (bot)
2022-05-10
7
-101/+58
*
bpo-13553: Document tkinter.Tk args (GH-4786)
Miss Islington (bot)
2022-05-10
1
-10/+66
*
Doc: Update py2app link. (GH-91585)
Miss Islington (bot)
2022-05-09
1
-1/+1
*
gh-92417: `asyncio` docs: `asyncio.run()` is available on all supported Pytho...
Miss Islington (bot)
2022-05-09
1
-1/+0
*
bpo-38056: overhaul Error Handlers section in codecs documentation (GH-15732)
Miss Islington (bot)
2022-05-09
2
-74/+126
*
pdb docs: workaround for double semicolon in strings (GH-17011)
Miss Islington (bot)
2022-05-08
1
-1/+2
*
gh-77521: Add link to builtin module names in modules tutorial (GH-92438)
Miss Islington (bot)
2022-05-08
1
-1/+2
*
gh-92417: `logging` docs: Remove warning that only applies to Python <3.2 (GH...
Miss Islington (bot)
2022-05-08
1
-10/+0
*
[3.9] gh-92417: `json` docs: `dict` is ordered on all supported Python versio...
Miss Islington (bot)
2022-05-08
1
-7/+0
*
[3.9] GH-92431: Fix footnotes in Doc/c-api/exceptions.rst (GH-92432) (GH-92471)
Miss Islington (bot)
2022-05-08
1
-11/+11
*
[3.9] gh-77630: Change Charset to charset (GH-92439) (GH-92477)
Miss Islington (bot)
2022-05-08
1
-7/+7
*
[3.9] gh-92417: `stdtypes` docs: delete discussion of Python 2 differences (G...
Miss Islington (bot)
2022-05-08
1
-10/+0
*
gh-92417: `typing` docs: `from __future__ import annotations` can be used in ...
Miss Islington (bot)
2022-05-08
1
-1/+1
*
[3.9] gh-92448: Update the documentation builder to render the GitHub issue. ...
Dong-hee Na
2022-05-08
1
-4/+5
*
gh-92368: Fix missing possessive apostrophe (GH-92397)
Miss Islington (bot)
2022-05-06
1
-1/+1
*
gh-92047: Py_GetVersion multi-digit minor version (GH-92047) (GH-92048) (#92329)
Miss Islington (bot)
2022-05-06
1
-1/+1
*
Document the lifetime of `PyUnicode_AsUTF8String` (GH-92325)
Miss Islington (bot)
2022-05-06
1
-1/+2
*
gh-92223: Remove pre-Python 3.7 alternative in asyncio docs (GH-92224)
Miss Islington (bot)
2022-05-05
1
-16/+1
*
[3.9] Improve the typing docs (GH-92264) (#92271)
Jelle Zijlstra
2022-05-03
1
-12/+12
[next]