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
*
gh-102899: Fix doc link for getting filesystem error handler (GH-102901)
Miss Islington (bot)
2023-04-05
1
-1/+1
*
gh-81762: Clarify and simplify description of print's flush param (GH-103264)
Miss Islington (bot)
2023-04-05
1
-2/+3
*
Improve some grammar in the socket docs (GH-103254)
Miss Islington (bot)
2023-04-04
1
-4/+4
*
gh-103109: Document ignore_warnings() test support helper (GH-103110)
Miss Islington (bot)
2023-04-02
1
-0/+15
*
Minor docs improvements fix for `codeop` (GH-103123)
Miss Islington (bot)
2023-03-30
1
-7/+7
*
gh-103099: Link mypy docs from typing.rst (GH-103100)
Miss Islington (bot)
2023-03-30
1
-0/+8
*
[3.10] gh-102582: Fix invalid JSON in Doc/howto/logging-cookbook.rst (GH-1026...
Miss Islington (bot)
2023-03-29
1
-10/+14
*
Update pdb docs for arguments (GH-102965)
Miss Islington (bot)
2023-03-25
1
-21/+21
*
[3.10] gh-103025: fix a ctypes doc typo (GH-103026) (#103030)
Miss Islington (bot)
2023-03-25
1
-2/+2
*
[3.10] gh-101100: Document PyObject_ClearWeakRefs and gzip's name (#103002)
Hugo van Kemenade
2023-03-25
2
-0/+16
*
gh-102873: logging.LogRecord docs: improve description of `msg` parameter (GH...
Miss Islington (bot)
2023-03-24
1
-2/+3
*
[3.10] gh-96931: Fix incorrect results in ssl.SSLSocket.shared_ciphers (GH-96...
Miss Islington (bot)
2023-03-24
1
-1/+1
*
gh-98239: Document that `inspect.getsource()` can raise `TypeError` (GH-101689)
Miss Islington (bot)
2023-03-23
1
-0/+4
*
gh-102936: typing: document performance pitfalls of protocols decorated with ...
Miss Islington (bot)
2023-03-23
1
-2/+18
*
Docs: improve accuracy of sqlite3.Connection.interrupt() (GH-102904)
Miss Islington (bot)
2023-03-22
1
-1/+1
*
Docs: improve the accuracy of the sqlite3.connect() timeout param (GH-102900)
Miss Islington (bot)
2023-03-22
1
-3/+3
*
Docs: improve accuracy of pdb alias example (GH-102892)
Miss Islington (bot)
2023-03-22
1
-1/+1
*
gh-102595: Document `PyObject_Format` c-api function (GH-102596)
Miss Islington (bot)
2023-03-22
1
-0/+9
*
Add link to `sys.exit` function documentation (GH-102805)
Miss Islington (bot)
2023-03-21
1
-1/+1
*
[3.10] Fix outdated note about 'int' rounding or truncating (GH-102736) (#102...
Miss Islington (bot)
2023-03-16
1
-4/+3
*
gh-101100: Documenting --prefix and --exec-prefix. (GH-102695)
Miss Islington (bot)
2023-03-15
5
-8/+24
*
[3.10] Remove misformatted exclamation marks in docs (GH-102694) (#102717)
Hugo van Kemenade
2023-03-15
1
-2/+2
*
gh-102703: Fix typo in modules tutorial documentation (GH-102707)
Miss Islington (bot)
2023-03-15
1
-1/+1
*
[3.10] gh-102354: change python3 to python in docs examples (GH-102696) (#102...
Miss Islington (bot)
2023-03-14
5
-6/+6
*
gh-100315: clarification to `__slots__` docs. (GH-102621)
Miss Islington (bot)
2023-03-14
1
-2/+4
*
doc: Remove a duplicate 'versionchanged' in library/asyncio-task (gh-102677)
Miss Islington (bot)
2023-03-14
1
-3/+0
*
gh-102627: Replace address pointing toward malicious web page (GH-102630)
Miss Islington (bot)
2023-03-13
1
-1/+1
*
[3.10] Fix duplicated words in the docs (#102645)
Alex Waygood
2023-03-13
2
-2/+2
*
gh-101100: Fix Sphinx warnings in `turtle` module (GH-102340)
Miss Islington (bot)
2023-03-13
1
-27/+31
*
gh-101100: Fix sphinx warnings in `zipapp` and `zipfile` modules (GH-102526)
Miss Islington (bot)
2023-03-08
2
-2/+2
*
Add gettext support to tools/extensions/c_annotations.py (GH-101989)
Miss Islington (bot)
2023-03-06
2
-3/+9
*
gh-101754: Document that Windows converts keys in `os.environ` to uppercase (...
Miss Islington (bot)
2023-03-03
1
-0/+5
*
[3.10] Fix typos in documentation and comments (GH-102374) (#102377)
Alex Waygood
2023-03-02
1
-1/+1
*
[3.10] gh-90744: Fix erroneous doc links in the sys module (GH-101319) (#102322)
Hugo van Kemenade
2023-03-02
1
-43/+49
*
gh-102296 Document that inspect.Parameter kinds support ordering (GH-102297)
Miss Islington (bot)
2023-02-27
1
-2/+3
*
gh-101100: Fix sphinx warnings in `types` module (GH-102274)
Miss Islington (bot)
2023-02-27
1
-1/+1
*
[3.10] [doc] Improve grammar/fix missing word (GH-102060) (GH-102278)
Miss Islington (bot)
2023-02-26
2
-2/+2
*
[3.10] gh-85417: Clarify behaviour on branch cuts in cmath module (GH-102046)...
Miss Islington (bot)
2023-02-26
1
-28/+38
*
gh-102259: Fix re doc issue regarding right square brackets (GH-102264)
Miss Islington (bot)
2023-02-26
1
-1/+2
*
[3.10] GH-99818: improve the documentation for zipfile.Path and Traversable (...
Shantanu
2023-02-25
2
-3/+7
*
gh-101100: Fix sphinx warnings in `typing` module docs (GH-102260)
Miss Islington (bot)
2023-02-25
1
-1/+1
*
asyncio docs: Fix dangling hyphen (GH-102227)
Miss Islington (bot)
2023-02-25
1
-2/+2
*
gh-101100: Fix Sphinx warnings in `decimal` module (GH-102125)
Miss Islington (bot)
2023-02-25
1
-84/+84
*
Fix typo in `Py_GetPythonHome` signature (GH-102168)
Miss Islington (bot)
2023-02-23
1
-1/+1
*
Fix syntax error in struct doc example (GH-102160)
Miss Islington (bot)
2023-02-23
1
-1/+1
*
GH-101777: `queue.rst`: use 2 spaces after a period to be consistent. (GH-102...
Miss Islington (bot)
2023-02-22
1
-8/+8
*
[3.10] gh-102135: Update turtle docs to rename wikipedia demo to rosette (GH-...
Miss Islington (bot)
2023-02-22
1
-3/+3
*
gh-100556: Improve clarity of `or` docs (GH-100589)
Miss Islington (bot)
2023-02-21
1
-2/+2
*
gh-101777: Make `PriorityQueue` docs slightly clearer (GH-102026)
Miss Islington (bot)
2023-02-21
1
-2/+2
*
gh-99735: Use required=True in argparse subparsers example (GH-100927)
Miss Islington (bot)
2023-02-19
1
-1/+1
[next]