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
/
library
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.9] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96502)
Gregory P. Smith
2022-09-05
5
-13/+234
*
gh-81054: Document that SimpleHTTPRequestHandler follows symbolic links (GH-9...
Miss Islington (bot)
2022-07-01
2
-2/+13
*
bpo-46879: Fix incorrect sphinx object names in doc (GH-31615) (GH-92976)
Miss Islington (bot)
2022-05-19
3
-0/+7
*
gh-92417: Update docs and examples of doctest.IGNORE_EXCEPTION_DETAIL for Py>...
Miss Islington (bot)
2022-05-19
1
-27/+21
*
gh-92611: Link to PEP 594 sections & add key detail in doc deprecation notice...
Miss Islington (bot)
2022-05-13
21
-22/+46
*
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
4
-9/+4
*
bpo-13553: Document tkinter.Tk args (GH-4786)
Miss Islington (bot)
2022-05-10
1
-10/+66
*
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
1
-73/+116
*
pdb docs: workaround for double semicolon in strings (GH-17011)
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-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
*
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
*
[3.9] bpo-46586: Fix more erroneous doc links to builtins (GH-31429) (#92199)
Jelle Zijlstra
2022-05-03
2
-2/+2
*
bpo-6686: Replace String with Bytes in xml.sax.handler documentation (GH-30612)
Miss Islington (bot)
2022-05-02
1
-1/+1
*
[3.9] Remove effbot urls (GH-26308). (#92162)
Thaddeus1499
2022-05-02
2
-13/+0
*
gh-91783: Document security considerations for shutil.unpack_archive (GH-91844)
Miss Islington (bot)
2022-05-02
1
-1/+7
*
gh-88546: glob.glob docs: Make new paragraph for emphasis and reordered sente...
Miss Islington (bot)
2022-05-02
1
-2/+5
*
asyncio.subprocess: Fix a typo in doc (GH-92030)
Miss Islington (bot)
2022-05-02
1
-1/+1
*
gh-85133: os docs: Add that getenv uses os.environ (GH-91874)
Miss Islington (bot)
2022-05-02
1
-13/+21
*
gh-84714: Add behavior if dst file exists (GH-91867)
Miss Islington (bot)
2022-05-02
1
-1/+2
*
[3.9] gh-81488: Add recursive wording for issubclass docs (GH-92087) (#92131)
slateny
2022-05-02
1
-1/+2
*
typing docs: Add example for async functions (GH-20386)
Miss Islington (bot)
2022-05-01
1
-0/+4
*
gh-91611: Use example.com for documentation, not mydomain.com (GH-91613)
Miss Islington (bot)
2022-05-01
2
-2/+2
*
gh-87801: Add run() to subprocess.CalledProcessError description (GH-91628)
Miss Islington (bot)
2022-04-30
1
-1/+3
*
gh-87192: Update wording for fcntl 'Changed in' (GH-91658)
Miss Islington (bot)
2022-04-30
1
-1/+2
*
gh-85864: io docs: Add missing position-only parameters (GH-91950)
Miss Islington (bot)
2022-04-30
1
-17/+17
*
Add note that headers added via urllib.request.add_header are added to redire...
Miss Islington (bot)
2022-04-27
1
-1/+2
*
gh-84459: Make wording more specific for Path.replace (GH-91853)
Miss Islington (bot)
2022-04-27
2
-2/+2
*
gh-68966: Document mailcap deprecation in Python 3.11 (GH-91971)
Miss Islington (bot)
2022-04-27
3
-2/+7
*
[3.9] gh-85864: Mark positional-only args in io docs (GH-91683). (#91848)
Jelle Zijlstra
2022-04-23
1
-9/+9
*
gh-91547: Remove "Undocumented modules" page (GH-91682)
Miss Islington (bot)
2022-04-22
2
-27/+0
*
bpo-23747: Enhance platform doc, document default behavior (GH-31462)
Miss Islington (bot)
2022-04-20
1
-6/+8
*
bpo-30718: Add information about text buffering (GH-32351)
Miss Islington (bot)
2022-04-20
1
-1/+5
*
Add link to sys.path in os lib (GH-91679)
Miss Islington (bot)
2022-04-20
1
-2/+2
*
Fix awkward sentence in signal docs (GH-91508)
Miss Islington (bot)
2022-04-20
1
-4/+5
*
Doc: Fix link formatting typo (GH-91659)
Miss Islington (bot)
2022-04-19
1
-1/+1
*
Remove duplicate explanation (GH-91534)
Miss Islington (bot)
2022-04-18
1
-4/+0
*
gh-90923: Improve sqlite3.Connection.execute* docs (GH-91643)
Miss Islington (bot)
2022-04-17
1
-12/+9
*
gh-82849: revise intro to os.path.rst (GH-32232)
Miss Islington (bot)
2022-04-16
1
-11/+4
*
bpo-40376: slightly improved the wording for os.getgrouplist (GH-19702) (GH-9...
Miss Islington (bot)
2022-04-15
1
-1/+2
*
gh-70979: Fix runpy.run_path parameter name in docs (GH-32265)
Miss Islington (bot)
2022-04-15
1
-2/+2
*
gh-90879: Fix missing parameter for put_nowait() (GH-91514)
Miss Islington (bot)
2022-04-14
1
-2/+2
[next]