- 08 Haz, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 24 Nis, 2016 1 kayıt (commit)
-
-
Berker Peksag yazdı
We will keep platform.dist() and platform.linux_distribution() to make porting from Python 2 easier. Patch by Kumaripaba Miyurusara Athukorala.
-
- 12 Mar, 2016 1 kayıt (commit)
-
-
Steve Dower yazdı
-
- 23 Eyl, 2015 3 kayıt (commit)
-
-
Steve Dower yazdı
-
Steve Dower yazdı
Issue #19143: platform module now reads Windows version from kernel32.dll to avoid compatibility shims.
-
Steve Dower yazdı
Issue #19143: platform module now reads Windows version from kernel32.dll to avoid compatibility shims.
-
- 11 Agu, 2015 1 kayıt (commit)
-
-
Steve Dower yazdı
-
- 16 May, 2015 1 kayıt (commit)
-
-
Berker Peksag yazdı
-
- 13 May, 2015 1 kayıt (commit)
-
-
Berker Peksag yazdı
Initial patch by Vajrasky Kok.
-
- 04 Nis, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 20 Mar, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 13 Ock, 2014 1 kayıt (commit)
-
-
Ned Deily yazdı
-
- 08 Ara, 2013 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
encoding with the surrogateescape error handler, instead of decoding from the locale encoding in strict mode. It fixes the function on Fedora 19 which is probably the first major distribution release with a non-ASCII name. Patch written by Toshio Kuratomi.
-
- 21 Eki, 2013 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 17 Agu, 2013 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 15 Tem, 2013 1 kayıt (commit)
-
-
Ronald Oussoren yazdı
The "Gestalt" function on OSX is deprecated (starting with OSX 10.8), remove its usage from the stdlib. The patch removes a number of private functions and a private module, but does not change the public API. The removed code was effectively dead, the platform module has used other code to fetch the OSX version for years and could only use on the Gestalt-based code as a fallback. That fallback can only trigger on broken OSX installs (that is, someone has removed parts of the system install)
-
- 04 Tem, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 14 Haz, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
ModuleNotFoundError.
-
- 25 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 19 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
Patch by Serhiy Storchaka.
-
- 18 Ara, 2012 2 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
Andrew Svetlov yazdı
-
- 11 Eki, 2012 2 kayıt (commit)
-
-
Brian Curtin yazdı
Add handling of the 6.2 release line, aka Windows 8 and Windows 2012 Server.
-
Brian Curtin yazdı
Add handling of the 6.2 release line, aka Windows 8 and Windows 2012 Server.
-
- 05 Eki, 2012 6 kayıt (commit)
-
-
Jesus Cea yazdı
#16112: platform.architecture does not correctly escape argument to /usr/bin/file. Fix original patch
-
Jesus Cea yazdı
#16112: platform.architecture does not correctly escape argument to /usr/bin/file. Fix original patch
-
Jesus Cea yazdı
#16112: platform.architecture does not correctly escape argument to /usr/bin/file. Use 'communicate()' and decode the bytes
-
Jesus Cea yazdı
#16112: platform.architecture does not correctly escape argument to /usr/bin/file. Use 'communicate()'
-
Jesus Cea yazdı
-
Jesus Cea yazdı
-
- 04 Eki, 2012 5 kayıt (commit)
- 24 Haz, 2012 4 kayıt (commit)
-
-
Larry Hastings yazdı
plain tuple to a collections.namedtuple.
-
Antoine Pitrou yazdı
-
Georg Brandl yazdı
-
Larry Hastings yazdı
plain tuples to immutable iterable objects with named attributes (structseq objects).
-