COMMITS
/ Lib/test/test_builtin.py May 28, 2026
S
gh-85989: Add skip_if_double_rounding to test.support (#150219)
Sergey B Kirpichev committed
May 19, 2026
P
gh-150027: Avoid copying during construction of `frozenset` objects (GH-150028)
Peter Bierma committed
J
gh-148829: Make sentinels' repr and module customizable (#149654)
Jelle Zijlstra committed
April 29, 2026
April 28, 2026
J
gh-148829: Implement PEP 661 (#148831)
Jelle Zijlstra committed
March 5, 2026
V
gh-145055: Accept frozendict for globals in exec() and eval() (#145072)
Victor Stinner committed
March 2, 2026
S
gh-145118: Add `frozendict` support to `type()` (#145124)
Stan Ulbrych committed
January 6, 2026
K
gh-142863: optimize `list` and `set` calls with generator expressions (#142864)
Kumar Aditya committed
November 13, 2025
S
gh-135801: Add the module parameter to compile() etc (GH-139652)
Serhiy Storchaka committed
October 30, 2025
S
gh-135801: Improve filtering by module in warn_explicit() without module argument (GH-140151)
Serhiy Storchaka committed
October 24, 2025
M
gh-140517: fix leak in `map_next` in strict mode (#140543)
Mikhail Efimov committed
October 21, 2025
P
gh-140406: Fix memory leak upon `__hash__` returning a non-integer (GH-140411)
Peter Bierma committed
August 26, 2025
R
gh-135427: Fix DeprecationWarning for os.fork when run in threads with -Werror (GH-136796)
Rani Pinchuk committed
July 10, 2025
S
June 27, 2025
S
gh-128051: Fix tests if sys.float_repr_style is 'legacy' (#135908)
Sergey B Kirpichev committed
May 22, 2025
S
gh-71339: Use new assertion methods in tests (GH-129046)
Serhiy Storchaka committed
May 20, 2025
H
gh-127146: xfail more Emscripten stack overflows (#134358)
Hood Chatham committed
April 17, 2025
B
gh-130070: Fix `exec(<string>, closure=<non-None>)` unexpected path (#130071)
Bartosz Sławecki committed
March 28, 2025
I
gh-131738: optimize builtin any/all/tuple calls with a generator expression arg (#131737)
Irit Katriel committed
March 26, 2025
S
gh-131586: Avoid refcount contention in some "special" calls (#131588)
Sam Gross committed
March 19, 2025
Y
gh-126835: Move constant tuple folding from ast_opt to CFG (#130769)
Yan Yanchii committed
March 16, 2025
B
March 13, 2025
V
gh-131152: Remove unused imports from tests (#131153)
Victor Stinner committed
March 10, 2025
M
GH-127705: Use `_PyStackRef`s in the default build. (GH-127875)
Mark Shannon committed
February 25, 2025
S
gh-130163: Fix crashes related to PySys_GetObject() (GH-130503)
Serhiy Storchaka committed
M
GH-130396: Use computed stack limits on linux (GH-130398)
Mark Shannon committed
February 21, 2025
Y
gh-126835: Move constant unaryop & binop folding to CFG (#129550)
Yan Yanchii committed
January 21, 2025
S
gh-71339: Fix an order-dependent failure in test_unittest (GH-129133)
Serhiy Storchaka committed
January 15, 2025
Y
gh-128438: Use `EnvironmentVarGuard` for `test_{builtin,io,locale}.py` (#128476)
Yan Yanchii committed
January 2, 2025
T
gh-128404: Remove ``asyncio`` from ``test_builtin`` (#128403)
Thomas Grainger committed
December 20, 2024
V
gh-128058: Fix test_builtin ImmortalTests (#128068)
Victor Stinner committed
December 18, 2024
K
gh-127949: deprecate `asyncio.set_event_loop_policy` (#128024)
Kumar Aditya committed
December 11, 2024
M
GH-125174: Mark objects as statically allocated. (#127797)
Mark Shannon committed
November 26, 2024
S
gh-69639: Add mixed-mode rules for complex arithmetic (C-like) (GH-124829)
Sergey B Kirpichev committed
November 4, 2024
N
gh-119793: Add optional length-checking to `map()` (GH-120471)
Nice Zombies committed
October 10, 2024
M
GH-125174: Make immortal objects more robust, following design from PEP 683 (GH-125251)
Mark Shannon committed
September 28, 2024
S
gh-123339: Fix cases of inconsistency of __module__ and __firstlineno__ in classes (GH-123613)
Serhiy Storchaka committed
July 30, 2024
Ł
gh-116402: Avoid readline in test_builtin TTY input tests (GH-122447)
Łukasz Langa committed
July 29, 2024
S
gh-122234: fix accuracy issues for sum() (#122236)
Sergey B Kirpichev committed
July 22, 2024
J
gh-121637: Syntax error for optimized-away incorrect await (#121656)
Jelle Zijlstra committed
July 5, 2024
S
gh-121149: improve accuracy of builtin sum() for complex inputs (gh-121176)
Sergey B Kirpichev committed
June 3, 2024
N
gh-119057: Use better error messages for zero division (#119066)
Nikita Sobolev committed
May 12, 2024
N
gh-118899: Add tests for `NotImplemented` attribute access (#118902)
Nikita Sobolev committed
May 9, 2024
J
gh-118767: Improve tests and docs for bool(NotImplemented) (#118813)
Jelle Zijlstra committed
May 8, 2024
J
gh-118767: Make bool(NotImplemented) raise TypeError (#118775)
Jelle Zijlstra committed
May 2, 2024
R
gh-105879: Add support for keyword arguments to eval and exec (#105885)
Raphael Gaschignard committed
February 10, 2024
S
gh-76763: Make chr() always raising ValueError for out-of-range values (GH-114882)
Serhiy Storchaka committed
N
gh-114552: Update `__dir__` method docs: it allows returning an iterable (#114662)
Nikita Sobolev committed
January 10, 2024
K
gh-113896: Fix test_builtin.BuiltinTest.test___ne__() (#113897)
Kirill Podoprigora committed
December 14, 2023
S
gh-112716: Fix SystemError when __builtins__ is not a dict (GH-112770)
Serhiy Storchaka committed