1. 0166a28 modernize some modules' code by replacing OSError->ENOENT/ENOTDIR/EPERM/EEXIST occurrences with the corresponding pep-3151 exceptions (FileNotFoundError, NotADirectoryError, etc.) by Giampaolo Rodola' · 11 years ago
  2. cfe3474 fix find_library on Solaris (closes #5289) by Benjamin Peterson · 11 years ago
  3. 605a62d Issue #15118: Change return value of os.uname() and os.times() from by Larry Hastings · 12 years ago
  4. cb66eb0 Issue #13959: Deprecate imp.get_suffixes() for new attributes on by Brett Cannon · 12 years ago
  5. e674747 Issue #12326: refactor usage of sys.platform by Victor Stinner · 13 years ago
  6. b46004c Issue #12045: Avoid duplicate execution of command in ctypes.util._get_soname(). by Antoine Pitrou · 13 years ago
  7. 6803dc2 Remove unused private function by Antoine Pitrou · 13 years ago
  8. 8c52027 Issue #11258: Speed up ctypes.util.find_library() under Linux by a factor by Antoine Pitrou · 13 years ago
  9. 09c530d Revert r88639 (the optimization changes behaviour and breaks buildbots) by Antoine Pitrou · 13 years ago
  10. ffa1a77 Issue #11258: Speed up ctypes.util.find_library() under Linux a lot. Patch by Antoine Pitrou · 13 years ago
  11. cf1dd71 Try harder on issue #7356: ctypes.util: Make parsing of ldconfig output by Matthias Klose · 14 years ago
  12. 82f6091 Merged revisions 78979 via svnmerge from by Matthias Klose · 14 years ago
  13. 5ccfa29 Changed try/finally to contextlib.closing, as discussed in issue 6882. by Eric Smith · 15 years ago
  14. 81fd804 Issue #6882: Import uuid creates zombies processes. I used a slightly different patch than the one attached to the issue, to be consistent with the style in the rest of the module. by Eric Smith · 15 years ago
  15. 00cfc37 Merged revisions 72352 via svnmerge from by Thomas Heller · 15 years ago
  16. 17bf082 fix syntax in ctypes.util by Benjamin Peterson · 16 years ago
  17. 2c7e3ee Merge r68487 from svn+ssh://pythondev@svn.python.org/python/trunk: by Matthias Klose · 16 years ago
  18. 3eaaeb4 Merged revisions 63395-63396,63511,63522-63523 via svnmerge from by Thomas Heller · 16 years ago
  19. d4cb56d Convert some custom sort comparison functions to equivalent key functions. by Raymond Hettinger · 17 years ago
  20. f4d4f8b Explicitly close pipes so test_ctypes won't appear to randomly leak by Guido van Rossum · 17 years ago
  21. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
  22. 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 17 years ago
  23. 84d66a0 Remove all the Python 2.3 compatibility markers (the Python 3 ctypes by Thomas Heller · 17 years ago
  24. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  25. fc7bb8c Merged revisions 53304-53433,53435-53450 via svnmerge from by Thomas Wouters · 18 years ago
  26. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  27. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  28. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago