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 `library/pyclbr.rst` (GH-113739) (#1...
Miss Islington (bot)
2024-01-05
1
-47/+56
*
[3.12] gh-101100: Fix Sphinx warnings for 2.6 deprecations and removals (GH-1...
Miss Islington (bot)
2024-01-05
1
-2/+2
*
[3.12] Document the `co_lines` method on code objects (#113682) (#113686)
Alex Waygood
2024-01-03
1
-4/+5
*
[3.12] `functools.partial` docs: Use the more common spelling for "referencea...
Miss Islington (bot)
2024-01-03
1
-1/+1
*
[3.12] gh-101100: Fix Sphinx warnings in `library/configparser.rst` (GH-11359...
Hugo van Kemenade
2023-12-31
2
-18/+18
*
[3.12] Update ConfigParser docs defining valid section name (GH-110506) (#113...
Miss Islington (bot)
2023-12-30
1
-1/+1
*
[3.12] gh-89414: Document that SIGCLD is not available on macOS (GH-113580) (...
Miss Islington (bot)
2023-12-30
1
-0/+2
*
[3.12] Doc/library/os.rst: `os.waitid` absent on MacOS (GH-104558) (#113553)
Miss Islington (bot)
2023-12-29
1
-0/+3
*
[3.12] gh-101100: Fix Sphinx warnings in library/random.rst (GH-112981) (#113...
Miss Islington (bot)
2023-12-28
1
-15/+44
*
[3.12] gh-67641: Clarify documentation on bytes vs text with non-seeking tarf...
Miss Islington (bot)
2023-12-27
1
-4/+6
*
[3.12] gh-101100: Fix Sphinx warnings in `library/cmd.rst` (GH-113502) (#113511)
Hugo van Kemenade
2023-12-27
1
-11/+14
*
[3.12] gh-101100: Fix Sphinx warnings in `library/calendar.rst` (GH-113500) (...
Hugo van Kemenade
2023-12-27
1
-3/+10
*
[3.12] gh-101100: Fix Sphinx warnings in `library/bisect.rst` (GH-113496) (#1...
Miss Islington (bot)
2023-12-26
1
-4/+4
*
[3.12] Misc minor improvements to the itertools recipes (gh-113477) (gh-113478)
Miss Islington (bot)
2023-12-25
1
-81/+83
*
[3.12] [doc] Make subprocess.wait documentation more precise (GH-98700) (GH-1...
Miss Islington (bot)
2023-12-25
1
-3/+4
*
[3.12] gh-74573: document that ndbm can silently corrupt databases on macOS (...
Miss Islington (bot)
2023-12-23
2
-0/+10
*
[3.12] gh-112925: Fix error in example of `datetime.time.fromisoformat` and a...
Miss Islington (bot)
2023-12-23
1
-1/+3
*
[3.12] Docs: OpenSSL wording ambiguity (GH-113296) (#113348)
Miss Islington (bot)
2023-12-21
1
-1/+1
*
[3.12] gh-113255: Clarify docs for `typing.reveal_type` (GH-113286) (#113323)
Miss Islington (bot)
2023-12-20
1
-12/+11
*
[3.12] Fix typo in collections.abc docs example (GH-113310) (#113311)
Miss Islington (bot)
2023-12-20
1
-1/+1
*
[3.12] gh-101100: Fix Sphinx warnings in `library/ast.rst` (GH-113289) (#113290)
Hugo van Kemenade
2023-12-19
1
-15/+18
*
[3.12] gh-113234: tomllib docs: reorder conversion table & add remaining type...
Miss Islington (bot)
2023-12-19
1
-1/+7
*
[3.12] gh-101100: Fix Sphinx warnings in library/tarfile.rst (GH-113237) (#11...
Hugo van Kemenade
2023-12-18
1
-11/+56
*
[3.12] gh-112890: `unittest` Test Discovery page updated "`unittest` dropped ...
Miss Islington (bot)
2023-12-17
1
-2/+2
*
[3.12] gh-105912: document gotcha with using os.fork on macOS (GH-112871) (#1...
Miss Islington (bot)
2023-12-16
3
-0/+21
*
[3.12] gh-113046: Revise csv.reader doc (GH-113207) (#113210)
Miss Islington (bot)
2023-12-16
1
-4/+7
*
[3.12] Add reshape() recipe to demonstrate a use case for batched() and chain...
Miss Islington (bot)
2023-12-16
1
-3/+24
*
[3.12] Use match/case in grouper() recipe (gh-113059) (gh-113197)
Miss Islington (bot)
2023-12-15
1
-8/+9
*
[3.12] Minor stylistic edit to the grouper recipe (gh-112759) (gh-113196)
Miss Islington (bot)
2023-12-15
1
-2/+2
*
[3.12] gh-110746: Improve markup in ``tkinter.ttk.rst`` (GH-111236) (#113193)
Miss Islington (bot)
2023-12-15
1
-15/+16
*
[3.12] gh-101100: Fix various Sphinx warnings for dunder references in the `l...
Miss Islington (bot)
2023-12-15
7
-24/+33
*
[3.12] gh-101100: Fix Sphinx nitpicks in `library/numbers.rst` (GH-113162) (#...
Hugo van Kemenade
2023-12-15
1
-9/+10
*
[3.12] gh-101100: Fix Sphinx nitpicks in `library/rlcompleter.rst` (GH-113125...
Miss Islington (bot)
2023-12-15
2
-18/+24
*
[3.12] Optimize unique_justseen() recipe for a common case. (gh-113147) (gh-1...
Miss Islington (bot)
2023-12-14
1
-0/+2
*
[3.12] gh-101100: Cleanup `mailbox` docs (GH-113124) (#113144)
Hugo van Kemenade
2023-12-14
1
-122/+139
*
[3.12] Remove itertool recipe with low pedagogical value (gh-113138) (gh-113140)
Miss Islington (bot)
2023-12-14
1
-32/+32
*
[3.12] gh-101100: Fix Sphinx nitpicks in `library/collections.abc.rst` (GH-11...
Miss Islington (bot)
2023-12-14
1
-39/+41
*
[3.12] Add recipe for totient() to demonstrate unique_justseen() and factor()...
Miss Islington (bot)
2023-12-14
1
-0/+27
*
[3.12] gh-101100: Fix Sphinx nitpicks in `library/traceback.rst` (GH-113106) ...
Miss Islington (bot)
2023-12-14
2
-37/+75
*
[3.12] Fixing typo in DocTestRunner docs (GH-112326) (GH-113097)
Miss Islington (bot)
2023-12-14
1
-1/+1
*
[3.12] gh-107959: clarify Unix-availability of `os.lchmod()` (GH-107960) (GH-...
Miss Islington (bot)
2023-12-13
1
-1/+4
*
[3.12] gh-101100: Improve docs on exception attributes (GH-113057) (#113061)
Miss Islington (bot)
2023-12-13
2
-47/+77
*
[3.12] gh-101100: Fix Sphinx warning in references with asterisks (GH-113029)...
Miss Islington (bot)
2023-12-13
12
-38/+40
*
[3.12] gh-112999: Replace the outdated "deprecated" directives with "versionc...
Miss Islington (bot)
2023-12-12
2
-14/+11
*
[3.12] gh-101100: Improve documentation on function attributes (GH-112933) (#...
Hugo van Kemenade
2023-12-12
3
-9/+10
*
[3.12] gh-101100: Fix Sphinx warning in library/http.cookies.rst (GH-112908) ...
Miss Islington (bot)
2023-12-10
1
-20/+22
*
[3.12] gh-101100: Improve documentation of `TracebackType` attributes (GH-112...
Miss Islington (bot)
2023-12-09
3
-9/+9
*
[3.12] gh-101100: Fix Sphinx nitpicks in `library/tempfile.rst` (#112886) (#1...
Alex Waygood
2023-12-09
1
-23/+29
*
[3.12] gh-112758: Updated pathlib documentation for PurePath.match (GH-112814...
Miss Islington (bot)
2023-12-08
1
-0/+3
*
[3.12] gh-101100: Fix Sphinx nits in `library/contextlib.rst` (#112870) (#112...
Alex Waygood
2023-12-08
1
-7/+7
[next]