- 10 May, 2011 23 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
escape surrogate characters and show spaces.
-
Victor Stinner authored
-
Ezio Melotti authored
-
Victor Stinner authored
non-ASCII path (path to the Python executable). Open and write the script in binary mode, but ensure that the shebang is decodable from UTF-8 and from the encoding of the script.
-
Victor Stinner authored
non-ASCII path (path to the Python executable). Open and write the script in binary mode, but ensure that the shebang is decodable from UTF-8 and from the encoding of the script.
-
Ezio Melotti authored
-
Ezio Melotti authored
#12051: Fix segfault in json.dumps() while encoding highly-nested objects using the C accelerations.
-
Victor Stinner authored
System log2() is not accurate for exact power of 2.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Benjamin Peterson authored
-
Mark Dickinson authored
-
Antoine Pitrou authored
order to accept exactly one connection. Patch by Daniel Evers.
-
Antoine Pitrou authored
order to accept exactly one connection. Patch by Daniel Evers.
-
Victor Stinner authored
instead of a RuntimeError: OSError has an errno attribute.
-
Łukasz Langa authored
-
Łukasz Langa authored
-
Vinay Sajip authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Vinay Sajip authored
Issue #12039: Now suppress spurious select.error raised on FreeBSD when the server (an asyncore.dispatcher) is closed.
-
- 09 May, 2011 17 commits
-
-
Victor Stinner authored
Use _set_abort_behavior() + abort() instead of raise(SIGABRT) which may write an error message and/or open a popup asking to report the fault.
-
Victor Stinner authored
-
Victor Stinner authored
OpenSSL is now compiled with OPENSSL_NO_SSL2 defined (without the SSLv2 protocol) on Debian: fix the ssl module on Debian Testing and Debian Sid. Optimize also ssl.get_protocol_name(): speed does matter!
-
Victor Stinner authored
OpenSSL is now compiled with OPENSSL_NO_SSL2 defined (without the SSLv2 protocol) on Debian: fix the ssl module on Debian Testing and Debian Sid. Optimize also ssl.get_protocol_name(): speed does matter!
-
Victor Stinner authored
CTRL+c, clear the end-of-file indicator after CTRL+d.
-
Victor Stinner authored
the end-of-file indicator after CTRL+d.
-
Victor Stinner authored
clear the end-of-file indicator after CTRL+d.
-
Vinay Sajip authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Łukasz Langa authored
-
Łukasz Langa authored
-
Vinay Sajip authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-