Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Two improvements suggested by Tim Peters: speed up random() since we | Guido van Rossum | 1997-07-10 | 1 | -8/+5 |
| | | | | | know Python integers are at least 32 bits long; and avoid zeros in initial seed value. | ||||
* | Properly parenthesize a long Boolean combination. Formerly, you could | Guido van Rossum | 1997-01-02 | 1 | -1/+1 |
| | | | | pass invalid seed values. | ||||
* | Change the default seeding -- use 8 bits of sub-second precision and | Guido van Rossum | 1996-10-21 | 1 | -1/+2 |
| | | | | fold in the higest 8 bits of the time as well. | ||||
* | * Lib/whrandom.py: if seed is (0,0,0), initialize from current | Guido van Rossum | 1994-09-14 | 1 | -9/+9 |
| | | | | time; default seed's arguments to (0,0,0) | ||||
* | New way of generating .pyc files, thanks to Sjoerd. | Guido van Rossum | 1994-08-29 | 1 | -1/+1 |
| | | | | | | urllib.py: '+' is not always safe (even though the RFC says so :-( ) whrandom.py: throw away top bits of time to avoid overflow on Mac (where times can be negative) | ||||
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -10/+4 |
| | |||||
* | * Mass change: get rid of all init() methods, in favor of __init__() | Guido van Rossum | 1993-12-17 | 1 | -3/+2 |
| | | | | | | | 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) | ||||
* | * More changes due to stricter argument passing rules | Guido van Rossum | 1993-01-04 | 1 | -1/+1 |
| | | | | | | * Fixed calendar.py, mimetools.py, whrandom.py to cope with time.time() returning a floating point number. (And fix old bug in calendar) * Add recursion level to mainloop.mainloop(), to make it reentrant. | ||||
* | Misc changes and new modules. whrandom is "objectified". SOCKET.py | Guido van Rossum | 1992-10-18 | 1 | -37/+68 |
| | | | | is moved to the sgi subdirectory. | ||||
* | Initial revision | Guido van Rossum | 1990-10-13 | 1 | -0/+74 |