]> granicus.if.org Git - python/log
python
11 years agoMerge
Michael Foord [Mon, 18 Mar 2013 22:04:33 +0000 (15:04 -0700)]
Merge

11 years agoDocumentation corrections for unittest.mock
Michael Foord [Mon, 18 Mar 2013 22:04:03 +0000 (15:04 -0700)]
Documentation corrections for unittest.mock

11 years ago#5024: whichhdr now returns the frame count for WAV files.
R David Murray [Mon, 18 Mar 2013 21:42:42 +0000 (17:42 -0400)]
#5024: whichhdr now returns the frame count for WAV files.

Patch by Ned Jackson Lovely based on a suggestion by Robert Pyle.

11 years ago#17460: Remove the strict argument of HTTPConnection and removing the
Senthil Kumaran [Mon, 18 Mar 2013 21:11:41 +0000 (14:11 -0700)]
#17460: Remove the strict argument of HTTPConnection and removing the
DeprecationWarning being issued from 3.2 onwards.

11 years agomove declaration to top of block
Benjamin Peterson [Mon, 18 Mar 2013 17:59:41 +0000 (10:59 -0700)]
move declaration to top of block

11 years agoadd Sven Brauch for his #16795 contribution
Benjamin Peterson [Mon, 18 Mar 2013 17:52:04 +0000 (10:52 -0700)]
add Sven Brauch for his #16795 contribution

11 years agounify some ast.argument's attrs; change Attribute column offset (closes #16795)
Benjamin Peterson [Mon, 18 Mar 2013 17:48:58 +0000 (10:48 -0700)]
unify some ast.argument's attrs; change Attribute column offset (closes #16795)

Patch from Sven Brauch.

11 years agoIssue #17463: Fix test discovery for test_pdb.py
Andrew Svetlov [Mon, 18 Mar 2013 17:10:08 +0000 (10:10 -0700)]
Issue #17463: Fix test discovery for test_pdb.py

11 years agoIssue #17463: Fix test discovery for test_pdb.py
Andrew Svetlov [Mon, 18 Mar 2013 17:09:50 +0000 (10:09 -0700)]
Issue #17463: Fix test discovery for test_pdb.py

11 years ago(issue 17452 / ftplib) fix TypeError occurring in case ssl module is not installed
Giampaolo Rodola' [Mon, 18 Mar 2013 08:59:15 +0000 (09:59 +0100)]
(issue 17452 / ftplib) fix TypeError occurring in case ssl module is not installed

11 years agoMerge #17448: Make test_sax skip if there are no xml parsers.
R David Murray [Mon, 18 Mar 2013 04:21:43 +0000 (00:21 -0400)]
Merge #17448: Make test_sax skip if there are no xml parsers.

Patch by Rafael Santos.

11 years agoMerge #17448: Make test_sax skip if there are no xml parsers.
R David Murray [Mon, 18 Mar 2013 04:20:43 +0000 (00:20 -0400)]
Merge #17448: Make test_sax skip if there are no xml parsers.

Patch by Rafael Santos.

11 years ago#17448: Make test_sax skip if there are no xml parsers.
R David Murray [Mon, 18 Mar 2013 04:18:12 +0000 (00:18 -0400)]
#17448: Make test_sax skip if there are no xml parsers.

Patch by Rafael Santos.

11 years agoMerge #16057: Clarify why the base method default is called in custom encoders.
R David Murray [Mon, 18 Mar 2013 01:53:48 +0000 (21:53 -0400)]
Merge #16057: Clarify why the base method default is called in custom encoders.

Original patch by Kushal Das.

11 years agoMerge #16057: Clarify why the base method default is called in custom encoders.
R David Murray [Mon, 18 Mar 2013 01:53:23 +0000 (21:53 -0400)]
Merge #16057: Clarify why the base method default is called in custom encoders.

Original patch by Kushal Das.

