]>
granicus.if.org Git - python/log
Benjamin Peterson [Wed, 23 Apr 2014 01:54:10 +0000 (21:54 -0400)]
fix off-by-one error (closes #21330)
Zachary Ware [Tue, 22 Apr 2014 20:36:11 +0000 (15:36 -0500)]
Issue #21303, #20565: Updated the version of Tcl/Tk used on Windows
from 8.5.2 to 8.5.15.
Terry Jan Reedy [Tue, 22 Apr 2014 05:26:35 +0000 (01:26 -0400)]
Issue #21138: Change default reformat paragraph width to PEP 8's 72.
Terry Jan Reedy [Tue, 22 Apr 2014 05:10:57 +0000 (01:10 -0400)]
Issue 21284: Idle: make test_formatparagraph pass even when a user changes the
reformat width in the configuration menu.
Ned Deily [Sat, 19 Apr 2014 20:24:03 +0000 (13:24 -0700)]
Issue #21311: Avoid exception in _osx_support with non-standard compiler
configurations. Patch by John Szakmeister.
doko@ubuntu.com [Thu, 17 Apr 2014 18:11:19 +0000 (20:11 +0200)]
- Issue #21285: Refactor and fix curses configure check to always search
in a ncursesw directory.
R David Murray [Thu, 17 Apr 2014 01:57:38 +0000 (21:57 -0400)]
#18628: clarify index entry for source file encoding declaration.
Terry Jan Reedy [Wed, 16 Apr 2014 03:44:10 +0000 (23:44 -0400)]
#18566: Whitespace
Terry Jan Reedy [Wed, 16 Apr 2014 03:38:11 +0000 (23:38 -0400)]
Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal.
Vinay Sajip [Tue, 15 Apr 2014 22:11:15 +0000 (23:11 +0100)]
Issue #21245: updated documentation on exception() method and function.
Andrew Kuchling [Tue, 15 Apr 2014 20:44:43 +0000 (16:44 -0400)]
#
1704474 : mark refleak test as specific to CPython
Patch by Christian Hudon.
Andrew Kuchling [Tue, 15 Apr 2014 20:07:52 +0000 (16:07 -0400)]
#15840: make docs consistent by saying operations on closed files raise ValueError.
Patch by Caelyn McAulay.
Neither Caelyn nor I could find any cases in 2.7 or 3.4/5 where an
operation on a closed stream raised IOError; generally the C
implementation have a macro to check for the stream being closed, and
these macros all raised ValueError. If we find any, a new bug should
be opened.
Gregory P. Smith [Tue, 15 Apr 2014 15:01:27 +0000 (08:01 -0700)]
whitespace chaps my hide
Gregory P. Smith [Tue, 15 Apr 2014 14:59:44 +0000 (07:59 -0700)]
Some cleanup of the subprocess docs in 2.7. Adds a reference to the
subprocess32 project in PyPI for posix users.
Benjamin Peterson [Mon, 14 Apr 2014 23:57:52 +0000 (19:57 -0400)]
add missing NULL check
Benjamin Peterson [Mon, 14 Apr 2014 23:45:46 +0000 (19:45 -0400)]
when an exception is raised in fdopen, never close the fd (changing on my mind on #21191)
Benjamin Peterson [Mon, 14 Apr 2014 23:25:36 +0000 (19:25 -0400)]
Backed out changeset
81abb121dc65
Benjamin Peterson [Mon, 14 Apr 2014 20:51:29 +0000 (16:51 -0400)]
temporary change to get better debugging from windows bots
Terry Jan Reedy [Mon, 14 Apr 2014 20:17:09 +0000 (16:17 -0400)]
Closes #20956: 2.7 tokenize does not produce named tuples. Patch by Sam Kimbrel.
Benjamin Peterson [Mon, 14 Apr 2014 16:24:37 +0000 (12:24 -0400)]
do not generate pipe names in the temporary dir
Benjamin Peterson [Mon, 14 Apr 2014 15:43:09 +0000 (11:43 -0400)]
disallow a negative idx parameter
Mark Dickinson [Mon, 14 Apr 2014 15:33:46 +0000 (11:33 -0400)]
Issue #20624: Merge exception docs tweak from 3.4 branch.
Eric V. Smith [Mon, 14 Apr 2014 15:22:33 +0000 (11:22 -0400)]
Issue #12546: Allow \x00 as a fill character for builtin type __format__ methods.
Benjamin Peterson [Mon, 14 Apr 2014 02:10:38 +0000 (22:10 -0400)]
in scan_once, prevent the reading of arbitrary memory when passed a negative index
Bug reported by Guido Vranken.
Ned Deily [Sat, 12 Apr 2014 16:31:28 +0000 (09:31 -0700)]
Remove references to the obsolete Mac Carbon modules in the GUI
section of the FAQ.
Terry Jan Reedy [Fri, 11 Apr 2014 18:11:00 +0000 (14:11 -0400)]
Issue #21170: Removed invalid parameter names from unittest doc.
Patch by Kushal Das.
Vinay Sajip [Thu, 10 Apr 2014 06:07:59 +0000 (07:07 +0100)]
Issue #21172: isinstance check relaxed from dict to collections.Mapping.
Benjamin Peterson [Thu, 10 Apr 2014 04:23:18 +0000 (00:23 -0400)]
teach 2to3 about 'yield from'
Benjamin Peterson [Thu, 10 Apr 2014 04:12:47 +0000 (00:12 -0400)]
add matrix multiplication operator support to 2to3
Ned Deily [Wed, 9 Apr 2014 23:13:46 +0000 (16:13 -0700)]
Issue #21187: Fix OS X installer fail-to-build with Xcode 5.1.
Ned Deily [Wed, 9 Apr 2014 23:12:11 +0000 (16:12 -0700)]
Issue #20644: Keep build-installer.py in sync across active versions.
Benjamin Peterson [Wed, 9 Apr 2014 19:40:18 +0000 (15:40 -0400)]
make sure fdopen always closes the fd in error cases (closes #21191)
Senthil Kumaran [Wed, 9 Apr 2014 15:41:02 +0000 (11:41 -0400)]
issue #21190: Fix the docs README link
Mark Dickinson [Wed, 9 Apr 2014 11:03:27 +0000 (07:03 -0400)]
Issue #21179: Fix description of 'round' function for numbers.Real.
Benjamin Peterson [Tue, 8 Apr 2014 14:51:20 +0000 (10:51 -0400)]
use imperative
Benjamin Peterson [Tue, 8 Apr 2014 14:50:54 +0000 (10:50 -0400)]
PySequence_Fast generally returns a list (#16305)
Benjamin Peterson [Tue, 8 Apr 2014 14:48:36 +0000 (10:48 -0400)]
PySequence_Fast generally returns a list not a tuple (closes #16395)
Benjamin Peterson [Tue, 8 Apr 2014 14:44:30 +0000 (10:44 -0400)]
the name of the slot of nb_multiply not nb_mul
Benjamin Peterson [Mon, 7 Apr 2014 23:34:33 +0000 (19:34 -0400)]
fix verb (closes #21174)
Senthil Kumaran [Sun, 6 Apr 2014 17:58:51 +0000 (10:58 -0700)]
minor docfix (reported at docs@python.org) trace.py argument is --count not --counts
Benjamin Peterson [Fri, 4 Apr 2014 17:59:33 +0000 (13:59 -0400)]
use with statement
Benjamin Peterson [Fri, 4 Apr 2014 17:56:44 +0000 (13:56 -0400)]
explicitly close file object (#21128)
Benjamin Peterson [Fri, 4 Apr 2014 17:56:26 +0000 (13:56 -0400)]
properly explicitly close file (#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)
Benjamin Peterson [Fri, 4 Apr 2014 13:58:13 +0000 (09:58 -0400)]
note that the hash of an arbitrary object is only derived from its address (closes #21154)
Patch from Armin Rigo.
Vinay Sajip [Fri, 4 Apr 2014 09:47:53 +0000 (10:47 +0100)]
Issue #21149: Improved thread-safety in logging cleanup during interpreter shutdown.
Benjamin Peterson [Thu, 3 Apr 2014 14:31:25 +0000 (10:31 -0400)]
properly close files in test_zipfile (#20887)
Patch by Matti Picus.
Benjamin Peterson [Wed, 2 Apr 2014 19:51:38 +0000 (15:51 -0400)]
make sure to test UnicodeEncodeError, too
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)
Raymond Hettinger [Wed, 2 Apr 2014 05:11:34 +0000 (22:11 -0700)]
Issue 21125: minor wording tweak.
Zachary Ware [Tue, 1 Apr 2014 17:18:58 +0000 (12:18 -0500)]
Issue #15067: Remove reference to a rejected PEP.
Further explanation of the concept stands alone without this reference,
no need to potentially confuse people by bringing up a feature that
doesn't exist.
Benjamin Peterson [Mon, 31 Mar 2014 17:44:53 +0000 (13:44 -0400)]
use https docs url (#21115)
Benjamin Peterson [Mon, 31 Mar 2014 00:33:47 +0000 (20:33 -0400)]
add Ian Beer
Benjamin Peterson [Mon, 31 Mar 2014 00:09:44 +0000 (20:09 -0400)]
fix overflow detection of strop.expandtabs
Benjamin Peterson [Sun, 30 Mar 2014 23:47:57 +0000 (19:47 -0400)]
fix expandtabs overflow detection to be consistent and not rely on signed overflow
Benjamin Peterson [Sun, 30 Mar 2014 23:23:24 +0000 (19:23 -0400)]
add braces and fix indentation
Benjamin Peterson [Sun, 30 Mar 2014 23:16:44 +0000 (19:16 -0400)]
fix indentation and add braces
Benjamin Peterson [Sun, 30 Mar 2014 20:43:11 +0000 (16:43 -0400)]
support CDN purging
Raymond Hettinger [Sun, 30 Mar 2014 04:01:50 +0000 (21:01 -0700)]
Issue #21029: IDLE now colors print consistently as a keyword.
Raymond Hettinger [Sat, 29 Mar 2014 18:49:11 +0000 (11:49 -0700)]
Minor readability improvement.
Ned Deily [Sat, 29 Mar 2014 07:07:42 +0000 (00:07 -0700)]
Issue #21093: Prevent failures of ctypes test_macholib on OS X if a
copy of libz exists in $HOME/lib or /usr/local/lib.
Georg Brandl [Fri, 28 Mar 2014 19:07:35 +0000 (20:07 +0100)]
Update suspicious ignore file.
Ned Deily [Fri, 28 Mar 2014 03:47:04 +0000 (20:47 -0700)]
Issue #17654: Ensure IDLE menus are customized properly on OS X for
non-framework builds and for all variants of Tk.
Ned Deily [Thu, 27 Mar 2014 23:38:32 +0000 (16:38 -0700)]
Issue #6676: Ensure a meaningful exception is raised when attempting
to parse more than one XML document per pyexpat xmlparser instance.
(Original patches by Hirokazu Yamamoto and Amaury Forgeot d'Arc, with
suggested wording by David Gutteridge)
Ned Deily [Thu, 27 Mar 2014 06:25:02 +0000 (23:25 -0700)]
Issue #20939: Use www.example.com instead of www.python.org to avoid test
failures when ssl is not present.
R David Murray [Tue, 25 Mar 2014 19:29:42 +0000 (15:29 -0400)]
backport: #20145: assertRaisesRegexp now raises a TypeError on bad regex.
Previously a non-string, non-regex second argument and no callable
argument could cause the test to appear to always pass.
Victor Stinner [Tue, 25 Mar 2014 11:53:47 +0000 (12:53 +0100)]
Issue #21038: Cleanup test_epoll.py
Remove useless test and unused variables. Initial patch by Andreas Schwab.
Vinay Sajip [Tue, 25 Mar 2014 11:20:22 +0000 (11:20 +0000)]
Updated external link in documentation.
Georg Brandl [Tue, 25 Mar 2014 09:12:47 +0000 (10:12 +0100)]
Closes #21045: make the Qt help build not look completely stupid
Georg Brandl [Tue, 25 Mar 2014 08:34:30 +0000 (09:34 +0100)]
Closes #18456: Doc fix: PyDict_Update only works with dict-like objects, not key-value sequences. Patch by priyapappachan.
Victor Stinner [Tue, 25 Mar 2014 08:10:59 +0000 (09:10 +0100)]
Issue #21058: NamedTemporaryFile() closes the FD on any error, not only Exception
Victor Stinner [Tue, 25 Mar 2014 08:08:16 +0000 (09:08 +0100)]
Issue #21058: Fix a leak of file descriptor in tempfile.NamedTemporaryFile(),
close the file descriptor if os.fdopen() fails
Donald Stufft [Mon, 24 Mar 2014 23:49:42 +0000 (19:49 -0400)]
Issue #21043 - Remove CACert.org from the recommendations
Zachary Ware [Thu, 20 Mar 2014 16:00:29 +0000 (11:00 -0500)]
Use "x" instead of "i" for s.index and s.count entries in sequence ops table.
Suggested by Bruce Esrig on docs@.
Benjamin Peterson [Thu, 20 Mar 2014 01:54:59 +0000 (20:54 -0500)]
sync with 3.4 branch
Benjamin Peterson [Thu, 20 Mar 2014 01:52:17 +0000 (20:52 -0500)]
add Nehal Hussain
Zachary Ware [Tue, 18 Mar 2014 14:18:53 +0000 (09:18 -0500)]
Issue #20966: Fix Tkinter Resources link
Georg Brandl [Mon, 17 Mar 2014 06:36:45 +0000 (07:36 +0100)]
Update doc version switcher for 3.4/3.5.
Benjamin Peterson [Sun, 16 Mar 2014 09:07:26 +0000 (10:07 +0100)]
fix ctypes test alignment assumptions (closes #20946)
Patch by Andreas Schwab.
Antoine Pitrou [Sun, 16 Mar 2014 01:12:20 +0000 (02:12 +0100)]
Close #16665: improve documentation for hex(). Patch by Jessica McKellar.
Benjamin Peterson [Sat, 15 Mar 2014 20:23:32 +0000 (15:23 -0500)]
send people to the right editors page (#20938)
Ned Deily [Sat, 15 Mar 2014 20:14:15 +0000 (13:14 -0700)]
Issue #20939: Fix test_geturl failure in test_urllibnet due to
new redirect of http://www.python.org/ to https://www.python.org.
Benjamin Peterson [Sat, 15 Mar 2014 17:29:04 +0000 (12:29 -0500)]
remove runtime_library_dirs for _sqlite; it isn't needed
Éric Araujo [Thu, 13 Mar 2014 20:17:11 +0000 (16:17 -0400)]
Clarify distutils’ clean command (ref #6142)
Jesus Cea [Thu, 13 Mar 2014 16:33:43 +0000 (17:33 +0100)]
Closes #20908: Memory leak in Reg2Py()
Benjamin Peterson [Thu, 13 Mar 2014 02:51:52 +0000 (21:51 -0500)]
weaken callback count inequality (closes #20901)
Benjamin Peterson [Thu, 13 Mar 2014 02:41:35 +0000 (21:41 -0500)]
remove unnecessary word (closes #19060)
Patch by Anastasia Filatova.
Éric Araujo [Thu, 13 Mar 2014 02:19:39 +0000 (22:19 -0400)]
Make distutils error messages more helpful (#11599).
When running external programs such as a C compiler and getting an
error code, distutils only prints the program name. With this change,
one can get the full command line by setting the DISTUTILS_DEBUG
environment variable.
This should have no compatibility issues, unless there are tools
that depend on the exact format of distutils debug messages.
Éric Araujo [Wed, 12 Mar 2014 23:35:54 +0000 (19:35 -0400)]
Fix note markup (#16805).
Patch by Tshepang Lekhonkhobe, reviewed by Georg Brandl.
Benjamin Peterson [Wed, 12 Mar 2014 23:05:53 +0000 (18:05 -0500)]
use ssl.PROTOCOL_SSLv23 for maximum compatibility (closes #20896)
Benjamin Peterson [Wed, 12 Mar 2014 20:08:43 +0000 (15:08 -0500)]
add Sean Rodman
Éric Araujo [Wed, 12 Mar 2014 09:01:25 +0000 (05:01 -0400)]
Fix missing import in bdist_rpm (#18045)
Éric Araujo [Wed, 12 Mar 2014 07:19:33 +0000 (03:19 -0400)]
Restore missing part of error message (#4931)
Éric Araujo [Wed, 12 Mar 2014 07:14:48 +0000 (03:14 -0400)]
Avoid “error: None” messages from distutils (#4931).
Thanks to Amaury Forgeot d’Arc and Philip J. Eby.
Éric Araujo [Wed, 12 Mar 2014 06:16:37 +0000 (02:16 -0400)]
Define what “updating” means in docs for open (#19627).
Original patch by Lina Clark.
R David Murray [Tue, 11 Mar 2014 22:12:25 +0000 (18:12 -0400)]
#20030: doc that TestLoader.discover returns a TestSuite.
Patch by Lita Cho.
Benjamin Peterson [Tue, 11 Mar 2014 19:28:37 +0000 (14:28 -0500)]
sync pyporting howto from python 3 docs
Georg Brandl [Tue, 11 Mar 2014 09:28:56 +0000 (10:28 +0100)]
#13530: port to 2.7 branch (document what os.lseek returns).
Georg Brandl [Mon, 10 Mar 2014 18:26:57 +0000 (19:26 +0100)]
Closes #20090: update Doc/README and the error message in sphinx-build.py to make
it clear that any Python 3.x is not usable with the checked out Sphinx.
Benjamin Peterson [Sun, 9 Mar 2014 19:01:09 +0000 (14:01 -0500)]
note that future_builtin's map is not quite like python 3's (closes #19363)
Patch by Gareth Rees.