1. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  2. c3b6ac7 Fix libc_ver(): libc_ver() was reading sys.executable by Walter Dörwald · 17 years ago
  3. 9d72bb4 Remove functions in string module that are also string methods. Also remove: by Neal Norwitz · 17 years ago
  4. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  5. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 18 years ago
  6. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  7. fc7bb8c Merged revisions 53304-53433,53435-53450 via svnmerge from by Thomas Wouters · 18 years ago
  8. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  9. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  10. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  11. 1df5c39 Generalize buildno to be a sequence of non-comma characters. by Martin v. Löwis · 19 years ago
  12. 3dafaab Fix _sys_version() so it works with the new buildno, not sure if it is correct. test_platform passes by Neal Norwitz · 19 years ago
  13. e5a7fad Fix typo. by Walter Dörwald · 19 years ago
  14. 380f417 Patch by pythonic <pythonic@gmail.com> to support Fedora as Linux distro. by Marc-André Lemburg · 19 years ago
  15. cdc7923 Added normalization for Windows system name. Closes SF #945665. by Marc-André Lemburg · 20 years ago
  16. 843c734 Using reversed() is not compatible with Python 1.5.2. by Guido van Rossum · 20 years ago
  17. 91e83e2 Added more Windows version names (thanks to Thomas Heller). by Marc-André Lemburg · 20 years ago
  18. 9001cde Fix last patch to be backwards-compatible with Python 1.5.2 . by Brett Cannon · 20 years ago
  19. 21beb4c Fixed a caching bug in platform.platform() where the argument of 'terse' was by Brett Cannon · 20 years ago
  20. 85c20a4 Implement and apply PEP 322, reverse iteration by Raymond Hettinger · 21 years ago
  21. cc523fc SF patch #834015: Remove imports of unused modules by Raymond Hettinger · 21 years ago
  22. a290e3d Bug fix for #780461: 'sysu' gestalt selector is meaningless on MacOSX, by Jack Jansen · 21 years ago
  23. 8ab27df Touch-up to docstrings. by Brett Cannon · 21 years ago
  24. 9b924c6 remove extra parameter from _java_getprop, remove duplicate imports by Neal Norwitz · 21 years ago
  25. 47c2ab6 Fix docstring typo by Andrew M. Kuchling · 21 years ago
  26. 0eadaac Whitespace normalization. by Tim Peters · 21 years ago
  27. 366a0fe Reformatted a bit to remove the lengthy re.compile() from the function by Marc-André Lemburg · 21 years ago
  28. 246d847 New module platform.py, submitted by Marc-Andre Lemburg. by Marc-André Lemburg · 21 years ago