- 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).
-
- 01 Şub, 2012 2 kayıt (commit)
-
-
Brian Curtin yazdı
-
Brian Curtin yazdı
People searcing for the way to get a "service pack" will never find that we provide it here, and people that find this function won't know what CSD is until they run the function. On top of this, they won't know what the value means unless they really have a service pack installed. CSD, or Customer Service Diagnostics, is apparently no longer used, and was rarely used term at that. Most references to it online are from universities making Windows 2000 and XP service packs available to students.
-
- 15 Ara, 2011 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
- 07 Eki, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 13 Tem, 2011 2 kayıt (commit)
-
-
Ned Deily yazdı
as the processor type on some Mac systems. Also fix NameError in fallback _mac_ver_gestalt function. And remove out-of-date URL in docs.
-
Ned Deily yazdı
as the processor type on some Mac systems. Also fix NameError in fallback _mac_ver_gestalt function. And remove out-of-date URL in docs.
-
- 23 May, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 04 May, 2011 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-