summaryrefslogtreecommitdiffstats
path: root/Lib/profile.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | constructors. There is no backward compatibility. Not everything has been tested. * aiff.{py,doc}: deleted in favor of aifc.py (which contains its docs as comments)
* * profile.py, pdb.py: added help() functionGuido van Rossum1993-10-221-0/+12
| | | | | | * builtin.py: b/w compat for builtin -> __builtin__ name change * string.py: added atof() and atol() and corresponding exceptions * test_types.py: added test for list sort with user comparison function
* XEvent.py: Added support for ExposeEvent.Sjoerd Mullender1993-08-251-16/+33
| | | | | profile.py: Some speed improvements (I hope). rect.py: Bug fix in union().
* * ftplib.py: added abort() command (sends oob data).Guido van Rossum1993-05-241-2/+2
| | | | | | * Several modules: change "class C(): ..." to "class C: ...". * flp.py: support for frozen forms. * Added string.find() which is like index but returns -1 if not found
* Added a _v21 def to FL.py and added two new input field typesGuido van Rossum1992-09-021-138/+95
| | | | | | Added runcall(func, *args) interfaces to profile.py, bdb.py, pdb.py, wdb.py Added new module bisect.py and used it in sched.py. Mostly cosmetic changes to profile.py (changed output format).
* Initial revisionGuido van Rossum1992-04-211-0/+405