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
...
*
gh-84559: Change the multiprocessing start method default to `forkserver` (GH...
Gregory P. Smith
2024-09-26
3
-14/+29
*
gh-119180: Rename SOURCE format to STRING (#124620)
Jelle Zijlstra
2024-09-26
3
-14/+14
*
gh-115528: Update language reference for PEP 646 (#121181)
Matthew Rahtz
2024-09-26
2
-17/+32
*
Programming FAQ: Mention object.__setattr__ as a technique for delegation (#1...
Jelle Zijlstra
2024-09-26
1
-3/+10
*
Doc: Use the short version for daily downloads (#124602)
Adam Turner
2024-09-26
1
-1/+1
*
gh-119127: functools: Improve docs for partial and Placeholder (#124575)
Jelle Zijlstra
2024-09-26
1
-15/+17
*
gh-118181: Fix parameter markup in AST docs (#124473)
Tomas R
2024-09-26
1
-13/+13
*
gh-123560: Correct docs for "empty" format type for floats (#123561)
Sergey B Kirpichev
2024-09-26
1
-3/+5
*
gh-124234: Improve docs for `Mock.reset_mock` (#124237)
sobolevn
2024-09-26
1
-10/+33
*
gh-101100: Make __subclasses__ doctest stable (#124577)
Jelle Zijlstra
2024-09-26
1
-2/+4
*
gh-120284: Enhance `asyncio.run` to accept awaitable objects (#120566)
Ron Frederick
2024-09-26
1
-8/+22
*
gh-119127: functools.partial placeholders (gh-119827)
dgpb
2024-09-26
2
-13/+68
*
gh-124412: Add helpers for converting annotations to source format (#124551)
Jelle Zijlstra
2024-09-26
1
-0/+36
*
For-else deserves its own section in the tutorial (#123946)
Ned Batchelder
2024-09-25
1
-31/+54
*
gh-123242: Note that type.__annotations__ may not exist (#124557)
Jelle Zijlstra
2024-09-25
1
-1/+2
*
GH-58058: Add quick reference for `ArgumentParser` to argparse docs (gh-124227)
Savannah Ostrowski
2024-09-25
1
-0/+19
*
gh-41431: Add `datetime.time.strptime()` and `datetime.date.strptime()` (#120...
Nice Zombies
2024-09-25
2
-15/+68
*
gh-124370: Add "howto" for free-threaded Python (#124371)
Sam Gross
2024-09-25
3
-0/+157
*
gh-121277: Allow `.. versionadded:: next` in docs (GH-121278)
Petr Viktorin
2024-09-25
8
-14/+34
*
gh-123884 Tee of tee was not producing n independent iterators (gh-124490)
Raymond Hettinger
2024-09-25
1
-19/+30
*
gh-101100: Add a table of class attributes to the "Custom classes" section of...
Alex Waygood
2024-09-25
40
-222/+269
*
Doc: Use ``major.minor`` for documentation distribution archive filenames (#1...
Adam Turner
2024-09-25
2
-12/+14
*
gh-123756: Disable restart command if pdb is in inline mode (#123757)
Tian Gao
2024-09-25
2
-1/+18
*
import: permit __name__ for use in __name__ = "__main__": (#124381)
Thomas Grainger
2024-09-25
1
-1/+1
*
gh-123223: Adding hyperlink of argument in warnings.catch_warnings: (#123231)
Damien
2024-09-25
1
-0/+3
*
gh-123968: fix -f/--float command line option description (#124517)
Robert Wolff
2024-09-25
1
-1/+1
*
gh-124285: Fix bug where bool() is called multiple times for the same part of...
Irit Katriel
2024-09-25
1
-0/+6
*
gh-123014: Disable pidfd API on older Android versions (#124458)
Malcolm Smith
2024-09-25
2
-2/+2
*
gh-123445: calendar: Improve descriptions for day and month attributes (#123483)
Mat S
2024-09-25
1
-4/+20
*
Doc: Improve documentation for the ``path`` argument in ``shutil.which()`` (#...
Tom Most
2024-09-25
1
-6/+7
*
gh-90562: Support zero argument super with dataclasses when slots=True (gh-12...
Eric V. Smith
2024-09-25
1
-7/+0
*
gh-120254: Add a `commands` argument to `pdb.set_trace` (#120255)
Tian Gao
2024-09-24
1
-1/+7
*
GH-87358: Add clarification about nargs and default argparse behaviour (#124094)
Savannah Ostrowski
2024-09-24
1
-0/+3
*
gh-65169: Clarify prog default in argparse (GH-31602)
Stanley
2024-09-24
1
-4/+5
*
gh-124120: Document `Annotated.__origin__` (#124125)
sobolevn
2024-09-24
1
-0/+18
*
gh-124127: Make Py_REFCNT() opaque in limited C API 3.14 (#124128)
Victor Stinner
2024-09-24
2
-3/+5
*
gh-119180: Add discussion of annotations to the 3.14 What's New (#124393)
Jelle Zijlstra
2024-09-24
1
-1/+88
*
gh-119333: Add C api to have contextvar enter/exit callbacks (#119335)
Jason Fried
2024-09-24
1
-0/+46
*
gh-123990: Good bye WITH_FREELISTS macro (gh-124358)
Donghee Na
2024-09-24
2
-7/+1
*
gh-100980: ctypes: Test, document, and fix finalizing _fields_ (GH-124292)
Petr Viktorin
2024-09-24
1
-7/+14
*
gh-119004: fix a crash in equality testing between `OrderedDict` (#121329)
Bénédikt Tran
2024-09-23
1
-2/+5
*
gh-116622: Complete Android documentation (#124259)
Malcolm Smith
2024-09-23
19
-100/+191
*
Bump Ruff to 0.6.7 (#124384)
Alex Waygood
2024-09-23
1
-4/+1
*
Doc: Add ``make dist-no-html`` (#124383)
Adam Turner
2024-09-23
2
-2/+32
*
GH-65961: Document the deprecation of `__package__` and `__cached__` (GH-124377)
Brett Cannon
2024-09-23
4
-5/+13
*
GH-109975: Copyedit 3.13 What's New: Trivia (#124348)
Adam Turner
2024-09-23
1
-23/+17
*
GH-109975: Copyedit 3.13 What's New: Copyedit C API deprecations pending remo...
Adam Turner
2024-09-23
4
-60/+114
*
GH-109975: Copyedit 3.13 What's New: Build Changes (#124343)
Adam Turner
2024-09-23
1
-24/+33
*
GH-109975: Copyedit 3.13 What's New: Porting to Python 3.13 (#124341)
Adam Turner
2024-09-23
1
-85/+104
*
Replace the term `Immutable` with a `Hashable` in the `sequence` entry of the...
decorator-factory
2024-09-23
1
-1/+1
[prev]
[next]