11 years ago#16057: Clarify why the base method default is called in custom encoders.
R David Murray [Mon, 18 Mar 2013 01:52:35 +0000 (21:52 -0400)]
#16057: Clarify why the base method default is called in custom encoders.

Original patch by Kushal Das.

11 years agomerge
Brett Cannon [Sun, 17 Mar 2013 22:49:21 +0000 (15:49 -0700)]
merge

11 years agoIssue #16880: _imp.load_dynamic() is not defined on a platform that
Brett Cannon [Sun, 17 Mar 2013 22:48:16 +0000 (15:48 -0700)]
Issue #16880: _imp.load_dynamic() is not defined on a platform that
does not support dynamic loading (e.g. Atari), so make sure that imp
doesn't assume it always exists.

Patch by Christian Heimes.

11 years agoMerge with 3.3
Terry Jan Reedy [Sun, 17 Mar 2013 19:29:19 +0000 (15:29 -0400)]
Merge with 3.3

11 years agoMerge with 3.2
Terry Jan Reedy [Sun, 17 Mar 2013 19:28:52 +0000 (15:28 -0400)]
Merge with 3.2

11 years agoIssue #17415: Trim trailing whitespace
Terry Jan Reedy [Sun, 17 Mar 2013 19:28:10 +0000 (15:28 -0400)]
Issue #17415: Trim trailing whitespace

11 years agoMerge with 3.3
Terry Jan Reedy [Sun, 17 Mar 2013 19:25:12 +0000 (15:25 -0400)]
Merge with 3.3

11 years agoMerge with 3.2
Terry Jan Reedy [Sun, 17 Mar 2013 19:22:00 +0000 (15:22 -0400)]
Merge with 3.2

11 years agoIssue #17415: Clarify 'this' referent by moving containing sentence just after
Terry Jan Reedy [Sun, 17 Mar 2013 19:21:26 +0000 (15:21 -0400)]
Issue #17415: Clarify 'this' referent by moving containing sentence just after
the sentence referred to. Make other minor edits to improve flow.

11 years agomerge heads
Benjamin Peterson [Sat, 16 Mar 2013 22:39:42 +0000 (15:39 -0700)]
merge heads

11 years agoC89 compliance
Benjamin Peterson [Sat, 16 Mar 2013 22:38:28 +0000 (15:38 -0700)]
C89 compliance

11 years agoIssue #16389: Fixed an issue number in previos commit.
Serhiy Storchaka [Sat, 16 Mar 2013 21:00:16 +0000 (23:00 +0200)]
Issue #16389: Fixed an issue number in previos commit.

11 years agoIssue #16389: Fixed an issue number in previos commit.
Serhiy Storchaka [Sat, 16 Mar 2013 20:59:59 +0000 (22:59 +0200)]
Issue #16389: Fixed an issue number in previos commit.

11 years agoIssue #16389: Fixed an issue number in previos commit.
Serhiy Storchaka [Sat, 16 Mar 2013 20:59:27 +0000 (22:59 +0200)]
Issue #16389: Fixed an issue number in previos commit.

11 years agoIssue #16564: Fixed a performance regression relative to Python 3.1 in the
Serhiy Storchaka [Sat, 16 Mar 2013 20:55:04 +0000 (22:55 +0200)]
Issue #16564: Fixed a performance regression relative to Python 3.1 in the
caching of compiled regular expressions.

11 years agoIssue #16564: Fixed a performance regression relative to Python 3.1 in the
Serhiy Storchaka [Sat, 16 Mar 2013 20:53:48 +0000 (22:53 +0200)]
Issue #16564: Fixed a performance regression relative to Python 3.1 in the
caching of compiled regular expressions.

11 years agoIssue #16564: Fixed a performance regression relative to Python 3.1 in the
Serhiy Storchaka [Sat, 16 Mar 2013 20:52:09 +0000 (22:52 +0200)]
Issue #16564: Fixed a performance regression relative to Python 3.1 in the
caching of compiled regular expressions.

