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.12] GH-118701: Note that recursive wildcards aren't supported in `PurePath...
Barney Gale
2024-05-11
1
-0/+4
*
[3.12] Correct the argument names for `secrets.choice` and `secrets.randbelow...
Miss Islington (bot)
2024-05-10
1
-3/+3
*
gh-118689: Doc: fix ePub build (GH-118690)
Miss Islington (bot)
2024-05-10
3
-1/+7
*
gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488)
Steve Dower
2024-05-09
2
-0/+18
*
[3.12] Format None, True, False and NotImplemented as literals (GH-118758) (G...
Serhiy Storchaka
2024-05-08
26
-58/+58
*
[3.12] docs: module page titles should not start with a link to themselves (G...
Miss Islington (bot)
2024-05-08
220
-443/+440
*
[3.12] Docs: fix typos in documentation (GH-118752) (#118786)
Miss Islington (bot)
2024-05-08
4
-4/+4
*
[3.12] gh-118671: Updated dead ActiveState links (GH-118730) (#118754)
Miss Islington (bot)
2024-05-08
9
-10/+10
*
[3.12] Regen ``Doc/requirements-oldest-sphinx.txt`` (GH-118736) (#118753)
Miss Islington (bot)
2024-05-08
1
-3/+3
*
[3.12] Remove Python 3.5 hardcoded version in the tutorial appendix (GH-11761...
Miss Islington (bot)
2024-05-07
1
-2/+2
*
[3.12] gh-118310: Fix documentation for `enum.Enum.__new__` (GH-118311) (GH-1...
Miss Islington (bot)
2024-05-07
1
-5/+7
*
[3.12] gh-78612: Mark up eval() using param list (GH-115212) (#116044)
Miss Islington (bot)
2024-05-07
1
-5/+15
*
[3.12] Expand recipe for kernel density estimation to include common tasks. (...
Raymond Hettinger
2024-05-06
1
-10/+46
*
[3.12] Fix typo in Doc/library/asyncio-task.rst (GH-118627) (#118657)
Miss Islington (bot)
2024-05-06
1
-1/+1
*
[3.12] GH-115577 Clarify netloc term usage in urllib.parse docs (GH-117632) (...
Miss Islington (bot)
2024-05-06
1
-0/+5
*
[3.12] gh-118476: Fix corner cases in islice() rough equivalent. (Gh-118559) ...
Miss Islington (bot)
2024-05-05
1
-18/+11
*
[3.12] Minor improvements to the itertools recipes (GH-118563) (#118565)
Miss Islington (bot)
2024-05-03
1
-24/+12
*
[3.12] docs: clarify csv.DictReader's treatment of the first data row (GH-118...
Miss Islington (bot)
2024-05-03
1
-2/+4
*
[3.12] gh-117492: Clarify documentation of `typing.Never` (GH-117678) (#118547)
Miss Islington (bot)
2024-05-03
1
-24/+22
*
[3.12] gh-117903: Clarify that the staticmethod descriptor is callable (GH-11...
Miss Islington (bot)
2024-05-02
1
-2/+3
*
[3.12] docs: typo: tiny grammar change: "pointed by" -> "pointed to by" (GH-1...
Jelle Zijlstra
2024-05-02
2
-4/+4
*
[3.12] gh-85453: Consistent backquotes on None occurences across datetime.rst...
Miss Islington (bot)
2024-04-30
1
-1/+1
*
[3.12] gh-118359: Improve docs for Bdb.user_call (GH-118368) (#118410)
Miss Islington (bot)
2024-04-29
1
-0/+3
*
[3.12] Docs: Upgrade to Sphinx 7.3 (GH-118397) (#118400)
Miss Islington (bot)
2024-04-29
1
-1/+1
*
[3.12] gh-101100: Fix Sphinx warnings in `library/faulthandler.rst` (GH-11835...
Miss Islington (bot)
2024-04-28
2
-8/+9
*
[3.12] gh-101100: Fix Sphinx warnings in `whatsnew/3.10.rst` (GH-118356) (#11...
Miss Islington (bot)
2024-04-28
1
-37/+37
*
[3.12] gh-101100: Fix Sphinx warnings in `whatsnew/3.9.rst` (GH-118364) (#118...
Hugo van Kemenade
2024-04-28
2
-27/+27
*
[3.12] Fix note in Enum.__new__ docs (GH-118284) (#118325)
Jelle Zijlstra
2024-04-26
1
-5/+5
*
[3.12] gh-117928: Bump the minimum Sphinx version to 6.2.1 (GH-117853) (#118321)
Kirill Podoprigora
2024-04-26
4
-39/+22
*
[3.12] gh-118235: Skip RAISE_SYNTAX_ERROR rules in the grammar spec (GH-11823...
Miss Islington (bot)
2024-04-26
1
-0/+2
*
[3.12] gh-85453: Make numeric literals consistent across datetime.rst (GH-118...
Miss Islington (bot)
2024-04-24
1
-3/+3
*
[3.12] gh-85453: Adapt datetime.rst to devguide recommendations for code snip...
Miss Islington (bot)
2024-04-24
1
-45/+45
*
[3.12] gh-118013: Use weakrefs for the cache key in `inspect._shadowed_dict` ...
Miss Islington (bot)
2024-04-24
1
-4/+3
*
[3.12] gh-113171: gh-65056: Fix "private" (non-global) IP address ranges (GH-...
Petr Viktorin
2024-04-24
2
-4/+48
*
[3.12] Fix typo in py_compile.rst (GH-118102) (GH-118191)
Miss Islington (bot)
2024-04-23
1
-1/+1
*
[3.12] gh-59215: unittest: restore _top_level_dir at end of discovery (GH-152...
Miss Islington (bot)
2024-04-23
1
-5/+10
*
[3.12] gh-118030: Group definitions for `ParamSpecArgs` and `ParamSpecKwargs`...
Miss Islington (bot)
2024-04-22
1
-1/+1
*
[3.12] gh-115986 Improve pprint documentation accuracy (GH-117403) (#118146)
Miss Islington (bot)
2024-04-22
1
-3/+2
*
[3.12] Docs: replace Harry Potter reference with Monty Python (GH-118130) (#1...
Miss Islington (bot)
2024-04-21
1
-3/+3
*
[3.12] Clarifying nonlocal doc: SyntaxError is raised if nearest enclosing sc...
Miss Islington (bot)
2024-04-21
1
-2/+3
*
[3.12] gh-118100: Improve links in `ast.rst` (GH-118101) (#118110)
Miss Islington (bot)
2024-04-19
1
-2/+3
*
[3.12] gh-114053: Fix bad interaction of PEP-695, PEP-563 and ``get_type_hint...
Alex Waygood
2024-04-19
1
-1/+3
*
[3.12] gh-87969: Align docs and docstrings with implementation for ctypes' [w...
Miss Islington (bot)
2024-04-19
1
-8/+8
*
[3.12] gh-116935: Document that heap types need to support garbage collection...
Miss Islington (bot)
2024-04-19
1
-1/+2
*
[3.12] gh-117518: Clarify PyTuple_GetItem() borrowed reference in the doc (GH...
Miss Islington (bot)
2024-04-19
1
-0/+6
*
[3.12] gh-64588: Clarify the difference between mu and xbar in statistics doc...
Miss Islington (bot)
2024-04-19
1
-7/+7
*
[3.12] Use "Contributed by" in a couple of occurrences of 3.12 whatsnew (GH-1...
Miss Islington (bot)
2024-04-19
1
-3/+3
*
[3.12] Doc: Render version/language selector on Read the Docs (GH-116966) (#1...
Miss Islington (bot)
2024-04-18
1
-0/+86
*
[3.12] gh-116932: Add note on how to report python documentation theme bugs (...
Miss Islington (bot)
2024-04-18
1
-0/+4
*
[3.12] gh-114539: Clarify implicit launching of shells by subprocess (GH-1179...
Miss Islington (bot)
2024-04-17
1
-2/+10
[next]