summaryrefslogtreecommitdiff
path: root/Lib/platform.py
Commit message (Expand)AuthorAgeFilesLines
* merge from 3.2Brian Curtin2012-02-011-92/+18
|\
| * (Merge 3.2) Issue #13545: Fix platform.libc_version() is the SO version is mi...Victor Stinner2011-12-151-1/+1
| |\
| * | Make platform.libc_ver() less slowAntoine Pitrou2011-10-071-10/+15
| * | Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64'Ned Deily2011-07-131-82/+3
| |\ \
| | * | Issue #11377: platform.popen() emits a DeprecationWarningVictor Stinner2011-05-241-0/+2
| | * | #11985: merge with 3.2.Ezio Melotti2011-05-041-3/+4
| | |\ \
| | * \ \ Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really createsAntoine Pitrou2011-03-191-1/+1
| | |\ \ \
| | * \ \ \ #11565: Merge with 3.2.Ezio Melotti2011-03-161-82/+1
| | |\ \ \ \
| | | * \ \ \ Merge build identification to default branch.Georg Brandl2011-03-061-1/+3
| | | |\ \ \ \
| | | * | | | | Issue #11377: Deprecate platform.popen() and reimplement it with os.popen().Victor Stinner2011-03-031-82/+1
* | | | | | | | Add a hint that CSD == Service Pack.Brian Curtin2012-02-011-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Issue #13545: Fix platform.libc_version() is the SO version is missingVictor Stinner2011-12-151-1/+1
|/ / / / / /
* | | | | | Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64'Ned Deily2011-07-131-0/+1
| |_|_|_|/ |/| | | |
* | | | | #11985: merge with 3.1.Ezio Melotti2011-05-041-29/+48
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really createsAntoine Pitrou2011-03-191-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | #11565: Merge with 3.1.Ezio Melotti2011-03-161-29/+48
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Merge build identification to 3.2 branch.Georg Brandl2011-03-061-29/+48
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Use a context manager for some file objects.Florent Xicluna2010-09-031-7/+4
| | | * | Issue #9560: Use -b option of the file command in _syscmd_file()Victor Stinner2010-08-131-12/+6
| | | * | Fix for issue 9455: platform.mac_ver() broken on OSX/ppcRonald Oussoren2010-08-031-1/+1
| | | * | #8292: Fix three instances of truth tests on return values of filter() (which...Georg Brandl2010-07-311-1/+1
| | | * | Fix for issue 7895. Avoid crashing the interpreterRonald Oussoren2010-07-231-11/+50
| | | * | Merged revisions 80857 via svnmerge fromBrian Curtin2010-05-061-17/+34
| | | * | Remove traces of MacOS9 support.Ronald Oussoren2010-05-051-4/+0
| | | * | Revert r80167, it breaks build on many platformsVictor Stinner2010-04-181-15/+13
| | | * | Merged revisions 80166 via svnmerge fromVictor Stinner2010-04-181-13/+15
| | | * | (partially)Florent Xicluna2010-04-021-1/+1
| | | * | Merged revisions 79294 via svnmerge fromR. David Murray2010-03-221-1/+5
| | | * | convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
| | | * | Merged revisions 78056 via svnmerge fromRonald Oussoren2010-02-071-19/+1
| | | * | Merged revisions 77735 via svnmerge fromBenjamin Peterson2010-01-251-2/+6
| | | * | Merged revisions 77209,77229,77359-77360,77371 via svnmerge fromBenjamin Peterson2010-01-091-1/+1
| | | * | Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,...Benjamin Peterson2009-10-041-1/+1
| | | * | Merged revisions 73995,74002,74005,74007-74008,74011,74019-74023 via svnmerge...Alexandre Vassalotti2009-07-171-5/+36
* | | | | #11985: update docstring of platform.python_implementation.Ezio Melotti2011-05-041-3/+4
| |_|_|/ |/| | |
* | | | Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really createsAntoine Pitrou2011-03-191-1/+1
|/ / /
* | | #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
|/ /
* | Adapt platform and test_platform to the build identification changes.Georg Brandl2011-03-051-1/+3
* | Merged revisions 83644 via svnmerge fromRonald Oussoren2010-08-031-1/+1
* | Merged revisions 83371,83390 via svnmerge fromGeorg Brandl2010-08-011-1/+1
* | Merged revisions 83075 via svnmerge fromRonald Oussoren2010-07-231-11/+50
* | Merged revisions 80859 via svnmerge fromBrian Curtin2010-05-061-14/+34
* | Merged revisions 78058 via svnmerge fromRonald Oussoren2010-02-071-19/+1
* | Merged revisions 77737 via svnmerge fromBenjamin Peterson2010-01-251-2/+6
* | Merged revisions 77389 via svnmerge fromBenjamin Peterson2010-01-091-1/+1
* | Merged revisions 75231 via svnmerge fromBenjamin Peterson2009-10-041-1/+1
|/
* Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-...Benjamin Peterson2009-03-281-18/+25
* Merged revisions 70518,70521,70590,70594-70595 via svnmerge fromBenjamin Peterson2009-03-261-8/+4
* Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,...Benjamin Peterson2008-10-251-33/+0
* Merged revisions 66213 via svnmerge fromHirokazu Yamamoto2008-09-041-1/+1