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-101100: Fix sphinx warnings in `concurrent.futures.rst` (GH-114521)...
Hugo van Kemenade
2024-01-24
1
-20/+22
*
[3.12] gh-101100: Fix sphinx warnings in `asyncio-task.rst` (GH-114469) (#114...
Hugo van Kemenade
2024-01-24
1
-17/+16
*
[3.12] Fix a typo in the contextlib documentation (GH-114507) (#114514)
Miss Islington (bot)
2024-01-24
1
-1/+1
*
[3.12] Docs: use placeholders in dbm flag param docs (GH-114482) (#114497)
Miss Islington (bot)
2024-01-23
1
-60/+43
*
[3.12] Docs: mark up FTP.connect() and FTP.login() with param lists (GH-11439...
Miss Islington (bot)
2024-01-23
1
-33/+70
*
[3.12] Docs: mark up FTP.retrbinary and FTP.storbinary with param lists (GH-1...
Miss Islington (bot)
2024-01-23
1
-16/+46
*
[3.12] gh-101100: Fix sphinx warnings in `Doc/library/locale.rst` (GH-114425)...
Miss Islington (bot)
2024-01-23
1
-13/+48
*
[3.12] Docs: align usage of versionadded/versionchanged with recommended prac...
Erlend E. Aasland
2024-01-23
27
-165/+164
*
[3.12] GH-105900: Fix `pathlib.Path.symlink_to(target_is_directory=...)` docs...
Miss Islington (bot)
2024-01-23
1
-3/+7
*
[3.12] GH-82695: Clarify `pathlib.Path.mkdir()` documentation (GH-114032) (#1...
Miss Islington (bot)
2024-01-23
1
-3/+3
*
[3.12] GH-99334: Explain that `PurePath.is_relative_to()` is purely lexical. ...
Miss Islington (bot)
2024-01-23
1
-0/+7
*
[3.12] gh-66944: Note that the `contextlib.closing` example is for illustrati...
Miss Islington (bot)
2024-01-23
1
-0/+8
*
[3.12] Docs: Fix typo in code snippet (GH-114421) (GH-114434)
Miss Islington (bot)
2024-01-22
1
-1/+1
*
[3.12] gh-114115: Update documentation of array.array (GH-114117) (GH-114417)
Serhiy Storchaka
2024-01-22
1
-20/+27
*
[3.12] gh-114328: tty cbreak mode should not alter ICRNL (GH-114335) (#114410)
Miss Islington (bot)
2024-01-21
1
-0/+15
*
[3.12] Docs: align sqlite3 docs with versionadded/versionchanged recommendati...
Erlend E. Aasland
2024-01-21
1
-12/+12
*
[3.12] Docs: link to sys.stdout in ftplib docs (GH-114396) (#114397)
Miss Islington (bot)
2024-01-21
1
-2/+2
*
[3.12] gh-114384: Align sys.set_asyncgen_hooks signature in docs to reflect i...
Miss Islington (bot)
2024-01-21
1
-1/+1
*
[3.12] Docs: mark up FTP() constructor with param list (GH-114359) (#114382)
Miss Islington (bot)
2024-01-21
1
-11/+37
*
[3.12] Docs: mark up the FTP debug levels as a list (GH-114360) (#114375)
Miss Islington (bot)
2024-01-21
1
-6/+9
*
[3.12] Docs: Add missing line continuation to FTP_TLS class docs (GH-114352) ...
Miss Islington (bot)
2024-01-20
1
-1/+1
*
[3.12] Docs: structure the ftplib reference (GH-114317) (#114347)
Miss Islington (bot)
2024-01-20
1
-244/+250
*
[3.12] gh-114332: Fix the flags reference for ``re.compile()`` (GH-114334) (#...
Miss Islington (bot)
2024-01-20
1
-2/+2
*
[3.12] gh-108303: Move all doctest related files and tests to `Lib/test/test_...
Miss Islington (bot)
2024-01-18
1
-1/+1
*
[3.12] gh-114231: Fix indentation in enum.rst (GH-114232) (#114234)
Miss Islington (bot)
2024-01-18
1
-1/+1
*
[3.12] gh-114211: Update EmailMessage doc about ordered keys (GH-114224) (#11...
Miss Islington (bot)
2024-01-18
1
-3/+3
*
[3.12] Fix typo in tkinter.ttk.rst (GH-106157) (GH-114200)
Miss Islington (bot)
2024-01-17
1
-1/+1
*
[3.12] gh-72284: Revise lists in IDLE doc (GH-114174) (#114175)
Miss Islington (bot)
2024-01-17
1
-41/+27
*
[3.12] gh-112043: Align concurrent.futures.Executor.map docs with implementat...
Miss Islington (bot)
2024-01-17
1
-5/+5
*
[3.12] gh-88531 Fix dataclass __post_init__/__init__ interplay documentation ...
Miss Islington (bot)
2024-01-17
1
-3/+3
*
[3.12] gh-94220: Align fnmatch docs with the implementation and amend markup ...
Miss Islington (bot)
2024-01-16
1
-12/+14
*
[3.12] GH-78988: Document `pathlib.Path.glob()` exception propagation. (GH-11...
Barney Gale
2024-01-16
1
-0/+4
*
[3.12] Docs: Improve multiprocessing.SharedMemory reference (#114093) (#114137)
Erlend E. Aasland
2024-01-16
1
-17/+23
*
[3.12] Docs: Align multiprocessing.shared_memory docs with Sphinx recommendat...
Erlend E. Aasland
2024-01-16
1
-48/+56
*
[3.12] Update KDE recipe to match the standard use of the h parameter (gh-113...
Raymond Hettinger
2024-01-16
1
-7/+5
*
[3.12] gh-114070: correct the specification of ``digit`` in the float() docs ...
Miss Islington (bot)
2024-01-15
1
-5/+4
*
[3.12] gh-101100: Fix Sphinx warnings in `howto/urllib2.rst` and `library/htt...
Hugo van Kemenade
2024-01-14
2
-30/+32
*
[3.12] gh-89159: Document missing TarInfo members (GH-91564) (#114006)
Miss Islington (bot)
2024-01-12
1
-0/+30
*
[3.12] Link to the glossary for "magic methods" in ``MagicMock`` (GH-111292) ...
Miss Islington (bot)
2024-01-12
1
-4/+4
*
[3.12] Improve kde graph with better caption and number formatting (gh-113967...
Miss Islington (bot)
2024-01-12
1
-0/+0
*
[3.12] GH-107678: Improve Unicode handling clarity in ``library/re.rst`` (GH-...
Miss Islington (bot)
2024-01-12
1
-92/+145
*
gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133)
Miss Islington (bot)
2024-01-11
1
-2/+2
*
[3.12] gh-112419: Document removal of sys.meta_path's 'find_module' fallback ...
Miss Islington (bot)
2024-01-11
1
-4/+7
*
[3.12] gh-113664: Improve style of Big O notation (GH-113695) (GH-113909)
Miss Islington (bot)
2024-01-10
6
-16/+16
*
[3.12] GH-113661: unittest runner: Don't exit 5 if tests were skipped (GH-113...
Miss Islington (bot)
2024-01-09
1
-1/+1
*
[3.12] Simplify binomial approximation example with random.binomialvariate() ...
Miss Islington (bot)
2024-01-09
1
-7/+4
*
[3.12] Docs: Link tokens in the format string grammars (GH-108184) (#113839)
Miss Islington (bot)
2024-01-09
1
-7/+7
*
[3.12] Minor algebraic simplification for the totient() recipe (gh-113822) (g...
Miss Islington (bot)
2024-01-08
1
-1/+1
*
[3.12] gh-113360: Fix the documentation of module's attribute __test__ (GH-11...
Miss Islington (bot)
2024-01-05
1
-3/+3
*
[3.12] gh-101100: Fix Sphinx warnings in `library/pyclbr.rst` (GH-113739) (#1...
Miss Islington (bot)
2024-01-05
1
-47/+56
[next]