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-125025: `_thread` docs: fix/update the *caveats* list (GH-125026) (...
Miss Islington (bot)
2024-10-07
1
-7/+2
*
[3.13] Highlight `datetime.timedelta.seconds` vs `.total_seconds()` in docs. ...
Miss Islington (bot)
2024-10-03
1
-1/+15
*
[3.13] GH-124567: Revert the Incremental GC in 3.13 (#124770)
T. Wouters
2024-09-30
1
-39/+14
*
[3.13] docs: improve venv docs (GH-124540) (#124727)
Miss Islington (bot)
2024-09-30
1
-28/+25
*
[3.13] Docs: improve generic `typing.NamedTuple` example (GH-124739) (#124764)
Miss Islington (bot)
2024-09-30
1
-1/+3
*
[3.13] gh-90190: Add doc for using `singledispatch` with precise collection t...
Miss Islington (bot)
2024-09-27
1
-0/+19
*
[3.13] gh-119004: fix a crash in equality testing between `OrderedDict` (GH-1...
Miss Islington (bot)
2024-09-27
1
-2/+5
*
[3.13] Docs: Update and proofread `library/venv.rst` (GH-124121) (#124644)
Miss Islington (bot)
2024-09-27
1
-11/+131
*
[3.13] Fixup indentation for docs on `ModuleSpec` attributes (#124681) (#124685)
Alex Waygood
2024-09-27
1
-43/+36
*
[3.13] gh-118181: Fix parameter markup in AST docs (GH-124473) (#124600)
Miss Islington (bot)
2024-09-26
1
-13/+13
*
[3.13] gh-123560: Correct docs for "empty" format type for floats (GH-123561)...
Miss Islington (bot)
2024-09-26
1
-3/+5
*
[3.13] gh-123014: Disable pidfd API on older Android versions (GH-124458) (#1...
Malcolm Smith
2024-09-26
2
-2/+2
*
[3.13] gh-101100: Add a table of class attributes to the "Custom classes" sec...
Alex Waygood
2024-09-26
14
-91/+67
*
[3.13] gh-123223: Adding hyperlink of argument in warnings.catch_warnings: (G...
Miss Islington (bot)
2024-09-26
1
-0/+3
*
[3.13] gh-123968: fix -f/--float command line option description (GH-124517) ...
Miss Islington (bot)
2024-09-26
1
-1/+1
*
[3.13] gh-123445: calendar: Improve descriptions for day and month attributes...
Miss Islington (bot)
2024-09-26
1
-4/+20
*
[3.13] Doc: Improve documentation for the ``path`` argument in ``shutil.which...
Miss Islington (bot)
2024-09-26
1
-6/+7
*
[3.13] gh-124120: Document `Annotated.__origin__` (GH-124125) (#124416)
Miss Islington (bot)
2024-09-24
1
-0/+18
*
[3.13] gh-65169: Clarify prog default in argparse (GH-31602) (#124430)
Miss Islington (bot)
2024-09-24
1
-4/+5
*
[3.13] Remove excessive backticks in logging doc (GH-123813) (#123816)
Miss Islington (bot)
2024-09-24
1
-2/+2
*
[3.13] gh-123789: `secrets.randbits` returns only non-negative int (GH-123801...
Miss Islington (bot)
2024-09-24
1
-1/+1
*
[3.13] gh-123834: Add `symtable` to the list of modules with a CLI (GH-123835...
Miss Islington (bot)
2024-09-24
1
-0/+1
*
[3.13] Mention `curl` in `contextvars` docs (GH-123838) (#123868)
Miss Islington (bot)
2024-09-24
1
-4/+6
*
[3.13] gh-123905: Update TOML description to include version number (GH-12390...
Miss Islington (bot)
2024-09-24
1
-1/+1
*
[3.13] gh-108951: Document how to terminate an asyncio.TaskGroup (GH-123837) ...
Miss Islington (bot)
2024-09-24
1
-0/+47
*
[3.13] GH-87358: Add clarification about nargs and default argparse behaviour...
Miss Islington (bot)
2024-09-24
1
-0/+3
*
[3.13] gh-121607: Edited source file import recipe to make it more clear (GH-...
Miss Islington (bot)
2024-09-24
1
-12/+25
*
[3.13] GH-103484: Fix permanently redirects reported by linkcheck (GH-124144)...
Miss Islington (bot)
2024-09-24
7
-14/+14
*
[3.13] gh-118577: Clarify that inspect.BoundArguments prefers to put values i...
Miss Islington (bot)
2024-09-24
1
-1/+2
*
[3.13] gh-116622: Complete Android documentation (GH-124259) (#124395)
Miss Islington (bot)
2024-09-24
13
-88/+106
*
[3.13] GH-103484: Fix broken links reported by linkcheck (GH-124169) (#124179)
Miss Islington (bot)
2024-09-23
2
-2/+2
*
[3.13] Fix typo in XMLParser doc (GH-124129) (#124280)
Miss Islington (bot)
2024-09-23
1
-1/+1
*
[3.13] gh-124130: Notes on empty string corner case of category `\B` (GH-1241...
Miss Islington (bot)
2024-09-23
1
-0/+6
*
[3.13] GH-79714: Add mention of stderr for clarity to ArgumentParser.exit() (...
Miss Islington (bot)
2024-09-23
1
-5/+5
*
[3.13] Use pep role instead of url (GH-121611) (#124172)
Miss Islington (bot)
2024-09-23
3
-25/+23
*
[3.13] Fix "The Matrix" movie release year in `typing.rst` (GH-123965) (#123966)
Miss Islington (bot)
2024-09-23
1
-1/+1
*
[3.13] GH-109975: Copyedit 3.13 What's New: C API (GH-124313) (#124334)
Adam Turner
2024-09-23
1
-1/+1
*
[3.13] Normalize cdecl formatting as found elsewhere on ctypes.rst (GH-121379...
Miss Islington (bot)
2024-09-23
1
-1/+1
*
[3.13] gh-123523: Rework typing documentation for generators and coroutines, ...
Miss Islington (bot)
2024-09-06
2
-101/+112
*
[3.13] gh-123207: Clarify the documentation for the mro lookup for super() (G...
Miss Islington (bot)
2024-09-06
1
-4/+4
*
[3.13] gh-103066: Add links and `help` in site.py constants (GH-103777) (#123...
Miss Islington (bot)
2024-09-06
2
-2/+12
*
[3.13] gh-85453: Improve instance attributes mark up on datetime.rst (GH-1236...
Miss Islington (bot)
2024-09-05
1
-9/+15
*
[3.13] gh-123392: Clarify wording regarding parameters that are functions to ...
Miss Islington (bot)
2024-09-05
1
-38/+36
*
[3.13] gh-118508: Clarify which characters are matched by `\s` (GH-119155) (#...
Miss Islington (bot)
2024-09-04
1
-4/+3
*
[3.13] gh-123517: Remove unnecessary `:meth:` parentheses (gh-123518) (GH-123...
Wei-Hsiang (Matt) Wang
2024-09-02
20
-60/+60
*
[3.13] gh-123570: Add link to `weakref.ref` from `weakref_slot` docs in `data...
Miss Islington (bot)
2024-09-02
1
-1/+2
*
[3.13] Fix typos in docs and what's new (#123451)
Wulian
2024-09-02
1
-1/+1
*
[3.13] GH-117759: Document incremental GC (GH-123266) (#123395)
Miss Islington (bot)
2024-09-02
1
-15/+40
*
[3.13] gh-123213: Fixed xml.etree.ElementTree.Element.extend and assignment t...
Miss Islington (bot)
2024-09-02
1
-1/+1
*
[3.13] Fix typos in docs, error messages and comments (#122502) (#122606)
Alex Waygood
2024-09-02
1
-1/+1
[next]