- 19 May, 2011 14 commits
-
-
Tarek Ziade authored
-
Tarek Ziade authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
We don't need to open the files in text mode just to create them (or update their modification time).
-
Victor Stinner authored
-
Tarek Ziade authored
-
Tarek Ziade authored
-
Victor Stinner authored
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 authored
Open the file in binary mode or use UTF-8 encoding.
-
Tarek Ziade authored
-
Tarek Ziade authored
-
Tarek Ziade authored
-
Tarek Ziade authored
-
- 18 May, 2011 8 commits
-
-
Giampaolo Rodola' authored
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 authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
when the socket's timeout expires (it used to return None).
-
Antoine Pitrou authored
when the socket's timeout expires (it used to return None).
-
Antoine Pitrou authored
-
Antoine Pitrou authored
passing a `context` argument pointing to an ssl.SSLContext instance. Patch by Kasun Herath.
-
- 17 May, 2011 9 commits
-
-
Victor Stinner authored
test_threading.test_waitfor(). Patch written by Charles-François Natali.
-
Victor Stinner authored
written by Charles-François Natali.
-
Ronald Oussoren authored
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 authored
-
Ronald Oussoren authored
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 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.
-
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.
-
Vinay Sajip authored
-
Vinay Sajip authored
-
- 16 May, 2011 9 commits
-
-
Victor Stinner authored
exist anymore
-
Victor Stinner authored
exist anymore
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
files
-
Victor Stinner authored
files
-
Victor Stinner authored
-