rdb
|
7a33157f92
Revert some of my callable changes, I found out that old-style classes don't provide __call__
|
15 years ago |
Zachary Pavlov
|
77318b23df
hasattr(function, __call__) is not a valid callable check! use callable instead, which catches inittable objects
|
15 years ago |
rdb
|
ac1223d0da
Ditch stuff like has_key and backticks
|
15 years ago |
Josh Wilson
|
1f4bc1cc1c
in report print return val unless it's None
|
16 years ago |
Darren Ranalli
|
ac091ce40e
HTMLStringToElements adds comments to force tag closers
|
16 years ago |
Darren Ranalli
|
78476db3cb
added HTMLStringToElements and str2elements
|
16 years ago |
Darren Ranalli
|
b998a1db59
added SerialMaskedGen
|
16 years ago |
Darren Ranalli
|
791162d433
reimplemented unescapeHtmlString to fix bug, added test cases
|
16 years ago |
Darren Ranalli
|
3786a86d0b
added dict-syntax access to ScratchPad
|
16 years ago |
Darren Ranalli
|
23b4f51b43
added unescapeHtmlString
|
16 years ago |
Darren Ranalli
|
85fc649f2c
added Enum.hasString and Enum.fromString
|
16 years ago |
Josh Wilson
|
cf7d53c470
removing early exit in configIsToday()
|
16 years ago |
Josh Wilson
|
a679de3541
removing extraneous global declaration
|
16 years ago |
David Rose
|
9e7337557a
remove old api calls
|
16 years ago |
Josh Wilson
|
f5ba889b71
oops, forgot the global __report_indent variable
|
16 years ago |
Josh Wilson
|
7bfebaa6fd
adding PStatScope and indented reports
|
16 years ago |
Darren Ranalli
|
8b82a9d61f
pulled in temp fix from branch for _strptime crash
|
16 years ago |
Zachary Pavlov
|
900c67b409
oops, missed this
|
16 years ago |
Josh Wilson
|
8dc836436c
i was a little overzealous in removing some report prefix parameters
|
16 years ago |
Josh Wilson
|
1ea78fd02f
adding ability to have multiple prefixes in report by specifying them in the Config.prc
|
16 years ago |
Josh Wilson
|
1642d4163d
updating report()'s to not require 'want-' or '-report' in the dConfigParam parameter
|
16 years ago |
Darren Ranalli
|
5545aa6ce7
added safeTypeName and histogramDict
|
17 years ago |
Darren Ranalli
|
6f5a7d0bc6
more leak detection
|
17 years ago |
Darren Ranalli
|
4d319fa370
added configIsToday
|
17 years ago |
Darren Ranalli
|
5d256052e6
added record-functor-creation-stacks config
|
17 years ago |
Darren Ranalli
|
fb1aa31b78
stop using gc.DEBUG_SAVEALL (not necessary), GarbageReport output readability improvements
|
17 years ago |
Darren Ranalli
|
04ed456dbe
protect against changes to Python interface layer
|
17 years ago |
Zachary Pavlov
|
f684291847
super log for direct!
|
17 years ago |
Darren Ranalli
|
7d9cd570dc
working FrameProfiler
|
17 years ago |
Josh Wilson
|
f35ddbae39
better wrapping in report
|
17 years ago |