1. 7c549c4 - Issue #21539: Add a *exists_ok* argument to `Pathlib.mkdir()` to mimic by Barry Warsaw · 10 years ago
  2. 271493b Issue #17429: Oops, remove unused import by Victor Stinner · 11 years ago
  3. 620c48b Issue #17429: platform.linux_distribution() now decodes files from the UTF-8 by Victor Stinner · 11 years ago
  4. f076f53 #8964: fix platform._sys_version to handle IronPython 2.6+. by Ezio Melotti · 11 years ago
  5. 68386bc Issue #15164: Change return value of platform.uname() from a by Larry Hastings · 12 years ago
  6. 07b3537 Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' by Ned Deily · 13 years ago
  7. 58e3350 Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' by Ned Deily · 13 years ago
  8. 3a38a6d test_platform: ignore DeprecationWarning on popen() test by Victor Stinner · 13 years ago
  9. 776e586 Remove sys.subversion and svn build identification leftovers. by Georg Brandl · 13 years ago
  10. fe09a54 Merge build identification to default branch. by Georg Brandl · 13 years ago
  11. 13039c8 Merge build identification to 3.2 branch. by Georg Brandl · 13 years ago
  12. 8256242 Adapt platform and test_platform to the build identification changes. by Georg Brandl · 13 years ago
  13. ff45fed Issue #11377: Fix quoting on Windows in test_platform by Victor Stinner · 13 years ago
  14. 1dfd380 Issue #11377: Deprecate platform.popen() and reimplement it with os.popen(). by Victor Stinner · 13 years ago
  15. 3b4499c Fix #9333. The symlink function is always available now, raising OSError by Brian Curtin · 14 years ago
  16. 52173d4 Fix #9333. Expose os.symlink on Windows only when usable. by Brian Curtin · 14 years ago
  17. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  18. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  19. 7180d48 Merged revisions 83075 via svnmerge from by Ronald Oussoren · 14 years ago
  20. e186e38 Fix for issue 7895. Avoid crashing the interpreter by Ronald Oussoren · 14 years ago
  21. 74e4561 Re-flow several long lines from #1578269. by Brian Curtin · 14 years ago
  22. d40e6f7 Implement #1578269. Patch by Jason R. Coombs. by Brian Curtin · 14 years ago
  23. a113554 Fix porting mistake in r79298. by R. David Murray · 14 years ago
  24. ca2edce Merged revisions 79294 via svnmerge from by R. David Murray · 14 years ago
  25. 89fad14 Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,78075-78080 via svnmerge from by Georg Brandl · 14 years ago
  26. 79e0b81 Merged revisions 77737 via svnmerge from by Benjamin Peterson · 15 years ago
  27. 2500147 Merged revisions 77735 via svnmerge from by Benjamin Peterson · 15 years ago
  28. 04ee867 Merged revisions 74641 via svnmerge from by Brett Cannon · 15 years ago
  29. 353411d Merged revisions 74640 via svnmerge from by Brett Cannon · 15 years ago
  30. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  31. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  32. e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 15 years ago
  33. 5f28b7b Merged revisions 70518,70521,70590,70594-70595 via svnmerge from by Benjamin Peterson · 15 years ago
  34. 1a6e0d0 Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,67015 via svnmerge from by Benjamin Peterson · 16 years ago
  35. e674840 Added the test for issue3762. by Hirokazu Yamamoto · 16 years ago
  36. 3b40927 Windows has no os.uname. Use platform.uname() instead. by Amaury Forgeot d'Arc · 16 years ago
  37. 856ff5f Merged revisions 63460,63464 via svnmerge from by Benjamin Peterson · 16 years ago
  38. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  39. e9f305f Merged revisions 63208-63209,63211-63212,63214-63217,63219-63224,63226-63227,63229-63232,63234-63235,63237-63239,63241,63243-63246,63250-63254,63256-63259,63261,63263-63264,63266-63267,63269-63270,63272-63273,63275-63276,63278,63280-63281,63283-63284,63286-63287,63289-63290,63292-63293,63295-63296,63298-63299,63301-63302,63304-63305,63307,63309-63314,63316-63322,63324-63325,63327-63335,63337-63338,63340-63342,63344-63346,63348 via svnmerge from by Alexandre Vassalotti · 16 years ago
  40. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  41. c69d1c4 Add a rudimentary test for the platform module that at least calls each by Walter Dörwald · 19 years ago