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
*
gh-124457: Remove coverity from CPython repo (GH-124460)
Mariatta
2024-09-27
4
-202/+2
*
gh-124520: What's New entry for ctypes metaclass __new__/__init__ change (GH-...
Petr Viktorin
2024-09-27
1
-0/+18
*
doc: PyUnicode_AsUTF8String() fails if string contains surrogates (#124605)
Victor Stinner
2024-09-27
1
-3/+10
*
Drop code ownership for decimal (gh-124695)
Raymond Hettinger
2024-09-27
1
-1/+0
*
Fix typo in InternalDocs/string_interning.md (GH-124699)
Petr Viktorin
2024-09-27
1
-1/+1
*
gh-124609: Fix _Py_ThreadId for Windows builds using MinGW (#124663)
Tony Roberts
2024-09-27
4
-0/+12
*
Itertool docs: Minor clarifications, wording tweaks, spacing, and active voic...
Raymond Hettinger
2024-09-27
1
-13/+21
*
gh-124682: Disable test that is prone to intermittent failure on iOS. (#124683)
Russell Keith-Magee
2024-09-27
1
-4/+5
*
gh-121277: Raise nice error on `next` as second argument to deprecated-remove...
Petr Viktorin
2024-09-27
1
-0/+3
*
Fixup indentation for docs on `ModuleSpec` attributes (#124681)
Alex Waygood
2024-09-27
1
-43/+36
*
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
[next]