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] Docs: Update and proofread `library/venv.rst` (GH-124121) (#124680)
Hugo van Kemenade
2024-09-30
1
-9/+119
*
[3.12] gh-123223: Adding hyperlink of argument in warnings.catch_warnings: (G...
Miss Islington (bot)
2024-09-30
1
-0/+3
*
[3.12] Docs: improve generic `typing.NamedTuple` example (GH-124739) (#124765)
Miss Islington (bot)
2024-09-29
1
-1/+3
*
[3.12] gh-61181: Fix support of choices with string value in argparse (GH-124...
Miss Islington (bot)
2024-09-29
1
-1/+1
*
[3.12] docs: improve venv docs (GH-124540) (#124728)
Jelle Zijlstra
2024-09-28
1
-27/+24
*
[3.12] gh-90190: Add doc for using `singledispatch` with precise collection t...
Miss Islington (bot)
2024-09-27
1
-0/+19
*
[3.12] gh-118181: Fix parameter markup in AST docs (GH-124473). (#124705)
Tomas R
2024-09-27
1
-6/+6
*
[3.12] gh-119004: fix a crash in equality testing between `OrderedDict` (GH-1...
Miss Islington (bot)
2024-09-27
1
-2/+5
*
[3.12] Fixup indentation for docs on `ModuleSpec` attributes (#124681) (#124686)
Alex Waygood
2024-09-27
1
-43/+36
*
[3.12] gh-123560: Correct docs for "empty" format type for floats (GH-123561)...
Miss Islington (bot)
2024-09-26
1
-3/+5
*
[3.12] gh-124234: Improve docs for `Mock.reset_mock` (GH-124237) (#124592)
Miss Islington (bot)
2024-09-26
1
-10/+33
*
[3.12] Doc: Improve documentation for the ``path`` argument in ``shutil.which...
Tom Most
2024-09-26
1
-5/+7
*
[3.12] gh-101100: Add a table of class attributes to the "Custom classes" sec...
Alex Waygood
2024-09-25
14
-84/+67
*
[3.12] gh-108951: Document how to terminate an asyncio.TaskGroup (GH-123837) ...
Miss Islington (bot)
2024-09-25
1
-0/+47
*
[3.12] gh-123445: calendar: Improve descriptions for day and month attributes...
Miss Islington (bot)
2024-09-25
1
-4/+20
*
[3.12] GH-87358: Add clarification about nargs and default argparse behaviour...
Miss Islington (bot)
2024-09-24
1
-0/+3
*
[3.12] gh-124120: Document `Annotated.__origin__` (GH-124125) (#124417)
Miss Islington (bot)
2024-09-24
1
-0/+18
*
[3.12] gh-65169: Clarify prog default in argparse (GH-31602) (GH-124431)
Miss Islington (bot)
2024-09-24
1
-4/+5
*
[3.12] GH-79714: Add mention of stderr for clarity to ArgumentParser.exit() (...
Savannah Ostrowski
2024-09-23
1
-4/+4
*
[3.12] gh-124130: Notes on empty string corner case of category `\B` (GH-1241...
Miss Islington (bot)
2024-09-23
1
-0/+6
*
[3.12] Fix typo in XMLParser doc (GH-124129) (#124281)
Miss Islington (bot)
2024-09-20
1
-1/+1
*
[3.12] GH-103484: Fix broken links reported by linkcheck (GH-124169) (#124180)
Miss Islington (bot)
2024-09-17
2
-2/+2
*
[3.12] Use pep role instead of url (GH-121611) (#124173)
Miss Islington (bot)
2024-09-17
3
-25/+23
*
[3.12] GH-103484: Fix permanently redirects reported by linkcheck (GH-124144)...
Miss Islington (bot)
2024-09-17
7
-14/+14
*
[3.12] Normalize cdecl formatting as found elsewhere on ctypes.rst (GH-121379...
Miss Islington (bot)
2024-09-13
1
-1/+1
*
[3.12] gh-118577: Clarify that inspect.BoundArguments prefers to put values i...
Miss Islington (bot)
2024-09-12
1
-1/+2
*
[3.12] gh-123905: Update TOML description to include version number (GH-12390...
Miss Islington (bot)
2024-09-11
1
-1/+1
*
[3.12] Mention `curl` in `contextvars` docs (GH-123838) (#123869)
Miss Islington (bot)
2024-09-09
1
-4/+6
*
[3.12] gh-123789: `secrets.randbits` returns only non-negative int (GH-123801...
Miss Islington (bot)
2024-09-08
1
-1/+1
*
[3.12] Remove excessive backticks in logging doc (GH-123813) (#123817)
Miss Islington (bot)
2024-09-07
1
-2/+2
*
[3.12] gh-123523: Rework typing documentation for generators and coroutines, ...
Alex Waygood
2024-09-06
2
-89/+97
*
[3.12] gh-123207: Clarify the documentation for the mro lookup for super() (G...
Miss Islington (bot)
2024-09-06
1
-4/+4
*
[3.12] gh-102988: Adjust version numbers in versionadded directives (GH-123771)
Petr Viktorin
2024-09-06
1
-2/+2
*
[3.12] [CVE-2023-27043] gh-102988: Reject malformed addresses in email.parsea...
Petr Viktorin
2024-09-06
1
-4/+15
*
[3.12] gh-123213: Fixed xml.etree.ElementTree.Element.extend and assignment t...
Miss Islington (bot)
2024-09-06
1
-1/+1
*
[3.12] gh-103066: Add links and `help` in site.py constants (GH-103777) (#123...
Miss Islington (bot)
2024-09-06
2
-2/+12
*
[3.12] gh-85453: Improve instance attributes mark up on datetime.rst (GH-1236...
Miss Islington (bot)
2024-09-05
1
-9/+15
*
[3.12] gh-123392: Clarify wording regarding parameters that are functions to ...
Miss Islington (bot)
2024-09-05
1
-38/+36
*
[3.12] gh-118508: Clarify which characters are matched by `\s` (GH-119155) (#...
Miss Islington (bot)
2024-09-04
1
-4/+3
*
[3.12] gh-123517: Remove unnecessary `:meth:` parentheses (gh-123518) (GH-123...
Wei-Hsiang (Matt) Wang
2024-09-02
20
-61/+61
*
[3.12] gh-123570: Add link to `weakref.ref` from `weakref_slot` docs in `data...
Miss Islington (bot)
2024-09-02
1
-1/+2
*
[3.12] gh-91126: Docs and tests for slotted dataclasses with `__init_subclass...
Miss Islington (bot)
2024-09-01
1
-4/+15
*
[3.12] gh-123550: Fix code snippet of `BUILD_TUPLE` in `dis` docs (GH-123551)...
Miss Islington (bot)
2024-09-01
1
-1/+1
*
[3.12] gh-123494: Improve documentation for ``webbrowser`` return types (GH-1...
Miss Islington (bot)
2024-09-01
1
-0/+7
*
[3.12] gh-123492: Remove unnecessary `:func:` parentheses (gh-123493) (#123512)
Wei-Hsiang (Matt) Wang
2024-08-30
22
-38/+38
*
[3.12] gh-82378: Document the difference between sys.tracebacklimit and the l...
Miss Islington (bot)
2024-08-25
1
-0/+8
*
[3.12] gh-122982: Extend the deprecation period for bool inversion by two yea...
Miss Islington (bot)
2024-08-25
1
-1/+1
*
[3.12] gh-123110: correct note about _Bool in the struct module docs (GH-1231...
Miss Islington (bot)
2024-08-19
1
-3/+3
*
[3.12] fix typo in dis.rst (GH-121612) (#123096)
Miss Islington (bot)
2024-08-17
1
-1/+1
*
[3.12] gh-122519: Adding socket module shutdown() constants description (GH-1...
Miss Islington (bot)
2024-08-17
1
-0/+7
[next]