- 23 May, 2011 2 commits
-
-
Benjamin Peterson authored
-
Victor Stinner authored
-
- 22 May, 2011 2 commits
-
-
Victor Stinner authored
-
Eli Bendersky authored
-
- 20 May, 2011 3 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Ezio Melotti authored
-
- 19 May, 2011 1 commit
-
-
Victor Stinner authored
to be able to unload the module.
-
- 18 May, 2011 2 commits
-
-
Victor Stinner authored
3.2 (#10801: In zipfile, support different encodings for the header and the filenames. Patch by MvL, test by Eli Bendersky.)
-
Victor Stinner authored
different encodings for the header and the filenames. Patch by MvL, test by Eli Bendersky.
-
- 17 May, 2011 1 commit
-
-
Ronald Oussoren authored
On MacOSX and OpenBSD (and possibly other BSDs) "en_US.UTF-8" is a valid locale while "en_US.UTF8" is not. As the former works on Linux as well it is better to normalize to that value.
-
- 16 May, 2011 4 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
Stührk.
-
- 15 May, 2011 3 commits
-
-
Victor Stinner authored
Andreas Stührk. Backport a fix already applied to Python 3.2+ (4a82be47a948 + 5060a92a8597).
-
Victor Stinner authored
Patch written by Charles-François Natali.
-
Georg Brandl authored
-
- 14 May, 2011 11 commits
-
-
Nadeem Vawda authored
-
Nadeem Vawda authored
Raise an OverflowError if the input data is too large, instead of silently truncating the input and returning an incorrect result.
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser authored
-
Łukasz Langa authored
-
Nadeem Vawda authored
-
Nadeem Vawda authored
attribute when called without a max_length argument.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 12 May, 2011 2 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).
-
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.
-
- 11 May, 2011 1 commit
-
-
Kurt B. Kaiser authored
With Tk < 8.5 _tkinter.c:PythonCmd() raised UnicodeDecodeError, caused IDLE to exit. Converted to valid Unicode null in PythonCmd().
-
- 10 May, 2011 2 commits
-
-
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.
-
Ezio Melotti authored
#12051: Fix segfault in json.dumps() while encoding highly-nested objects using the C accelerations.
-
- 09 May, 2011 6 commits
-
-
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!
-
Victor Stinner authored
clear the end-of-file indicator after CTRL+d.
-
Ezio Melotti authored
-
Martin v. Löwis authored
Patch by Arfrever Frehtes Taifersar Arahesis.
-
Ezio Melotti authored
-
Ezio Melotti authored
#11910: change import_fresh_module to return None when one of the "fresh" modules can not be imported.
-