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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Improve accuracy of kde() invcdf estimates (gh-124637)
Raymond Hettinger
2024-09-27
1
-1/+7
*
GH-118093: Fix off-by-one errors in tier-up thresholds (GH-124447)
Brandt Bucher
2024-09-27
1
-2/+2
*
gh-113878: Add `doc` parameter to `dataclasses.field` (gh-114051)
sobolevn
2024-09-27
5
-21/+81
*
gh-123017: Add Android to the list of platforms where `strftime` doesn't supp...
Malcolm Smith
2024-09-27
3
-3/+9
*
gh-119180: No longer set `__annotations__` in `__main__` (#124634)
Jelle Zijlstra
2024-09-27
4
-9/+4
*
GH-95079: document error behaviour for some unicode C APIs (#95080)
Max Bachmann
2024-09-27
1
-0/+9
*
Docs: for for/else clarify that return or raise also skip the else (#124591)
Ned Batchelder
2024-09-27
1
-2/+4
*
gh-124176: Add special support for dataclasses to `create_autospec` (#124429)
sobolevn
2024-09-27
3
-6/+92
*
gh-86673: Harden `test_ttk.test_element_create_image` (#123335)
Erlend E. Aasland
2024-09-27
1
-4/+4
*
generate_global_objects.py: Fix name of macro in error message (#124464)
Jelle Zijlstra
2024-09-27
1
-2/+2
*
gh-116510: Fix crash during sub-interpreter shutdown (gh-124645)
Neil Schemenauer
2024-09-27
2
-3/+29
*
gh-116510: Fix crash due to shared immortal interned strings. (gh-124646)
Neil Schemenauer
2024-09-27
2
-6/+47
*
GH-123516: Improve JIT memory consumption by invalidating cold executors (GH-...
Savannah Ostrowski
2024-09-27
14
-39/+129
*
Docs: Update and proofread `library/venv.rst` (#124121)
Hugo van Kemenade
2024-09-26
2
-132/+131
*
gh-84559: Change the multiprocessing start method default to `forkserver` (GH...
Gregory P. Smith
2024-09-26
7
-33/+75
*
gh-124628: Pyrepl inputs on Windows shouldn't always be blocking reads (#124629)
Dino Viehland
2024-09-26
1
-9/+21
*
Remove some unused files related to WASM/WASI (GH-124635)
Brett Cannon
2024-09-26
3
-57/+2
*
gh-89683: add tests for `deepcopy` on frozen dataclasses (gh-123098)
Bénédikt Tran
2024-09-26
1
-0/+43
*
gh-119180: Rename SOURCE format to STRING (#124620)
Jelle Zijlstra
2024-09-26
11
-169/+154
*
gh-124612: Good bye dockerfile and use GHCR package (gh-124626)
Donghee Na
2024-09-26
2
-27/+1
*
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
*
Cleanup unnecessary curframe_locals usage (#124369)
Tian Gao
2024-09-26
1
-19/+11
*
gh-124153: Remove `_PyType_GetModuleByDef2` private function (GH-124261)
neonene
2024-09-26
4
-46/+26
*
Doc: Use the short version for daily downloads (#124602)
Adam Turner
2024-09-26
1
-1/+1
*
gh-124606: Fix reference leak in error path in `datetime_fromisoformat` in `_...
Kirill Podoprigora
2024-09-26
1
-0/+2
*
gh-119127: Fix _functools.Placeholder singleton (#124601)
Victor Stinner
2024-09-26
1
-13/+35
*
gh-124498: Fix `TypeAliasType` not to be generic, when `type_params=()` (#124...
sobolevn
2024-09-26
3
-1/+25
*
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
2
-12/+37
*
gh-124538: Fix crash when using `gc.get_referents` on an untracked capsule ob...
Peter Bierma
2024-09-26
3
-3/+26
*
gh-124402: Speed up test_free_threading and test_super (#124491)
Victor Stinner
2024-09-26
4
-53/+41
*
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
4
-22/+56
*
gh-119333: get interp from tstate for PyContext watchers(#124444)
Jason Fried
2024-09-26
2
-7/+6
*
gh-124309: Modernize the `staggered_race` implementation to support eager tas...
Peter Bierma
2024-09-26
5
-66/+100
*
gh-119127: functools.partial placeholders (gh-119827)
dgpb
2024-09-26
8
-129/+681
*
Add "annotate" SET_FUNCTION_ATTRIBUTE bit to dis. (#124566)
larryhastings
2024-09-26
2
-1/+19
*
gh-124412: Add helpers for converting annotations to source format (#124551)
Jelle Zijlstra
2024-09-26
5
-42/+113
*
gh-119180: Disallow instantiation of ConstEvaluator objects (#124561)
Jelle Zijlstra
2024-09-25
2
-2/+14
*
For-else deserves its own section in the tutorial (#123946)
Ned Batchelder
2024-09-25
1
-31/+54
*
Add 3.13 as a version option to the crash issue template (#124560)
Zachary Ware
2024-09-25
1
-0/+1
*
gh-123242: Note that type.__annotations__ may not exist (#124557)
Jelle Zijlstra
2024-09-25
1
-1/+2
*
gh-119180: Make FORWARDREF format look at __annotations__ first (#124479)
Jelle Zijlstra
2024-09-25
2
-26/+143
*
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
11
-36/+350
*
gh-102450: Add ISO-8601 alternative for midnight to `fromisoformat()` calls. ...
TizzySaurus
2024-09-25
5
-4/+80
*
gh-124370: Add "howto" for free-threaded Python (#124371)
Sam Gross
2024-09-25
3
-0/+157
[prev]
[next]