- 24 May, 2011 2 kayıt (commit)
-
-
Victor Stinner yazdı
their encode() method anymore, but continue to call the reset() method if the final argument is True.
-
Benjamin Peterson yazdı
-
- 23 May, 2011 11 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
message: Merging post 2.6.7rc2 changes from Subversion.
-
Barry Warsaw yazdı
message: Cross-port changes for 2.6.7rc2 from the Subversion branch.
-
Barry Warsaw yazdı
message: Reconcile with the 2.6svn branch. The 2.6.7 release will be made from Subversion, but there were differences, so this brings them in sync. These changes should *not* propagate to any newer versions.
-
Victor Stinner yazdı
-
Eli Bendersky yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
- 22 May, 2011 2 kayıt (commit)
-
-
Victor Stinner yazdı
Skip the whole file if the SSL module is missing. It was already the case, except that the SkipTest exception was raised in test_main(). This commit fixes an error in test_ssl if the ssl module is missing.
-
Eli Bendersky yazdı
-
- 21 May, 2011 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Victor Stinner yazdı
to be able to unload the module.
-
- 20 May, 2011 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Ezio Melotti yazdı
-
- 18 May, 2011 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 17 May, 2011 8 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
This closes #12099.
-
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ı
-