77 Commits (bbe2f60b3c19ecaa02ca07be14474eaacfcb59a0)

Author SHA1 Message Date
Benjamin Peterson 0f93d3d6f3 strip trailing ws 15 years ago
Benjamin Peterson afa44a8096 update profile license (closes #12417) 15 years ago
Benjamin Peterson 8d77069558 update profile license (closes #12417) 15 years ago
Georg Brandl 4009c9edfc Merged revisions 82805-82806,83523-83527,83536,83538,83542,83546-83548,83550-83555,83558,83560 via svnmerge from 15 years ago
Georg Brandl 8e43fbfffa #9428: fix running scripts from profile/cProfile with their own name and the right namespace. Same fix as for trace.py in #1690103. 16 years ago
Ronald Oussoren 94f25283c9 Remove traces of MacOS9 support. 16 years ago
Victor Stinner cfbb23a4dd Merged revisions 79271 via svnmerge from 16 years ago
Victor Stinner e3a1f6d3b7 Issue #4282: Fix the main function of the profile module for a non-ASCII 16 years ago
Benjamin Peterson 90f5ba538b convert shebang lines: python -> python3 16 years ago
Matthias Klose b11174364e Merged revisions 74775 via svnmerge from 17 years ago
Matthias Klose f6b76b0c64 Merged revisions 74773 via svnmerge from 17 years ago
Georg Brandl b6b13248e5 Remove the just-removed "help" from __all__. 17 years ago
Georg Brandl 85477afcb6 Remove backwards compatibility stuff from profile/cProfile. 17 years ago
Neal Norwitz 016880229a Kill execfile(), use exec() instead 19 years ago
Guido van Rossum cc2b016125 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; 19 years ago
Guido van Rossum be19ed77dd Fix most trivially-findable print statements. 19 years ago
Georg Brandl 7cae87ca7b Patch #1550800: make exec a function. 20 years ago
Guido van Rossum e2b70bcf74 Get rid of dict.has_key(). Boy this has a lot of repercussions! 20 years ago
Armin Rigo f879024487 test and fix for buggy handling of exceptions raised by C functions, 21 years ago
Martin v. Löwis a4dac4094a Patch #645894: Use getrusage for computing the time consumption in 21 years ago
Tim Peters b497c106d5 Whitespace normalization. 21 years ago
Johannes Gijsbers c0b194a770 Bug #489256: remove out of date and out of place profile.doc, and let 21 years ago
Johannes Gijsbers 2abe785fee Move code in __name__ == '__main__' block into main() function, rewrite code so 21 years ago
Nicholas Bastin 12ac3e1f49 Using repr() generates entries that the current stats package can't 22 years ago
Nicholas Bastin 2e39d80925 Fix SF Bug #989066 22 years ago
Tim Peters 4e0e1b6a54 Whitespace normalization. 22 years ago
Nicholas Bastin c69ebe8d50 Enable the profiling of C functions (builtins and extensions) 22 years ago
Guido van Rossum 48713e8798 Add runctx to __all__. 22 years ago
Nicholas Bastin 824b1b2da8 Added command line options for profile.py - one for stats output file 22 years ago
Nicholas Bastin 1eb4bfc657 Added global runctx function to profile to fix SF Bug #716587 22 years ago
Walter Dörwald 70a6b49821 Replace backticks with repr() or "%r" 22 years ago
Guido van Rossum 38443c1513 Remove unneeded import. 23 years ago
Raymond Hettinger 97aa32b467 Replace a reduce() with sum(). 23 years ago
Guido van Rossum 68468eba63 Get rid of many apply() calls. 23 years ago
Raymond Hettinger e0d4972acc Replaced .keys() with dictionary iterators 24 years ago
Raymond Hettinger 16e3c427f3 Replace boolean test with is None. 24 years ago
Raymond Hettinger 54f0222547 SF 563203. Replaced 'has_key()' with 'in'. 24 years ago
Fred Drake ee836445d1 Added a missing period at the end of an error message. 24 years ago
Fred Drake d10ed8b179 Minor code cleanups based on comments from Neal Norwitz. 25 years ago
Tim Peters e13cc92e6c Repair key stutter + auto-complete ugliness. 25 years ago
Tim Peters 659a60311d Allow the profiler's calibration constant to be specified in the constructor 25 years ago
Tim Peters cce092d046 A brand new implementation of Profile.calibrate(). This measures an 25 years ago
Tim Peters fb163784ab Typo repair in comment. 25 years ago
Tim Peters 8d061ed75b Guido points out that the comments for self.cur[2] were subtly but 25 years ago
Tim Peters db1ed2aec3 At Guido's request, changed the code that's conceptually asserting stuff 25 years ago
Tim Peters 6e22149cb6 Repair some longstanding comment errors: 25 years ago
Tim Peters 0a1fc4e389 Remove code and docs for the OldProfile and HotProfile classes: code 25 years ago
Tim Peters df5cfd884d The fix to profile semantics broke the miserable but advertised way to 25 years ago
Guido van Rossum f137f75ab8 Hopefully fix the profiler right. Add a test suite that checks that 25 years ago
Fred Drake a0bc9993e7 Undo previous patch; it did not quite work out. 25 years ago