]> granicus.if.org Git - python/log
python
11 years agoAdd algorithmic notes for nsmallest() and nlargest().
Raymond Hettinger [Thu, 10 Apr 2014 01:53:45 +0000 (19:53 -0600)]
Add algorithmic notes for nsmallest() and nlargest().

11 years agoIssue #21187: merge with 3.4
Ned Deily [Wed, 9 Apr 2014 23:22:19 +0000 (16:22 -0700)]
Issue #21187: merge with 3.4

11 years agoIssue #20644: merge with 3.4
Ned Deily [Wed, 9 Apr 2014 23:20:08 +0000 (16:20 -0700)]
Issue #20644: merge with 3.4

11 years agoIssue #21187: Fix OS X installer fail-to-build with Xcode 5.1.
Ned Deily [Wed, 9 Apr 2014 23:16:08 +0000 (16:16 -0700)]
Issue #21187: Fix OS X installer fail-to-build with Xcode 5.1.

11 years agoIssue #20644: Keep build-installer.py in sync across active versions.
Ned Deily [Wed, 9 Apr 2014 23:15:20 +0000 (16:15 -0700)]
Issue #20644: Keep build-installer.py in sync across active versions.

11 years agomerge from 3.4
Senthil Kumaran [Wed, 9 Apr 2014 15:45:14 +0000 (11:45 -0400)]
merge from 3.4

11 years agoissue #21190: Fix the broken docs download link
Senthil Kumaran [Wed, 9 Apr 2014 15:44:34 +0000 (11:44 -0400)]
issue #21190: Fix the broken docs download link

11 years agoIssue #21097: merge from 3.4
Ned Deily [Wed, 9 Apr 2014 01:57:10 +0000 (18:57 -0700)]
Issue #21097: merge from 3.4

11 years agoIssue #21097: Update Makefile with changed install locations of test directories.
Ned Deily [Wed, 9 Apr 2014 01:54:49 +0000 (18:54 -0700)]
Issue #21097: Update Makefile with changed install locations of test directories.

11 years agoIssue #20644: merge from 3.4
Ned Deily [Wed, 9 Apr 2014 00:47:48 +0000 (17:47 -0700)]
Issue #20644: merge from 3.4

11 years agoMerge 3.4
Yury Selivanov [Tue, 8 Apr 2014 18:58:35 +0000 (14:58 -0400)]
Merge 3.4

11 years agodocs: Better wording for __objclass__ docs. Issue #19281
Yury Selivanov [Tue, 8 Apr 2014 18:01:12 +0000 (14:01 -0400)]
docs: Better wording for __objclass__ docs. Issue #19281

11 years agodocs: Better wording for __objclass__ docs. Issue #19281
Yury Selivanov [Tue, 8 Apr 2014 18:00:35 +0000 (14:00 -0400)]
docs: Better wording for __objclass__ docs. Issue #19281

11 years agodocs: Document __objclass__. Closes #19281.
Yury Selivanov [Tue, 8 Apr 2014 16:04:04 +0000 (12:04 -0400)]
docs: Document __objclass__. Closes #19281.

Initial patch by Nick Coghlan

11 years agodocs: Document __objclass__. Closes #19281.
Yury Selivanov [Tue, 8 Apr 2014 16:03:07 +0000 (12:03 -0400)]
docs: Document __objclass__. Closes #19281.

Initial patch by Nick Coghlan

11 years agoinspect: Make Signature and Parameter hashable. Issue #20334.
Yury Selivanov [Tue, 8 Apr 2014 15:46:50 +0000 (11:46 -0400)]
inspect: Make Signature and Parameter hashable. Issue #20334.

11 years agoinspect.signautre: Fix functools.partial support. Issue #21117
Yury Selivanov [Tue, 8 Apr 2014 15:30:45 +0000 (11:30 -0400)]
inspect.signautre: Fix functools.partial support. Issue #21117

11 years agoinspect.signautre: Fix functools.partial support. Issue #21117
Yury Selivanov [Tue, 8 Apr 2014 15:28:02 +0000 (11:28 -0400)]
inspect.signautre: Fix functools.partial support. Issue #21117

11 years agomerge 3.4
Benjamin Peterson [Tue, 8 Apr 2014 14:51:37 +0000 (10:51 -0400)]
merge 3.4

11 years agouse imperative
Benjamin Peterson [Tue, 8 Apr 2014 14:51:20 +0000 (10:51 -0400)]
use imperative

