summaryrefslogtreecommitdiff
path: root/Lib/platform.py
Commit message (Expand)AuthorAgeFilesLines
* [3.7] bpo-36766: Typos in docs and code comments (GH-13116). (GH-13136)penguindustin2019-05-061-1/+1
* Fixes platform.win32_ver on non-Windows platforms (GH-12912)Miss Islington (bot)2019-04-221-12/+12
* bpo-27903: Fix ResourceWarning in platform.dist() (GH-10792)Victor Stinner2018-11-291-17/+19
* [3.7] bpo-26544: Get rid of dependence from distutils in platform. (GH-8356)....Serhiy Storchaka2018-09-041-1/+30
* [3.7] bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684). (GH-...Serhiy Storchaka2018-07-091-11/+13
* bpo-28167: bump platform.linux_distribution removal to 3.8 (GH-6669) (GH-6862)Miss Islington (bot)2018-05-151-3/+3
* bpo-32159: Remove tools for CVS and Subversion (#4615)Victor Stinner2017-11-281-5/+2
* bpo-27593: Get SCM build info from git instead of hg. (#446)Ned Deily2017-03-041-1/+3
* bpo-27788 : synchronise platform.py version number (#246)Matthias Bussonnier2017-02-241-1/+1
* Issue #27932: Prevent memory leak in win32_ver().Steve Dower2016-09-171-60/+1
* Merge from 3.5Steve Dower2016-09-101-33/+29
|\
| * Issue #27932: Backs out changeSteve Dower2016-09-101-33/+29
* | Issue #27932: Fixes memory leak in platform.win32_ver()Steve Dower2016-09-091-29/+33
|\ \ | |/
| * Issue #27932: Fixes memory leak in platform.win32_ver()Steve Dower2016-09-091-29/+33
* | Issue #26513: Fixes platform module detection of Windows ServerSteve Dower2016-09-091-1/+1
|\ \ | |/
| * Issue #26513: Fixes platform module detection of Windows ServerSteve Dower2016-09-091-1/+1
* | #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-17/+17
* | Issue #27355: Removed support for Windows CE. It was never finished,Larry Hastings2016-09-051-1/+0
|/
* Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter2016-07-281-1/+1
* Issue #21313: Tolerate truncated buildinfo in sys.versionMartin Panter2016-06-081-4/+11
* Issue #26041: Remove "will be removed in Python 3.7" from description messagesBerker Peksag2016-04-241-4/+2
* Issue #26513: Fixes platform module detection of Windows ServerSteve Dower2016-03-121-1/+1
* Merge from 3.4Steve Dower2015-09-221-1/+4
|\
| * Handle calls to win32_ver from non-Windows platformSteve Dower2015-09-221-1/+4
| * Issue #19143: platform module now reads Windows version from kernel32.dll to ...Steve Dower2015-09-221-168/+120
* | Issue #19143: platform module now reads Windows version from kernel32.dll to ...Steve Dower2015-09-221-168/+120
* | Issue #24839: platform._syscmd_ver raises DeprecationWarningSteve Dower2015-08-101-1/+1
* | Issue #24210: Silence a PendingDeprecationWarning warning in platform.platfor...Berker Peksag2015-05-161-1/+11
* | Issue #1322: platform.dist() and platform.linux_distribution() functions are ...Berker Peksag2015-05-131-3/+16
* | Issue #22831: Use "with" to avoid possible fd leaks.Serhiy Storchaka2015-04-041-33/+32
|/
* Issue #20976: pyflakes: Remove unused importsVictor Stinner2014-03-201-1/+0
* Issue #20229: Avoid plistlib deprecation warning in platform.mac_ver().Ned Deily2014-01-131-1/+2
* Issue #17429: some PEP 8 compliance fixes for the platform modules, add white...Victor Stinner2013-12-091-111/+113
* (Merge 3.3) Issue #17429: platform.linux_distribution() now decodes files fromVictor Stinner2013-12-091-2/+7
|\
| * Issue #17429: platform.linux_distribution() now decodes files from the UTF-8Victor Stinner2013-12-091-2/+7
* | #8964: merge with 3.3.Ezio Melotti2013-10-211-3/+16
|\ \ | |/
| * #8964: fix platform._sys_version to handle IronPython 2.6+.Ezio Melotti2013-10-211-3/+16
* | #18705: merge with 3.3.Ezio Melotti2013-08-171-4/+4
|\ \ | |/
| * #18705: fix a number of typos. Patch by FĂ©vry Thibault.Ezio Melotti2013-08-171-3/+3
| * merge 3.2Benjamin Peterson2012-10-121-1/+6
| |\
* | | Issue #18393: Remove use of deprecated API on OSXRonald Oussoren2013-07-151-63/+1
* | | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-041-7/+7
* | | Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-131-7/+7
* | | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-3/+0
* | | Issue #16719: Get rid of WindowsError. Use OSError insteadAndrew Svetlov2012-12-191-1/+1
* | | Issue #16717: get rid of socket.error, replace with OSErrorAndrew Svetlov2012-12-181-1/+1
* | | Issue #16706: get rid of os.errorAndrew Svetlov2012-12-181-5/+5
* | | Merge 3.2Brian Curtin2012-10-111-1/+6
|\ \ \ | | |/ | |/|
| * | Fix #16176. Properly identify Windows 8 via platform.platform()Brian Curtin2012-10-111-1/+6
* | | MERGE: #16112: platform.architecture does not correctly escape argument to /u...Jesus Cea2012-10-051-4/+3
|\ \ \ | | |/ | |/|