summaryrefslogtreecommitdiffstats
path: root/Lib/whrandom.py
Commit message (Expand)AuthorAgeFilesLines
* Guido sez to remove the deprecation warning for a year.Fred Drake2002-04-111-5/+0
* Add a deprecation warning to reflect the documented deprecation of theFred Drake2002-04-101-0/+5
* Whitespace normalization. Top level of Lib now fixed-point for reindent.py!Tim Peters2001-01-151-95/+95
* Line-wrap and properly indent a couple of docstrings.Fred Drake2000-06-301-3/+6
* Simple changes by Gerrit Holl - move author acknowledgements out ofGuido van Rossum2000-02-281-4/+4
* The third and final doc-string sweep by Ka-Ping Yee.Guido van Rossum2000-02-041-67/+58
* Fixed a few lines that tabnanny complained about (one space before theGuido van Rossum1998-08-101-5/+5
* Introducing randrange([start,] stop [,step]) -- same asGuido van Rossum1998-07-311-1/+41
* Add comments explaining thread unsafety of this code.Guido van Rossum1998-05-291-0/+10
* Andrew Kuchling writes:Guido van Rossum1998-02-161-1/+1
* Two improvements suggested by Tim Peters: speed up random() since weGuido van Rossum1997-07-101-8/+5
* Properly parenthesize a long Boolean combination. Formerly, you couldGuido van Rossum1997-01-021-1/+1
* Change the default seeding -- use 8 bits of sub-second precision andGuido van Rossum1996-10-211-1/+2
* * Lib/whrandom.py: if seed is (0,0,0), initialize from currentGuido van Rossum1994-09-141-9/+9
* New way of generating .pyc files, thanks to Sjoerd.Guido van Rossum1994-08-291-1/+1
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-10/+4
* * Mass change: get rid of all init() methods, in favor of __init__()Guido van Rossum1993-12-171-3/+2
* * More changes due to stricter argument passing rulesGuido van Rossum1993-01-041-1/+1
* Misc changes and new modules. whrandom is "objectified". SOCKET.pyGuido van Rossum1992-10-181-37/+68
* Initial revisionGuido van Rossum1990-10-131-0/+74