Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | After the previous changes, func_normalize() turned out to be redundant. | Guido van Rossum | 1998-09-21 | 1 | -60/+5 |
| | | | | This simplified some other places in the code. | ||||
* | Changes so that JPython can also use this version of profile.py. | Guido van Rossum | 1998-09-21 | 1 | -25/+4 |
| | | | | Suggested by Jim Hugunin. | ||||
* | Comment out 't = t[0] + t[1]' in profiler_simulation() -- this | Guido van Rossum | 1998-09-21 | 1 | -1/+1 |
| | | | | | | function is only used when running the calibration code, and it turns out that recent changes in the timing code caused this statement to raise an exception. | ||||
* | A few lines were indented using spaces instead of tabs -- fix them. | Guido van Rossum | 1998-03-26 | 1 | -10/+11 |
| | |||||
* | Prefer clock() over times() for timer function, except on the Mac, | Guido van Rossum | 1998-03-17 | 1 | -4/+7 |
| | | | | | where we use GetTicks() -- its clock() is a crock, with only 1 second accuracy, I believe. | ||||
* | Use better timer on the mac | Guido van Rossum | 1997-10-08 | 1 | -1/+18 |
| | | | | | Open files in binary mode (Jack) | ||||
* | /usr/local/bin/python -> /usr/bin/env python | Guido van Rossum | 1996-11-27 | 1 | -1/+1 |
| | |||||
* | Add main program similar to pdb. | Guido van Rossum | 1996-10-01 | 1 | -0/+19 |
| | |||||
* | change return values of simple run* functions | Guido van Rossum | 1996-05-28 | 1 | -4/+3 |
| | |||||
* | more robust coding, adapted for mac | Guido van Rossum | 1995-09-30 | 1 | -16/+19 |
| | |||||
* | exec() -> exec | Guido van Rossum | 1995-08-10 | 1 | -1/+1 |
| | |||||
* | functions don't have a __name__ attribute | Guido van Rossum | 1995-06-22 | 1 | -1/+1 |
| | |||||
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -330/+553 |
| | |||||
* | * Mass change: get rid of all init() methods, in favor of __init__() | Guido van Rossum | 1993-12-17 | 1 | -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() function | Guido van Rossum | 1993-10-22 | 1 | -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 Mullender | 1993-08-25 | 1 | -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 Rossum | 1993-05-24 | 1 | -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 types | Guido van Rossum | 1992-09-02 | 1 | -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 revision | Guido van Rossum | 1992-04-21 | 1 | -0/+405 |