- 13 May, 2011 5 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 12 May, 2011 12 commits
-
-
Antoine Pitrou authored
on a file opened in read+write mode (namely: reading, seeking a bit forward, writing, then seeking before the previous write but still within buffered data, and writing again).
-
Antoine Pitrou authored
on a file opened in read+write mode (namely: reading, seeking a bit forward, writing, then seeking before the previous write but still within buffered data, and writing again).
-
Antoine Pitrou authored
on a file opened in read+write mode (namely: reading, seeking a bit forward, writing, then seeking before the previous write but still within buffered data, and writing again).
-
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 7 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
-