- 12 May, 2011 9 commits
-
-
Kurt B. Kaiser authored
Issue #11896: Save on Close failed despite selecting "Yes" in dialog.
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser authored
_tkinter.c is returning <class '_tkinter.Tcl_Obj'> sometimes. Don't use tkinter.messagebox.Message - use the helper functions which convert to str.
-
Vinay Sajip authored
-
Łukasz Langa authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
wait for the process to end when exiting the context to avoid unintentionally leaving zombie processes around.
-
Antoine Pitrou authored
-
- 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 15 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
-