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.12] gh-108267 Fix another dataclasses docs typo (GH-119277) (#119280)
Miss Islington (bot)
2024-05-20
1
-1/+2
*
[3.12] Use correct markup in unittest.mock.reset_mock documentation (GH-11920...
Miss Islington (bot)
2024-05-20
1
-3/+3
*
[3.12] DOCS: Suggest always calling exec with a globals argument and no local...
Miss Islington (bot)
2024-05-20
1
-3/+7
*
[3.12] marshal docs: Remove reference to "Sun" (GH-119161) (#119168)
Miss Islington (bot)
2024-05-19
1
-1/+1
*
[3.12] Minor improvements to the docs for itertools.tee() (gh-119135) (gh-119...
Miss Islington (bot)
2024-05-18
1
-10/+11
*
[3.12] gh-108267: Fix object.__setattr__ regression in dataclasses docs (GH-1...
Miss Islington (bot)
2024-05-16
1
-1/+2
*
[3.12] Misc improvements to the itertools docs (gh-119040) (#119044)
Miss Islington (bot)
2024-05-14
1
-35/+26
*
[3.12] Itertools docs: fix parameter names and indentation in Python equivale...
Miss Islington (bot)
2024-05-14
1
-5/+5
*
[3.12] gh-119010: Adds docs about `__type_params__` to `functools.update_wrap...
Miss Islington (bot)
2024-05-13
1
-2/+6
*
[3.12] Improve the `rmtree` doc for `dir_fd` param addition in 3.11 (GH-11896...
Miss Islington (bot)
2024-05-13
1
-1/+1
*
[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-118486: Support mkdir(mode=0o700) on Windows (GH-118488)
Steve Dower
2024-05-09
1
-0/+7
*
[3.12] Format None, True, False and NotImplemented as literals (GH-118758) (G...
Serhiy Storchaka
2024-05-08
24
-56/+56
*
[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
7
-7/+7
*
[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] gh-101100: Fix Sphinx warnings in `library/faulthandler.rst` (GH-11835...
Miss Islington (bot)
2024-04-28
1
-7/+9
*
[3.12] Fix note in Enum.__new__ docs (GH-118284) (#118325)
Jelle Zijlstra
2024-04-26
1
-5/+5
*
[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-113171: gh-65056: Fix "private" (non-global) IP address ranges (GH-...
Petr Viktorin
2024-04-24
1
-4/+39
*
[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] 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-64588: Clarify the difference between mu and xbar in statistics doc...
Miss Islington (bot)
2024-04-19
1
-7/+7
*
[3.12] gh-114539: Clarify implicit launching of shells by subprocess (GH-1179...
Miss Islington (bot)
2024-04-17
1
-2/+10
*
[3.12] gh-117977: Amend version changed annotation for os.chmod, os.chown, an...
Miss Islington (bot)
2024-04-17
1
-3/+3
*
[3.12] gh-117945: Fix `os.path.ismount()` documentation (GH-117947) (#117952)
Miss Islington (bot)
2024-04-16
1
-2/+2
*
[3.12] Docs: add link roles with Sphinx extlinks (GH-117850) (#117910)
Hugo van Kemenade
2024-04-15
16
-32/+23
*
[3.12] gh-117114: Update os.path function availability and link to genericpat...
Nice Zombies
2024-04-15
1
-11/+1
*
[3.12] Doc: mark up classes, attributes, parameters, and methods in dataclass...
Miss Islington (bot)
2024-04-14
1
-85/+85
[next]