- 13 Nis, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 09 Nis, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
strings are not convincing. For UCS2 (16-bit wchar_t type), use a dummy loop instead of wmemcmp(). The dummy loop is as fast, or a little bit faster. wchar_t is only 16-bit long on Windows. wmemcmp() is still used for 32-bit wchar_t.
-
- 08 Nis, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
wmemcmp() is twice faster than a dummy loop (342 usec vs 744 usec) on Fedora 18/x86_64, GCC 4.7.2.
-
- 24 Mar, 2013 3 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Loewis yazdı
-
- 23 Mar, 2013 2 kayıt (commit)
-
-
Gregory P. Smith yazdı
correctly check for errors on two CreateFileMapping calls.
-
Georg Brandl yazdı
-
- 22 Mar, 2013 1 kayıt (commit)
-
-
Martin v. Loewis yazdı
-
- 26 Şub, 2013 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 29 Ock, 2013 3 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Martin v. Löwis yazdı
-
- 25 Ock, 2013 3 kayıt (commit)
-
-
Brian Curtin yazdı
-
Martin v. Löwis yazdı
for better WinRT compatibility.
-
Martin v. Löwis yazdı
Drop SDK version configuration for Tk compilation, to not bind it to W2k anymore. Binding it to XP would conflict with Tk's own binding of tkMenu to W2k.
-
- 27 Ara, 2012 4 kayıt (commit)
-
-
Brian Curtin yazdı
When converting REG_DWORD registry values into Python, the conversion needs to be made from an *unsigned* long (k instead of i) to match the DWORD type.
-
Brian Curtin yazdı
When converting REG_DWORD registry values into Python ints, the conversion needs to be made from an *unsigned* long to match the DWORD type.
-
Brian Curtin yazdı
This fixes a ValueError seen in winreg.SetValueEx when passed long winreg.REG_DWORD values that should be supported by the underlying API.
-
Brian Curtin yazdı
This fixes an OverflowError seen in winreg.SetValueEx when passed winreg.REG_DWORD values that should be supported by the underlying API.
-
- 25 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 24 Ara, 2012 1 kayıt (commit)
-
-
Brian Curtin yazdı
-
- 23 Ara, 2012 1 kayıt (commit)
-
-
Brian Curtin yazdı
As stated in PEP 11, 3.4 removes code on Windows platforms where COMSPEC points to command.com. The w9xpopen project in Visual Studio was added to support that case, and there was a special case in subprocess to cover that situation. This change removes the w9xpopen project from the Visual Studio solution and removes any references to the w9xpopen executable.
-
- 19 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
Patch by Serhiy Storchaka.
-
- 14 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
Patch by Václav Šmilauer.
-
- 31 Eki, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
Initial patch by Zachary Ware.
-
- 29 Eki, 2012 1 kayıt (commit)
-
-
Brian Curtin yazdı
Patch by Zachary Ware.
-
- 21 Eki, 2012 3 kayıt (commit)
-
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Antoine Pitrou yazdı
-
- 05 Eki, 2012 2 kayıt (commit)
- 04 Eki, 2012 1 kayıt (commit)
-
-
Jesus Cea yazdı
-
- 29 Eyl, 2012 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 23 Haz, 2012 4 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 22 Haz, 2012 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Add version guard for Py_LIMITED_API additions. Issue #15081: Document PyState_FindModule. Patch by Robin Schreiber.
-
- 21 Haz, 2012 1 kayıt (commit)
-
-
Brian Curtin yazdı
-