summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_frame.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-40462: fix variable and function names (GH-19832)Furkan Önder2020-05-011-1/+1
| | | Automerge-Triggered-By: @vstinner
* bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. ↵Zackery Spytz2018-12-171-4/+6
| | | | (GH-11175)
* bpo-32468: Better frame repr() (#5067)Antoine Pitrou2017-12-311-0/+41
| | | | bpo-32468: Better frame repr()
* Remove unused imports.Serhiy Storchaka2016-12-161-2/+0
|
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-4/+1
| | | | | | | I have compared output between pre- and post-patch runs of these tests to make sure there's nothing missing and nothing broken, on both Windows and Linux. The only differences I found were actually tests that were previously *not* run.
* Issue #21897: Fix a crash with the f_locals attribute with closure variables ↵Antoine Pitrou2014-07-051-0/+52
| | | | when frame.clear() has been called.
* Issue #18665: fix typos. Patch by Vajrasky Kok.Antoine Pitrou2013-08-061-1/+1
|
* Issue #18666: improve test_frame a bit. Patch by Vajrasky Kok.Antoine Pitrou2013-08-061-0/+3
|
* Followup to 862ab99ab570: I forgot to add the magnificent test_frame.py.Antoine Pitrou2013-08-051-0/+113