- 11 May, 2011 6 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
-
Raymond Hettinger yazdı
-
Kurt B. Kaiser yazdı
With Tk < 8.5 _tkinter.c:PythonCmd() raised UnicodeDecodeError, caused IDLE to exit. Converted to valid Unicode null in PythonCmd().
-
Senthil Kumaran yazdı
bytes. The PEP-0333 says that and test_wsgiref follows the same. Updated docs accordingly.
-
- 10 May, 2011 10 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
non-ASCII scripts. 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 yazdı
escape surrogate characters and show spaces.
-
Victor Stinner yazdı
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 yazdı
-
Ezio Melotti yazdı
#12051: Fix segfault in json.dumps() while encoding highly-nested objects using the C accelerations.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
order to accept exactly one connection. Patch by Daniel Evers.
-
Łukasz Langa yazdı
-
Raymond Hettinger yazdı
-
- 09 May, 2011 18 kayıt (commit)
-
-
Victor Stinner yazdı
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 yazdı
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 yazdı
the end-of-file indicator after CTRL+d.
-
Victor Stinner yazdı
clear the end-of-file indicator after CTRL+d.
-
Łukasz Langa yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Patch by Arfrever Frehtes Taifersar Arahesis.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Patch by Arfrever Frehtes Taifersar Arahesis.
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
#11910: change import_fresh_module to return None when one of the "fresh" modules can not be imported.
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 08 May, 2011 4 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 07 May, 2011 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-