313 Commits

Author SHA1 Message Date
Ken Patel
ff599cf9ab bpdb - fix bpgroup static=1 behavior for when bpdb is disabled 2010-04-28 21:16:25 +00:00
Ken Patel
2b855884a0 bpdb - fix argument overrides for bpGroup 2010-04-28 17:54:22 +00:00
Ken Patel
259b3396a6 bpdb - bpGroup takes optional static parameter which will return a staticmethod rather than a normal function 2010-04-22 01:27:37 +00:00
Ken Patel
3895096d94 bpdb - 1.0 pass 2010-04-21 01:16:29 +00:00
Ken Patel
8697b40ccf bpdb - breakpoints default to cfg=module, grp=class, name=line number 2010-04-20 02:36:29 +00:00
Ken Patel
8ca8e8bfc2 breakpoint - restructured breakpoint into bpdb 2010-04-19 19:11:34 +00:00
Ken Patel
f99809fde9 breakpoint - Fix breakpointGroup behavior 2010-04-16 18:01:31 +00:00
Ken Patel
067ca6c109 python breakpoint debugging system (in pythonUtils) 2010-04-15 18:56:37 +00:00
Darren Ranalli
5f3cd68162 spec-by-disk off by default 2010-04-12 21:47:21 +00:00
Darren Ranalli
749cb5c059 added clamp as bound alias 2010-04-07 00:02:13 +00:00
Zachary Pavlov
128097e19d Non scaled 2d nodes 2010-04-02 23:44:15 +00:00
rdb
7a33157f92 Revert some of my callable changes, I found out that old-style classes don't provide __call__ 2010-03-20 10:30:06 +00:00
Zachary Pavlov
77318b23df hasattr(function, __call__) is not a valid callable check! use callable instead, which catches inittable objects 2010-03-19 22:49:24 +00:00
rdb
ac1223d0da Ditch stuff like has_key and backticks 2010-03-19 10:32:09 +00:00
Josh Wilson
1f4bc1cc1c in report print return val unless it's None 2010-02-18 21:33:13 +00:00
Darren Ranalli
ac091ce40e HTMLStringToElements adds comments to force tag closers 2009-11-21 01:18:25 +00:00
Darren Ranalli
78476db3cb added HTMLStringToElements and str2elements 2009-11-20 22:43:35 +00:00
Darren Ranalli
b998a1db59 added SerialMaskedGen 2009-11-05 23:35:10 +00:00
Darren Ranalli
791162d433 reimplemented unescapeHtmlString to fix bug, added test cases 2009-10-15 02:15:24 +00:00
Darren Ranalli
3786a86d0b added dict-syntax access to ScratchPad 2009-10-06 23:59:47 +00:00
Darren Ranalli
23b4f51b43 added unescapeHtmlString 2009-10-06 23:14:42 +00:00
Darren Ranalli
85fc649f2c added Enum.hasString and Enum.fromString 2009-10-06 23:03:43 +00:00
Josh Wilson
cf7d53c470 removing early exit in configIsToday() 2009-07-22 19:20:35 +00:00
Josh Wilson
a679de3541 removing extraneous global declaration 2009-06-16 23:45:05 +00:00
David Rose
9e7337557a remove old api calls 2009-06-16 03:46:55 +00:00
Josh Wilson
f5ba889b71 oops, forgot the global __report_indent variable 2009-06-08 18:48:10 +00:00
Josh Wilson
7bfebaa6fd adding PStatScope and indented reports 2009-06-05 23:43:58 +00:00
Darren Ranalli
8b82a9d61f pulled in temp fix from branch for _strptime crash 2009-05-08 00:30:18 +00:00
Zachary Pavlov
900c67b409 oops, missed this 2009-04-17 20:34:41 +00:00
Josh Wilson
8dc836436c i was a little overzealous in removing some report prefix parameters 2009-04-10 01:34:34 +00:00
Josh Wilson
1ea78fd02f adding ability to have multiple prefixes in report by specifying them in the Config.prc 2009-04-10 01:27:58 +00:00
Josh Wilson
1642d4163d updating report()'s to not require 'want-' or '-report' in the dConfigParam parameter 2009-04-09 01:16:59 +00:00
Darren Ranalli
5545aa6ce7 added safeTypeName and histogramDict 2009-02-12 22:09:44 +00:00
Darren Ranalli
6f5a7d0bc6 more leak detection 2009-02-07 00:00:02 +00:00
Darren Ranalli
4d319fa370 added configIsToday 2009-01-26 18:49:37 +00:00
Darren Ranalli
5d256052e6 added record-functor-creation-stacks config 2008-12-31 01:53:01 +00:00
Darren Ranalli
fb1aa31b78 stop using gc.DEBUG_SAVEALL (not necessary), GarbageReport output readability improvements 2008-12-05 01:50:55 +00:00
Darren Ranalli
04ed456dbe protect against changes to Python interface layer 2008-12-05 01:36:40 +00:00
Zachary Pavlov
f684291847 super log for direct! 2008-11-03 22:56:06 +00:00
Darren Ranalli
7d9cd570dc working FrameProfiler 2008-10-31 21:10:31 +00:00
Josh Wilson
f35ddbae39 better wrapping in report 2008-10-24 22:54:30 +00:00
David Rose
43a8a5ac7a move profile out of module scope 2008-10-23 17:57:56 +00:00
David Rose
9831c3b93f remove superFlattenShip, it doesn't belong here 2008-10-22 22:10:42 +00:00
Darren Ranalli
7bb3598712 groundwork for FrameProfiler 2008-10-22 00:20:09 +00:00
Darren Ranalli
c19665e627 added getRepository builtin 2008-10-21 18:58:58 +00:00
Darren Ranalli
eaa1318450 added ProfileSession, don't format profile output until it's requested 2008-10-02 02:00:34 +00:00
Darren Ranalli
a7f8a4af41 include max non-spike profile, added ~taskprofileflush/~aitaskprofileflush 2008-09-18 22:30:57 +00:00
Darren Ranalli
8bf2bdfa1f added RAM-file support to prevent disk access while profiling 2008-09-18 18:24:57 +00:00
Darren Ranalli
a3b9f73b87 doubled digits in profile filenames 2008-09-17 00:25:58 +00:00
Darren Ranalli
66d112fbe5 optimized imports in profile code 2008-09-16 21:25:16 +00:00