- 14 May, 2011 11 commits
-
-
Nadeem Vawda authored
attribute when called without a max_length argument.
-
Nadeem Vawda authored
attribute when called without a max_length argument.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 13 May, 2011 6 commits
-
-
Victor Stinner authored
a smarter "py-bt" command printing a classic Python traceback.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 12 May, 2011 6 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).
-
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.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
- 11 May, 2011 6 commits
-
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser 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
bytes. The PEP-0333 says that and test_wsgiref follows the same. Updated docs accordingly.
-
- 10 May, 2011 10 commits
-
-
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
escape surrogate characters and show spaces.
-
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.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
order to accept exactly one connection. Patch by Daniel Evers.
-
Łukasz Langa authored
-
Raymond Hettinger authored
-
- 09 May, 2011 1 commit
-
-
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!
-