]>
granicus.if.org Git - python/log
R David Murray [Thu, 26 Jun 2014 17:33:05 +0000 (13:33 -0400)]
Merge #21476: Unwrap fp in BytesParser so the file isn't unexpectedly closed.
R David Murray [Thu, 26 Jun 2014 17:31:43 +0000 (13:31 -0400)]
#21476: Unwrap fp in BytesParser so the file isn't unexpectedly closed.
This makes the behavior match that of Parser. Patch by Vajrasky Kok.
R David Murray [Thu, 26 Jun 2014 16:27:57 +0000 (12:27 -0400)]
#20295: Teach imghdr to recognize OpenEXR format images.
Patch by Martin Vignali, test by Claudiu Popa.
Raymond Hettinger [Thu, 26 Jun 2014 16:25:41 +0000 (09:25 -0700)]
merge
Raymond Hettinger [Thu, 26 Jun 2014 16:25:18 +0000 (09:25 -0700)]
Issue #19145: Remove duplicate ACKS entry
Terry Jan Reedy [Thu, 26 Jun 2014 05:41:06 +0000 (01:41 -0400)]
Merge with 3.4
Terry Jan Reedy [Thu, 26 Jun 2014 05:40:51 +0000 (01:40 -0400)]
Issue #18592: For idlelib.SearchDialogBase, edit and add docstrings,
move two functions next to the functions that use them.
Victor Stinner [Wed, 25 Jun 2014 23:36:47 +0000 (01:36 +0200)]
(Merge 3.4) asyncio: Handle error handler: enhance formatting of the callback
Victor Stinner [Wed, 25 Jun 2014 23:35:45 +0000 (01:35 +0200)]
asyncio: Handle error handler: enhance formatting of the callback
Victor Stinner [Wed, 25 Jun 2014 21:59:31 +0000 (23:59 +0200)]
(Merge 3.4) Issue #21163: Fix one more "Task was destroyed but it is pending!"
log in tests
Victor Stinner [Wed, 25 Jun 2014 21:57:50 +0000 (23:57 +0200)]
Issue #21163: Fix one more "Task was destroyed but it is pending!" log in tests
Victor Stinner [Wed, 25 Jun 2014 21:33:02 +0000 (23:33 +0200)]
(Merge 3.4) asyncio: sync with Tulip
- Python issue 21163: Fix more "Task was destroyed but it is pending!" logs in
tests
- Add test to check that run_until_complete() checks the loop of the future
Victor Stinner [Wed, 25 Jun 2014 21:32:25 +0000 (23:32 +0200)]
asyncio: sync with Tulip
- Python issue 21163: Fix more "Task was destroyed but it is pending!" logs in
tests
- Add test to check that run_until_complete() checks the loop of the future
Victor Stinner [Wed, 25 Jun 2014 21:12:58 +0000 (23:12 +0200)]
(Merge 3.4) Issue #21163, asyncio: Fix some "Task was destroyed but it is
pending!" logs in tests
Victor Stinner [Wed, 25 Jun 2014 21:11:21 +0000 (23:11 +0200)]
Issue #21163, asyncio: Fix some "Task was destroyed but it is pending!" logs in tests
Ned Deily [Wed, 25 Jun 2014 20:46:33 +0000 (13:46 -0700)]
Issue #21811: Anticipated fixes to 3.x configure for OS X 10.10 Yosemite.
Ned Deily [Wed, 25 Jun 2014 20:44:22 +0000 (13:44 -0700)]
Issue #21811: Anticipated fixes to 3.x configure for OS X 10.10 Yosemite.
Ned Deily [Wed, 25 Jun 2014 20:42:22 +0000 (13:42 -0700)]
Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite.
Ned Deily [Wed, 25 Jun 2014 20:36:14 +0000 (13:36 -0700)]
Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite.
Victor Stinner [Wed, 25 Jun 2014 19:43:21 +0000 (21:43 +0200)]
(Merge 3.4) asyncio, Tulip issue 177: Rewite repr() of Future, Task, Handle and
TimerHandle
- Uniformize repr() output to format "<Class ...>"
- On Python 3.5+, repr(Task) uses the qualified name instead of the short name
of the coroutine
Victor Stinner [Wed, 25 Jun 2014 19:41:58 +0000 (21:41 +0200)]
asyncio, Tulip issue 177: Rewite repr() of Future, Task, Handle and TimerHandle
- Uniformize repr() output to format "<Class ...>"
- On Python 3.5+, repr(Task) uses the qualified name instead of the short name
of the coroutine
Serhiy Storchaka [Wed, 25 Jun 2014 17:37:30 +0000 (20:37 +0300)]
Issue #21729: Used the "with" statement in the dbm.dumb module to ensure
files closing. Patch by Claudiu Popa.
Serhiy Storchaka [Wed, 25 Jun 2014 17:35:31 +0000 (20:35 +0300)]
Issue #21729: Used the "with" statement in the dbm.dumb module to ensure
files closing. Patch by Claudiu Popa.
Jesus Cea [Wed, 25 Jun 2014 11:06:32 +0000 (13:06 +0200)]
MERGE: Closes #20872: dbm/gdbm/ndbm close methods are not documented
Jesus Cea [Wed, 25 Jun 2014 11:06:07 +0000 (13:06 +0200)]
MERGE: Closes #20872: dbm/gdbm/ndbm close methods are not documented
Jesus Cea [Wed, 25 Jun 2014 11:05:31 +0000 (13:05 +0200)]
Closes #20872: dbm/gdbm/ndbm close methods are not documented
Senthil Kumaran [Wed, 25 Jun 2014 09:58:53 +0000 (02:58 -0700)]
merge from 3.4
issue20753 - robotparser tests should not rely upon external resource when not required.
Specifically, it was relying a URL which gave HTTP 403 and used it to assert
it's methods, this changes undoes that and provides a local http server with
similar properties.
Patch contributed by Vajrasky Kok.
Senthil Kumaran [Wed, 25 Jun 2014 09:58:15 +0000 (02:58 -0700)]
issue20753 - robotparser tests should not rely upon external resource when not required.
Specifically, it was relying a URL which gave HTTP 403 and used it to assert
it's methods, this changes undoes that and provides a local http server with
similar properties.
Patch contributed by Vajrasky Kok.
Senthil Kumaran [Wed, 25 Jun 2014 08:13:19 +0000 (01:13 -0700)]
merge from 3.4
issue15588 - Correct the quopri module documentation. Mention the correct types
of the parameters on encodestring and decodestring.
Patch by Petri Lehtinen.
Senthil Kumaran [Wed, 25 Jun 2014 08:12:03 +0000 (01:12 -0700)]
Correct the quopri module documentation. Mention the correct types of the
parameters on encodestring and decodestring.
Patch by Petri Lehtinen.
Vinay Sajip [Wed, 25 Jun 2014 06:31:21 +0000 (07:31 +0100)]
Merged documentation update from 3.4.
Vinay Sajip [Wed, 25 Jun 2014 06:30:46 +0000 (07:30 +0100)]
Fixed typo in documentation.
Raymond Hettinger [Wed, 25 Jun 2014 04:39:27 +0000 (21:39 -0700)]
merge
Raymond Hettinger [Wed, 25 Jun 2014 04:36:58 +0000 (21:36 -0700)]
Issue #19145: Fix handling of negative values for a "times" keyword argument to itertools.repeat()>
(Patch contributed by Vajrasky Kok.)
Jesus Cea [Wed, 25 Jun 2014 03:38:40 +0000 (05:38 +0200)]
MERGE: Closes #21441: Reorder elements in documentation to match actual order in the code
Jesus Cea [Wed, 25 Jun 2014 03:38:06 +0000 (05:38 +0200)]
MERGE: Closes #21441: Reorder elements in documentation to match actual order in the code
Jesus Cea [Wed, 25 Jun 2014 03:37:17 +0000 (05:37 +0200)]
Closes #21441: Reorder elements in documentation to match actual order in the code
Terry Jan Reedy [Wed, 25 Jun 2014 02:21:56 +0000 (22:21 -0400)]
Merge with 3.4
Terry Jan Reedy [Wed, 25 Jun 2014 02:21:41 +0000 (22:21 -0400)]
Issue #14117: Inprove help text and docstrings, some for clarity, some just to
fit in the default width of the text window (45 chars).
Raymond Hettinger [Wed, 25 Jun 2014 01:13:31 +0000 (18:13 -0700)]
merge
Raymond Hettinger [Wed, 25 Jun 2014 01:11:48 +0000 (18:11 -0700)]
Add news entry for #21832
Raymond Hettinger [Wed, 25 Jun 2014 01:07:57 +0000 (18:07 -0700)]
merge
Raymond Hettinger [Wed, 25 Jun 2014 01:07:33 +0000 (18:07 -0700)]
merge
Raymond Hettinger [Wed, 25 Jun 2014 01:07:14 +0000 (18:07 -0700)]
merge
Raymond Hettinger [Tue, 24 Jun 2014 22:21:24 +0000 (15:21 -0700)]
merge
Raymond Hettinger [Tue, 24 Jun 2014 22:20:55 +0000 (15:20 -0700)]
Issue 21832: Require named tuple inputs to be exact strings
Victor Stinner [Tue, 24 Jun 2014 20:58:23 +0000 (22:58 +0200)]
(Merge 3.4) asyncio: repr(Task) now also contains the line number even if the
coroutine is done: use the first line number of the code object instead of the
current line number of the generator frame.
The name of the coroutine is not enough because many coroutines may have the
same name. It's a common case in asyncio tests for example.
Victor Stinner [Tue, 24 Jun 2014 20:57:14 +0000 (22:57 +0200)]
asyncio: repr(Task) now also contains the line number even if the coroutine is
done: use the first line number of the code object instead of the current line
number of the generator frame.
The name of the coroutine is not enough because many coroutines may have the
same name. It's a common case in asyncio tests for example.
Raymond Hettinger [Tue, 24 Jun 2014 20:52:19 +0000 (13:52 -0700)]
merge
Raymond Hettinger [Tue, 24 Jun 2014 20:51:59 +0000 (13:51 -0700)]
merge
Raymond Hettinger [Tue, 24 Jun 2014 20:51:42 +0000 (13:51 -0700)]
merge
Raymond Hettinger [Tue, 24 Jun 2014 20:51:18 +0000 (13:51 -0700)]
merge
R David Murray [Tue, 24 Jun 2014 20:49:04 +0000 (16:49 -0400)]
merge: #20155: use fake HTTP method names so windows doesn't hang the tests.
Raymond Hettinger [Tue, 24 Jun 2014 20:44:39 +0000 (13:44 -0700)]
merge
Raymond Hettinger [Tue, 24 Jun 2014 20:44:03 +0000 (13:44 -0700)]
Issue 21832: Require named tuple inputs to be exact strings
R David Murray [Tue, 24 Jun 2014 20:39:49 +0000 (16:39 -0400)]
#20155: use fake HTTP method names so windows doesn't hang the tests.
Windows was seeing the 'GET' generated by these tests as invalid and forcibly
closing the socket, causing the test to fail.
Patch by Jeff Allen.
Victor Stinner [Tue, 24 Jun 2014 20:38:31 +0000 (22:38 +0200)]
(Merge 3.4) asyncio: Log an error if a Task is destroyed while it is still pending
Victor Stinner [Tue, 24 Jun 2014 20:37:53 +0000 (22:37 +0200)]
asyncio: Log an error if a Task is destroyed while it is still pending
Raymond Hettinger [Tue, 24 Jun 2014 20:03:54 +0000 (13:03 -0700)]
merge
Raymond Hettinger [Tue, 24 Jun 2014 20:03:24 +0000 (13:03 -0700)]
merge
Benjamin Peterson [Tue, 24 Jun 2014 03:16:06 +0000 (20:16 -0700)]
merge 3.4
Benjamin Peterson [Tue, 24 Jun 2014 03:16:01 +0000 (20:16 -0700)]
null merge 3.4
Benjamin Peterson [Tue, 24 Jun 2014 03:14:46 +0000 (20:14 -0700)]
add Chris Foster
Raymond Hettinger [Tue, 24 Jun 2014 01:08:01 +0000 (18:08 -0700)]
Issue #11974: Add tutorial section on class and instance variables
(Based on a patch from Renee Chu.)
Yury Selivanov [Mon, 23 Jun 2014 17:23:50 +0000 (10:23 -0700)]
inspect: Validate that __signature__ is None or an instance of Signature.
Closes #21801.
Yury Selivanov [Mon, 23 Jun 2014 17:21:04 +0000 (10:21 -0700)]
inspect: Validate that __signature__ is None or an instance of Signature.
Closes #21801.
Victor Stinner [Mon, 23 Jun 2014 13:14:50 +0000 (15:14 +0200)]
(Merge 3.4) asyncio: Fix BaseEventLoop._assert_is_current_event_loop():
get_event_loop() raises an exception if there is no current loop
Victor Stinner [Mon, 23 Jun 2014 13:14:13 +0000 (15:14 +0200)]
asyncio: Fix BaseEventLoop._assert_is_current_event_loop(): get_event_loop()
raises an exception if there is no current loop
Raymond Hettinger [Mon, 23 Jun 2014 02:47:55 +0000 (19:47 -0700)]
merge
Raymond Hettinger [Mon, 23 Jun 2014 02:47:22 +0000 (19:47 -0700)]
Issue #8343: Named group error msgs did not show the group name.
Benjamin Peterson [Mon, 23 Jun 2014 01:00:07 +0000 (18:00 -0700)]
merge 3.4 (#13143)
Benjamin Peterson [Mon, 23 Jun 2014 00:59:35 +0000 (17:59 -0700)]
clarify that islink only really works if python knows about symlinks (closes #13143)
Patch from Yayoi Ukai.
Benjamin Peterson [Sun, 22 Jun 2014 23:27:10 +0000 (16:27 -0700)]
merge 3.4 (#16667)
Benjamin Peterson [Sun, 22 Jun 2014 23:26:39 +0000 (16:26 -0700)]
some timezone doc improvements (closes #16667)
From the combined efforts of Berber Peksage, Andrew Svetlov, and Yayoi Ukai.
Victor Stinner [Sun, 22 Jun 2014 23:03:13 +0000 (01:03 +0200)]
(Merge 3.4) asyncio, Tulip issue 171: BaseEventLoop.close() now raises an
exception if the event loop is running. You must first stop the event loop and
then wait until it stopped, before closing it.
Victor Stinner [Sun, 22 Jun 2014 23:02:37 +0000 (01:02 +0200)]
asyncio, Tulip issue 171: BaseEventLoop.close() now raises an exception if the
event loop is running. You must first stop the event loop and then wait until
it stopped, before closing it.
Victor Stinner [Sun, 22 Jun 2014 22:46:16 +0000 (00:46 +0200)]
(Merge 3.4) asyncio: document the debug mode
Victor Stinner [Sun, 22 Jun 2014 22:36:11 +0000 (00:36 +0200)]
asyncio: document the debug mode
Victor Stinner [Sun, 22 Jun 2014 22:31:31 +0000 (00:31 +0200)]
(Merge 3.4) asyncio, Tulip issue 172: only log selector timing in debug mode
Victor Stinner [Sun, 22 Jun 2014 22:31:08 +0000 (00:31 +0200)]
asyncio, Tulip issue 172: only log selector timing in debug mode
Victor Stinner [Sun, 22 Jun 2014 22:21:09 +0000 (00:21 +0200)]
(Merge 3.4) asyncio: Add an unit test to check that setting the
PYTHONASYNCIODEBUG env var enables debug mode of the event loop.
Victor Stinner [Sun, 22 Jun 2014 22:19:33 +0000 (00:19 +0200)]
asyncio: Add an unit test to check that setting the PYTHONASYNCIODEBUG env var
enables debug mode of the event loop.
Victor Stinner [Sun, 22 Jun 2014 22:14:45 +0000 (00:14 +0200)]
(Merge 3.4) asyncio: Enable the debug mode of event loops when the
PYTHONASYNCIODEBUG environment variable is set
Victor Stinner [Sun, 22 Jun 2014 22:12:14 +0000 (00:12 +0200)]
asyncio: Enable the debug mode of event loops when the PYTHONASYNCIODEBUG
environment variable is set
Victor Stinner [Sun, 22 Jun 2014 22:04:00 +0000 (00:04 +0200)]
(Merge 3.4) asyncio: BaseEventLoop._assert_is_current_event_loop() now only
raises an exception if the current loop is not None.
Guido van Rossum wrote:
"The behavior that you can set the loop to None (and keep track of it
explicitly) is part of the spec, and this should still be supported even in
debug mode. The behavior that we raise an error if you are caught having
multiple active loops per thread is just a debugging heuristic, and it
shouldn't break code that follows the spec."
Victor Stinner [Sun, 22 Jun 2014 22:03:43 +0000 (00:03 +0200)]
asyncio: BaseEventLoop._assert_is_current_event_loop() now only raises an
exception if the current loop is not None.
Guido van Rossum wrote:
"The behavior that you can set the loop to None (and keep track of it
explicitly) is part of the spec, and this should still be supported even in
debug mode. The behavior that we raise an error if you are caught having
multiple active loops per thread is just a debugging heuristic, and it
shouldn't break code that follows the spec."
Benjamin Peterson [Sun, 22 Jun 2014 21:19:07 +0000 (14:19 -0700)]
reflow to 80 chars
Benjamin Peterson [Sun, 22 Jun 2014 21:17:44 +0000 (14:17 -0700)]
add BufferedIOBase.readinto1 (closes #20578)
Patch by Nikolaus Rath.
Martin v. Löwis [Sun, 22 Jun 2014 20:28:04 +0000 (22:28 +0200)]
Issue #10747: Merge with 3.4
Martin v. Löwis [Sun, 22 Jun 2014 20:22:33 +0000 (22:22 +0200)]
Issue #10747: Use versioned labels in the Windows start menu.
Patch by Olive Kilburn.
Giampaolo Rodola' [Sun, 22 Jun 2014 10:44:05 +0000 (12:44 +0200)]
merge heads
Giampaolo Rodola' [Sun, 22 Jun 2014 10:43:19 +0000 (12:43 +0200)]
#6916: attempt to fix BB failure
Raymond Hettinger [Sun, 22 Jun 2014 08:23:55 +0000 (01:23 -0700)]
merge
Raymond Hettinger [Sun, 22 Jun 2014 08:21:51 +0000 (01:21 -0700)]
Issue #21812: Trigger immediate transformation in turtle.shapetransform().
Terry Jan Reedy [Sun, 22 Jun 2014 05:20:52 +0000 (01:20 -0400)]
Merge with 3.4
Terry Jan Reedy [Sun, 22 Jun 2014 05:18:54 +0000 (01:18 -0400)]
Issue #21823: Catch turtle.Terminator exceptions in turtledemo.
Add note to demohelp.txt about doing so.
Raymond Hettinger [Sat, 21 Jun 2014 19:08:22 +0000 (12:08 -0700)]
Issue 21786: Clean-up test_pydoc taking taking advantage of diffing in unittest.
Raymond Hettinger [Sat, 21 Jun 2014 18:59:46 +0000 (11:59 -0700)]
merge
Raymond Hettinger [Sat, 21 Jun 2014 18:57:36 +0000 (11:57 -0700)]
Issue 21635: Fix caching in difflib.SequenceMatcher.get_matching_blocks().
Giampaolo Rodola' [Sat, 21 Jun 2014 11:59:25 +0000 (13:59 +0200)]
merge heads