]>
granicus.if.org Git - python/log
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) [Thu, 2 Jun 2016 23:50:07 +0000 (23:50 +0000)]
Exclude unittests from the make profile-opt training run that either
take a rediculious amount of time to run, fail or provide little use
to the profile feedback. (similar to what is already done in 3.5 and
by major Linux distro builds own profiling runs)
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) [Thu, 2 Jun 2016 23:44:40 +0000 (23:44 +0000)]
Issue #25702: A --with-lto configure option has been added that will
enable link time optimizations at build time during a make profile-opt.
Some compilers and toolchains are known to not produce stable code when
using LTO, be sure to test things thoroughly before relying on it.
It can provide a few % speed up over profile-opt alone.
Benjamin Peterson [Thu, 2 Jun 2016 19:41:35 +0000 (12:41 -0700)]
remove (hilarious) defaults for various constants getpath.c needs
R David Murray [Thu, 2 Jun 2016 19:13:37 +0000 (15:13 -0400)]
#13784: fix xml.sax.reader getColumn/LineNumber docs.
verification and patch by Emily Morehouse.
Benjamin Peterson [Thu, 2 Jun 2016 18:35:59 +0000 (11:35 -0700)]
note that Py_VISIT handles NULL (closes #27183)
Martin Panter [Thu, 2 Jun 2016 10:35:44 +0000 (10:35 +0000)]
Issue #27171: Fix typos in documentation, code comments, and tests
Berker Peksag [Thu, 2 Jun 2016 01:32:42 +0000 (18:32 -0700)]
Issue #12243: Remove redundant availability notes from getpass docs
I wonder why I keep forgetting 2.7 :P
Patch by Bryce Verdier.
Martin Panter [Wed, 1 Jun 2016 08:20:22 +0000 (08:20 +0000)]
Issue #25570: Add example of customizing User-Agent via add_header()
Ezio Melotti [Sun, 27 Jan 2013 04:20:14 +0000 (06:20 +0200)]
Fix a few typos. Patch by Eitan Adler.
Fred Drake [Tue, 4 Sep 2007 19:43:19 +0000 (19:43 +0000)]
fix typo
Martin Panter [Mon, 30 May 2016 04:04:50 +0000 (04:04 +0000)]
Issue #27125: Remove duplicated words from documentation and comments
Terry Jan Reedy [Mon, 30 May 2016 05:02:28 +0000 (01:02 -0400)]
Add items to MISC/NEWS and idlelib/NEWS.txt.
Senthil Kumaran [Mon, 30 May 2016 03:38:55 +0000 (20:38 -0700)]
issue27043 - Explain the inspect.cleandoc behavior on synopsis line and other lines.
Patch contributed by Nathan Harold.
Martin Panter [Sun, 29 May 2016 08:13:58 +0000 (08:13 +0000)]
Issue #27125: Fix various errors like “will [be] inherited”
Benjamin Peterson [Sat, 28 May 2016 21:03:41 +0000 (14:03 -0700)]
Backed out changeset
e7062dd9085e (#25731)
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) [Sat, 28 May 2016 19:24:14 +0000 (19:24 +0000)]
issue26083: Avoid duplicate error message string from a subprocess exec failure.Avoid a duplicate error message string from a subprocess exec failure.
:P
Raymond Hettinger [Sat, 28 May 2016 07:26:41 +0000 (00:26 -0700)]
Issue 25926: Clarify that the pure python equivalents are only approximate.
Martin Panter [Sat, 28 May 2016 02:33:05 +0000 (02:33 +0000)]
Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL
Patch by Anish Shah and Aatish Neupane.
Martin Panter [Fri, 27 May 2016 11:20:21 +0000 (11:20 +0000)]
Issue #5784: Cannot test wbits=0 unless we know we have zlib v1.2.3.5
Martin Panter [Fri, 27 May 2016 07:32:11 +0000 (07:32 +0000)]
Issue #5784: Expand documentation and tests for zlib wbits parameter
Based on documentation by AM Kuchling.
Benjamin Peterson [Fri, 27 May 2016 06:18:51 +0000 (23:18 -0700)]
stop talking about svn
Benjamin Peterson [Fri, 27 May 2016 05:55:49 +0000 (22:55 -0700)]
remove cruft from Schwarzian transform section
Benjamin Peterson [Fri, 27 May 2016 05:51:32 +0000 (22:51 -0700)]
"Numeric Python" -> "NumPy"
Steve Dower [Thu, 26 May 2016 19:17:21 +0000 (12:17 -0700)]
Issue #27114: Fix SSLContext._load_windows_store_certs fails with PermissionError
Martin Panter [Thu, 26 May 2016 05:28:50 +0000 (05:28 +0000)]
Issue #27076: Doc, comment and test function name spelling fixes
Most fixes to Doc/ and Lib/ directories by Ville Skyttä.
Donald Stufft [Tue, 20 May 2014 16:58:38 +0000 (12:58 -0400)]
Fix Issue #21528 - Fix documentation typos
Raymond Hettinger [Thu, 16 Dec 2010 00:30:53 +0000 (00:30 +0000)]
Nits
Georg Brandl [Fri, 13 Mar 2009 19:04:40 +0000 (19:04 +0000)]
#5486: typos.
Georg Brandl [Tue, 21 Sep 2010 14:48:28 +0000 (14:48 +0000)]
#9911: doc copyedits.
Eli Bendersky [Sun, 9 Feb 2014 13:54:13 +0000 (05:54 -0800)]
Fix typo in library/ipc.rst
Benjamin Peterson [Tue, 24 May 2016 05:47:50 +0000 (22:47 -0700)]
fix indentation and add curlies (closes #27093)
Terry Jan Reedy [Sun, 22 May 2016 18:35:13 +0000 (14:35 -0400)]
Issue #26673: Protect IDLE from Linux fonts with reported default size 0.
Such fonts on Linux prevented the configuration dialog from opening.
Serhiy Storchaka [Sun, 22 May 2016 15:24:48 +0000 (18:24 +0300)]
Backported curses tests.
Martin Panter [Sun, 22 May 2016 03:11:44 +0000 (03:11 +0000)]
Fix minor inconsistencies with Issue #N references in NEWS
Serhiy Storchaka [Fri, 20 May 2016 19:31:24 +0000 (22:31 +0300)]
Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N"
format unit.
Serhiy Storchaka [Wed, 18 May 2016 10:00:48 +0000 (13:00 +0300)]
Fixed test_sizeof for deque.
Terry Jan Reedy [Tue, 17 May 2016 02:27:22 +0000 (22:27 -0400)]
Backports: #25747: remove bad test. #27044: stop test_idle from leaking.
Serhiy Storchaka [Mon, 16 May 2016 19:15:57 +0000 (22:15 +0300)]
Issue #27039: Fixed bytearray.remove() for values greater than 127.
Patch by Joe Jevnik.
Martin Panter [Mon, 16 May 2016 01:07:13 +0000 (01:07 +0000)]
Issue #14132: Fix redirect handling when target is just a query string
Serhiy Storchaka [Sat, 6 Sep 2014 18:41:39 +0000 (21:41 +0300)]
Issue #19524: Port fakehttp() from Py3
c1fb19907cc4 for use in test_urllib2
Serhiy Storchaka [Mon, 16 May 2016 07:12:02 +0000 (10:12 +0300)]
Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes
in PyArg_ParseTuple().
Serhiy Storchaka [Mon, 16 May 2016 06:55:32 +0000 (09:55 +0300)]
Backported tests for issue #18531.
Terry Jan Reedy [Mon, 16 May 2016 03:52:50 +0000 (23:52 -0400)]
Issue 18910: Edit idle_test/README.txt to add 'requires' warning.
Martin Panter [Sat, 14 May 2016 07:25:37 +0000 (07:25 +0000)]
Remove PEP 291 compatibility requirements for ctypes and modulefinder
https://mail.python.org/pipermail/python-dev/2016-May/144502.html
Serhiy Storchaka [Fri, 13 May 2016 18:19:44 +0000 (21:19 +0300)]
Restored test_interleaved. After issue #8886 it was a duplicate of
test_different_file.
Martin Panter [Fri, 13 May 2016 01:54:44 +0000 (01:54 +0000)]
Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira Li
Benjamin Peterson [Fri, 13 May 2016 06:12:21 +0000 (23:12 -0700)]
fix indentation of comments in cellobject.c (closes #27011)
Antoine Pitrou [Wed, 25 May 2011 16:17:25 +0000 (18:17 +0200)]
Issue #12045: Avoid duplicate execution of command in ctypes.util._get_soname().
Patch by Sijin Joseph.
Serhiy Storchaka [Tue, 10 May 2016 10:45:32 +0000 (13:45 +0300)]
Issue #23921: Standardized documentation whitespace formatting.
Original patch by James Edwards.
Senthil Kumaran [Tue, 10 May 2016 08:29:34 +0000 (01:29 -0700)]
Add NEWS entry for issue26960.
Senthil Kumaran [Tue, 10 May 2016 08:12:55 +0000 (01:12 -0700)]
Closes issue26960.
Backport issue16270: Fix for urllib hanging with ftp urls.
Serhiy Storchaka [Sun, 8 May 2016 21:11:59 +0000 (00:11 +0300)]
Issue #25745: Fixed leaking a userptr in curses panel destructor.
Serhiy Storchaka [Sun, 8 May 2016 21:02:06 +0000 (00:02 +0300)]
Issue #26881: modulefinder now works with bytecode with extended args.
Martin Panter [Sun, 8 May 2016 13:45:55 +0000 (13:45 +0000)]
Corrections for a/an in code comments and documentation
Martin Panter [Sun, 8 May 2016 13:18:25 +0000 (13:18 +0000)]
Fix typos in comments, documentation and test method names
Martin Panter [Sun, 8 May 2016 12:47:37 +0000 (12:47 +0000)]
Issue #26512: Clarify Integral; tidy up table of rounding functions
Based on patch by Julien.
Berker Peksag [Sat, 7 May 2016 13:41:39 +0000 (16:41 +0300)]
Replace example.com with pythontest.net in test_getcode of test_urllibnet
Serhiy Storchaka [Sat, 7 May 2016 12:41:09 +0000 (15:41 +0300)]
Issue #17765: weakref.ref() no longer silently ignores keyword arguments.
Patch by Georg Brandl.
Serhiy Storchaka [Sat, 7 May 2016 07:50:12 +0000 (10:50 +0300)]
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka [Sat, 7 May 2016 07:06:53 +0000 (10:06 +0300)]
Issue #26889: Fixed hyperlinks formatting.
Serhiy Storchaka [Sat, 7 May 2016 05:44:58 +0000 (08:44 +0300)]
Issue #26889: Tweaked xmlrpclib documentation.
Berker Peksag [Thu, 5 May 2016 08:05:49 +0000 (11:05 +0300)]
Issue #26962: Backport
23d986228c6b to 2.7
Serhiy Storchaka [Wed, 4 May 2016 08:28:09 +0000 (11:28 +0300)]
Issue #26873: xmlrpclib now raises ResponseError on unsupported type tags
instead of silently return incorrect result.
Serhiy Storchaka [Tue, 3 May 2016 19:15:29 +0000 (22:15 +0300)]
Backported test for posixpath.expanduser().
Terry Jan Reedy [Mon, 2 May 2016 22:17:19 +0000 (18:17 -0400)]
Clarify IDLE-console differences with respect to the sys module.
The reload(sys) effect was the crux of a Stackoverflow question.
Donald Stufft [Mon, 2 May 2016 11:02:30 +0000 (07:02 -0400)]
Upgrade ensurepip bundled setuptools to 20.10.1
Meador Inge [Sun, 1 May 2016 02:56:59 +0000 (21:56 -0500)]
Issue #24114: Fix an uninitialized variable in `ctypes.util`.
The bug only occurs on SunOS when the ctypes implementation searches
for the `crle` program. Patch by Xiang Zhang. Tested on SunOS by
Kees Bos.
Berker Peksag [Sat, 30 Apr 2016 15:36:31 +0000 (18:36 +0300)]
Issue #21746: Remove BaseResult reference from urlparse documentation
BaseResult no longer exists and it has been replaced by namedtuple.
Patch by Matthew Gilson.
Martin Panter [Sat, 30 Apr 2016 01:03:40 +0000 (01:03 +0000)]
Issue #26864: Fix case insensitivity and suffix comparison with no_proxy
Patch by Xiang Zhang.
Serhiy Storchaka [Fri, 29 Apr 2016 06:12:38 +0000 (09:12 +0300)]
Issue #26822: Decreased an overhead of using _PyArg_NoKeywords() in calls of
itemgetter, attrgetter and methodcaller objects.
Zachary Ware [Thu, 28 Apr 2016 19:38:48 +0000 (14:38 -0500)]
Issue #26874: Simplify the divmod docstring.
Now it actually matches the prose docs.
Zachary Ware [Thu, 28 Apr 2016 19:23:48 +0000 (14:23 -0500)]
Issue #26874: Make divmod docstring and full doc match
Serhiy Storchaka [Wed, 27 Apr 2016 20:07:25 +0000 (23:07 +0300)]
fileinput.hook_encoded() uses io.open(), not codecs.open().
Berker Peksag [Wed, 27 Apr 2016 05:58:32 +0000 (08:58 +0300)]
Issue #26672: Fix regrtest example in test.rst
Reported by Axel Luttgens.
Martin Panter [Tue, 26 Apr 2016 11:33:46 +0000 (11:33 +0000)]
Issue #20598: Replace trivial split() calls with lists in argparse docs
Raymond Hettinger [Tue, 26 Apr 2016 08:09:32 +0000 (01:09 -0700)]
Issue #24715: Improve sort stability example
Raymond Hettinger [Tue, 26 Apr 2016 07:59:16 +0000 (00:59 -0700)]
Issue #23986: Note that the in-operator for lists and tuples check identity before equality.
Senthil Kumaran [Mon, 25 Apr 2016 16:17:54 +0000 (09:17 -0700)]
backport fix for Issue #26804.
urllib.request will prefer lower_case proxy environment variables over
UPPER_CASE or Mixed_Case ones.
Serhiy Storchaka [Mon, 25 Apr 2016 05:59:35 +0000 (08:59 +0300)]
Issue #26837: assertSequenceEqual() now correctly outputs non-stringified
differing items. This affects assertListEqual() and assertTupleEqual().
Serhiy Storchaka [Sat, 23 Apr 2016 07:53:28 +0000 (10:53 +0300)]
Issue #26822: itemgetter, attrgetter and methodcaller objects no longer
silently ignore keyword arguments.
Benjamin Peterson [Sat, 23 Apr 2016 06:43:10 +0000 (23:43 -0700)]
fix python 3 mod init function declaration (closes #26827)
Martin Panter [Sat, 23 Apr 2016 00:58:44 +0000 (00:58 +0000)]
Issue #22359: Avoid recursive $(MAKE); disable running cross-compiled pgen
Patches by Jonas Wagner and Xavier de Gaye.
Victor Stinner [Wed, 20 Apr 2016 16:23:13 +0000 (18:23 +0200)]
Fix python-gdb.py: get C types on demand
Issue #26799: Fix python-gdb.py: don't get C types once when the Python code is
loaded, but get C types on demand. The C types can change if python-gdb.py is
loaded before the Python executable. Patch written by Thomas Ilsche.
Martin Panter [Tue, 19 Apr 2016 04:03:41 +0000 (04:03 +0000)]
Fix spelling (inital), grammar (may translates) in documentation, comments
Martin Panter [Mon, 18 Apr 2016 03:45:18 +0000 (03:45 +0000)]
Issue #26657: Fix SimpleHTTPServer Windows directory traversal vulnerability
Based on patch by Philipp Hagemeister. This fixes a regression caused by
revision
6b314f5c9404 .
Serhiy Storchaka [Sun, 17 Apr 2016 06:37:36 +0000 (09:37 +0300)]
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Martin Panter [Sun, 31 Jan 2016 06:30:56 +0000 (06:30 +0000)]
Issue #4806: Avoid masking TypeError when *-unpacking a generator
Based on patch by Hagen Fürstenau.
Benjamin Peterson [Sat, 16 Apr 2016 21:47:12 +0000 (14:47 -0700)]
add gc support to slice (closes #26659)
Berker Peksag [Sat, 16 Apr 2016 20:15:39 +0000 (23:15 +0300)]
Issue #24173: Fix curses.wrapper link in curses HOWTO
Berker Peksag [Sat, 16 Apr 2016 19:16:05 +0000 (22:16 +0300)]
Issue #23029: Fix catch_warnings() in test_filename_none
It was printed UserWarning output because catch_warnings() was missing
record=True.
Senthil Kumaran [Sat, 16 Apr 2016 14:15:38 +0000 (07:15 -0700)]
Improve the coverage of urlparse module. Backport to 2.7 branch.
Martin Panter [Sat, 16 Apr 2016 09:28:57 +0000 (09:28 +0000)]
Fix typos in code comment and documentation
Martin Panter [Sat, 16 Apr 2016 04:59:38 +0000 (04:59 +0000)]
Issue #26638: Fix links to some CLI options
Disable inappropriate links to Python interpreter options. Also make CLI
section label in timeit less ambiguous.
Martin Panter [Sat, 9 Apr 2016 03:49:48 +0000 (03:49 +0000)]
Issue #25314: Remove confused statement about const argument
Martin Panter [Fri, 15 Apr 2016 02:14:19 +0000 (02:14 +0000)]
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
This affects documentation and code comments.
Zachary Ware [Thu, 14 Apr 2016 15:18:27 +0000 (10:18 -0500)]
Issue #26465: Update VS9.0 build files for OpenSSL 1.0.2g
Berker Peksag [Thu, 14 Apr 2016 12:51:22 +0000 (15:51 +0300)]
Issue #26747: Document that InstanceTypes only works for old-style classes
Patch by Nan Wu.
Serhiy Storchaka [Wed, 13 Apr 2016 12:27:33 +0000 (15:27 +0300)]
Issue #26718: super.__init__ no longer leaks memory if called multiple times.
NOTE: A direct call of super.__init__ is not endorsed!
Senthil Kumaran [Wed, 13 Apr 2016 06:13:33 +0000 (23:13 -0700)]
[minor] - Correct the docstring of locale.str. Patch by poleto.
Georg Brandl [Sun, 28 Feb 2016 20:13:23 +0000 (21:13 +0100)]
Update susp-ignore file (#25910).