1. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  2. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  3. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  4. 2606a6f Issue #16719: Get rid of WindowsError. Use OSError instead by Andrew Svetlov · 12 years ago
  5. 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 12 years ago
  6. ad28c7f Issue #16706: get rid of os.error by Andrew Svetlov · 12 years ago
  7. e33f20c Merge 3.2 by Brian Curtin · 12 years ago
  8. 0b960f5 Fix #16176. Properly identify Windows 8 via platform.platform() by Brian Curtin · 12 years ago
  9. b451fd6 MERGE: #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Fix original patch by Jesus Cea · 12 years ago
  10. cb95996 MERGE: #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Fix original patch by Jesus Cea · 12 years ago
  11. 685fffa #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Fix original patch by Jesus Cea · 12 years ago
  12. adc8211 #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Use 'communicate()' and decode the bytes by Jesus Cea · 12 years ago
  13. 4791a24 #16135: Removal of OS/2 support (Python code partial cleanup) by Jesus Cea · 12 years ago
  14. f1af705 #16135: Removal of OS/2 support (Remove OS2 and OS/2 references) by Jesus Cea · 12 years ago
  15. e8801e2 MERGE: Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file by Jesus Cea · 12 years ago
  16. fc990e9 Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file by Jesus Cea · 12 years ago
  17. 68386bc Issue #15164: Change return value of platform.uname() from a by Larry Hastings · 12 years ago
  18. ab88803 Support Mageia Linux in the platform module. by Antoine Pitrou · 12 years ago
  19. 488fccf Closes #11678: support Arch linux in the platform module. by Georg Brandl · 12 years ago
  20. 605a62d Issue #15118: Change return value of os.uname() and os.times() from by Larry Hastings · 12 years ago
  21. 8d132c8 merge from 3.2 by Brian Curtin · 12 years ago
  22. 10dda6e Add a hint that CSD == Service Pack. by Brian Curtin · 12 years ago
  23. 9c49036 (Merge 3.2) Issue #13545: Fix platform.libc_version() is the SO version is missing by Victor Stinner · 13 years ago
  24. 8744881 Issue #13545: Fix platform.libc_version() is the SO version is missing by Victor Stinner · 13 years ago
  25. ba7c226 Make platform.libc_ver() less slow by Antoine Pitrou · 13 years ago
  26. 07b3537 Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' by Ned Deily · 13 years ago
  27. 58e3350 Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' by Ned Deily · 13 years ago
  28. 25000d4 Issue #11377: platform.popen() emits a DeprecationWarning by Victor Stinner · 13 years ago
  29. 2c173ba #11985: merge with 3.2. by Ezio Melotti · 13 years ago
  30. e548f5a #11985: merge with 3.1. by Ezio Melotti · 13 years ago
  31. f16898b #11985: update docstring of platform.python_implementation. by Ezio Melotti · 13 years ago
  32. 7b98d02 Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates by Antoine Pitrou · 13 years ago
  33. 877766d Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates by Antoine Pitrou · 13 years ago
  34. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  35. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  36. 1679f4d Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates by Antoine Pitrou · 13 years ago
  37. b88ed15 #11565: Merge with 3.2. by Ezio Melotti · 13 years ago
  38. fe09a54 Merge build identification to default branch. by Georg Brandl · 13 years ago
  39. 13039c8 Merge build identification to 3.2 branch. by Georg Brandl · 13 years ago
  40. 8256242 Adapt platform and test_platform to the build identification changes. by Georg Brandl · 13 years ago
  41. 1dfd380 Issue #11377: Deprecate platform.popen() and reimplement it with os.popen(). by Victor Stinner · 13 years ago
  42. 7dde792 Use a context manager for some file objects. by Florent Xicluna · 14 years ago
  43. ddfb2c3 Issue #9560: Use -b option of the file command in _syscmd_file() by Victor Stinner · 14 years ago
  44. 8f5a512 Merged revisions 83644 via svnmerge from by Ronald Oussoren · 14 years ago
  45. fcd7701 Fix for issue 9455: platform.mac_ver() broken on OSX/ppc by Ronald Oussoren · 14 years ago
  46. caa78fe Merged revisions 83371,83390 via svnmerge from by Georg Brandl · 14 years ago
  47. 62e2ca2 #8292: Fix three instances of truth tests on return values of filter() (which is always true in Python 3). by Georg Brandl · 14 years ago
  48. 7180d48 Merged revisions 83075 via svnmerge from by Ronald Oussoren · 14 years ago
  49. e186e38 Fix for issue 7895. Avoid crashing the interpreter by Ronald Oussoren · 14 years ago
  50. e783735 Merged revisions 80859 via svnmerge from by Brian Curtin · 14 years ago
  51. 6e2824d Merged revisions 80857 via svnmerge from by Brian Curtin · 14 years ago
  52. 94f2528 Remove traces of MacOS9 support. by Ronald Oussoren · 14 years ago
  53. b27ee20 Revert r80167, it breaks build on many platforms by Victor Stinner · 14 years ago
  54. 38148ea Merged revisions 80166 via svnmerge from by Victor Stinner · 14 years ago
  55. 41fe615 (partially) by Florent Xicluna · 14 years ago
  56. ca2edce Merged revisions 79294 via svnmerge from by R. David Murray · 14 years ago
  57. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  58. e61b21e Merged revisions 78058 via svnmerge from by Ronald Oussoren · 14 years ago
  59. 19258d5 Merged revisions 78056 via svnmerge from by Ronald Oussoren · 14 years ago
  60. 79e0b81 Merged revisions 77737 via svnmerge from by Benjamin Peterson · 14 years ago
  61. 2500147 Merged revisions 77735 via svnmerge from by Benjamin Peterson · 14 years ago
  62. ffeda29 Merged revisions 77389 via svnmerge from by Benjamin Peterson · 14 years ago
  63. 46a9900 Merged revisions 77209,77229,77359-77360,77371 via svnmerge from by Benjamin Peterson · 14 years ago
  64. f3d7dbe Merged revisions 75231 via svnmerge from by Benjamin Peterson · 15 years ago
  65. 4ac9ce4 Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,74896,74901,74903,74908,74912,74930,74933,74943,74946,74952-74955,75015,75019,75032,75068,75076,75095,75098,75102,75129,75139,75230 via svnmerge from by Benjamin Peterson · 15 years ago
  66. e52e378 Merged revisions 73995,74002,74005,74007-74008,74011,74019-74023 via svnmerge from by Alexandre Vassalotti · 15 years ago
  67. e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 15 years ago
  68. 5f28b7b Merged revisions 70518,70521,70590,70594-70595 via svnmerge from by Benjamin Peterson · 15 years ago
  69. 1a6e0d0 Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,67015 via svnmerge from by Benjamin Peterson · 16 years ago
  70. b12716b Merged revisions 66213 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  71. 4077985 Add quotes around the file name to avoid issues with spaces. by Marc-André Lemburg · 16 years ago
  72. d26782e Merged revisions 66104 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  73. fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 16 years ago
  74. 7a01984 Merge error: platform.py would not import by Amaury Forgeot d'Arc · 16 years ago
  75. 35c8658 Merged revisions 64119,64147,64150,64165,64219-64221,64229-64230,64233,64235,64253,64278,64280,64301,64303,64320,64328,64338-64339 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  76. 856ff5f Merged revisions 63460,63464 via svnmerge from by Benjamin Peterson · 16 years ago
  77. ebacd26 add the gestalt module back as _gestalt by Benjamin Peterson · 16 years ago
  78. 38feaf0 #2879: rename _winreg to winreg. by Georg Brandl · 16 years ago
  79. e4ca815 Merged revisions 62805,62811,62841-62842,62848-62849,62853-62854 via svnmerge from by Christian Heimes · 16 years ago
  80. 02781dc Merged revisions 61672,61674,61676-61678,61681,61683-61684 via svnmerge from by Christian Heimes · 16 years ago
  81. dd15f6c Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from by Christian Heimes · 16 years ago
  82. 673f7ef Fix bug introduced by r59746. by Georg Brandl · 16 years ago
  83. d348b25 Remove several mentions of old Python versions that don't apply anymore. by Georg Brandl · 16 years ago
  84. 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 17 years ago
  85. 78a70bd Try to get test_pep352 and maybe test_platform to work on a Windows buildbot by Neal Norwitz · 17 years ago
  86. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  87. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  88. c3b6ac7 Fix libc_ver(): libc_ver() was reading sys.executable by Walter Dörwald · 17 years ago
  89. 9d72bb4 Remove functions in string module that are also string methods. Also remove: by Neal Norwitz · 17 years ago
  90. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  91. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 17 years ago
  92. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 17 years ago
  93. fc7bb8c Merged revisions 53304-53433,53435-53450 via svnmerge from by Thomas Wouters · 17 years ago
  94. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 17 years ago
  95. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  96. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  97. 1df5c39 Generalize buildno to be a sequence of non-comma characters. by Martin v. Löwis · 18 years ago
  98. 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
  99. e5a7fad Fix typo. by Walter Dörwald · 19 years ago
  100. 380f417 Patch by pythonic <pythonic@gmail.com> to support Fedora as Linux distro. by Marc-André Lemburg · 19 years ago