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