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
*
Python 3.12.8
v3.12.8
Thomas Wouters
2024-12-03
1
-1/+1
*
[3.12] gh-116510: Fix a Crash Due to Shared Immortal Interned Strings (gh-125...
Miss Islington (bot)
2024-12-03
1
-0/+29
*
[3.12] gh-101100: Fix Sphinx warnings about list methods (GH-127054) (#127512)
Miss Islington (bot)
2024-12-02
1
-2/+2
*
[3.12] gh-99880: document rounding mode for new-style formatting (GH-121481) ...
Miss Islington (bot)
2024-12-02
1
-0/+5
*
[3.12] Link to correct class methods in asyncio primitives docs (GH-127270) (...
Bénédikt Tran
2024-11-30
1
-3/+4
*
[3.12] gh-127303: Add docs for token.EXACT_TOKEN_TYPES (GH-127304) (#127391)
Miss Islington (bot)
2024-11-29
1
-0/+7
*
[3.12] Fix a few typos found in the docs (GH-127126) (GH-127185)
Rafael Fontenelle
2024-11-25
3
-4/+4
*
[3.12] Improve `pathname2url()` and `url2pathname()` docs (GH-127125) (#127233)
Miss Islington (bot)
2024-11-24
1
-7/+19
*
[3.12] gh-127001: Fix PATHEXT issues in shutil.which() on Windows (GH-127035)...
Serhiy Storchaka
2024-11-22
1
-6/+0
*
[3.12] GH-122679: Add `register()` to argparse docs (GH-126939) (GH-127148)
Miss Islington (bot)
2024-11-22
1
-3/+33
*
[3.12] gh-127082: Replace "Windows only" with the `availability: Windows` in ...
Jun Komoda
2024-11-22
1
-14/+45
*
[3.12] gh-126727: Fix locale.nl_langinfo(locale.ERA) (GH-126730) (GH-127098)
Serhiy Storchaka
2024-11-21
1
-4/+6
*
[3.12] Added a warning to the urljoin docs, indicating that it is not safe to...
Miss Islington (bot)
2024-11-15
1
-0/+9
*
[3.12] gh-123832: Adjust `socket.getaddrinfo` docs for better POSIX complianc...
Miss Islington (bot)
2024-11-15
1
-3/+32
*
[3.12] gh-126731: Update outdated project information in `pprint.pp` doc (GH-...
Miss Islington (bot)
2024-11-14
1
-1/+1
*
[3.12] Docs: re-create pages for removed modules to document their removal, b...
Ned Batchelder
2024-11-14
7
-0/+108
*
Update documentation links to Microsoft's documentation pages (GH-126379)
Miss Islington (bot)
2024-11-11
2
-2/+2
*
[3.12] gh-126543: Docs: change "bound type var" to "bounded" when used in the...
Miss Islington (bot)
2024-11-11
1
-11/+11
*
gh-125298: Remove misleading text in os.kill documentation (GH-125749)
Miss Islington (bot)
2024-11-08
1
-2/+1
*
[3.12] Docs: turn getopt examples into doctests (GH-126377) (#126386)
Miss Islington (bot)
2024-11-04
1
-2/+10
*
[3.12] gh-126165: Improve docs of function `math.isclose` (GH-126215) (#126381)
Miss Islington (bot)
2024-11-04
2
-16/+20
*
[3.12] gh-125761: Clarify repeated warning suppression criteria in warnings m...
Miss Islington (bot)
2024-11-02
1
-0/+13
*
[3.12] docs: add a more precise example in enum doc (GH-121015) (#126307)
Miss Islington (bot)
2024-11-01
1
-1/+1
*
[3.12] gh-122767: document "new style" formatting for complexes (GH-122848) (...
Miss Islington (bot)
2024-11-01
1
-5/+15
*
[3.12] gh-126259: Fix "unclosed database" warning in sqlite3 doctest (GH-1262...
Miss Islington (bot)
2024-11-01
1
-0/+1
*
[3.12] gh-125818: Fix incorrect signature of argument `skip_file_prefixes` in...
Miss Islington (bot)
2024-10-31
1
-1/+1
*
[3.12] gh-116633: Add a note about buggy behavior of csv.QUOTE_NOTNULL and cs...
Prometheus3375
2024-10-31
1
-0/+6
*
[3.12] gh-60712: Include the "object" type in the lists of documented types (...
Miss Islington (bot)
2024-10-30
1
-3/+4
*
[3.12] gh-126055: Add omitted command (in docs [os.walk]) for code to fulfil...
Miss Islington (bot)
2024-10-30
1
-0/+1
*
[3.12] Fix incorrect indentation in importlib.metadata.rst (GH-126189) (GH-12...
Miss Islington (bot)
2024-10-30
1
-3/+3
*
[3.12] gh-126071: Improve formatting of the argparse documentation (GH-126073...
Serhiy Storchaka
2024-10-30
1
-62/+69
*
[3.12] gh-118633: Add warning regarding the unsafe usage of eval and exec (GH...
Brian Schubert
2024-10-30
1
-0/+10
*
[3.12] Doc: Note that pydoc uses and prefers ``MANPAGER`` (GH-125362) (#126153)
Miss Islington (bot)
2024-10-29
1
-2/+3
*
[3.12] gh-116938: Fix `dict.update` docstring and remove erraneous full stop ...
Miss Islington (bot)
2024-10-29
1
-1/+1
*
[3.12] gh-89762: Document strftime %G, %V, and %u format specifiers (GH-12457...
Miss Islington (bot)
2024-10-28
1
-0/+13
*
[3.12] gh-120313: amend documentation regarding `ctypes._CFuncPtr` (GH-120989...
Miss Islington (bot)
2024-10-28
1
-19/+29
*
[3.12] gh-84545: Clarify the 'extend' action documentation in argparse (GH-12...
Miss Islington (bot)
2024-10-26
1
-11/+15
*
[3.12] gh-124969: Make locale.nl_langinfo(locale.ALT_DIGITS) returning a stri...
Miss Islington (bot)
2024-10-21
1
-3/+4
*
[3.12] gh-99030: Added documentation links for types and exceptions (GH-12385...
Miss Islington (bot)
2024-10-21
1
-4/+8
*
[3.12] gh-89819: Add argument_default and conflict_handler to add_argument_gr...
Miss Islington (bot)
2024-10-15
1
-1/+7
*
[3.12] gh-85453: Improve variable mark up for datetime.rst (GH-120702) (#125491)
Miss Islington (bot)
2024-10-14
1
-17/+17
*
[3.12] gh-123133: clarify p=0 case for "f" and "e" formatting types (GH-12542...
Miss Islington (bot)
2024-10-14
1
-6/+4
*
[3.12] gh-125289: Update sample code in asyncio-task.rst (GH-125292) (GH-125375)
Miss Islington (bot)
2024-10-12
1
-1/+1
*
[3.12] gh-85935: Explicitly document the case nargs=0 in argparse (GH-125302)...
Miss Islington (bot)
2024-10-12
1
-0/+5
*
[3.12] gh-116938: Clarify documentation of `dict` and `dict.update` regarding...
Miss Islington (bot)
2024-10-11
1
-12/+13
*
[3.12] Add some doctest cleanups for `configparser` (GH-125288) (#125291)
Miss Islington (bot)
2024-10-11
1
-0/+1
*
[3.12] gh-125058: update `_thread` docs regarding interruptibility of `lock.a...
Miss Islington (bot)
2024-10-11
1
-3/+5
*
[3.12] gh-125296: Fix strange fragment identifier for `name or flags` in argp...
Miss Islington (bot)
2024-10-11
1
-1/+1
*
[3.12] [3.13] gh-124969: Fix locale.nl_langinfo(locale.ALT_DIGITS) (GH-124974...
Miss Islington (bot)
2024-10-11
1
-3/+3
*
[3.12] Note argparse exit code in documentation (GH-119568) (GH-125275)
Miss Islington (bot)
2024-10-10
1
-1/+2
[next]