]> granicus.if.org Git - python/log
python
12 years agoIssue #16169: Fix ctypes.WinError()'s confusion between errno and winerror
Richard Oudkerk [Tue, 9 Oct 2012 12:28:10 +0000 (13:28 +0100)]
Issue #16169: Fix ctypes.WinError()'s confusion between errno and winerror

12 years agoMerge issue #16174: Fix suggested usage of dummy_threading module.
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.

12 years agoIssue #16174: Fix suggested usage of dummy_threading module.
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.

12 years agoFix Issue 15922: make howto/urllib2.rst doctests pass.
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.

12 years agoFix Issue 15922: make howto/urllib2.rst doctests pass.
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.

12 years agoIssue #16168: Merged SysLogHandler update from 3.2.
Vinay Sajip [Tue, 9 Oct 2012 07:22:01 +0000 (08:22 +0100)]
Issue #16168: Merged SysLogHandler update from 3.2.

12 years agoIssue #16168: Use specified socket type for domain sockets in SysLogHandler.
Vinay Sajip [Tue, 9 Oct 2012 07:19:25 +0000 (08:19 +0100)]
Issue #16168: Use specified socket type for domain sockets in SysLogHandler.

12 years agoIssue #16115: Merge subprocess.Popen() documentation improvements from 3.2.
Chris Jerdonek [Tue, 9 Oct 2012 06:12:21 +0000 (23:12 -0700)]
Issue #16115: Merge subprocess.Popen() documentation improvements from 3.2.

12 years agoIssue #16115: Improve subprocess.Popen() documentation around args, shell, and execut...
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.

12 years agoIssue #16115: Skip a newly added subprocess.Popen() test on Linux.
Chris Jerdonek [Tue, 9 Oct 2012 00:53:46 +0000 (17:53 -0700)]
Issue #16115: Skip a newly added subprocess.Popen() test on Linux.

12 years agoIssue #16115: Improve testing of the executable argument to subprocess.Popen().
Chris Jerdonek [Mon, 8 Oct 2012 22:56:43 +0000 (15:56 -0700)]
Issue #16115: Improve testing of the executable argument to subprocess.Popen().

12 years agoMerge 3.2
Hynek Schlawack [Mon, 8 Oct 2012 05:44:54 +0000 (07:44 +0200)]
Merge 3.2

12 years agoIssue #14783: Merge changes from 3.2.
Chris Jerdonek [Sun, 7 Oct 2012 21:56:27 +0000 (14:56 -0700)]
Issue #14783: Merge changes from 3.2.

12 years agoIssue #14783: Improve int() docstring and also str(), range(), and slice().
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.

12 years agoMerge issue #14900: Add aliases for sorting params for pstat to follow column names...
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.

12 years agoIssue #14900: Add aliases for sorting params for pstat to follow column names from...
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.

12 years ago#13498: Clarify docs of os.makedirs()'s exist_ok argument.
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.

12 years agoMerge issue #14900: Distuguish call count and primitive call count in pstat output.
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.

12 years agoIssue #14900: Distuguish call count and primitive call count in pstat output.
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.

12 years agoIssue #15888: fixing problems in ipaddress doctests. Patch by Chris Jerdonek
Eli Bendersky [Sun, 7 Oct 2012 14:23:50 +0000 (07:23 -0700)]
Issue #15888: fixing problems in ipaddress doctests. Patch by Chris Jerdonek

12 years agoMore whatsnew updates, move some doc NEWS items into the doc section.
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.

12 years agostarmap/starmap_async for whatsnew, and fix multiprocessing Pool markup.
R David Murray [Sun, 7 Oct 2012 02:26:52 +0000 (22:26 -0400)]
starmap/starmap_async for whatsnew, and fix multiprocessing Pool markup.

12 years agoMore whatsnew updates. Also move a C-API NEWS item out of library section.
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.

12 years ago#9957: document that SpooledTemporaryFile.truncate now accepts a size arg
R David Murray [Sat, 6 Oct 2012 22:32:39 +0000 (18:32 -0400)]
#9957: document that SpooledTemporaryFile.truncate now accepts a size arg

12 years ago#9957: document that SpooledTemporaryFile.truncate does not take 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

12 years agoNull merge.
R David Murray [Sat, 6 Oct 2012 22:22:09 +0000 (18:22 -0400)]
Null merge.