11 years agoNull merge
Serhiy Storchaka [Sat, 16 Mar 2013 20:50:30 +0000 (22:50 +0200)]
Null merge

11 years agoNull merge
Serhiy Storchaka [Sat, 16 Mar 2013 20:50:13 +0000 (22:50 +0200)]
Null merge

11 years agoFix markup/wording.
Ezio Melotti [Sat, 16 Mar 2013 20:23:30 +0000 (22:23 +0200)]
Fix markup/wording.

11 years agoMerge heads default.
Terry Jan Reedy [Sat, 16 Mar 2013 20:08:12 +0000 (16:08 -0400)]
Merge heads default.

11 years agoMerge heads 3.3.
Terry Jan Reedy [Sat, 16 Mar 2013 20:06:52 +0000 (16:06 -0400)]
Merge heads 3.3.

11 years agoMerge heads 3.2.
Terry Jan Reedy [Sat, 16 Mar 2013 20:05:27 +0000 (16:05 -0400)]
Merge heads 3.2.

11 years agoMerge with 3.3
Terry Jan Reedy [Sat, 16 Mar 2013 19:57:27 +0000 (15:57 -0400)]
Merge with 3.3

11 years agoMerge with 3.2
Terry Jan Reedy [Sat, 16 Mar 2013 19:56:50 +0000 (15:56 -0400)]
Merge with 3.2

11 years agoIssue #17418: specify that buffer sizes are bytes as soon as possible.
Terry Jan Reedy [Sat, 16 Mar 2013 19:56:27 +0000 (15:56 -0400)]
Issue #17418: specify that buffer sizes are bytes as soon as possible.

11 years ago#11420: merge with 3.3.
Ezio Melotti [Sat, 16 Mar 2013 19:50:04 +0000 (21:50 +0200)]
#11420: merge with 3.3.

11 years ago#11420: merge with 3.2.
Ezio Melotti [Sat, 16 Mar 2013 19:49:20 +0000 (21:49 +0200)]
#11420: merge with 3.2.

11 years ago#11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by Thomas...
Ezio Melotti [Sat, 16 Mar 2013 17:48:51 +0000 (19:48 +0200)]
#11420: make test suite pass with -B/DONTWRITEBYTECODE set.  Initial patch by Thomas Wouters.

