]>
granicus.if.org Git - python/log
R David Murray [Sat, 2 Jun 2012 15:21:31 +0000 (11:21 -0400)]
#14957: fix doc typo.
Raymond Hettinger [Sat, 2 Jun 2012 05:42:58 +0000 (01:42 -0400)]
Improve tooltips for splitlines() by showing that the default for keepends is False.
R David Murray [Fri, 1 Jun 2012 20:21:06 +0000 (16:21 -0400)]
#14957: clarify splitlines docs.
Initial patch by Michael Driscoll, I added the example.
Ned Deily [Thu, 31 May 2012 16:17:29 +0000 (09:17 -0700)]
Issue #14962: Update text coloring in IDLE shell window after changing
options. Patch by Roger Serwy.
Vinay Sajip [Thu, 31 May 2012 11:35:13 +0000 (12:35 +0100)]
Changed comment on test skip.
Ned Deily [Tue, 29 May 2012 17:42:34 +0000 (10:42 -0700)]
Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu.
Antoine Pitrou [Mon, 28 May 2012 20:22:34 +0000 (22:22 +0200)]
Issue #14775: Fix a potential quadratic dict build-up due to the garbage collector repeatedly trying to untrack dicts.
Additional comments by Tim Silk.
Meador Inge [Mon, 28 May 2012 18:52:59 +0000 (13:52 -0500)]
Issue #9041: raised exception is misleading
An issue in ctypes.c_longdouble, ctypes.c_double, and ctypes.c_float that
caused an incorrect exception to be returned in the case of overflow has been
fixed.
Terry Jan Reedy [Mon, 28 May 2012 01:28:42 +0000 (21:28 -0400)]
Issue12510: Attempting to get invalid tooltip no longer closes Idle.
Original patch by Roger Serwy.
R David Murray [Sun, 27 May 2012 21:13:54 +0000 (17:13 -0400)]
#11785: fix the :mod: references in email package submodule titles.
Terry Jan Reedy [Sun, 27 May 2012 00:45:35 +0000 (20:45 -0400)]
#10365 Trim trailing whitespace
Terry Jan Reedy [Sun, 27 May 2012 00:33:32 +0000 (20:33 -0400)]
Issue #10365: File open dialog now works instead of crashing
even when parent window is closed. Patch by Roger Serwy.
Terry Jan Reedy [Sat, 26 May 2012 20:55:43 +0000 (16:55 -0400)]
Issue #14876: Use user-selected font for highlight configuration.
Patch by Roger Serwy.
Richard Oudkerk [Fri, 25 May 2012 11:56:33 +0000 (12:56 +0100)]
Issue #14881: Allow normal non-main thread to spawn a dummy process
Fix suggested by Itay Brandes
Hynek Schlawack [Fri, 25 May 2012 07:24:18 +0000 (09:24 +0200)]
#4841: Fix FileIO constructor to honor closefd when called repeatedly
Patch by Victor Stinner.
Antoine Pitrou [Thu, 24 May 2012 20:30:19 +0000 (22:30 +0200)]
Fix other test requirements.
Antoine Pitrou [Thu, 24 May 2012 20:08:51 +0000 (22:08 +0200)]
Fix memory constraint for test_decodeascii
Senthil Kumaran [Thu, 24 May 2012 13:54:34 +0000 (21:54 +0800)]
Issue #14036: return None when port in urlparse cross 65535
Antoine Pitrou [Wed, 23 May 2012 21:16:14 +0000 (23:16 +0200)]
Issue #14888: Fix misbehaviour of the _md5 module when called on data larger than 2**32 bytes.
Hynek Schlawack [Tue, 22 May 2012 13:22:14 +0000 (15:22 +0200)]
Restore [] where default arguments are not keywords
Reverts some changes of
a36666c52115 .
In the case of os's `mknod(filename[, mode=0600[, device=0]])`, I have nested
the [] as setting mode doesn't require to set device (but setting device
requires to set mode).
Hynek Schlawack [Tue, 22 May 2012 08:27:40 +0000 (10:27 +0200)]
#14804: Remove [] around optional arguments with default values
Mostly just mechanical removal of []. In some rare cases I've pulled the
default value up into the argument list.
Ezio Melotti [Mon, 21 May 2012 23:46:55 +0000 (17:46 -0600)]
#14875: Use float('inf') instead of float('
1e66666 ') in the json module.
Vinay Sajip [Sun, 20 May 2012 14:35:00 +0000 (15:35 +0100)]
Fixes #14864: Added documentation on how to undo the effects of a logging.disable() call.
Hynek Schlawack [Sun, 20 May 2012 09:50:41 +0000 (11:50 +0200)]
Document when json.load's parse_constant behaviour changed
It doesn't get called on 'null', 'true', 'false' since
f686aced02a3 .
Senthil Kumaran [Sun, 20 May 2012 08:59:51 +0000 (16:59 +0800)]
merge heads
Senthil Kumaran [Sun, 20 May 2012 08:56:24 +0000 (16:56 +0800)]
Fix for issue14426 - buildbots here I come
Vinay Sajip [Sun, 20 May 2012 08:53:13 +0000 (09:53 +0100)]
Temporarily disabled test_race on Windows.
Martin v. Löwis [Sun, 20 May 2012 08:42:17 +0000 (10:42 +0200)]
Issue #8767: Restore building with --disable-unicode.
Original patch by Stefano Taschini.
Ned Deily [Sun, 20 May 2012 06:35:05 +0000 (23:35 -0700)]
Issue #14572: Prevent build failures with pre-3.5.0 versions of
sqlite3, such as was shipped with Centos 5 and Mac OS X 10.4.
Senthil Kumaran [Sun, 20 May 2012 04:02:44 +0000 (12:02 +0800)]
Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Patch by Federico Reghenzani and Müte Invert
Vinay Sajip [Sat, 19 May 2012 15:52:33 +0000 (16:52 +0100)]
Merged upstream changes.
Vinay Sajip [Sat, 19 May 2012 15:50:07 +0000 (16:50 +0100)]
Ignore exceptions on test handler closing.
Petri Lehtinen [Sat, 19 May 2012 15:34:06 +0000 (18:34 +0300)]
#14494: Document that absolute imports became default in 3.0 instead of 2.7.
Ezio Melotti [Sat, 19 May 2012 14:12:17 +0000 (17:12 +0300)]
#14072: Fix parsing of tel URIs in urlparse by making the check for ports stricter.
Senthil Kumaran [Sat, 19 May 2012 08:52:21 +0000 (16:52 +0800)]
Fix Issue14721: Send Content-length: 0 for empty body () in the http.request
Senthil Kumaran [Sat, 19 May 2012 00:10:40 +0000 (08:10 +0800)]
Issue9374 - Generic parsing of query and fragment portion of urls for any scheme
Petri Lehtinen [Fri, 18 May 2012 18:51:11 +0000 (21:51 +0300)]
#14798: pyclbr now raises ImportError instead of KeyError for missing packages
Petri Lehtinen [Fri, 18 May 2012 18:19:17 +0000 (21:19 +0300)]
Fix time.time() references in the time module docs
Closes #14842.
Martin v. Löwis [Fri, 18 May 2012 12:07:28 +0000 (14:07 +0200)]
Stop refetching OpenSSL.
Martin v. Löwis [Fri, 18 May 2012 11:58:30 +0000 (13:58 +0200)]
Use SSL directory from properties file.
R David Murray [Thu, 17 May 2012 13:15:02 +0000 (09:15 -0400)]
#14823: Simplify threading.Lock.acquire argument discussion.
R David Murray [Wed, 16 May 2012 18:01:03 +0000 (14:01 -0400)]
#14832: 'first' now really refers to first arg in unittest assertItemsEqual
This appears to have been a mixup introduced when we switched from
'expected/actual' to 'first/second'. The problem doesn't exist
in the corresponding assertCountEqual method in Python3.
Hynek Schlawack [Wed, 16 May 2012 16:02:54 +0000 (18:02 +0200)]
#14692 Fix json docs to reflect changes in json.load
The behaviour of the parse_constant callback changed insofar that 'null',
'true', 'false' don't trigger its call anymore.
Patch by Serhiy Storchaka
Antoine Pitrou [Wed, 16 May 2012 13:01:40 +0000 (15:01 +0200)]
Issue #14829: Fix bisect issues under 64-bit Windows.
Antoine Pitrou [Wed, 16 May 2012 12:50:25 +0000 (14:50 +0200)]
Skip test under 64-bit Windows
R David Murray [Wed, 16 May 2012 02:12:56 +0000 (22:12 -0400)]
R David Murray [Wed, 16 May 2012 02:12:09 +0000 (22:12 -0400)]
#
1440472 : Explain that email parser/generator isn't *quite* "idempotent"
Ned Deily [Wed, 16 May 2012 01:05:57 +0000 (18:05 -0700)]
Issue #14777: In an X11 windowing environment, tkinter may return
undecoded UTF-8 bytes as a string when accessing the Tk clipboard.
Modify clipboad_get() to first request type UTF8_STRING when no
specific type is requested in an X11 windowing environment, falling
back to the current default type STRING if that fails.
Original patch by Thomas Kluyver.
Martin v. Löwis [Tue, 15 May 2012 17:55:33 +0000 (19:55 +0200)]
Force recheckout of openssl.
Senthil Kumaran [Tue, 15 May 2012 16:07:55 +0000 (00:07 +0800)]
merge heads
Senthil Kumaran [Tue, 15 May 2012 15:59:19 +0000 (23:59 +0800)]
Issue12541 - Add UserWarning for unquoted realms
Martin v. Löwis [Tue, 15 May 2012 15:26:31 +0000 (17:26 +0200)]
Upgrade openssl to 0.9.8x.
Senthil Kumaran [Tue, 15 May 2012 14:24:10 +0000 (22:24 +0800)]
Issue #12541: Be lenient with quotes around Realm field with HTTP Basic Authentation in urllib2.
R David Murray [Tue, 15 May 2012 02:33:36 +0000 (22:33 -0400)]
#14766: Reflow the altered paragraphs.
R David Murray [Tue, 15 May 2012 02:32:44 +0000 (22:32 -0400)]
#14766: Add correct algorithm for when a 'time' object is naive.
This patch also clarifies the definition of Naive and Aware.
Original patch by Greg Weller, I modified the first hunk
somewhat to make the exposition even clearer (I hope).
Antoine Pitrou [Mon, 14 May 2012 17:44:59 +0000 (19:44 +0200)]
Followup to issue #14157: respect the relative ordering of values produced by time.strptime().
Patch by Hynek.
Martin v. Löwis [Mon, 14 May 2012 12:19:09 +0000 (14:19 +0200)]
Upgrade to bzip2 1.0.6.
Ezio Melotti [Mon, 14 May 2012 10:26:45 +0000 (13:26 +0300)]
#14405: remove outdated/broken/duplicate links.
Ezio Melotti [Sun, 13 May 2012 17:19:41 +0000 (20:19 +0300)]
#14770: backport a couple of changes from 3.x.
Ezio Melotti [Sun, 13 May 2012 16:49:00 +0000 (19:49 +0300)]
#14770: improve the library FAQ.
Sandro Tosi [Sat, 12 May 2012 21:29:06 +0000 (23:29 +0200)]
correctly define what 'fill' could be; thanks to Leland Hulbert from docs@
Raymond Hettinger [Fri, 11 May 2012 19:50:11 +0000 (12:50 -0700)]
Additional example of using decimal.localcontext().
Ned Deily [Fri, 11 May 2012 00:45:49 +0000 (17:45 -0700)]
Issue #14662: Prevent shutil failures on OS X when destination does not
support chflag operations. (Patch by Hynek Schlawack)
Antoine Pitrou [Thu, 10 May 2012 18:28:01 +0000 (20:28 +0200)]
Update ACKS.
Antoine Pitrou [Thu, 10 May 2012 18:17:46 +0000 (20:17 +0200)]
Issue #14157: Fix time.strptime failing without a year on February 29th.
Patch by Hynek Schlawack.
Ezio Melotti [Thu, 10 May 2012 12:30:42 +0000 (15:30 +0300)]
#14763: document default maxsplit value for str.split.
Jesus Cea [Thu, 10 May 2012 03:01:11 +0000 (05:01 +0200)]
Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/'
Ezio Melotti [Wed, 9 May 2012 11:59:24 +0000 (14:59 +0300)]
#14763: fix documentation for string.split/rsplit.
Antoine Pitrou [Wed, 9 May 2012 11:24:31 +0000 (13:24 +0200)]
Issue #14761: Fix potential leak on an error case in the import machinery.
R David Murray [Wed, 9 May 2012 01:29:36 +0000 (21:29 -0400)]
Improve the grammar of a non-sentence.
Benjamin Peterson [Tue, 8 May 2012 13:22:24 +0000 (09:22 -0400)]
fix possible refleak (closes #14752)
Benjamin Peterson [Tue, 8 May 2012 02:23:48 +0000 (22:23 -0400)]
remove basically bitrotted XXXs
Sandro Tosi [Mon, 7 May 2012 19:56:24 +0000 (21:56 +0200)]
backport
7a05cb3beddf to 2.7
Georg Brandl [Sun, 6 May 2012 19:39:35 +0000 (21:39 +0200)]
Fix document title for Sphinx.
Ezio Melotti [Sun, 6 May 2012 14:03:19 +0000 (17:03 +0300)]
#14034: adapt to Python 2 and fix indentation.
Ezio Melotti [Sun, 6 May 2012 13:15:35 +0000 (16:15 +0300)]
#14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe.
Georg Brandl [Sun, 6 May 2012 09:53:51 +0000 (11:53 +0200)]
#13183: backport fixes to test_pdb to 2.7 branch
Richard Oudkerk [Sat, 5 May 2012 19:41:08 +0000 (20:41 +0100)]
Fix for issue 14725 for 2.7 branch
Antoine Pitrou [Fri, 4 May 2012 14:33:30 +0000 (16:33 +0200)]
Skip test_algorithms (known remote hosts need SNI, which is only available on 3.2+)
Benjamin Peterson [Thu, 3 May 2012 22:44:09 +0000 (18:44 -0400)]
close() doesn't take any args (closes #14717)
Ezio Melotti [Thu, 3 May 2012 16:21:40 +0000 (19:21 +0300)]
Use Python 3 instead of 3.0.
Vinay Sajip [Thu, 3 May 2012 11:03:29 +0000 (12:03 +0100)]
Changed order of cleanup operations to be more sensible.
Charles-François Natali [Wed, 2 May 2012 18:48:21 +0000 (20:48 +0200)]
os.popen().close() returns None on success, not 0...
Charles-François Natali [Wed, 2 May 2012 18:00:37 +0000 (20:00 +0200)]
Issue #14698: Make test_posix more robust when the current UID doesn't have an
associated pwd entry.
Richard Oudkerk [Wed, 2 May 2012 15:36:26 +0000 (16:36 +0100)]
Issue #9400: Partial backport of fix for #9244
In multiprocessing, a pool worker process would die
if the result/error could not be pickled. This could
cause pool methods to hang.
In 3.x this was fixed by
0aa8af79359d (which also added
an error_callback argument to some methods), but the fix
was not back ported.
Senthil Kumaran [Tue, 1 May 2012 23:59:36 +0000 (07:59 +0800)]
fix windows test failure - issue13183
Benjamin Peterson [Tue, 1 May 2012 14:16:33 +0000 (10:16 -0400)]
use formats that work on 2.7
Benjamin Peterson [Tue, 1 May 2012 13:51:09 +0000 (09:51 -0400)]
fix calling the classmethod descriptor directly (closes #14699)
Senthil Kumaran [Tue, 1 May 2012 02:46:59 +0000 (10:46 +0800)]
Have Bdb frame_returning in the finally clause
Senthil Kumaran [Tue, 1 May 2012 02:36:28 +0000 (10:36 +0800)]
issue13183 - Fix pdb skipping frames after hitting a breakpoint and running step. Patch by Xavier de Gaye
Ned Deily [Mon, 30 Apr 2012 18:13:16 +0000 (11:13 -0700)]
Issue #10433: Document unique behavior of 'os.getgroups' on Mac OS X.
Ezio Melotti [Mon, 30 Apr 2012 16:05:57 +0000 (19:05 +0300)]
#14558: document the module, argv, and testLoader args of unittest.main.
Raymond Hettinger [Sun, 29 Apr 2012 16:25:25 +0000 (09:25 -0700)]
Fix typo
Ezio Melotti [Sun, 29 Apr 2012 08:47:28 +0000 (11:47 +0300)]
#14519: fix the regex used in the scanf example.
Ezio Melotti [Sun, 29 Apr 2012 07:52:18 +0000 (10:52 +0300)]
Fix markup in unittest doc.
Senthil Kumaran [Sun, 29 Apr 2012 05:39:16 +0000 (13:39 +0800)]
Fix issue6085 - Remove the delay caused by fqdn lookup while logging in BaseHTTPRequestHandler
Ezio Melotti [Sun, 29 Apr 2012 04:34:22 +0000 (07:34 +0300)]
#14461: fix wording.
Senthil Kumaran [Sun, 29 Apr 2012 03:52:59 +0000 (11:52 +0800)]
issue14427 - Document Request.get_header and Request.header_items
Senthil Kumaran [Sun, 29 Apr 2012 02:15:31 +0000 (10:15 +0800)]
httplib test for early eof response. related to Issue13684
Ezio Melotti [Sun, 29 Apr 2012 01:46:34 +0000 (04:46 +0300)]
#14155: add a note about \b.