summaryrefslogtreecommitdiffstats
path: root/Lib/platform.py
Commit message (Expand)AuthorAgeFilesLines
* platform.uname now tries to fill empty values even when os.uname is presentBenjamin Peterson2008-06-131-33/+40
* - Add unittests for platform.mac_ver (or rather, ensure that the unittest forRonald Oussoren2008-05-181-0/+6
* Fix for issue 1770190: platform.mac_ver() now returns the rightRonald Oussoren2008-05-081-1/+11
* If Mark Hammonds win32 tools are not available, try to use the _winreg moduleMarc-André Lemburg2008-03-201-15/+48
* Add new name for Mandrake: Mandriva.Marc-André Lemburg2008-03-081-3/+4
* issue1082: Fixing platform and system for Vista.Sean Reifscheider2007-09-171-0/+6
* Add patch #1726668: Windows Vista support.Marc-André Lemburg2007-06-121-0/+20
* Apply patch #1734945 to support TurboLinux as distribution.Marc-André Lemburg2007-06-121-1/+1
* Whitespace normalization.Tim Peters2007-01-301-6/+6
* Use defaults if sys.executable isn't set (e.g. on Jython).Marc-André Lemburg2007-01-131-1/+4
* Add parameter sys_version to _sys_version().Marc-André Lemburg2007-01-131-16/+47
* Fix grammar in docstringsNeal Norwitz2007-01-131-2/+2
* Bump version number and change copyright year.Marc-André Lemburg2007-01-131-63/+259
* Teach platform about darwin/x86Ronald Oussoren2006-04-171-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
* Fixed a caching bug in platform.platform() where the argument of 'terse' wasBrett Cannon2004-03-251-8/+8
* Implement and apply PEP 322, reverse iterationRaymond Hettinger2003-11-061-1/+1
* SF patch #834015: Remove imports of unused modulesRaymond Hettinger2003-11-021-1/+0
* Bug fix for #780461: 'sysu' gestalt selector is meaningless on MacOSX,Jack Jansen2003-08-111-1/+3
* Touch-up to docstrings.Brett Cannon2003-08-051-19/+20
* remove extra parameter from _java_getprop, remove duplicate importsNeal Norwitz2003-06-291-2/+2
* Fix docstring typoAndrew M. Kuchling2003-04-241-1/+1
* Whitespace normalization.Tim Peters2003-04-241-17/+17
* Reformatted a bit to remove the lengthy re.compile() from the functionMarc-André Lemburg2003-04-241-23/+25
* New module platform.py, submitted by Marc-Andre Lemburg.Marc-André Lemburg2003-04-241-0/+1232