- 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 12 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
-
Victor Stinner authored
by Andreas Stührk.
-
Victor Stinner authored
by Andreas Stührk.
-
Victor Stinner authored
Stührk.
-
- 15 May, 2011 17 commits
-
-
Gregory P. Smith authored
module compiles again on OS X with its more annoying #include requirements.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
Andreas Stührk. Backport a fix already applied to Python 3.2+ (4a82be47a948 + 5060a92a8597).
-
Ronald Oussoren authored
(merge from 3.2) Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set in shell. Without this patch python will fail to start properly when the environment variable MACOSX_DEPLOYMENT_TARGET is set on MacOSX and has a value that is not compatible with the value during Python's build. This is caused by code in sysconfig that was only meant to be used in disutils.
-
Ronald Oussoren authored
-
Ronald Oussoren authored
Without this patch python will fail to start properly when the environment variable MACOSX_DEPLOYMENT_TARGET is set on MacOSX and has a value that is not compatible with the value during Python's build. This is caused by code in sysconfig that was only meant to be used in disutils.
-
Nadeem Vawda authored
-
Georg Brandl authored
-
Victor Stinner authored
signal module. Patch written by Charles-François Natali.
-
Victor Stinner authored
signal module. Patch written by Charles-François Natali.
-
Victor Stinner authored
Patch written by Charles-François Natali.
-
Georg Brandl authored
-
Gregory P. Smith authored
methods to the socket module.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 14 May, 2011 2 commits
-
-
Nadeem Vawda authored
-
Nadeem Vawda authored
-