summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pstats.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-38659: [Enum] add _simple_enum decorator (GH-25497)Ethan Furman2021-04-211-0/+20
* Revert "bpo-38659: [Enum] add _simple_enum decorator (GH-25285)" (GH-25476)Ethan Furman2021-04-201-20/+0
* bpo-38659: [Enum] add _simple_enum decorator (GH-25285)Ethan Furman2021-04-201-0/+20
* bpo-41811: create SortKey members using first given value (GH-22316)Ethan Furman2020-09-191-0/+4
* bpo-40443: Remove unused imports in tests (GH-19805)Victor Stinner2020-04-291-1/+0
* bpo-37958: Adding get_profile_dict to pstats (GH-15495)Daniel Olshansky2020-01-151-2/+22
* bpo-29237: Create enum for pstats sorting options (GH-5103)mwidjaja2018-01-261-0/+42
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-8/+1
* #10166: rewrite self-recursion to iteration in pstats.Stats.add(). Also add ...Georg Brandl2010-10-221-3/+16
* #7372: fix regression in pstats: a previous fix to handle cProfile data in ad...Georg Brandl2010-08-021-0/+6
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Merged revisions 60143-60149 via svnmerge fromChristian Heimes2008-01-211-0/+26