COMMITS
/ Lib/test/test_class.py October 24, 2025
J
gh-136535: Tests: Correct `Py_TPFLAGS_MANAGED_DICT` in `test_class.py` (gh-136538)
Jiseok CHOI committed
May 31, 2025
C
Skip test as cpython_only that checks whether setattr interns the attribute or not (#134972)
CF Bolz-Tereick committed
February 25, 2025
M
GH-130396: Use computed stack limits on linux (GH-130398)
Mark Shannon committed
February 4, 2025
S
gh-127933: Add option to run regression tests in parallel (gh-128003)
Sam Gross committed
December 5, 2024
H
gh-127146: Emscripten: Skip segfaults in test suite (#127151)
Hood Chatham committed
October 30, 2024
F
gh-60712: Include the "object" type in the lists of documented types (GH-103036)
Furkan Onder committed
September 30, 2024
S
gh-124722: Fix leak in `test_detach_materialized_dict_no_memory` (GH-124769)
sobolevn committed
September 27, 2024
M
September 9, 2024
A
Fix typos (#123775)
algonell committed
August 21, 2024
M
GH-123185: Check for `NULL` after calling `_PyEvalFramePushAndInit` (GH-123194)
Mark Shannon committed
July 16, 2024
S
gh-121860: Fix crash when materializing managed dict (#121866)
Sam Gross committed
May 6, 2024
April 22, 2024
D
gh-112075: Make instance attributes stored in inline "dict" thread safe (#114742)
Dino Viehland committed
April 15, 2024
M
April 2, 2024
M
GH-115776: Embed the values array into the object, for "normal" Python objects. (GH-116115)
Mark Shannon committed
April 1, 2024
M
gh-94808:Improve coverage of PyObject_Print (GH-98749)
MonadChains committed
March 19, 2024
V
gh-116417: Move limited C API abstract.c tests to _testlimitedcapi (#116986)
Victor Stinner committed
February 1, 2024
M
GH-114806. Don't specialize calls to classes with metaclasses. (GH-114870)
Mark Shannon committed
August 7, 2023
S
gh-107178: Add the C API tests for the Abstract Objects Layer (GH-107179)
Serhiy Storchaka committed
July 22, 2023
J
gh-96663: Add a better error message for __dict__-less classes setattr (#103232)
James Hilton-Balfe committed
July 7, 2023
M
GH-106057: Handle recursion errors in inline class calls properly. (GH-106108)
Mark Shannon committed
April 6, 2023
I
gh-102799: use sys.exception() instead of sys.exc_info() in tests (#103293)
Irit Katriel committed
October 3, 2022
M
gh-94808: Add test coverage for PyObject_HasAttrString (#96627)
MonadChains committed
May 5, 2022
January 17, 2022
Z
bpo-46161: Fix bug in starunpack_helper in compile.c (GH-30235)
zq1997 committed
November 19, 2019
February 19, 2019
S
bpo-31506: Clarify error messages for object.__new__ and object.__init__ (GH-11641)
Sanyam Khurana committed
July 31, 2018
S
bpo-1617161: Make the hash and equality of methods not depending on the value of self. (GH-7848)
Serhiy Storchaka committed
December 14, 2017
December 10, 2017
S
bpo-31506: Improve the error message logic for class instantiation (GH-4740)
Sanyam Khurana committed
May 20, 2017
S
bpo-25794: Fix `type.__setattr__()` for non-interned attribute names. (#1652)
Serhiy Storchaka committed
July 14, 2016
B
Backed out changeset af29d89083b3 (closes #25548) (closes #27498)
Benjamin Peterson committed
June 4, 2016
K
Issue #25548: Showing memory address of class objects in repl
Kushal Das committed
July 3, 2015
Y
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
Yury Selivanov committed
April 13, 2015
Z
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware committed
March 12, 2015
S
Issue #23641: Cleaned out legacy dunder names from tests and docs.
Serhiy Storchaka committed
S
Issue #23641: Cleaned out legacy dunder names from tests and docs.
Serhiy Storchaka committed
November 20, 2010
E
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti committed
October 16, 2008
B
remove some more references to __cmp__ #1717
Benjamin Peterson committed
May 20, 2008
B
#2621 rename test.test_support to test.support
Benjamin Peterson committed
February 23, 2008
C
Merged revisions 60990-61002 via svnmerge from
Christian Heimes committed
November 25, 2007
C
Patch from Georg Brandl and me for #1493
Christian Heimes committed
August 30, 2007
T
Remove the simple slicing API. All slicing is now done with slice objects.
Thomas Wouters committed
August 28, 2007
T
Merge the trunk changes in. Breaks socket.ssl for now.
Thomas Wouters committed
June 13, 2007
G
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum committed
February 9, 2007
G
* Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.
Georg Brandl committed
G
Fix most trivially-findable print statements.
Guido van Rossum committed
January 15, 2007
G
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum committed
January 10, 2007
G
SF patch 1631942 by Collin Winter:
Guido van Rossum committed
December 13, 2006
T
Four months of trunk changes (including a few releases...)
Thomas Wouters committed