- 19 May, 2011 16 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
Skip tests that require zlib in the packaging tests. Also add a requires_zlib decorator to test.support.
-
Tarek Ziade yazdı
-
Tarek Ziade yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
We don't need to open the files in text mode just to create them (or update their modification time).
-
Victor Stinner yazdı
-
Tarek Ziade yazdı
-
Tarek Ziade yazdı
-
Victor Stinner yazdı
build_scripts command of packaging now handles correctly 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 yazdı
Open the file in binary mode or use UTF-8 encoding.
-
Tarek Ziade yazdı
-
Tarek Ziade yazdı
-
Tarek Ziade yazdı
-
Tarek Ziade yazdı
-
- 18 May, 2011 8 kayıt (commit)
-
-
Giampaolo Rodola yazdı
os.sendfile() test: fix "AttributeError: 'NoneType' object has no attribute 'Thread'" when running tests with --without-threads option. reference: http://bugs.python.org/issue10882#msg136257
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
when the socket's timeout expires (it used to return None).
-
Antoine Pitrou yazdı
when the socket's timeout expires (it used to return None).
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
passing a `context` argument pointing to an ssl.SSLContext instance. Patch by Kasun Herath.
-
- 17 May, 2011 9 kayıt (commit)
-
-
Victor Stinner yazdı
test_threading.test_waitfor(). Patch written by Charles-François Natali.
-
Victor Stinner yazdı
written by Charles-François Natali.
-
Ronald Oussoren yazdı
Without this patch IDLE will crash reliably on OSX when Tkinter is linked to TkCocoa 8.5.x. To reproduce: * Create a new file (script.py) with the following two lines: x = input('prompt: ') print(x) * Save the script * Run the script using the F5 keyboard shortcut (running from the menu works fine) The patch is a fairly crude hack, but we haven't found a better workaround for this Tk bug yet.
-
Ronald Oussoren yazdı
-
Ronald Oussoren yazdı
Without this patch IDLE will crash reliably on OSX when Tkinter is linked to TkCocoa 8.5.x. To reproduce: * Create a new file (script.py) with the following two lines: x = input('prompt: ') print(x) * Save the script * Run the script using the F5 keyboard shortcut (running from the menu works fine) The patch is a fairly crude hack, but we haven't found a better workaround for this Tk bug yet.
-
Ronald Oussoren yazdı
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.
-
Ronald Oussoren yazdı
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.
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
- 16 May, 2011 7 kayıt (commit)
-
-
Victor Stinner yazdı
exist anymore
-
Victor Stinner yazdı
exist anymore
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
files
-