- 17 May, 2011 6 kayıt (commit)
-
-
Victor Stinner yazdı
the CJK encoding testcase BLOB into multiple text files.
-
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 = raw_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.
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Senthil Kumaran yazdı
symlinks/hardlink was broken. It handles now in a graceful manner (No exception is raised, behavior similar GNU tar).
-
- 16 May, 2011 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
- 15 May, 2011 3 kayıt (commit)
-
-
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ı
-
- 14 May, 2011 6 kayıt (commit)
-
-
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.
-
Nadeem Vawda yazdı
attribute when called without a max_length argument.
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 13 May, 2011 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
Backport 70055:35ed0efd7dd3
-
- 12 May, 2011 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
type of I/O sequence 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).
-
Georg Brandl yazdı
-
- 10 May, 2011 3 kayıt (commit)
-
-
Ezio Melotti yazdı
#12051: Fix segfault in json.dumps() while encoding highly-nested objects using the C accelerations.
-
Antoine Pitrou yazdı
order to accept exactly one connection. Patch by Daniel Evers.
-
Raymond Hettinger yazdı
-
- 09 May, 2011 8 kayıt (commit)
-
-
Victor Stinner yazdı
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 yazdı
CTRL+c, clear the end-of-file indicator after CTRL+d.
-
Ezio Melotti yazdı
-
Martin v. Löwis yazdı
Patch by Arfrever Frehtes Taifersar Arahesis.
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
#11910: change import_fresh_module to return None when one of the "fresh" modules can not be imported.
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 08 May, 2011 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 07 May, 2011 8 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Antoine Pitrou yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
#12017: Fix segfault in json.loads() while decoding highly-nested objects using the C accelerations.
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
Also, reduce code duplication in LargeMmapTests. Original patch by Steffen Daode Nurpmeso.
-