summaryrefslogtreecommitdiffstats
path: root/Lib/platform.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Add quotes around the file name to avoid issues with spaces.Marc-André Lemburg2008-09-021-1/+1
* Merged revisions 66104 via svnmerge fromHirokazu Yamamoto2008-09-011-0/+3
* #2834: Change re module semantics, so that str and bytes mixing is forbidden,Antoine Pitrou2008-08-191-8/+8
* Merge error: platform.py would not importAmaury Forgeot d'Arc2008-06-171-1/+1
* Merged revisions 64119,64147,64150,64165,64219-64221,64229-64230,64233,64235,...Amaury Forgeot d'Arc2008-06-171-33/+40
* Merged revisions 63460,63464 via svnmerge fromBenjamin Peterson2008-05-291-0/+6
* add the gestalt module back as _gestaltBenjamin Peterson2008-05-291-5/+3
* #2879: rename _winreg to winreg.Georg Brandl2008-05-251-9/+9
* Merged revisions 62805,62811,62841-62842,62848-62849,62853-62854 via svnmerge...Christian Heimes2008-05-081-1/+11
* Merged revisions 61672,61674,61676-61678,61681,61683-61684 via svnmerge fromChristian Heimes2008-03-211-15/+48
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-161-3/+4
* Fix bug introduced by r59746.Georg Brandl2008-01-051-1/+1
* Remove several mentions of old Python versions that don't apply anymore.Georg Brandl2008-01-051-18/+0
* Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge fromThomas Wouters2007-09-191-0/+6
* Try to get test_pep352 and maybe test_platform to work on a Windows buildbotNeal Norwitz2007-08-301-1/+1
* Raise statement normalization in Lib/.Collin Winter2007-08-301-2/+2
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-1/+21
* Fix libc_ver(): libc_ver() was reading sys.executableWalter Dörwald2007-06-071-2/+2
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-171-32/+28
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-3/+3
* Merged revisions 53538-53622 via svnmerge fromThomas Wouters2007-02-051-6/+6
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-1/+1
* Merged revisions 53304-53433,53435-53450 via svnmerge fromThomas Wouters2007-01-151-70/+300
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-2/+2
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-1/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-1/+2
* Generalize buildno to be a sequence of non-commaMartin v. Löwis2006-01-061-1/+1
* Fix _sys_version() so it works with the new buildno, not sure if it is correc...Neal Norwitz2005-12-181-2/+1
* Fix typo.Walter Dörwald2005-11-211-1/+1
* Patch by pythonic <pythonic@gmail.com> to support FedoraMarc-André Lemburg2005-11-071-2/+8
* Added normalization for Windows system name. Closes SF #945665.Marc-André Lemburg2004-06-191-1/+6
* Using reversed() is not compatible with Python 1.5.2.Guido van Rossum2004-05-041-1/+1
* Added more Windows version names (thanks to Thomas Heller).Marc-André Lemburg2004-03-251-29/+23
* Fix last patch to be backwards-compatible with Python 1.5.2 .Brett Cannon2004-03-251-12/+25