- 21 Mar, 2011 32 commits
-
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Victor Stinner authored
PyOS_snprintf() to avoid temporary buffer allocated on the stack and a conversion from bytes to Unicode.
-
Victor Stinner authored
-
Reid Kleckner authored
-
Antoine Pitrou authored
-
Victor Stinner authored
PyOS_snprintf().
-
Victor Stinner authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
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 authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
for expiration year greater than 2038 on 32-bit systems.
-
Victor Stinner authored
-
Victor Stinner authored
The argument was not used in the format string.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
PyErr_SetFromWindowsErrWithFilenameObject() was never implemented.
-
- 20 Mar, 2011 8 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Éric Araujo authored
Patch by Filip Gruszczyński.
-
Éric Araujo authored
-
Antoine Pitrou authored
-
Victor Stinner authored
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).
-