12 years agoMore whatsnew updates.
R David Murray [Sat, 6 Oct 2012 22:18:55 +0000 (18:18 -0400)]
More whatsnew updates.

12 years agoFix markup in Counter note.
Georg Brandl [Sat, 6 Oct 2012 20:38:20 +0000 (22:38 +0200)]
Fix markup in Counter note.

12 years agowhatsnew updates for smtplib and collections.Counter.
R David Murray [Sat, 6 Oct 2012 20:29:14 +0000 (16:29 -0400)]
whatsnew updates for smtplib and collections.Counter.

12 years agoFix typos.
R David Murray [Sat, 6 Oct 2012 20:06:16 +0000 (16:06 -0400)]
Fix typos.

12 years ago#10968: commit threading doc changes and corresponding whatsnew entry.
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.

12 years agoIssue #16096: Fix signed overflow in Objects/longobject.c. Thanks Serhiy Storchaka.
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.

12 years agoIssue #16096: Fix several occurrences of potential signed integer overflow. Thanks...
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.

12 years agorevert accidental inclusion of subprocess tests
Andrew Svetlov [Sat, 6 Oct 2012 15:45:47 +0000 (18:45 +0300)]
revert accidental inclusion of subprocess tests

12 years agorevert accidental inclusion of subprocess tests
Andrew Svetlov [Sat, 6 Oct 2012 15:45:24 +0000 (18:45 +0300)]
revert accidental inclusion of subprocess tests

12 years agoIssue #16025: Minor corrections to the zipfile documentation.
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.

12 years agoIssue #16025: Minor corrections to the zipfile documentation.
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.

12 years agoCloses #11710: create "landing pages" (/library/package.html) for those packages...
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".

12 years agoCloses #16149: remove now-false statement about the inability to compare Decimal...
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.

12 years agoCloses #16149: remove now-false statement about the inability to compare Decimal...
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.

12 years agoIssue #16115: Add test for check that executable arg to Popen() takes precedence...
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

12 years agoMerge ftplib doc fix with 3.2.
Ezio Melotti [Fri, 5 Oct 2012 11:10:39 +0000 (14:10 +0300)]
Merge ftplib doc fix with 3.2.

12 years agoThe file obj passed to ftp.storbinary/storlines must be opened in binary mode.
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.

12 years agoMerge issue #16138: fix typo.
Andrew Svetlov [Fri, 5 Oct 2012 10:26:42 +0000 (13:26 +0300)]
Merge issue #16138: fix typo.

12 years agoIssue #16138: fix typo.
Andrew Svetlov [Fri, 5 Oct 2012 10:26:10 +0000 (13:26 +0300)]
Issue #16138: fix typo.

12 years agoMERGE: #16112: platform.architecture does not correctly escape argument to /usr/bin...
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

12 years ago#16112: platform.architecture does not correctly escape argument to /usr/bin/file...
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

12 years ago#16112: platform.architecture does not correctly escape argument to /usr/bin/file...
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

12 years ago#16127: remove outdated references to narrow builds. Patch by Serhiy Storchaka.
Ezio Melotti [Fri, 5 Oct 2012 00:33:31 +0000 (03:33 +0300)]
#16127: remove outdated references to narrow builds.  Patch by Serhiy Storchaka.

12 years agoFix PyUnicode_Format(): return NULL if PyUnicode_READY(uformat) failed
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.

12 years agoMerge: Issue #14997: disable <F5> in idle shell window.
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.

12 years agoIssue #14997: disable <F5> in idle shell window.
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.

12 years agoIssue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element element_...
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).

12 years agoFix typo in documentation for time module, thanks to docs@
Andrew Svetlov [Thu, 4 Oct 2012 16:52:32 +0000 (19:52 +0300)]
Fix typo in documentation for time module, thanks to docs@

12 years agoFix typo in documentation for collections.ChainMap, thanks to Olivier Bernard from...
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@

12 years agoCloses #16126: PyErr_Format format mismatch in _testcapimodule.c
Jesus Cea [Thu, 4 Oct 2012 14:06:30 +0000 (16:06 +0200)]
Closes #16126: PyErr_Format format mismatch in _testcapimodule.c

12 years agoMERGE: Closes #16112: platform.architecture does not correctly escape argument to...
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

12 years agoCloses #16112: platform.architecture does not correctly escape argument to /usr/bin...
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

