summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_property.py
Commit message (Expand)AuthorAgeFilesLines
* gh-89519: Remove classmethod descriptor chaining, deprecated since 3.11 (gh-1...Raymond Hettinger2023-10-271-21/+0
* gh-98963: Restore the ability to have a dict-less property. (#105262)Gregory P. Smith2023-06-051-5/+56
* GH-100942: Fix incorrect cast in property_copy(). (#100965)Raymond Hettinger2023-01-121-0/+17
* bpo-41287: Handle `doc` argument of `property.__init__` in subclasses (#23205)Sergei Izmailov2022-05-291-0/+95
* Use raw string to avoid deprecation warning (GH-31427)Dennis Sweeney2022-02-191-1/+1
* bpo-46730: Add more info to @property AttributeError messages (GH-31311)Alex-Blade2022-02-161-5/+5
* bpo-27794: Add `name` attribute to `property` class (GH-23967)Yurii Karabas2020-12-301-0/+50
* bpo-19072: Make @classmethod support chained decorators (GH-8405)Berker Peksag2019-08-241-0/+21
* bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995)Oren Milman2018-02-131-0/+11
* Issue #25755: Move PropertyWritableDoc into the test caseBerker Peksag2015-12-111-7/+7
* Issue #24064: Property() docstrings are now writeable.Raymond Hettinger2015-05-131-0/+22
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-5/+1
* Issue #23641: Cleaned out legacy dunder names from tests and docs.Serhiy Storchaka2015-03-121-2/+2
* Fix skip conditions in some docstings tests.Serhiy Storchaka2013-01-281-2/+2
|\
| * Fix skip conditions in some docstings tests.Serhiy Storchaka2013-01-281-2/+2
* | improve abstract property support (closes #11610)Benjamin Peterson2011-12-151-0/+23
|/
* Merged revisions 82332 via svnmerge fromBenjamin Peterson2010-06-281-1/+1
* Merged revisions 78351 via svnmerge fromR. David Murray2010-02-241-11/+30
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-2/+2
* Merged revisions 72299 via svnmerge fromR. David Murray2009-05-041-1/+115
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Merged revisions 59488-59511 via svnmerge fromChristian Heimes2007-12-151-0/+98