summaryrefslogtreecommitdiff
path: root/Lib/profile.py
Commit message (Expand)AuthorAgeFilesLines
...
* Repair some longstanding comment errors:Tim Peters2001-10-071-4/+4
* Remove code and docs for the OldProfile and HotProfile classes: codeTim Peters2001-10-071-115/+0
* The fix to profile semantics broke the miserable but advertised way toTim Peters2001-10-051-25/+26
* Hopefully fix the profiler right. Add a test suite that checks thatGuido van Rossum2001-10-041-18/+33
* Undo previous patch; it did not quite work out.Fred Drake2001-10-031-1/+1
* Change the sense of a test in how the profiler interprets exception events.Fred Drake2001-09-271-1/+1
* Fix two bugs detected by PyChecker: there's no need for redundantGuido van Rossum2001-08-091-1/+1
* An import MacOS was missing after the code-rearranging. Added.Jack Jansen2001-06-191-0/+1
* Performance improvements to the profiler:Fred Drake2001-06-081-57/+93
* Add doc string for run from profile.doc. (pydoc motivates me to writeJeremy Hylton2001-03-141-5/+13
* __all__ for several more modulesSkip Montanaro2001-02-121-0/+1
* Whitespace normalization.Tim Peters2001-01-151-485/+485
* remove all occurence of math.rint() from the sourcesPeter Schneider-Kamp2000-08-101-1/+1
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-4/+4
* More trivial comment -> docstring transformations by Ka-Ping Yee,Guido van Rossum2000-02-041-58/+52
* Typo. (Andrew Dalke, without kjpylint)Guido van Rossum1999-05-031-1/+1
* No need to import string. (Andrew Dalke & kjpylint)Guido van Rossum1999-05-031-1/+0
* After the previous changes, func_normalize() turned out to be redundant.Guido van Rossum1998-09-211-60/+5
* Changes so that JPython can also use this version of profile.py.Guido van Rossum1998-09-211-25/+4
* Comment out 't = t[0] + t[1]' in profiler_simulation() -- thisGuido van Rossum1998-09-211-1/+1
* A few lines were indented using spaces instead of tabs -- fix them.Guido van Rossum1998-03-261-10/+11
* Prefer clock() over times() for timer function, except on the Mac,Guido van Rossum1998-03-171-4/+7
* Use better timer on the macGuido van Rossum1997-10-081-1/+18
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-271-1/+1
* Add main program similar to pdb.Guido van Rossum1996-10-011-0/+19
* change return values of simple run* functionsGuido van Rossum1996-05-281-4/+3
* more robust coding, adapted for macGuido van Rossum1995-09-301-16/+19
* exec() -> execGuido van Rossum1995-08-101-1/+1
* functions don't have a __name__ attributeGuido van Rossum1995-06-221-1/+1
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-330/+553
* * Mass change: get rid of all init() methods, in favor of __init__()Guido van Rossum1993-12-171-6/+4
* * profile.py, pdb.py: added help() functionGuido van Rossum1993-10-221-0/+12
* XEvent.py: Added support for ExposeEvent.Sjoerd Mullender1993-08-251-16/+33
* * ftplib.py: added abort() command (sends oob data).Guido van Rossum1993-05-241-2/+2
* Added a _v21 def to FL.py and added two new input field typesGuido van Rossum1992-09-021-138/+95
* Initial revisionGuido van Rossum1992-04-211-0/+405