11 years agoreject non-docs strings between future imports (closes #17434)
Benjamin Peterson [Sat, 16 Mar 2013 16:15:47 +0000 (09:15 -0700)]
reject non-docs strings between future imports (closes #17434)

11 years agomerge with 3.3
Georg Brandl [Sat, 16 Mar 2013 07:03:51 +0000 (08:03 +0100)]
merge with 3.3

11 years agomerge heads
Georg Brandl [Sat, 16 Mar 2013 07:03:13 +0000 (08:03 +0100)]
merge heads

11 years agoRemove row-spanning cell, which the Sphinx text writer does not support.
Georg Brandl [Sat, 16 Mar 2013 07:01:49 +0000 (08:01 +0100)]
Remove row-spanning cell, which the Sphinx text writer does not support.

11 years ago#10652 null merge from 3.3 which had wrong issue #
Terry Jan Reedy [Sat, 16 Mar 2013 07:01:02 +0000 (03:01 -0400)]
#10652 null merge from 3.3 which had wrong issue #

11 years ago#12345: null merge with 3.2.
Terry Jan Reedy [Sat, 16 Mar 2013 06:58:15 +0000 (02:58 -0400)]
#12345: null merge with 3.2.

11 years agotypo
Terry Jan Reedy [Sat, 16 Mar 2013 06:53:09 +0000 (02:53 -0400)]
typo

11 years agoMerge with 3.3
Terry Jan Reedy [Sat, 16 Mar 2013 06:52:24 +0000 (02:52 -0400)]
Merge with 3.3

11 years agoIssue # 10652: make tcl/tk tests run after __all__ test, patch by Zachary Ware.
Terry Jan Reedy [Sat, 16 Mar 2013 06:51:18 +0000 (02:51 -0400)]
Issue # 10652: make tcl/tk tests run after __all__ test, patch by Zachary Ware.

11 years agoIssue # 10652: make tcl/tk tests run after __all__ test, patch by Zachary Ware.
Terry Jan Reedy [Sat, 16 Mar 2013 06:37:06 +0000 (02:37 -0400)]
Issue # 10652: make tcl/tk tests run after __all__ test, patch by Zachary Ware.

11 years agoAdd missing FeedParser and BytesFeedParser to email.parser.__all__.
R David Murray [Sat, 16 Mar 2013 01:00:48 +0000 (21:00 -0400)]
Add missing FeedParser and BytesFeedParser to email.parser.__all__.

11 years agoMerge: #17431: Fix missing import of BytesFeedParser in email.parser.
R David Murray [Sat, 16 Mar 2013 00:45:11 +0000 (20:45 -0400)]
Merge: #17431: Fix missing import of BytesFeedParser in email.parser.

11 years agoMerge: #17431: Fix missing import of BytesFeedParser in email.parser.
R David Murray [Sat, 16 Mar 2013 00:42:29 +0000 (20:42 -0400)]
Merge: #17431: Fix missing import of BytesFeedParser in email.parser.

11 years ago#17431: Fix missing import of BytesFeedParser in email.parser.
R David Murray [Sat, 16 Mar 2013 00:38:15 +0000 (20:38 -0400)]
#17431: Fix missing import of BytesFeedParser in email.parser.

Initial patch contributed by Edmond Burnett.

11 years agoMerge with 3.3
Terry Jan Reedy [Fri, 15 Mar 2013 20:51:21 +0000 (16:51 -0400)]
Merge with 3.3

11 years agoMerge with 3.2
Terry Jan Reedy [Fri, 15 Mar 2013 20:50:54 +0000 (16:50 -0400)]
Merge with 3.2

11 years agoIssue #17398: document url argument of RobotFileParser
Terry Jan Reedy [Fri, 15 Mar 2013 20:50:23 +0000 (16:50 -0400)]
Issue #17398: document url argument of RobotFileParser

11 years ago#1291 http.server's send_error takes an optional explain argument
Senthil Kumaran [Fri, 15 Mar 2013 14:53:21 +0000 (07:53 -0700)]
#1291 http.server's send_error takes an optional explain argument

11 years agoMerge with 3.2: closes issue #17047
Terry Jan Reedy [Fri, 15 Mar 2013 07:41:35 +0000 (03:41 -0400)]
Merge with 3.2: closes issue #17047

11 years agoMerge with 3.2: issue #17047 news entry
Terry Jan Reedy [Fri, 15 Mar 2013 07:39:38 +0000 (03:39 -0400)]
Merge with 3.2: issue #17047 news entry

11 years agoIssue #17047: Add news entry
Terry Jan Reedy [Fri, 15 Mar 2013 07:33:11 +0000 (03:33 -0400)]
Issue #17047: Add news entry

11 years agoIssue #17414: Add timeit, repeat, and default_timer to timeit.__all__.
Terry Jan Reedy [Fri, 15 Mar 2013 07:04:25 +0000 (03:04 -0400)]
Issue #17414: Add timeit, repeat, and default_timer to timeit.__all__.
Revise module docstring and update itertools import and use.

11 years agoMerge
Eli Bendersky [Thu, 14 Mar 2013 21:41:23 +0000 (14:41 -0700)]
Merge

11 years agoSmall cosmetic fixes
Eli Bendersky [Thu, 14 Mar 2013 21:39:51 +0000 (14:39 -0700)]
Small cosmetic fixes

11 years agoIssue #1285086: Get rid of the refcounting hack and speed up
Serhiy Storchaka [Thu, 14 Mar 2013 19:34:55 +0000 (21:34 +0200)]
Issue #1285086: Get rid of the refcounting hack and speed up
urllib.parse.unquote() and urllib.parse.unquote_to_bytes().

11 years agoIssue #1285086: Get rid of the refcounting hack and speed up
Serhiy Storchaka [Thu, 14 Mar 2013 19:33:35 +0000 (21:33 +0200)]
Issue #1285086: Get rid of the refcounting hack and speed up
urllib.parse.unquote() and urllib.parse.unquote_to_bytes().

11 years agoIssue #1285086: Get rid of the refcounting hack and speed up
Serhiy Storchaka [Thu, 14 Mar 2013 19:31:37 +0000 (21:31 +0200)]
Issue #1285086: Get rid of the refcounting hack and speed up
urllib.parse.unquote() and urllib.parse.unquote_to_bytes().

11 years agoMerge with 3.3: Issue #17386
Terry Jan Reedy [Thu, 14 Mar 2013 01:35:46 +0000 (21:35 -0400)]
Merge with 3.3: Issue #17386

11 years agoMerge with 3.2: Issue #17386
Terry Jan Reedy [Thu, 14 Mar 2013 01:35:07 +0000 (21:35 -0400)]
Merge with 3.2: Issue #17386

11 years agoIssue #17386 make.bat must run with Python 2 until Sphinx runs with Python 3.
Terry Jan Reedy [Thu, 14 Mar 2013 01:33:50 +0000 (21:33 -0400)]
Issue #17386 make.bat must run with Python 2 until Sphinx runs with Python 3.
If PYTHON is undefined, this fails without the launcher (installed with 3.3 or
from PyPI), but this is better than always failing. Patch from Zachary Ware.

11 years ago#17307 - merge from 3.3
Senthil Kumaran [Wed, 13 Mar 2013 20:43:23 +0000 (13:43 -0700)]
#17307 - merge from 3.3

11 years ago#17307 - merge from 3.2
Senthil Kumaran [Wed, 13 Mar 2013 20:42:47 +0000 (13:42 -0700)]
#17307 - merge from 3.2

11 years ago#17307 - Example of HTTP PUT Request using http.client
Senthil Kumaran [Wed, 13 Mar 2013 20:38:33 +0000 (13:38 -0700)]
#17307 - Example of HTTP PUT Request using http.client

11 years agomake some freezing related stuff const
Benjamin Peterson [Wed, 13 Mar 2013 19:06:39 +0000 (14:06 -0500)]
make some freezing related stuff const

11 years agoIssue #17099: Have importlib.find_loader() raise ValueError when
Brett Cannon [Wed, 13 Mar 2013 18:09:08 +0000 (11:09 -0700)]
Issue #17099: Have importlib.find_loader() raise ValueError when
__loader__ is not set on a module. This brings the exception in line
with when __loader__ is None (which is equivalent to not having the
attribute defined).

11 years agomerge
Brett Cannon [Wed, 13 Mar 2013 18:02:29 +0000 (11:02 -0700)]
merge

11 years agoIssue #17176: Document that imp.NullImporter is no longer
Brett Cannon [Wed, 13 Mar 2013 17:58:50 +0000 (10:58 -0700)]
Issue #17176: Document that imp.NullImporter is no longer
automatically used by import.

11 years agoIssue #17176: Document that imp.NullImporter is no longer inserted
Brett Cannon [Wed, 13 Mar 2013 17:46:22 +0000 (10:46 -0700)]
Issue #17176: Document that imp.NullImporter is no longer inserted
into sys.path_importer_cache.

11 years agoNormalize whitespace
Brett Cannon [Wed, 13 Mar 2013 17:45:33 +0000 (10:45 -0700)]
Normalize whitespace

11 years agoIssue #17117: Have both import itself and importlib.util.set_loader()
Brett Cannon [Wed, 13 Mar 2013 17:41:36 +0000 (10:41 -0700)]
Issue #17117: Have both import itself and importlib.util.set_loader()
set __loader__ on a module when set to None.

Thanks to Gökcen Eraslan for the fix.

11 years agoIssue #17222: Document that py_compile now uses importlib for its file
Brett Cannon [Wed, 13 Mar 2013 16:37:42 +0000 (09:37 -0700)]
Issue #17222: Document that py_compile now uses importlib for its file
writing and thus its semantics.

11 years agoexpose O_PATH if possible
Benjamin Peterson [Wed, 13 Mar 2013 15:27:41 +0000 (10:27 -0500)]
expose O_PATH if possible

11 years ago#17402: merge with 3.3.
Ezio Melotti [Wed, 13 Mar 2013 00:27:53 +0000 (02:27 +0200)]
#17402: merge with 3.3.

11 years ago#17402: merge with 3.2.
Ezio Melotti [Wed, 13 Mar 2013 00:27:35 +0000 (02:27 +0200)]
#17402: merge with 3.2.

11 years ago#17402: avoid shadowing built-in map in mmap examples. Initial patch by Aman Shah.
Ezio Melotti [Wed, 13 Mar 2013 00:27:00 +0000 (02:27 +0200)]
#17402: avoid shadowing built-in map in mmap examples.  Initial patch by Aman Shah.

11 years ago#17368: merge with 3.3.
Ezio Melotti [Tue, 12 Mar 2013 23:55:07 +0000 (01:55 +0200)]
#17368: merge with 3.3.

11 years ago#17368: merge with 3.2.
Ezio Melotti [Tue, 12 Mar 2013 23:53:38 +0000 (01:53 +0200)]
#17368: merge with 3.2.

11 years ago#17368: Fix an off-by-one error in the Python JSON decoder that caused a failure...
Ezio Melotti [Tue, 12 Mar 2013 23:52:34 +0000 (01:52 +0200)]
#17368: Fix an off-by-one error in the Python JSON decoder that caused a failure while decoding empty object literals when object_pairs_hook was specified.

11 years agoupdate links to 6.2.0
Benjamin Peterson [Tue, 12 Mar 2013 16:56:38 +0000 (11:56 -0500)]
update links to 6.2.0

12 years agoIssue #11367: fix documentation of some find* methods in ElementTree
Eli Bendersky [Tue, 12 Mar 2013 13:06:06 +0000 (06:06 -0700)]
Issue #11367: fix documentation of some find* methods in ElementTree

12 years agoIssue #11367: fix documentation of some find* methods in ElementTree
Eli Bendersky [Tue, 12 Mar 2013 13:04:33 +0000 (06:04 -0700)]
Issue #11367: fix documentation of some find* methods in ElementTree

12 years agoIssue #11367: fix documentation of some find* methods in ElementTree
Eli Bendersky [Tue, 12 Mar 2013 13:01:22 +0000 (06:01 -0700)]
Issue #11367: fix documentation of some find* methods in ElementTree

12 years ago#17066: merge with 3.3.
Ezio Melotti [Tue, 12 Mar 2013 05:50:53 +0000 (07:50 +0200)]
#17066: merge with 3.3.

12 years ago#17066: test_robotparser now works with unittest test discovery. Patch by Zachary...
Ezio Melotti [Tue, 12 Mar 2013 05:49:12 +0000 (07:49 +0200)]
#17066: test_robotparser now works with unittest test discovery.  Patch by Zachary Ware.

12 years agoIssue #17047: remove doubled words added in 3.4,
Terry Jan Reedy [Mon, 11 Mar 2013 22:38:13 +0000 (18:38 -0400)]
Issue #17047: remove doubled words added in 3.4,
as reported by Serhiy Storchaka and Matthew Barnett.

12 years agoMerge with 3.3, issue #17047: remove doubled words added in 3.3,
Terry Jan Reedy [Mon, 11 Mar 2013 22:36:38 +0000 (18:36 -0400)]
Merge with 3.3, issue #17047: remove doubled words added in 3.3,
as reported by Serhiy Storchaka and Matthew Barnett.