11 years agomerge 3.4 (#16395)
Benjamin Peterson [Tue, 8 Apr 2014 14:49:09 +0000 (10:49 -0400)]
merge 3.4 (#16395)

11 years agoPySequence_Fast generally returns a list not a tuple (closes #16395)
Benjamin Peterson [Tue, 8 Apr 2014 14:48:36 +0000 (10:48 -0400)]
PySequence_Fast generally returns a list not a tuple (closes #16395)

11 years agomerge 3.4
Benjamin Peterson [Tue, 8 Apr 2014 14:44:50 +0000 (10:44 -0400)]
merge 3.4

11 years agothe name of the slot of nb_multiply not nb_mul
Benjamin Peterson [Tue, 8 Apr 2014 14:44:30 +0000 (10:44 -0400)]
the name of the slot of nb_multiply not nb_mul

11 years agoIssue #21118: PyLong_AS_LONG() result type is long
Victor Stinner [Tue, 8 Apr 2014 07:14:21 +0000 (09:14 +0200)]
Issue #21118: PyLong_AS_LONG() result type is long

Even if PyLong_AS_LONG() cannot fail, I prefer to use the right type.

11 years agoIssue #21059: Temporary measure to make the Windows buildbots useful again.
Zachary Ware [Tue, 8 Apr 2014 04:33:29 +0000 (23:33 -0500)]
Issue #21059: Temporary measure to make the Windows buildbots useful again.

Hopefully.

11 years agofix reference leaks in the translate fast path (closes #21175)
Benjamin Peterson [Tue, 8 Apr 2014 00:15:41 +0000 (20:15 -0400)]
fix reference leaks in the translate fast path (closes #21175)

Patch by Josh Rosenberg.

11 years agomerge 3.4 (#21174)
Benjamin Peterson [Mon, 7 Apr 2014 23:35:36 +0000 (19:35 -0400)]
merge 3.4 (#21174)

11 years agofix verb (closes #21174)
Benjamin Peterson [Mon, 7 Apr 2014 23:34:33 +0000 (19:34 -0400)]
fix verb (closes #21174)

11 years agoIssue #20644: OS X installer build support for documentation build changes
Ned Deily [Mon, 7 Apr 2014 19:10:21 +0000 (12:10 -0700)]
Issue #20644: OS X installer build support for documentation build changes
in 3.4.1: assume externally supplied sphinx-build is available in /usr/bin.

11 years ago(Merge 3.4) Issue #21155: asyncio.EventLoop.create_unix_server() now raises a
Victor Stinner [Mon, 7 Apr 2014 09:20:22 +0000 (11:20 +0200)]
(Merge 3.4) Issue #21155: asyncio.EventLoop.create_unix_server() now raises a
ValueError if path and sock are specified at the same time. asyncio: Document
Task.cancel() properly.

11 years agoIssue #21155: asyncio.EventLoop.create_unix_server() now raises a ValueError if
Victor Stinner [Mon, 7 Apr 2014 09:18:54 +0000 (11:18 +0200)]
Issue #21155: asyncio.EventLoop.create_unix_server() now raises a ValueError if
path and sock are specified at the same time.

11 years agoasyncio: Document Task.cancel() properly.
Victor Stinner [Mon, 7 Apr 2014 09:18:06 +0000 (11:18 +0200)]
asyncio: Document Task.cancel() properly.

11 years agomerge from 3.4
Senthil Kumaran [Sun, 6 Apr 2014 18:00:49 +0000 (11:00 -0700)]
merge from 3.4

11 years agomerge from 3.3
Senthil Kumaran [Sun, 6 Apr 2014 18:00:15 +0000 (11:00 -0700)]
merge from 3.3

11 years agominor docfix (reported at docs@python.org) trace.py argument is --count not --counts
Senthil Kumaran [Sun, 6 Apr 2014 17:59:47 +0000 (10:59 -0700)]
minor docfix (reported at docs@python.org) trace.py argument is --count not --counts

11 years agoIssue #21118: str.translate() now raises a ValueError, not a TypeError, if the
Victor Stinner [Sat, 5 Apr 2014 13:35:01 +0000 (15:35 +0200)]
Issue #21118: str.translate() now raises a ValueError, not a TypeError, if the
replacement character is bigger than U+10ffff code point.

11 years agoIssue #21118: Optimize also str.translate() for ASCII => ASCII deletion
Victor Stinner [Sat, 5 Apr 2014 12:27:07 +0000 (14:27 +0200)]
Issue #21118: Optimize also str.translate() for ASCII => ASCII deletion

11 years agoIssue #21118: Add unit test for invalid character replacement (code point higher...
Victor Stinner [Sat, 5 Apr 2014 09:56:37 +0000 (11:56 +0200)]
Issue #21118: Add unit test for invalid character replacement (code point higher than U+10ffff)

11 years agoIssue #21118: Optimize str.translate() for ASCII => ASCII translation
Victor Stinner [Sat, 5 Apr 2014 09:44:04 +0000 (11:44 +0200)]
Issue #21118: Optimize str.translate() for ASCII => ASCII translation

11 years agoIssue #21118: Add more unit tests on str.translate()
Victor Stinner [Fri, 4 Apr 2014 22:17:51 +0000 (00:17 +0200)]
Issue #21118: Add more unit tests on str.translate()

11 years agoIssue #21118: Remove unused variable
Victor Stinner [Fri, 4 Apr 2014 22:15:52 +0000 (00:15 +0200)]
Issue #21118: Remove unused variable

11 years agoIssue #21136: Avoid unnecessary normalization in Fractions resulting from power and...
Mark Dickinson [Sat, 5 Apr 2014 08:29:00 +0000 (09:29 +0100)]
Issue #21136: Avoid unnecessary normalization in Fractions resulting from power and other operations.

11 years agoNull merge with Python 3.4
Victor Stinner [Fri, 4 Apr 2014 19:05:46 +0000 (21:05 +0200)]
Null merge with Python 3.4

11 years agoIssue #21118: Fix _PyUnicodeTranslateError_Create(), add missing format
Victor Stinner [Fri, 4 Apr 2014 18:59:44 +0000 (20:59 +0200)]
Issue #21118: Fix _PyUnicodeTranslateError_Create(), add missing format
character for the "end" parameter

11 years agomake temporary read-only files writable, so rmtree can remove them (#21128)
Benjamin Peterson [Fri, 4 Apr 2014 17:55:56 +0000 (13:55 -0400)]
make temporary read-only files writable, so rmtree can remove them (#21128)

11 years agoIssue #21118: Use _PyUnicodeWriter API in str.translate() to simplify and
Victor Stinner [Fri, 4 Apr 2014 17:37:40 +0000 (19:37 +0200)]
Issue #21118: Use _PyUnicodeWriter API in str.translate() to simplify and
factorize the code

11 years agoIssue #21118: Fix _PyUnicodeTranslateError_Create(), add missing format
Victor Stinner [Fri, 4 Apr 2014 18:59:44 +0000 (20:59 +0200)]
Issue #21118: Fix _PyUnicodeTranslateError_Create(), add missing format
character for the "end" parameter

11 years agomerge 3.4 (#21128)
Benjamin Peterson [Fri, 4 Apr 2014 17:59:46 +0000 (13:59 -0400)]
merge 3.4 (#21128)

11 years agoIssue #17621: Introduce importlib.util.LazyLoader.
Brett Cannon [Fri, 4 Apr 2014 17:53:38 +0000 (13:53 -0400)]
Issue #17621: Introduce importlib.util.LazyLoader.

11 years agoupdate Misc/NEWS
Giampaolo Rodola' [Fri, 4 Apr 2014 15:17:36 +0000 (17:17 +0200)]
update Misc/NEWS

11 years agoIssue #21076: sigpending() is not available on Windows
Victor Stinner [Fri, 4 Apr 2014 14:57:24 +0000 (16:57 +0200)]
Issue #21076: sigpending() is not available on Windows

11 years agoFinish up signal -> _signal change
Brett Cannon [Fri, 4 Apr 2014 14:36:43 +0000 (10:36 -0400)]
Finish up signal -> _signal change

11 years agoIssue #21076: the C signal module has been renamed to _signal
Victor Stinner [Fri, 4 Apr 2014 14:30:04 +0000 (16:30 +0200)]
Issue #21076: the C signal module has been renamed to _signal

11 years agomerge along w/ fix for issue #2107 (commit c9239171e429)
Brett Cannon [Fri, 4 Apr 2014 14:20:28 +0000 (10:20 -0400)]
merge along w/ fix for issue #2107 (commit c9239171e429)

11 years agomerge of fix for issue #20942
Brett Cannon [Fri, 4 Apr 2014 14:03:42 +0000 (10:03 -0400)]
merge of fix for issue #20942

11 years agoIssue #20942: PyImport_ImportFrozenModuleObject() no longer sets
Brett Cannon [Fri, 4 Apr 2014 14:01:46 +0000 (10:01 -0400)]
Issue #20942: PyImport_ImportFrozenModuleObject() no longer sets
__file__.

This causes _frozen_importlib to no longer have __file__ set as well
as any frozen module imported using imp.init_frozen() (which is
deprecated).

11 years agomerge 3.4
Benjamin Peterson [Fri, 4 Apr 2014 13:52:18 +0000 (09:52 -0400)]
merge 3.4

11 years agomerge 3.3
Benjamin Peterson [Fri, 4 Apr 2014 13:52:05 +0000 (09:52 -0400)]
merge 3.3

11 years agomerge 3.2
Benjamin Peterson [Fri, 4 Apr 2014 13:51:45 +0000 (09:51 -0400)]
merge 3.2

11 years agofix versionchanged version
Benjamin Peterson [Fri, 4 Apr 2014 13:50:35 +0000 (09:50 -0400)]
fix versionchanged version

11 years agofix #21076: turn signal module constants into enums
Giampaolo Rodola' [Fri, 4 Apr 2014 13:34:17 +0000 (15:34 +0200)]
fix #21076: turn signal module constants into enums

11 years agoIssue #20636: Improved the repr of Tkinter widgets.
Serhiy Storchaka [Fri, 4 Apr 2014 12:45:02 +0000 (15:45 +0300)]
Issue #20636: Improved the repr of Tkinter widgets.

11 years agoIssue #19505: The items, keys, and values views of OrderedDict now support
Serhiy Storchaka [Fri, 4 Apr 2014 12:19:36 +0000 (15:19 +0300)]
Issue #19505: The items, keys, and values views of OrderedDict now support
reverse iteration using reversed().

11 years agoCloses #21149: Improved thread-safety in logging cleanup during interpreter shutdown.
Vinay Sajip [Fri, 4 Apr 2014 09:57:25 +0000 (10:57 +0100)]
Closes #21149: Improved thread-safety in logging cleanup during interpreter shutdown.

11 years agoIssue #21149: Improved thread-safety in logging cleanup during interpreter shutdown.
Vinay Sajip [Fri, 4 Apr 2014 09:51:49 +0000 (10:51 +0100)]
Issue #21149: Improved thread-safety in logging cleanup during interpreter shutdown.

11 years agomerge
Raymond Hettinger [Thu, 3 Apr 2014 15:01:44 +0000 (08:01 -0700)]
merge

11 years agoIssue 21143: Fix typo in docs for max().
Raymond Hettinger [Thu, 3 Apr 2014 15:01:22 +0000 (08:01 -0700)]
Issue 21143: Fix typo in docs for max().

11 years agomerge 3.4 (#21135)
Benjamin Peterson [Thu, 3 Apr 2014 14:22:22 +0000 (10:22 -0400)]
merge 3.4 (#21135)

11 years agoremove unused argument (closes #21135)
Benjamin Peterson [Thu, 3 Apr 2014 14:22:10 +0000 (10:22 -0400)]
remove unused argument (closes #21135)

11 years agoIssue #20375: Clarify ET's parsing of comments and processing instructions.
Eli Bendersky [Thu, 3 Apr 2014 13:15:28 +0000 (06:15 -0700)]
Issue #20375: Clarify ET's parsing of comments and processing instructions.

Based on patch by Nikolaus Rath.

11 years agoIssue #20375: Clarify ET's parsing of comments and processing instructions.
Eli Bendersky [Thu, 3 Apr 2014 13:14:38 +0000 (06:14 -0700)]
Issue #20375: Clarify ET's parsing of comments and processing instructions.

Based on patch by Nikolaus Rath.

11 years agomerge 3.4
Benjamin Peterson [Wed, 2 Apr 2014 19:52:04 +0000 (15:52 -0400)]
merge 3.4

11 years agomake sure to test UnicodeEncodeError, too
Benjamin Peterson [Wed, 2 Apr 2014 19:51:38 +0000 (15:51 -0400)]
make sure to test UnicodeEncodeError, too

11 years agomerge 3.4 (#21134)
Benjamin Peterson [Wed, 2 Apr 2014 16:16:55 +0000 (12:16 -0400)]
merge 3.4 (#21134)

11 years agobail in unicode error's __str__ methods if the objects are not properly initialized...
Benjamin Peterson [Wed, 2 Apr 2014 16:15:06 +0000 (12:15 -0400)]
bail in unicode error's __str__ methods if the objects are not properly initialized (closes #21134)

11 years agomerge 3.4
Benjamin Peterson [Wed, 2 Apr 2014 16:05:41 +0000 (12:05 -0400)]
merge 3.4

11 years agomake test name consistent with the rest of the file
Benjamin Peterson [Wed, 2 Apr 2014 16:05:35 +0000 (12:05 -0400)]
make test name consistent with the rest of the file

11 years agomerge
Raymond Hettinger [Wed, 2 Apr 2014 10:17:33 +0000 (03:17 -0700)]
merge

11 years agoIssue #18652: Add an itertools recipe for first_true()
Raymond Hettinger [Wed, 2 Apr 2014 10:16:42 +0000 (03:16 -0700)]
Issue #18652:  Add an itertools recipe for first_true()

11 years agomerge
Raymond Hettinger [Wed, 2 Apr 2014 07:59:11 +0000 (00:59 -0700)]
merge

11 years agoDocumentation nit. List the traditional keyword-only argument first and the default...
Raymond Hettinger [Wed, 2 Apr 2014 07:58:47 +0000 (00:58 -0700)]
Documentation nit.  List the traditional keyword-only argument first and the default last.

11 years agomerge
Raymond Hettinger [Wed, 2 Apr 2014 05:17:57 +0000 (22:17 -0700)]
merge

11 years agoIssue 21125: minor documentation tweak.
Raymond Hettinger [Wed, 2 Apr 2014 05:17:33 +0000 (22:17 -0700)]
Issue 21125: minor documentation tweak.

11 years agomerge 3.4
Benjamin Peterson [Tue, 1 Apr 2014 23:22:14 +0000 (19:22 -0400)]
merge 3.4

11 years agoupdate version changed
Benjamin Peterson [Tue, 1 Apr 2014 23:22:06 +0000 (19:22 -0400)]
update version changed

11 years agomerge 3.4 (#21082)
Benjamin Peterson [Tue, 1 Apr 2014 23:21:57 +0000 (19:21 -0400)]
merge 3.4 (#21082)

11 years agomerge 3.3 (#21082)
Benjamin Peterson [Tue, 1 Apr 2014 23:18:48 +0000 (19:18 -0400)]
merge 3.3 (#21082)

11 years agomerge 3.2 (#21082)
Benjamin Peterson [Tue, 1 Apr 2014 23:17:57 +0000 (19:17 -0400)]
merge 3.2 (#21082)

11 years agoremove directory mode check from makedirs (closes #21082)
Benjamin Peterson [Tue, 1 Apr 2014 23:13:18 +0000 (19:13 -0400)]
remove directory mode check from makedirs (closes #21082)

11 years agomerge 3.4
Benjamin Peterson [Tue, 1 Apr 2014 20:27:35 +0000 (16:27 -0400)]
merge 3.4

11 years agofix typo
Benjamin Peterson [Tue, 1 Apr 2014 20:27:30 +0000 (16:27 -0400)]
fix typo

11 years agomerge 3.4
Benjamin Peterson [Tue, 1 Apr 2014 18:21:03 +0000 (14:21 -0400)]
merge 3.4

11 years agosimplify check, since now there are only new-style classes
Benjamin Peterson [Tue, 1 Apr 2014 18:20:56 +0000 (14:20 -0400)]
simplify check, since now there are only new-style classes

11 years agoCloses #15067: Merge port of 2.7 sqlite3 docs.
Zachary Ware [Tue, 1 Apr 2014 17:22:51 +0000 (12:22 -0500)]
Closes #15067: Merge port of 2.7 sqlite3 docs.

11 years agoIssue #15067: Port 2.7 sqlite3 docs to 3.4
Zachary Ware [Tue, 1 Apr 2014 17:21:56 +0000 (12:21 -0500)]
Issue #15067: Port 2.7 sqlite3 docs to 3.4

11 years agoinspect: Remove references to Python-3000
Yury Selivanov [Tue, 1 Apr 2014 14:17:08 +0000 (10:17 -0400)]
inspect: Remove references to Python-3000

11 years ago#16716: remove deprecation warning
Andrew Svetlov [Mon, 31 Mar 2014 23:08:41 +0000 (02:08 +0300)]
#16716: remove deprecation warning

11 years ago#16716: remove deprecation warning
Andrew Svetlov [Mon, 31 Mar 2014 23:08:25 +0000 (02:08 +0300)]
#16716: remove deprecation warning

11 years agoMerge 3.4: Get rid of deprecated IOError in the doc
Andrew Svetlov [Mon, 31 Mar 2014 22:14:27 +0000 (01:14 +0300)]
Merge 3.4: Get rid of deprecated IOError in the doc