| Commit message (Expand) | Author | Age | Files | Lines |
* | Kill execfile(), use exec() instead | Neal Norwitz | 2007-08-12 | 1 | -1/+6 |
|
|
* | - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; | Guido van Rossum | 2007-02-11 | 1 | -2/+2 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -8/+8 |
|
|
* | Patch #1550800: make exec a function. | Georg Brandl | 2006-09-06 | 1 | -1/+1 |
|
|
* | Get rid of dict.has_key(). Boy this has a lot of repercussions! | Guido van Rossum | 2006-08-18 | 1 | -1/+1 |
|
|
* | test and fix for buggy handling of exceptions raised by C functions, | Armin Rigo | 2005-09-20 | 1 | -1/+1 |
|
|
* | Patch #645894: Use getrusage for computing the time consumption in | Martin v. Löwis | 2005-03-03 | 1 | -2/+20 |
|
|
* | Whitespace normalization. | Tim Peters | 2005-01-10 | 1 | -3/+3 |
|
|
* | Bug #489256: remove out of date and out of place profile.doc, and let | Johannes Gijsbers | 2005-01-10 | 1 | -13/+3 |
|
|
* | Move code in __name__ == '__main__' block into main() function, rewrite code so | Johannes Gijsbers | 2005-01-09 | 1 | -16/+14 |
|
|
* | Using repr() generates entries that the current stats package can't | Nicholas Bastin | 2004-07-12 | 1 | -4/+4 |
|
|
* | Fix SF Bug #989066 | Nicholas Bastin | 2004-07-12 | 1 | -4/+4 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-07-07 | 1 | -2/+2 |
|
|
* | Enable the profiling of C functions (builtins and extensions) | Nicholas Bastin | 2004-03-24 | 1 | -1/+30 |
|
|
* | Add runctx to __all__. | Guido van Rossum | 2004-03-23 | 1 | -1/+1 |
|
|
* | Added command line options for profile.py - one for stats output file | Nicholas Bastin | 2004-03-23 | 1 | -13/+27 |
|
|
* | Added global runctx function to profile to fix SF Bug #716587 | Nicholas Bastin | 2004-03-22 | 1 | -0/+17 |
|
|
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -2/+2 |
|
|
* | Remove unneeded import. | Guido van Rossum | 2003-10-22 | 1 | -1/+0 |
|
|
* | Replace a reduce() with sum(). | Raymond Hettinger | 2003-10-22 | 1 | -3/+2 |
|
|
* | Get rid of many apply() calls. | Guido van Rossum | 2003-02-27 | 1 | -1/+1 |
|
|
* | Replaced .keys() with dictionary iterators | Raymond Hettinger | 2002-06-02 | 1 | -4/+3 |
|
|
* | Replace boolean test with is None. | Raymond Hettinger | 2002-06-01 | 1 | -1/+1 |
|
|
* | SF 563203. Replaced 'has_key()' with 'in'. | Raymond Hettinger | 2002-06-01 | 1 | -2/+2 |
|
|
* | Added a missing period at the end of an error message. | Fred Drake | 2001-12-05 | 1 | -2/+2 |
|
|
* | Minor code cleanups based on comments from Neal Norwitz. | Fred Drake | 2001-10-17 | 1 | -3/+2 |
|
|
* | Repair key stutter + auto-complete ugliness. | Tim Peters | 2001-10-09 | 1 | -2/+2 |
|
|
* | Allow the profiler's calibration constant to be specified in the constructor | Tim Peters | 2001-10-09 | 1 | -19/+27 |
|
|
* | A brand new implementation of Profile.calibrate(). This measures an | Tim Peters | 2001-10-09 | 1 | -41/+62 |
|
|
* | Typo repair in comment. | Tim Peters | 2001-10-07 | 1 | -1/+1 |
|
|
* | Guido points out that the comments for self.cur[2] were subtly but | Tim Peters | 2001-10-07 | 1 | -17/+29 |
|
|
* | At Guido's request, changed the code that's conceptually asserting stuff | Tim Peters | 2001-10-07 | 1 | -11/+9 |
|
|
* | Repair some longstanding comment errors: | Tim Peters | 2001-10-07 | 1 | -4/+4 |
|
|
* | Remove code and docs for the OldProfile and HotProfile classes: code | Tim Peters | 2001-10-07 | 1 | -115/+0 |
|
|
* | The fix to profile semantics broke the miserable but advertised way to | Tim Peters | 2001-10-05 | 1 | -25/+26 |
|
|
* | Hopefully fix the profiler right. Add a test suite that checks that | Guido van Rossum | 2001-10-04 | 1 | -18/+33 |
|
|
* | Undo previous patch; it did not quite work out. | Fred Drake | 2001-10-03 | 1 | -1/+1 |
|
|
* | Change the sense of a test in how the profiler interprets exception events. | Fred Drake | 2001-09-27 | 1 | -1/+1 |
|
|
* | Fix two bugs detected by PyChecker: there's no need for redundant | Guido van Rossum | 2001-08-09 | 1 | -1/+1 |
|
|
* | An import MacOS was missing after the code-rearranging. Added. | Jack Jansen | 2001-06-19 | 1 | -0/+1 |
|
|
* | Performance improvements to the profiler: | Fred Drake | 2001-06-08 | 1 | -57/+93 |
|
|
* | Add doc string for run from profile.doc. (pydoc motivates me to write | Jeremy Hylton | 2001-03-14 | 1 | -5/+13 |
|
|
* | __all__ for several more modules | Skip Montanaro | 2001-02-12 | 1 | -0/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-01-15 | 1 | -485/+485 |
|
|
* | remove all occurence of math.rint() from the sources | Peter Schneider-Kamp | 2000-08-10 | 1 | -1/+1 |
|
|
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | Thomas Wouters | 2000-07-16 | 1 | -4/+4 |
|
|
* | More trivial comment -> docstring transformations by Ka-Ping Yee, | Guido van Rossum | 2000-02-04 | 1 | -58/+52 |
|
|
* | Typo. (Andrew Dalke, without kjpylint) | Guido van Rossum | 1999-05-03 | 1 | -1/+1 |
|
|
* | No need to import string. (Andrew Dalke & kjpylint) | Guido van Rossum | 1999-05-03 | 1 | -1/+0 |
|
|
* | After the previous changes, func_normalize() turned out to be redundant. | Guido van Rossum | 1998-09-21 | 1 | -60/+5 |
|
|