- 11 May, 2011 16 commits
-
-
Antoine Pitrou authored
Patch by John O'Connor.
-
Ezio Melotti authored
-
Victor Stinner authored
Patch written by Éric Araujo.
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Kurt B. Kaiser authored
With Tk < 8.5 _tkinter.c:PythonCmd() raised UnicodeDecodeError, caused IDLE to exit. Converted to valid Unicode null in PythonCmd().
-
Senthil Kumaran authored
str not bytes. The PEP-0333 says that and test_wsgiref follows the same. Updated docs accordingly.
-
Senthil Kumaran authored
bytes. The PEP-0333 says that and test_wsgiref follows the same. Updated docs accordingly.
-
Senthil Kumaran authored
str not bytes. The PEP-0333 says that and test_wsgiref follows the same. Updated docs accordingly.
-
Senthil Kumaran authored
ValueError when presented with an unsupported Authentication Scheme.
-
Senthil Kumaran authored
-
Senthil Kumaran authored
Issue #12039 - Update the http.server.rst with the requirement to call `end_headers` after calling `send_header`.
-
- 10 May, 2011 24 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
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 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
-