- 21 Mar, 2011 31 kayıt (commit)
-
-
R David Murray yazdı
-
R David Murray yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Victor Stinner yazdı
PyOS_snprintf() to avoid temporary buffer allocated on the stack and a conversion from bytes to Unicode.
-
Victor Stinner yazdı
-
Reid Kleckner yazdı
-
Antoine Pitrou yazdı
-
Victor Stinner yazdı
PyOS_snprintf().
-
Victor Stinner yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
doesn't have PY_SSIZE_T_CLEAN define and the size doesn't fit in an int (length bigger than 2^31-1 bytes).
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
for expiration year greater than 2038 on 32-bit systems.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
The argument was not used in the format string.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
PyErr_SetFromWindowsErrWithFilenameObject() was never implemented.
-
- 20 Mar, 2011 9 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Éric Araujo yazdı
Patch by Filip Gruszczyński.
-
Éric Araujo yazdı
-
Antoine Pitrou yazdı
-
Victor Stinner yazdı
bytes on Windows if the file is a TTY to workaround a Windows bug. The Windows console returns an error (12: not enough space error) on writing into stdout if stdout mode is binary and the length is greater than 66,000 bytes (or less, depending on heap usage).
-
Victor Stinner yazdı
Windows if the file is a TTY to workaround a Windows bug. The Windows console returns an error (12: not enough space error) on writing into stdout if stdout mode is binary and the length is greater than 66,000 bytes (or less, depending on heap usage).
-