12 years agoWhatsnew typo
Jesus Cea [Thu, 4 Oct 2012 00:58:48 +0000 (02:58 +0200)]
Whatsnew typo

12 years agowhatsnew
Jesus Cea [Thu, 4 Oct 2012 00:51:22 +0000 (02:51 +0200)]
whatsnew

12 years agoIssue #12947: Better workaround for the problem with doctest directives being strippe...
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

12 years agoIssue #12947: Add a note to doctest until the example rendering is fixed
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

12 years agoNULL merge
Jesus Cea [Wed, 3 Oct 2012 01:18:05 +0000 (03:18 +0200)]
NULL merge

12 years agoCloses #15897: zipimport.c doesn't check return value of fseek(). Typo
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

12 years agoMERGE: Fix Misc/ACKS alphabetic order
Jesus Cea [Wed, 3 Oct 2012 01:01:13 +0000 (03:01 +0200)]
MERGE: Fix Misc/ACKS alphabetic order

12 years agoMERGE: Closes #15897: zipimport.c doesn't check return value of fseek()
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()

12 years agoFix Misc/ACKS alphabetic order
Jesus Cea [Wed, 3 Oct 2012 00:14:14 +0000 (02:14 +0200)]
Fix Misc/ACKS alphabetic order

12 years agoCloses #15897: zipimport.c doesn't check return value of fseek()
Jesus Cea [Wed, 3 Oct 2012 00:13:05 +0000 (02:13 +0200)]
Closes #15897: zipimport.c doesn't check return value of fseek()

12 years agoMore whatsnew updates.
R David Murray [Tue, 2 Oct 2012 22:24:56 +0000 (18:24 -0400)]
More whatsnew updates.

12 years agoReword the next version placeholder now that the changelog is part of the published...
Nick Coghlan [Tue, 2 Oct 2012 15:59:59 +0000 (21:29 +0530)]
Reword the next version placeholder now that the changelog is part of the published What's New docs

12 years agoMerge: Close open bracket, thanks to Josh Helzer from docs@
Andrew Svetlov [Tue, 2 Oct 2012 15:42:22 +0000 (18:42 +0300)]
Merge: Close open bracket, thanks to Josh Helzer from docs@

12 years agoClose open bracket, thanks to Josh Helzer from docs@
Andrew Svetlov [Tue, 2 Oct 2012 15:39:25 +0000 (18:39 +0300)]
Close open bracket, thanks to Josh Helzer from docs@

12 years agoAdd multiprocessing.Process.sentinel to whatsnew, mention SSLFakeFile removal.
R David Murray [Tue, 2 Oct 2012 14:19:08 +0000 (10:19 -0400)]
Add multiprocessing.Process.sentinel to whatsnew, mention SSLFakeFile removal.

12 years agoIn this case it is not useful to hide "threading".
Georg Brandl [Tue, 2 Oct 2012 08:16:19 +0000 (10:16 +0200)]
In this case it is not useful to hide "threading".

12 years ago#15979: merge with 3.2.
Ezio Melotti [Tue, 2 Oct 2012 03:01:16 +0000 (06:01 +0300)]
#15979: merge with 3.2.

12 years ago#15979: improve timeit documentation.
Ezio Melotti [Tue, 2 Oct 2012 02:35:39 +0000 (05:35 +0300)]
#15979: improve timeit documentation.

12 years agoAdd threading.get_ident to whatsnew.
R David Murray [Tue, 2 Oct 2012 02:10:15 +0000 (22:10 -0400)]
Add threading.get_ident to whatsnew.

12 years ago#11109: clean up docs, add whatsnew entry, and fix Justin's last name.
R David Murray [Tue, 2 Oct 2012 01:43:46 +0000 (21:43 -0400)]
#11109: clean up docs, add whatsnew entry, and fix Justin's last name.

12 years agoFix/improve the changelog filtering.
Ezio Melotti [Mon, 1 Oct 2012 22:43:42 +0000 (01:43 +0300)]
Fix/improve the changelog filtering.

12 years agoMerge
Antoine Pitrou [Mon, 1 Oct 2012 21:44:00 +0000 (23:44 +0200)]
Merge

