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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.13] gh-87106: Fix inspect.signature.bind() handling of positional-only arg...
Miss Islington (bot)
2024-05-13
1
-0/+3
*
[3.13] GH-118844: Fix build failures when combining --disable-gil with --enab...
Miss Islington (bot)
2024-05-13
1
-0/+1
*
[3.13] gh-118921: Add `copy()` method for `FrameLocalsProxy` (GH-118923) (#11...
Miss Islington (bot)
2024-05-10
1
-0/+1
*
[3.13] gh-118895: Call PyType_Ready() on typing.NoDefault (GH-118897) (#118914)
Miss Islington (bot)
2024-05-10
1
-0/+2
*
[3.13] gh-117657: Fix data races reported by TSAN on `interp->threads.main` (...
Miss Islington (bot)
2024-05-10
1
-0/+1
*
[3.13] gh-118789: Restore hidden `_PyWeakref_ClearRef` (GH-118797) (GH-118903)
Miss Islington (bot)
2024-05-10
1
-0/+2
*
gh-118209: Add Windows structured exception handling to mmap module (GH-118213)
Miss Islington (bot)
2024-05-10
1
-0/+2
*
[3.13] gh-118851: Default ctx arguments to AST constructors to Load() (GH-118...
Miss Islington (bot)
2024-05-09
1
-0/+2
*
[3.13] gh-116984: Make mimalloc header includes relative to the current file ...
Miss Islington (bot)
2024-05-09
1
-0/+3
*
[3.13] gh-118561: Fix crash involving list.extend in free-threaded build (GH-...
Miss Islington (bot)
2024-05-09
1
-0/+2
*
gh-118773: Use language-invariant SDDL string instead of aliases for ACLs. (G...
Miss Islington (bot)
2024-05-09
1
-0/+2
*
[3.13] gh-103956: Fix `trace` output in case of missing source line (GH-10395...
Miss Islington (bot)
2024-05-09
1
-0/+1
*
gh-118486: Update docs for CVE-2024-4030 reference (GH-118737)
Steve Dower
2024-05-09
1
-0/+4
*
[3.13] gh-118033: Fix `__weakref__` not set for generic dataclasses (GH-11809...
Miss Islington (bot)
2024-05-09
1
-0/+2
*
[3.13] Format None, True, False and NotImplemented as literals (GH-118758) (G...
Miss Islington (bot)
2024-05-08
10
-22/+24
*
[3.13] gh-118772: Allow TypeVars without a default to follow those with a def...
Miss Islington (bot)
2024-05-08
1
-0/+2
*
Python 3.13.0b1
v3.13.0b1
Thomas Wouters
2024-05-08
158
-381/+1670
*
gh-118734: Fixes Windows build when Use_TIER2 is unspecified (#118735)
Steve Dower
2024-05-07
1
-0/+2
*
gh-118660: Add second type parameter to (Async)ContextManager (#118681)
Jelle Zijlstra
2024-05-07
1
-0/+4
*
gh-66410: Do not stringify arguments of Tkinter callback (GH-98592)
Serhiy Storchaka
2024-05-07
1
-0/+7
*
gh-118090: Improve error message for empty type param brackets (GH-118091)
Nikita Sobolev
2024-05-07
1
-0/+1
*
gh-118518: Rename `PYTHONPERFJITSUPPORT` and `-X perfjit` with underscores (#...
Hugo van Kemenade
2024-05-07
1
-2/+2
*
gh-118418: Deprecate failing to pass a value to the *type_params* parameter o...
Alex Waygood
2024-05-07
1
-0/+6
*
gh-118650: Exclude `_repr_*` methods from Enum's _sunder_ reservation (GH-118...
chrysn
2024-05-07
1
-0/+2
*
gh-109975: Update 'What's New in Python 3.13' for beta (#118694)
Hugo van Kemenade
2024-05-07
5
-7/+9
*
gh-118314: Fix padding edge case in binascii.a2b_base64 strict mode (GH-118320)
Youfu Zhang
2024-05-07
1
-0/+1
*
gh-62090: Simplify argparse usage formatting (GH-105039)
Ali Hamdan
2024-05-07
1
-0/+2
*
gh-118107: Fix zipimporter ZIP64 handling. (GH-118108)
John Sirois
2024-05-07
1
-0/+2
*
gh-118414: Fix assertion in YIELD_VALUE when tracing lines or instrs (#118683)
Tian Gao
2024-05-07
1
-0/+1
*
gh-117953: Always Run Extension Init Func in Main Interpreter First (gh-118157)
Eric Snow
2024-05-07
1
-0/+8
*
gh-116322: Enable the GIL while loading C extension modules (#118560)
Brett Simmers
2024-05-07
1
-0/+1
*
gh-110209: Add __class_getitem__ for generator and coroutine (#110212)
James Hilton-Balfe
2024-05-07
1
-0/+1
*
gh-118473: Fix set_asyncgen_hooks not to be partially set when arguments are ...
Jeong, YunWon
2024-05-07
1
-0/+1
*
gh-117486: Improve behavior for user-defined AST subclasses (#118212)
Jelle Zijlstra
2024-05-06
1
-0/+4
*
gh-118647: Add defaults to typing.Generator and typing.AsyncGenerator (#118648)
Jelle Zijlstra
2024-05-06
1
-0/+2
*
gh-115119: Default to --with-system-libmpdec=yes (#118539)
Erlend E. Aasland
2024-05-06
1
-0/+2
*
GH-83151: Add closure support to pdb (GH-111094)
Tian Gao
2024-05-06
1
-0/+3
*
gh-118362: Fix thread safety around lookups from the type cache in the face o...
Dino Viehland
2024-05-06
1
-0/+2
*
GH-117714: implement athrow().close() and asend().close() using throw (GH-117...
Thomas Grainger
2024-05-06
1
-0/+1
*
gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH...
Petr Viktorin
2024-05-06
1
-1/+1
*
gh-118271: Support more options for reading/writing images in Tkinter (GH-118...
Serhiy Storchaka
2024-05-06
1
-0/+4
*
gh-118225: Support more options for copying images in Tkinter (GH-118228)
Serhiy Storchaka
2024-05-06
1
-0/+5
*
gh-116871: Improve name suggestions in tracebacks (GH-116930)
Serhiy Storchaka
2024-05-06
1
-0/+2
*
gh-66543: Add mimetypes.guess_file_type() (GH-117258)
Serhiy Storchaka
2024-05-06
1
-0/+3
*
gh-118465: Add __firstlineno__ attribute to class (GH-118475)
Serhiy Storchaka
2024-05-06
1
-0/+2
*
gh-95382: Improve performance of json encoder with indent (GH-118105)
Pieter Eendebak
2024-05-06
1
-0/+2
*
gh-78955: Use user-selected color theme for Help => IDLE Doc (#9502)
Terry Jan Reedy
2024-05-06
1
-0/+1
*
Add Lysandros Nikolaou to the News entry of gh-111201 (#118616)
Pablo Galindo Salgado
2024-05-05
1
-2/+2
*
gh-111201: A new Python REPL (GH-111567)
Pablo Galindo Salgado
2024-05-05
1
-0/+4
*
gh-117549: Don't use designated initializers in headers (#118580)
Guido van Rossum
2024-05-05
1
-0/+5
[next]