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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.13] GH-109975: Announce final release in What's New in Python 3.13 (GH-125...
Miss Islington (bot)
2024-10-07
2
-3/+3
*
[3.13] gh-125025: `_thread` docs: fix/update the *caveats* list (GH-125026) (...
Miss Islington (bot)
2024-10-07
1
-7/+2
*
[3.13] Doc: Simplify the definition of 'soft deprecated' (GH-124988) (#125029)
Miss Islington (bot)
2024-10-06
1
-9/+5
*
[3.13] gh-109975: Suggest ``pynntp`` instead of ``nntplib`` (GH-124830) (#124...
Miss Islington (bot)
2024-10-04
1
-1/+1
*
[3.13] Highlight `datetime.timedelta.seconds` vs `.total_seconds()` in docs. ...
Miss Islington (bot)
2024-10-03
1
-1/+15
*
[3.13] gh-124370: Add "howto" for free-threaded Python (GH-124371) (#124860)
Miss Islington (bot)
2024-10-03
3
-0/+157
*
[3.13] GH-109975: Copyedit 3.13 What's New: Link to installing free-threaded ...
Miss Islington (bot)
2024-10-03
1
-4/+1
*
[3.13] GH-109975: Copyedit 3.13 What's New: Note delayed expected release dat...
Miss Islington (bot)
2024-10-03
1
-1/+1
*
[3.13] Doc: Fix archive filenames for standard builds (GH-124826) (#124836)
Miss Islington (bot)
2024-10-03
2
-3/+9
*
[3.13] gh-115145: Update documentation about ``PyThreadState_DeleteCurrent`` ...
Miss Islington (bot)
2024-10-03
1
-1/+1
*
[3.13] GH-124567: Revert the Incremental GC in 3.13 (#124770)
T. Wouters
2024-09-30
3
-5011/+4918
*
[3.13] Doc: Run HTML and non-HTML daily builds separately (GH-124493) (#124790)
Miss Islington (bot)
2024-09-30
1
-3/+3
*
[3.13] Doc: Fix default ``latex_elements['papersize']`` (GH-124525) (#124725)
Miss Islington (bot)
2024-09-30
1
-2/+2
*
[3.13] gh-123339: Fix cases of inconsistency of __module__ and __firstlineno_...
Serhiy Storchaka
2024-09-30
1
-1/+4
*
[3.13] Bump Ruff to 0.6.7 (#124384) (#124389)
Alex Waygood
2024-09-30
1
-4/+1
*
[3.13] gh-124385: Document and soft-deprecate PyLong_AS_LONG (GH-124386) (#12...
Miss Islington (bot)
2024-09-30
1
-1/+10
*
[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-124720: Update "Using Python on a Mac" document (GH-124721) (#124775)
Miss Islington (bot)
2024-09-30
10
-110/+361
*
[3.13] gh-81263: Add assignment expressions to `help` (GH-124641) (#124713)
Emily Morehouse
2024-09-27
1
-0/+1
*
[3.13] doc: PyUnicode_AsUTF8String() fails if string contains surrogates (GH-...
Miss Islington (bot)
2024-09-27
1
-3/+10
*
[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-124520: What's New entry for ctypes metaclass __new__/__init__ chan...
Miss Islington (bot)
2024-09-27
1
-0/+18
*
[3.13] GH-65961: Document the deprecation of `__package__` and `__cached__` (...
Miss Islington (bot)
2024-09-27
3
-3/+11
*
[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
2
-132/+131
*
[3.13] Docs: for for/else clarify that return or raise also skip the else (GH...
Miss Islington (bot)
2024-09-27
1
-2/+4
*
[3.13] GH-95079: document error behaviour for some unicode C APIs (GH-95080) ...
Miss Islington (bot)
2024-09-27
1
-0/+9
*
[3.13] Fixup indentation for docs on `ModuleSpec` attributes (#124681) (#124685)
Alex Waygood
2024-09-27
1
-43/+36
*
[3.13] gh-123242: Note that type.__annotations__ may not exist (GH-124557) (#...
Jelle Zijlstra
2024-09-26
1
-0/+8
*
[3.13] gh-101100: Make __subclasses__ doctest stable (GH-124577) (#124579)
Miss Islington (bot)
2024-09-26
1
-2/+4
*
[3.13] gh-115528: Update language reference for PEP 646 (GH-121181) (#124632)
Miss Islington (bot)
2024-09-26
2
-17/+32
*
[3.13] Programming FAQ: Mention object.__setattr__ as a technique for delegat...
Miss Islington (bot)
2024-09-26
1
-3/+10
*
[3.13] Doc: Use the short version for daily downloads (GH-124602) (#124610)
Miss Islington (bot)
2024-09-26
1
-1/+1
*
[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
40
-204/+246
*
[3.13] Doc: Use ``major.minor`` for documentation distribution archive filena...
Miss Islington (bot)
2024-09-26
2
-12/+14
*
[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] For-else deserves its own section in the tutorial (GH-123946) (#124564)
Miss Islington (bot)
2024-09-26
1
-31/+54
*
[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
[next]