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.13] gh-132021: Add bool type to the list of allowed JSON key types (GH-132...
Miss Islington (bot)
2025-04-08
1
-2/+2
*
[3.13] gh-115684: Clarify datetime `replace` documentation (GH-116519) (#131676)
Miss Islington (bot)
2025-04-08
1
-12/+12
*
[3.13] gh-132221: Fix `__match_args__` generation docs in `dataclasses.rst` (...
Miss Islington (bot)
2025-04-07
1
-4/+7
*
[3.13] gh-131912: Improve description of grouping options in the format speci...
Prometheus3375
2025-04-07
1
-33/+55
*
[3.13] Docs: Add a single table summary for ``cmath`` (GH-131887) (#132179)
Miss Islington (bot)
2025-04-06
1
-0/+51
*
[3.13] Docs: document `plistlib.InvalidFileException` (GH-132069) (#132116)
Miss Islington (bot)
2025-04-05
1
-2/+10
*
[3.13] gh-125957: sync argument naming in sphinx docs of the cmath and help()...
Miss Islington (bot)
2025-04-01
1
-50/+50
*
[3.13] gh-129994: update docs when using `dualstack_ipv6` in `socket.create_s...
Miss Islington (bot)
2025-03-30
1
-4/+4
*
[3.13] gh-131885: Document that `dict.setdefault` and `dict.get` take no keyw...
Miss Islington (bot)
2025-03-30
1
-2/+2
*
[3.13] gh-127541: Update os.walk example (GH-127765) (GH-131869)
Miss Islington (bot)
2025-03-29
1
-8/+8
*
[3.13] Fix typo in importlib.metadata.rst (gh-131596) (#131630)
Miss Islington (bot)
2025-03-27
1
-1/+1
*
[3.13] document that `sys._is_gil_enabled` is CPython-specific (GH-131748) (#...
Miss Islington (bot)
2025-03-26
1
-0/+3
*
[3.13] gh-130587: Add hand-written docs for non-OP tokens (GH-130588) (GH-131...
Petr Viktorin
2025-03-24
2
-241/+238
*
[3.13] gh-130283: update deprecated links and examples in `urllib.request` do...
Miss Islington (bot)
2025-03-23
1
-14/+15
*
[3.13] gh-121529: Document `from_` parameter in `_mboxMMDF` public methods (G...
Miss Islington (bot)
2025-03-23
1
-2/+27
*
[3.13] gh-118915: Document `PY_MONITORING_IS_INSTRUMENTED_EVENT` (GH-128026) ...
Miss Islington (bot)
2025-03-19
1
-0/+2
*
[3.13] gh-131417: Mention asyncio Future and Task in docs for generic classes...
Miss Islington (bot)
2025-03-19
1
-0/+2
*
[3.13] gh-131002: clarify how to enforce sqlite3 column types for generated f...
Miss Islington (bot)
2025-03-18
1
-18/+21
*
[3.13] gh-130132: properly free resources in `urrlib.urlopen` examples (GH-13...
Miss Islington (bot)
2025-03-18
1
-5/+13
*
[3.13] gh-131094: Refine `math.isclose` docs (GH-131139) (#131392)
Miss Islington (bot)
2025-03-18
1
-2/+2
*
[3.13] Docs: Fix incorrect sphinx markup for a class member (GH-130970) (GH-1...
Miss Islington (bot)
2025-03-17
1
-1/+1
*
[3.13] gh-131327: Document winsound.SND_APPLICATION (GH-131328) (#131330)
Miss Islington (bot)
2025-03-16
1
-0/+7
*
[3.13] gh-130160: use `.. program::` directive for documenting `doctest` CLI ...
Miss Islington (bot)
2025-03-16
2
-25/+47
*
[3.13] gh-130160: use `.. program::` directive for documenting `http.server` ...
Miss Islington (bot)
2025-03-15
1
-51/+68
*
[3.13] gh-124269: Simplify `typing.Annotated` docs (GH-130770) (#131222)
Miss Islington (bot)
2025-03-14
1
-47/+33
*
[3.13] gh-101100: Fix sphinx warnings in `library/asyncio-subprocess.rst` (GH...
Yuki Kobayashi
2025-03-11
1
-10/+10
*
[3.13] gh-80421: Correct definitions of time (GH-130984) (#131022)
Miss Islington (bot)
2025-03-09
1
-3/+7
*
[3.13] gh-130160: use `.. program::` directive for documenting `pdb` CLI (GH-...
Miss Islington (bot)
2025-03-09
1
-8/+17
*
[3.13] gh-130160: use `.. program::` directive for documenting `webbrowser` C...
Miss Islington (bot)
2025-03-09
1
-3/+12
*
[3.13] gh-123726: Document caveats of zipfile.Path around name sanitization (...
Miss Islington (bot)
2025-03-08
1
-0/+8
*
[3.13] Update links from typing.readthedocs.io to typing.python.org (GH-13087...
Miss Islington (bot)
2025-03-05
1
-3/+3
*
[3.13] gh-129567: Add a note to `typing.TypedDict` docs about name mangling (...
Miss Islington (bot)
2025-03-04
1
-1/+6
*
[3.13] Docs: Fix a misplaced statement in the document for `ServerProxy` (GH-...
Miss Islington (bot)
2025-03-03
1
-3/+3
*
[3.13] gh-101100: Fix sphinx warnings in `library/email.errors.rst` (GH-13077...
Miss Islington (bot)
2025-03-03
1
-34/+55
*
[3.13] gh-101100: Fix Sphinx documentation warnings in `collections.rst` (GH-...
Miss Islington (bot)
2025-03-03
1
-10/+11
*
[3.13] gh-129015: Improve disambiguation between `NotImplemented` and `NotImp...
Miss Islington (bot)
2025-03-03
2
-8/+11
*
[3.13] gh-128481: indicate that the default value for `FrameSummary.end_linen...
Miss Islington (bot)
2025-03-02
1
-0/+3
*
[3.13] Add link in the `importlib.metadata.version()` docs (GH-130739) (#130761)
Miss Islington (bot)
2025-03-02
1
-2/+3
*
[3.13] gh-128481: Improve documentation for `traceback.FrameSummary` (GH-1284...
Miss Islington (bot)
2025-03-02
1
-1/+19
*
[3.13] gh-130160: use `.. program::` directive for documenting `cProfile` CLI...
Miss Islington (bot)
2025-03-01
1
-8/+17
*
[3.13] Docs: Fix some semantic usages of `iterator.__iter__` (GH-130172) (GH-...
Miss Islington (bot)
2025-02-26
2
-5/+5
*
[3.13] gh-130433: Update documentation for `MultipartConversionError` (GH-130...
Miss Islington (bot)
2025-02-26
1
-10/+4
*
[3.13] gh-130461: Remove unnecessary usages of `.. index::` directives in Doc...
Kanishk Pachauri
2025-02-25
1
-9/+0
*
[3.13] gh-46236: Add docs for PyUnicode_GetDefaultEncoding() doc (GH-130335) ...
Miss Islington (bot)
2025-02-24
1
-2/+2
*
[3.13] gh-127522: wsgiref: indicate that `start_response` objects should foll...
Miss Islington (bot)
2025-02-24
1
-4/+10
*
[3.13] gh-127805: Clarify Formatter initialization in logging.rst. (GH-127850...
Miss Islington (bot)
2025-02-24
1
-1/+2
*
[3.13] gh-130160: use `.. program::` directive for documenting `idle` CLI (GH...
Miss Islington (bot)
2025-02-24
1
-18/+50
*
[3.13] gh-121970: Replace `.. coroutine{method,function}` with `:async:` (GH-...
Miss Islington (bot)
2025-02-22
8
-124/+188
*
[3.13] Add measuring unit to `sys.getswitchinterval` docs (GH-130457) (#130458)
Miss Islington (bot)
2025-02-22
1
-1/+1
*
[3.13] GH-121970: Replace custom abstract method directive with the ``:abstra...
Adam Turner
2025-02-22
5
-33/+66
[next]