]>
granicus.if.org Git - python/log
Ezio Melotti [Fri, 12 Oct 2012 10:45:38 +0000 (13:45 +0300)]
Merge __next__ method link fixes with 3.2.
Ezio Melotti [Fri, 12 Oct 2012 10:42:08 +0000 (13:42 +0300)]
Fix links to the __next__ method.
Ezio Melotti [Fri, 12 Oct 2012 10:25:54 +0000 (13:25 +0300)]
Merge doctest fixes in functional howto with 3.2.
Ezio Melotti [Fri, 12 Oct 2012 10:24:19 +0000 (13:24 +0300)]
Make doctests pass in the functional howto.
Ezio Melotti [Fri, 12 Oct 2012 10:23:32 +0000 (13:23 +0300)]
Merge functional howto improvements with 3.2.
Ezio Melotti [Fri, 12 Oct 2012 09:42:51 +0000 (12:42 +0300)]
Improve markup in functional.rst, and fix a couple of errors.
Ezio Melotti [Fri, 12 Oct 2012 07:59:14 +0000 (10:59 +0300)]
Fix and add more links.
Chris Jerdonek [Fri, 12 Oct 2012 01:57:48 +0000 (18:57 -0700)]
Add and adjust some string-related links in the docs.
Chris Jerdonek [Fri, 12 Oct 2012 01:49:02 +0000 (18:49 -0700)]
Merge from 3.2: Fix link to str.format() in docs.
Chris Jerdonek [Fri, 12 Oct 2012 01:47:54 +0000 (18:47 -0700)]
Fix link to str.format() in docs.
Chris Jerdonek [Thu, 11 Oct 2012 23:01:00 +0000 (16:01 -0700)]
Issue #16199: Merge 2to3 typo fix from 3.2.
Chris Jerdonek [Thu, 11 Oct 2012 22:59:32 +0000 (15:59 -0700)]
Issue #16199: Fix typo in 2to3 docs. Thanks to Mark Lawrence for the report.
Brian Curtin [Thu, 11 Oct 2012 21:11:37 +0000 (16:11 -0500)]
Merge 3.2
Brian Curtin [Thu, 11 Oct 2012 21:07:52 +0000 (16:07 -0500)]
Fix #16176. Properly identify Windows 8 via platform.platform()
Add handling of the 6.2 release line, aka Windows 8 and Windows 2012 Server.
Chris Jerdonek [Thu, 11 Oct 2012 05:53:35 +0000 (22:53 -0700)]
Merge from 3.2: Fix placement of shell=True warning in subprocess.Popen() docs.
Chris Jerdonek [Thu, 11 Oct 2012 05:52:22 +0000 (22:52 -0700)]
Fix placement of shell=True warning in subprocess.Popen() docs.
Chris Jerdonek [Thu, 11 Oct 2012 00:47:55 +0000 (17:47 -0700)]
Issue #16115: Merge subprocess.Popen() documentation improvements from 3.2.
Chris Jerdonek [Thu, 11 Oct 2012 00:46:18 +0000 (17:46 -0700)]
Issue #16115: Make further improvements to subprocess.Popen() documentation.
Brett Cannon [Wed, 10 Oct 2012 23:03:46 +0000 (19:03 -0400)]
Closes issue #15111: Calling __import__ with a module specified in
fromlist which causes its own ImportError (e.g. the module tries to
import a non-existent module) should have that exception propagate.
Chris Jerdonek [Wed, 10 Oct 2012 15:34:38 +0000 (08:34 -0700)]
Issue #12947: Remove doctest directives from the doctest examples in the "Option Flag" section.
The doctest examples that illustrate the use of doctest option flags
independent of doctest directives should not display doctest directives.
Georg Brandl [Wed, 10 Oct 2012 14:56:15 +0000 (16:56 +0200)]
Missed one instance of code-block:: text highlighting to revert.
Georg Brandl [Wed, 10 Oct 2012 14:49:11 +0000 (16:49 +0200)]
merge 3.2
Georg Brandl [Wed, 10 Oct 2012 14:49:02 +0000 (16:49 +0200)]
merge 3.2 heads
Georg Brandl [Wed, 10 Oct 2012 14:45:11 +0000 (16:45 +0200)]
Issue #12947: revert earlier workaround and use a monkey-patch to enable showing doctest directives only in the doctest docs.
Georg Brandl [Wed, 10 Oct 2012 14:45:11 +0000 (16:45 +0200)]
Issue #12947: revert earlier workaround and use a monkey-patch to enable showing doctest directives only in the doctest docs.
Chris Jerdonek [Wed, 10 Oct 2012 13:52:08 +0000 (06:52 -0700)]
Issue #12947: Divide doctest "Option Flags and Directives" section into two.
This changeset also applies the rendering workaround to the last remaining
example in the file that has a doctest directive that should be displayed.
Gregory P. Smith [Wed, 10 Oct 2012 10:44:47 +0000 (03:44 -0700)]
Fixes Issue #16114: The subprocess module no longer provides a
misleading error message stating that args[0] did not exist when
either the cwd or executable keyword arguments specified a path that
did not exist.
Gregory P. Smith [Wed, 10 Oct 2012 10:34:47 +0000 (03:34 -0700)]
Fixes Issue #16114: The subprocess module no longer provides a
misleading error message stating that args[0] did not exist when
either the cwd or executable keyword arguments specified a path that
did not exist.
It now keeps track of if the child got as far as preexec and reports it if
not back to the parent via a special "noexec" error message value in
the error pipe so that the cwd can be blamed for a failed chdir
instead of the exec of the executable being blamed instead.
The executable is also always reported accurately when exec fails.
Unittests enhanced to cover these cases.
Chris Jerdonek [Tue, 9 Oct 2012 20:17:49 +0000 (13:17 -0700)]
Issue #16170: Remove Linux skip from test_subprocess's test_executable test.
Benjamin Peterson [Tue, 9 Oct 2012 15:16:26 +0000 (11:16 -0400)]
merge heads
Benjamin Peterson [Tue, 9 Oct 2012 15:16:03 +0000 (11:16 -0400)]
compare singletons by identity not equality (closes #16712)
Patch from Serhiy Storchaka.
Benjamin Peterson [Tue, 9 Oct 2012 15:14:59 +0000 (11:14 -0400)]
compare with equality not identity (issue #16172)
Patch from Serhiy Storchaka.
Eli Bendersky [Tue, 9 Oct 2012 14:18:16 +0000 (07:18 -0700)]
Issue #16082: clarify the documentation of tostring[list] saying that it may generate a bytestring, depending on the given encoding.
Eli Bendersky [Tue, 9 Oct 2012 13:46:33 +0000 (06:46 -0700)]
Issue #12322: clarify xpath reference for cases where the path reaches ancestors of the start element. Also add missing markup for a None. Thanks to patrick vrijlandt and Mike Hoy for the report and initial patches.
Richard Oudkerk [Tue, 9 Oct 2012 12:28:10 +0000 (13:28 +0100)]
Issue #16169: Fix ctypes.WinError()'s confusion between errno and winerror
Andrew Svetlov [Tue, 9 Oct 2012 10:44:48 +0000 (13:44 +0300)]
Merge issue #16174: Fix suggested usage of dummy_threading module.
Patch by Berker Peksag.
Andrew Svetlov [Tue, 9 Oct 2012 10:44:16 +0000 (13:44 +0300)]
Issue #16174: Fix suggested usage of dummy_threading module.
Patch by Berker Peksag.
Senthil Kumaran [Tue, 9 Oct 2012 07:38:17 +0000 (00:38 -0700)]
Fix Issue 15922: make howto/urllib2.rst doctests pass.
Patch by Chris Jerdonek. Address Ezio's review comment.
Senthil Kumaran [Tue, 9 Oct 2012 07:37:09 +0000 (00:37 -0700)]
Fix Issue 15922: make howto/urllib2.rst doctests pass.
Patch by Chris Jerdonek. Address Ezio's review comment.
Vinay Sajip [Tue, 9 Oct 2012 07:22:01 +0000 (08:22 +0100)]
Issue #16168: Merged SysLogHandler update from 3.2.
Vinay Sajip [Tue, 9 Oct 2012 07:19:25 +0000 (08:19 +0100)]
Issue #16168: Use specified socket type for domain sockets in SysLogHandler.
Chris Jerdonek [Tue, 9 Oct 2012 06:12:21 +0000 (23:12 -0700)]
Issue #16115: Merge subprocess.Popen() documentation improvements from 3.2.
Chris Jerdonek [Tue, 9 Oct 2012 06:06:57 +0000 (23:06 -0700)]
Issue #16115: Improve subprocess.Popen() documentation around args, shell, and executable arguments.
Chris Jerdonek [Tue, 9 Oct 2012 00:53:46 +0000 (17:53 -0700)]
Issue #16115: Skip a newly added subprocess.Popen() test on Linux.
Chris Jerdonek [Mon, 8 Oct 2012 22:56:43 +0000 (15:56 -0700)]
Issue #16115: Improve testing of the executable argument to subprocess.Popen().
Hynek Schlawack [Mon, 8 Oct 2012 05:44:54 +0000 (07:44 +0200)]
Merge 3.2
Chris Jerdonek [Sun, 7 Oct 2012 21:56:27 +0000 (14:56 -0700)]
Issue #14783: Merge changes from 3.2.
Chris Jerdonek [Sun, 7 Oct 2012 21:48:36 +0000 (14:48 -0700)]
Issue #14783: Improve int() docstring and also str(), range(), and slice().
This commit rewrites the docstring for int() to incorporate the documentation
changes made in issue #16036. It also switches the docstrings for int(),
str(), range(), and slice() to use multi-line signatures.
Andrew Svetlov [Sun, 7 Oct 2012 16:19:17 +0000 (19:19 +0300)]
Merge issue #14900: Add aliases for sorting params for pstat to follow column names from pstat output.
Patch by Arne Babenhauserheide.
Andrew Svetlov [Sun, 7 Oct 2012 16:18:39 +0000 (19:18 +0300)]
Issue #14900: Add aliases for sorting params for pstat to follow column names from pstat output.
Patch by Arne Babenhauserheide.
Hynek Schlawack [Sun, 7 Oct 2012 16:04:38 +0000 (18:04 +0200)]
#13498: Clarify docs of os.makedirs()'s exist_ok argument.
Done with great native-speaker help from R. David Murray.
Andrew Svetlov [Sun, 7 Oct 2012 15:59:11 +0000 (18:59 +0300)]
Merge issue #14900: Distuguish call count and primitive call count in pstat output.
Patch by Arne Babenhauserheide.
Andrew Svetlov [Sun, 7 Oct 2012 15:58:42 +0000 (18:58 +0300)]
Issue #14900: Distuguish call count and primitive call count in pstat output.
Patch by Arne Babenhauserheide.
Eli Bendersky [Sun, 7 Oct 2012 14:23:50 +0000 (07:23 -0700)]
Issue #15888: fixing problems in ipaddress doctests. Patch by Chris Jerdonek
R David Murray [Sun, 7 Oct 2012 03:19:17 +0000 (23:19 -0400)]
More whatsnew updates, move some doc NEWS items into the doc section.
R David Murray [Sun, 7 Oct 2012 02:26:52 +0000 (22:26 -0400)]
starmap/starmap_async for whatsnew, and fix multiprocessing Pool markup.
R David Murray [Sun, 7 Oct 2012 02:08:08 +0000 (22:08 -0400)]
More whatsnew updates. Also move a C-API NEWS item out of library section.
R David Murray [Sat, 6 Oct 2012 22:32:39 +0000 (18:32 -0400)]
#9957: document that SpooledTemporaryFile.truncate now accepts a size arg
R David Murray [Sat, 6 Oct 2012 22:26:56 +0000 (18:26 -0400)]
#9957: document that SpooledTemporaryFile.truncate does not take size arg
R David Murray [Sat, 6 Oct 2012 22:22:09 +0000 (18:22 -0400)]
Null merge.
R David Murray [Sat, 6 Oct 2012 22:18:55 +0000 (18:18 -0400)]
More whatsnew updates.
Georg Brandl [Sat, 6 Oct 2012 20:38:20 +0000 (22:38 +0200)]
Fix markup in Counter note.
R David Murray [Sat, 6 Oct 2012 20:29:14 +0000 (16:29 -0400)]
whatsnew updates for smtplib and collections.Counter.
R David Murray [Sat, 6 Oct 2012 20:06:16 +0000 (16:06 -0400)]
Fix typos.
R David Murray [Sat, 6 Oct 2012 18:35:35 +0000 (14:35 -0400)]
#10968: commit threading doc changes and corresponding whatsnew entry.
It is unfortunate that the '_' names were not kept as aliases, and that RLock
was not also converted to a class, but it is now too late to change either of
those things for 3.3.
Mark Dickinson [Sat, 6 Oct 2012 17:50:02 +0000 (18:50 +0100)]
Issue #16096: Fix signed overflow in Objects/longobject.c. Thanks Serhiy Storchaka.
Mark Dickinson [Sat, 6 Oct 2012 17:04:49 +0000 (18:04 +0100)]
Issue #16096: Fix several occurrences of potential signed integer overflow. Thanks Serhiy Storchaka.
Andrew Svetlov [Sat, 6 Oct 2012 15:45:47 +0000 (18:45 +0300)]
revert accidental inclusion of subprocess tests
Andrew Svetlov [Sat, 6 Oct 2012 15:45:24 +0000 (18:45 +0300)]
revert accidental inclusion of subprocess tests
Andrew Svetlov [Sat, 6 Oct 2012 15:10:01 +0000 (18:10 +0300)]
Issue #16025: Minor corrections to the zipfile documentation.
Patch by Serhiy Storchaka.
Andrew Svetlov [Sat, 6 Oct 2012 15:02:05 +0000 (18:02 +0300)]
Issue #16025: Minor corrections to the zipfile documentation.
Patch by Serhiy Storchaka.
Georg Brandl [Sat, 6 Oct 2012 11:49:34 +0000 (13:49 +0200)]
Closes #11710: create "landing pages" (/library/package.html) for those packages that have no documented content themselves, e.g. "urllib" or "http".
Georg Brandl [Sat, 6 Oct 2012 11:48:39 +0000 (13:48 +0200)]
Closes #16149: remove now-false statement about the inability to compare Decimal and float objects.
Georg Brandl [Sat, 6 Oct 2012 11:48:39 +0000 (13:48 +0200)]
Closes #16149: remove now-false statement about the inability to compare Decimal and float objects.
Andrew Svetlov [Fri, 5 Oct 2012 19:52:15 +0000 (22:52 +0300)]
Issue #16115: Add test for check that executable arg to Popen() takes precedence over args[0] arg\n \n Patch by Kushal Das
Ezio Melotti [Fri, 5 Oct 2012 11:10:39 +0000 (14:10 +0300)]
Merge ftplib doc fix with 3.2.
Ezio Melotti [Fri, 5 Oct 2012 11:09:59 +0000 (14:09 +0300)]
The file obj passed to ftp.storbinary/storlines must be opened in binary mode.
Andrew Svetlov [Fri, 5 Oct 2012 10:26:42 +0000 (13:26 +0300)]
Merge issue #16138: fix typo.
Andrew Svetlov [Fri, 5 Oct 2012 10:26:10 +0000 (13:26 +0300)]
Issue #16138: fix typo.
Jesus Cea [Fri, 5 Oct 2012 03:31:31 +0000 (05:31 +0200)]
MERGE: #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Fix original patch
Jesus Cea [Fri, 5 Oct 2012 03:21:42 +0000 (05:21 +0200)]
#16112: platform.architecture does not correctly escape argument to /usr/bin/file. Fix original patch
Jesus Cea [Fri, 5 Oct 2012 02:58:38 +0000 (04:58 +0200)]
#16112: platform.architecture does not correctly escape argument to /usr/bin/file. Use 'communicate()' and decode the bytes
Ezio Melotti [Fri, 5 Oct 2012 00:33:31 +0000 (03:33 +0300)]
#16127: remove outdated references to narrow builds. Patch by Serhiy Storchaka.
Victor Stinner [Thu, 4 Oct 2012 22:09:33 +0000 (00:09 +0200)]
Fix PyUnicode_Format(): return NULL if PyUnicode_READY(uformat) failed
This error cannot occur in practice: PyUnicode_FromObject() always return
a "ready" string.
Andrew Svetlov [Thu, 4 Oct 2012 19:50:13 +0000 (22:50 +0300)]
Merge: Issue #14997: disable <F5> in idle shell window.
Thanks to Roger Serwy for patch.
Andrew Svetlov [Thu, 4 Oct 2012 19:48:34 +0000 (22:48 +0300)]
Issue #14997: disable <F5> in idle shell window.
Thanks to Roger Serwy for patch.
Antoine Pitrou [Thu, 4 Oct 2012 17:53:29 +0000 (19:53 +0200)]
Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element element_factory (fixes a regression in SimpleTAL).
Andrew Svetlov [Thu, 4 Oct 2012 16:52:32 +0000 (19:52 +0300)]
Fix typo in documentation for time module, thanks to docs@
Andrew Svetlov [Thu, 4 Oct 2012 16:29:25 +0000 (19:29 +0300)]
Fix typo in documentation for collections.ChainMap, thanks to Olivier Bernard from docs@
Jesus Cea [Thu, 4 Oct 2012 14:06:30 +0000 (16:06 +0200)]
Closes #16126: PyErr_Format format mismatch in _testcapimodule.c
Jesus Cea [Thu, 4 Oct 2012 11:56:23 +0000 (13:56 +0200)]
MERGE: Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file
Jesus Cea [Thu, 4 Oct 2012 11:51:43 +0000 (13:51 +0200)]
Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file
Jesus Cea [Thu, 4 Oct 2012 00:58:48 +0000 (02:58 +0200)]
Whatsnew typo
Jesus Cea [Thu, 4 Oct 2012 00:51:22 +0000 (02:51 +0200)]
whatsnew
Nick Coghlan [Wed, 3 Oct 2012 08:22:48 +0000 (13:52 +0530)]
Issue #12947: Better workaround for the problem with doctest directives being stripped from code examples that are intended to illustrate those directives
Nick Coghlan [Wed, 3 Oct 2012 06:51:44 +0000 (12:21 +0530)]
Issue #12947: Add a note to doctest until the example rendering is fixed
Jesus Cea [Wed, 3 Oct 2012 01:18:05 +0000 (03:18 +0200)]
NULL merge
Jesus Cea [Wed, 3 Oct 2012 01:16:42 +0000 (03:16 +0200)]
Closes #15897: zipimport.c doesn't check return value of fseek(). Typo
Jesus Cea [Wed, 3 Oct 2012 01:01:13 +0000 (03:01 +0200)]
MERGE: Fix Misc/ACKS alphabetic order
Jesus Cea [Wed, 3 Oct 2012 01:00:37 +0000 (03:00 +0200)]
MERGE: Closes #15897: zipimport.c doesn't check return value of fseek()