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.13.1
v3.13.1
Thomas Wouters
2024-12-03
1
-1/+1
*
[3.13] gh-122838: Document missing opcodes (GH-123073) (#126492)
Miss Islington (bot)
2024-12-02
1
-0/+21
*
[3.13] gh-99880: document rounding mode for new-style formatting (GH-121481) ...
Miss Islington (bot)
2024-12-02
1
-0/+5
*
[3.13] gh-101100: Fix Sphinx warnings about list methods (GH-127054) (#127511)
Miss Islington (bot)
2024-12-02
1
-2/+2
*
[3.13] gh-127303: Add docs for token.EXACT_TOKEN_TYPES (GH-127304) (#127390)
Miss Islington (bot)
2024-11-30
1
-0/+7
*
[3.13] Link to correct class methods in asyncio primitives docs (GH-127270) (...
Miss Islington (bot)
2024-11-29
1
-4/+4
*
[3.13] Fix indentation for contextlib.asynccontextmanager docs (GH-127333) (#...
Miss Islington (bot)
2024-11-27
1
-3/+3
*
[3.13] Improve `pathname2url()` and `url2pathname()` docs (GH-127125) (#127232)
Miss Islington (bot)
2024-11-24
1
-7/+19
*
[3.13] gh-126896: Fix docs about `asyncio.start_server()` (GH-126897) (GH-126...
Miss Islington (bot)
2024-11-24
1
-1/+5
*
[3.13] Fix a few typos found in the docs (GH-127126) (GH-127181)
Miss Islington (bot)
2024-11-23
3
-4/+4
*
[3.13] gh-127001: Fix PATHEXT issues in shutil.which() on Windows (GH-127035)...
Miss Islington (bot)
2024-11-22
1
-6/+0
*
[3.13] GH-122679: Add `register()` to argparse docs (GH-126939) (GH-127149)
Miss Islington (bot)
2024-11-22
1
-3/+33
*
[3.13] gh-127082: Replace "Windows only" with the `availability: Windows` in ...
Jun Komoda
2024-11-22
1
-14/+45
*
[3.13] gh-126727: Fix locale.nl_langinfo(locale.ERA) (GH-126730) (GH-127097)
Serhiy Storchaka
2024-11-21
1
-4/+6
*
[3.13] Doc: Reorganize math module documentation (GH-126337) (#126998)
Sergey B Kirpichev
2024-11-19
1
-226/+250
*
[3.13] Docs: re-create pages for removed modules to document their removal. (...
Miss Islington (bot)
2024-11-17
26
-0/+442
*
[3.13] Added a warning to the urljoin docs, indicating that it is not safe to...
Miss Islington (bot)
2024-11-15
1
-0/+9
*
[3.13] gh-123832: Adjust `socket.getaddrinfo` docs for better POSIX complianc...
Miss Islington (bot)
2024-11-15
1
-3/+32
*
[3.13] gh-126731: Update outdated project information in `pprint.pp` doc (GH-...
Miss Islington (bot)
2024-11-14
1
-1/+1
*
[3.13] gh-116510: Fix a Crash Due to Shared Immortal Interned Strings (gh-124...
Miss Islington (bot)
2024-11-12
1
-0/+29
*
Update documentation links to Microsoft's documentation pages (GH-126379)
Miss Islington (bot)
2024-11-11
2
-2/+2
*
[3.13] 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.13] gh-125436: Doc: Add missing ``allow_unnamed_section`` parameter to ``C...
Miss Islington (bot)
2024-11-05
1
-3/+28
*
[3.13] Doc: Fix typo in documentation for ``MAKE_FUNCTION`` opcode (GH-12639...
Miss Islington (bot)
2024-11-04
1
-1/+1
*
[3.13] Docs: turn getopt examples into doctests (GH-126377) (#126385)
Miss Islington (bot)
2024-11-04
1
-2/+10
*
[3.13] gh-126165: Improve docs of function `math.isclose` (GH-126215) (#126380)
Miss Islington (bot)
2024-11-04
2
-16/+20
*
[3.13] gh-125761: Clarify repeated warning suppression criteria in warnings m...
Miss Islington (bot)
2024-11-02
1
-0/+13
*
[3.13] gh-125875: Fix docs typo FORMAT_SPEC to FORMAT_WITH_SPEC (gh-126319) (...
Miss Islington (bot)
2024-11-02
1
-1/+1
*
[3.13] docs: add a more precise example in enum doc (GH-121015) (#126306)
Miss Islington (bot)
2024-11-01
1
-1/+1
*
[3.13] Doc: Add a single table as summary to math documentation (GH-125810) (...
Miss Islington (bot)
2024-11-01
1
-3/+89
*
[3.13] gh-122767: document "new style" formatting for complexes (GH-122848) (...
Miss Islington (bot)
2024-11-01
1
-5/+15
*
[3.13] gh-126259: Fix "unclosed database" warning in sqlite3 doctest (GH-1262...
Miss Islington (bot)
2024-11-01
1
-0/+1
*
[3.13] gh-126256: Update time.rst to use the same clock as instead of the sam...
Miss Islington (bot)
2024-10-31
1
-2/+2
*
[3.13] gh-125818: Fix incorrect signature of argument `skip_file_prefixes` in...
Miss Islington (bot)
2024-10-31
1
-1/+1
*
[3.13] gh-124872: Refine contextvars documentation (GH-124773) (#125233)
Richard Hansen
2024-10-30
1
-30/+68
*
[3.13] gh-60712: Include the "object" type in the lists of documented types (...
Miss Islington (bot)
2024-10-30
1
-3/+4
*
[3.13] gh-126055: Add omitted command (in docs [os.walk]) for code to fulfil...
Miss Islington (bot)
2024-10-30
1
-0/+1
*
[3.13] Fix incorrect indentation in importlib.metadata.rst (GH-126189) (GH-12...
Miss Islington (bot)
2024-10-30
1
-3/+3
*
[3.13] gh-126071: Improve formatting of the argparse documentation (GH-126073...
Serhiy Storchaka
2024-10-30
1
-62/+69
*
[3.13] gh-118633: Add warning regarding the unsafe usage of eval and exec (GH...
Miss Islington (bot)
2024-10-30
1
-0/+10
*
[3.13] gh-116938: Fix `dict.update` docstring and remove erraneous full stop ...
Miss Islington (bot)
2024-10-29
1
-1/+1
*
[3.13] Doc: Note that pydoc uses and prefers ``MANPAGER`` (GH-125362) (#126152)
Miss Islington (bot)
2024-10-29
1
-2/+3
*
[3.13] gh-89762: Document strftime %G, %V, and %u format specifiers (GH-12457...
Miss Islington (bot)
2024-10-28
1
-0/+13
*
[3.13] gh-120313: amend documentation regarding `ctypes._CFuncPtr` (GH-120989...
Miss Islington (bot)
2024-10-28
1
-19/+29
*
[3.13] gh-84545: Clarify the 'extend' action documentation in argparse (GH-12...
Miss Islington (bot)
2024-10-26
1
-11/+15
*
[3.13] gh-124969: Make locale.nl_langinfo(locale.ALT_DIGITS) returning a stri...
Miss Islington (bot)
2024-10-21
1
-3/+4
*
[3.13] Doc: Fix typos (GH-125728) (#125773)
Miss Islington (bot)
2024-10-21
2
-2/+2
*
[3.13] gh-99030: Added documentation links for types and exceptions (GH-12385...
Miss Islington (bot)
2024-10-21
1
-4/+8
*
[3.13] Doc: Fix pluralization in os.process_cpu_count() documentation (GH-125...
Miss Islington (bot)
2024-10-20
1
-1/+1
[next]