Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
1eb1fb814b4d5ea12dcffd18bb132a1313a48ccf
/
Lib
/
whrandom.py
f9ddec4
Guido sez to remove the deprecation warning for a year.
by Fred Drake
· 23 years ago
6e99704
Add a deprecation warning to reflect the documented deprecation of the
by Fred Drake
· 23 years ago
e119006
Whitespace normalization. Top level of Lib now fixed-point for reindent.py!
by Tim Peters
· 24 years ago
0412e49
Line-wrap and properly indent a couple of docstrings.
by Fred Drake
· 24 years ago
98d9fd3
Simple changes by Gerrit Holl - move author acknowledgements out of
by Guido van Rossum
· 25 years ago
e7b146f
The third and final doc-string sweep by Ka-Ping Yee.
by Guido van Rossum
· 25 years ago
cc221c4
Fixed a few lines that tabnanny complained about (one space before the tabs).
by Guido van Rossum
· 26 years ago
187f154
Introducing randrange([start,] stop [,step]) -- same as
by Guido van Rossum
· 26 years ago
cc20b76
Add comments explaining thread unsafety of this code.
by Guido van Rossum
· 26 years ago
358473c
Andrew Kuchling writes:
by Guido van Rossum
· 27 years ago
d247812
Two improvements suggested by Tim Peters: speed up random() since we
by Guido van Rossum
· 27 years ago
6757748
Properly parenthesize a long Boolean combination. Formerly, you could
by Guido van Rossum
· 28 years ago
9cb018e
Change the default seeding -- use 8 bits of sub-second precision and
by Guido van Rossum
· 28 years ago
14a6e3d
* Lib/whrandom.py: if seed is (0,0,0), initialize from current
by Guido van Rossum
· 30 years ago
3bb5448
New way of generating .pyc files, thanks to Sjoerd.
by Guido van Rossum
· 30 years ago
b6775db
Merge alpha100 branch back to main trunk
by Guido van Rossum
· 30 years ago
7bc817d
* Mass change: get rid of all init() methods, in favor of __init__()
by Guido van Rossum
· 31 years ago
fea2af1
* More changes due to stricter argument passing rules
by Guido van Rossum
· 32 years ago
2db9135
Misc changes and new modules. whrandom is "objectified". SOCKET.py
by Guido van Rossum
· 32 years ago
c636014
Initial revision
by Guido van Rossum
· 34 years ago