- 19 May, 2011 2 kayıt (commit)
-
-
Victor Stinner yazdı
zlib.decompress() anymore to be able to unload the module.
-
Victor Stinner yazdı
to be able to unload the module.
-
- 18 May, 2011 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
when the socket's timeout expires (it used to return None).
-
Victor Stinner yazdı
3.2 (#10801: In zipfile, support different encodings for the header and the filenames. Patch by MvL, test by Eli Bendersky.)
-
Victor Stinner yazdı
different encodings for the header and the filenames. Patch by MvL, test by Eli Bendersky.
-
- 17 May, 2011 4 kayıt (commit)
-
-
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ı
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.
-
- 16 May, 2011 8 kayıt (commit)
-
-
Victor Stinner yazdı
exist anymore
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
files
-
Victor Stinner yazdı
-
Victor Stinner yazdı
by Andreas Stührk.
-
Victor Stinner yazdı
Stührk.
-
- 15 May, 2011 10 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Andreas Stührk. Backport a fix already applied to Python 3.2+ (4a82be47a948 + 5060a92a8597).
-
Ronald Oussoren yazdı
-
Ronald Oussoren yazdı
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.
-
Georg Brandl yazdı
-
Victor Stinner yazdı
signal module. Patch written by Charles-François Natali.
-
Victor Stinner yazdı
Patch written by Charles-François Natali.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 14 May, 2011 12 kayıt (commit)
-
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Nadeem Vawda yazdı
Raise an OverflowError if the input data is too large, instead of silently truncating the input and returning an incorrect result.
-
Nadeem Vawda yazdı
Raise an OverflowError if the input data is too large, instead of silently truncating the input and returning an incorrect result.
-
Gregory P. Smith yazdı
the expected builtin modules are not present. This includes a unittest for __get_builtin_constructor() in the face of such an error.
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
Issue #6378: Further adjust idle.bat to start associated Python
-