12 years agoSanitize and modernize some of the _elementtree code (see issue #16089).
Antoine Pitrou [Mon, 1 Oct 2012 21:40:37 +0000 (23:40 +0200)]
Sanitize and modernize some of the _elementtree code (see issue #16089).

12 years agoIssue #15599: Increase the switch interval. Several systems cannot handle
Stefan Krah [Mon, 1 Oct 2012 21:21:45 +0000 (23:21 +0200)]
Issue #15599: Increase the switch interval. Several systems cannot handle
gil_interval == 1 in extreme situations.

12 years agoIssue #16304: Further optimize BZ2File.readlines?().
Nadeem Vawda [Mon, 1 Oct 2012 21:05:32 +0000 (23:05 +0200)]
Issue #16304: Further optimize BZ2File.readlines?().

12 years agoFix error handling in new fast path of BZ2File.readline().
Nadeem Vawda [Mon, 1 Oct 2012 21:04:11 +0000 (23:04 +0200)]
Fix error handling in new fast path of BZ2File.readline().

12 years agoIssue #16304: Another performance optimization for BZ2File.
Nadeem Vawda [Mon, 1 Oct 2012 21:02:50 +0000 (23:02 +0200)]
Issue #16304: Another performance optimization for BZ2File.

Patch by Serhiy Storchaka.

12 years agoFix template syntax.
Georg Brandl [Mon, 1 Oct 2012 17:38:34 +0000 (19:38 +0200)]
Fix template syntax.

12 years agoThe default reST role `foo` can now be used in NEWS to refer to Python objects. Use...
Georg Brandl [Mon, 1 Oct 2012 17:27:05 +0000 (19:27 +0200)]
The default reST role `foo` can now be used in NEWS to refer to Python objects. Use it for a fraction of the current NEWS file.

12 years agoFix page name.
Georg Brandl [Mon, 1 Oct 2012 17:26:09 +0000 (19:26 +0200)]
Fix page name.

12 years agoSeveral improvements to the HTML NEWS version:
Georg Brandl [Mon, 1 Oct 2012 17:08:50 +0000 (19:08 +0200)]
Several improvements to the HTML NEWS version:
* rename to "Changelog"
* recognize more issue links
* add NEWS as a dependency for Sphinx

12 years agoMove 3.1 and 3.2 NEWS items to HISTORY.
Georg Brandl [Mon, 1 Oct 2012 16:55:32 +0000 (18:55 +0200)]
Move 3.1 and 3.2 NEWS items to HISTORY.

12 years agoIssue16097 Fix small typo in comment (patch by Wael Al Jishi)
Tim Golden [Mon, 1 Oct 2012 15:40:40 +0000 (16:40 +0100)]
Issue16097 Fix small typo in comment (patch by Wael Al Jishi)

12 years agoCorrecting my name since people keep bringing it up
Brian Curtin [Mon, 1 Oct 2012 14:29:36 +0000 (09:29 -0500)]
Correcting my name since people keep bringing it up

12 years agoUpdate suspicious ignore file.
Ezio Melotti [Mon, 1 Oct 2012 04:10:08 +0000 (07:10 +0300)]
Update suspicious ignore file.

12 years agoMore additions to whatsnew.
R David Murray [Mon, 1 Oct 2012 01:59:56 +0000 (21:59 -0400)]
More additions to whatsnew.

12 years agoMerge: Fix sqlite3 class markup.
R David Murray [Mon, 1 Oct 2012 00:49:19 +0000 (20:49 -0400)]
Merge: Fix sqlite3 class markup.

12 years agoFix sqlite3 class markup.
R David Murray [Mon, 1 Oct 2012 00:44:43 +0000 (20:44 -0400)]
Fix sqlite3 class markup.

12 years agoMore whatsnew adds, especially the os module.
R David Murray [Mon, 1 Oct 2012 00:07:42 +0000 (20:07 -0400)]
More whatsnew adds, especially the os module.

I went through all the versionchanged/versionadded tags in the os doc page for
this changeset.

12 years agoIssue #16304: Further performance improvements for BZ2File.
Nadeem Vawda [Sun, 30 Sep 2012 21:58:01 +0000 (23:58 +0200)]
Issue #16304: Further performance improvements for BZ2File.

Optimizations suggested by Serhiy Storchaka.

12 years agoAdd some missing stuff to whatsnew.
R David Murray [Sun, 30 Sep 2012 21:28:54 +0000 (17:28 -0400)]
Add some missing stuff to whatsnew.

12 years ago#15923: merge with 3.2.
Ezio Melotti [Sun, 30 Sep 2012 19:47:47 +0000 (22:47 +0300)]
#15923: merge with 3.2.