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
/
Lib
/
test
/
test_descr.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-71339: Add additional assertion methods for unittest (GH-128707)
Serhiy Storchaka
2025-01-14
1
-8/+0
*
gh-127146: Emscripten: Skip segfaults in test suite (#127151)
Hood Chatham
2024-12-05
1
-0/+3
*
gh-126146: Remove ``__cmp__`` method from tests (#126147)
Kirill Podoprigora
2024-10-29
1
-2/+0
*
gh-125900: Clean-up logic around immortalization in free-threading (#125901)
Sam Gross
2024-10-24
1
-1/+0
*
gh-125017: Fix crash on premature access to classmethod/staticmethod annotati...
Jelle Zijlstra
2024-10-17
1
-0/+14
*
gh-123446: Fix empty function names in `TypeError`s in `typeobject` (#123470)
sobolevn
2024-08-30
1
-0/+14
*
gh-117657: Fix `__slots__` thread safety in free-threaded build (#119368)
Daniele Parmeggiani
2024-06-17
1
-1/+1
*
gh-119180: Lazily wrap annotations on classmethod and staticmethod (#119864)
Jelle Zijlstra
2024-05-31
1
-2/+36
*
gh-118846: Fix free-threading test failures when run sequentially (#118864)
Sam Gross
2024-05-10
1
-0/+1
*
gh-118465: Add __firstlineno__ attribute to class (GH-118475)
Serhiy Storchaka
2024-05-06
1
-3/+5
*
gh-117797: Improve `test_descr.test_not_implemented` (#117798)
Nikita Sobolev
2024-04-16
1
-8/+17
*
gh-117764: Add docstrings and signatures for the types of None, Ellipsis and ...
Serhiy Storchaka
2024-04-12
1
-2/+2
*
gh-115775: Compiler adds __static_attributes__ field to classes (#115913)
Irit Katriel
2024-03-26
1
-3/+5
*
gh-115249: Fix `test_descr` with `-OO` mode (#115250)
Nikita Sobolev
2024-02-11
1
-1/+5
*
gh-55664: Add warning when creating a type using a namespace dictionary with ...
Furkan Onder
2024-01-28
1
-1/+16
*
gh-113157 gh-89519: Fix method descriptors (gh-113233)
Raymond Hettinger
2023-12-21
1
-0/+15
*
Fix typos in docs and comments (#109619)
Heinz-Alexander Fuetterer
2023-09-20
1
-1/+1
*
GH-105848: Replace KW_NAMES + CALL with LOAD_CONST + CALL_KW (GH-109300)
Brandt Bucher
2023-09-13
1
-5/+5
*
gh-108416: Mark slow test methods with @requires_resource('cpu') (GH-108421)
Serhiy Storchaka
2023-09-02
1
-0/+1
*
gh-107910: Remove not needing newline in error message (GH-107928)
Joon Hwan 김준환
2023-08-14
1
-2/+2
*
gh-102213: Optimize the performance of `__getattr__` (GH-103761)
sunmy2019
2023-05-01
1
-1/+14
*
gh-103272: regression test for getattr exception in property (#103336)
sunmy2019
2023-04-07
1
-0/+13
*
gh-99430: Remove duplicated tests for old-styled classes (#99432)
Nikita Sobolev
2022-11-13
1
-5/+1
*
gh-98783: Fix crashes when `str` subclasses are used in `_PyUnicode_Equal` (#...
Nikita Sobolev
2022-10-30
1
-0/+19
*
Fix links to old SF bugs (#95648)
Serhiy Storchaka
2022-08-04
1
-1/+1
*
gh-93939: Build C extensions without setup.py (GH-94474)
Christian Heimes
2022-07-14
1
-0/+9
*
gh-84623: Remove unused imports in tests (#93772)
Victor Stinner
2022-06-13
1
-1/+0
*
bpo-44712: Replace "type(literal)" with corresponding builtin types (GH-27294)
Serhiy Storchaka
2022-05-08
1
-3/+3
*
gh-92112: Fix crash triggered by an evil custom `mro()` (#92113)
Alexey Izbyshev
2022-05-06
1
-0/+17
*
gh-92063: Enforce types in specialized PRECALL opcodes (GH-92068)
Dennis Sweeney
2022-04-30
1
-0/+27
*
gh-91625: Don't ignore extended args of adaptive opcodes (GH-91626)
Dennis Sweeney
2022-04-17
1
-2/+16
*
bpo-46675: Allow object value arrays and split key dictionaries larger than 1...
Mark Shannon
2022-02-08
1
-1/+1
*
bpo-44977: Deprecate delegation of int to __trunc__ (GH-31031)
Zackery Spytz
2022-02-03
1
-1/+0
*
bpo-46417: remove_subclass() clears tp_subclasses (GH-30793)
Victor Stinner
2022-01-22
1
-0/+17
*
bpo-46299: Improve test_descr (GH-30475)
Dong-hee Na
2022-01-08
1
-26/+10
*
bpo-46299: improve `test_descr.py` with stricter error handling (GH-30471)
Nikita Sobolev
2022-01-08
1
-4/+4
*
bpo-45292: [PEP 654] add the ExceptionGroup and BaseExceptionGroup classes (G...
Irit Katriel
2021-10-22
1
-1/+5
*
bpo-45340: Don't create object dictionaries unless actually needed (GH-28802)
Mark Shannon
2021-10-13
1
-4/+6
*
Fix typos in the Lib directory (GH-28775)
Christian Clauss
2021-10-06
1
-1/+1
*
bpo-45229: Remove test_main in many tests (GH-28405)
Serhiy Storchaka
2021-09-19
1
-9/+5
*
bpo-44655: Include the name of the type in unset __slots__ attribute errors (...
Pablo Galindo Salgado
2021-07-16
1
-0/+6
*
Fix typos in multiple files (GH-26689)
Binbin
2021-06-13
1
-1/+1
*
bpo-43908: check_set_special_type_attr() checks Py_TPFLAGS_IMMUTABLETYPE (GH-...
Erlend Egeberg Aasland
2021-04-30
1
-2/+4
*
bpo-43682: @staticmethod inherits attributes (GH-25268)
Victor Stinner
2021-04-09
1
-5/+13
*
bpo-38302: __pow__/__rpow__ now called when __ipow__ returns NotImplemented (...
Alex
2021-02-26
1
-0/+42
*
bpo-34805: Guarantee that __subclasses__() is in definition order. (GH-23844)
Raymond Hettinger
2020-12-19
1
-0/+10
*
bpo-40275: Use new test.support helper submodules in tests (GH-21772)
Hai Shi
2020-08-07
1
-3/+3
*
bpo-41295: Reimplement the Carlo Verre "hackcheck" (GH-21528)
scoder
2020-07-18
1
-0/+36
*
bpo-41055: Remove outdated tests for the tp_print slot. (GH-21006)
Serhiy Storchaka
2020-06-21
1
-7/+0
*
bpo-35712: Make using NotImplemented in a boolean context issue a deprecation...
MojoVampire
2020-03-03
1
-3/+3
[next]