]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[2.7] Fix line breaks added after hyphens by blurb. (GH-7052)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 22 May 2018 11:55:52 +0000 (14:55 +0300)
committerGitHub <noreply@github.com>
Tue, 22 May 2018 11:55:52 +0000 (14:55 +0300)
15 files changed:
Misc/NEWS.d/2.6a1.rst
Misc/NEWS.d/2.6a2.rst
Misc/NEWS.d/2.7.11rc1.rst
Misc/NEWS.d/2.7.13rc1.rst
Misc/NEWS.d/2.7.14rc1.rst
Misc/NEWS.d/2.7.15rc1.rst
Misc/NEWS.d/2.7.2rc1.rst
Misc/NEWS.d/2.7.4rc1.rst
Misc/NEWS.d/2.7.5.rst
Misc/NEWS.d/2.7.9rc1.rst
Misc/NEWS.d/2.7a1.rst
Misc/NEWS.d/2.7a2.rst
Misc/NEWS.d/2.7b1.rst
Misc/NEWS.d/2.7b2.rst
Misc/NEWS.d/2.7rc1.rst

index 8edf052299fc514790d77fa156ec584929a8c074..058d8c4d6a1e9a57994d45f8f77462884a59c0e5 100644 (file)
@@ -562,8 +562,8 @@ shifts from ints to longs.
 .. nonce: mFw2O5
 .. section: Core and Builtins
 
-Tuple's tp_repr did not take into account the possibility of having a self-
-referential tuple, which is possible from C code.  Nor did object's tp_str
+Tuple's tp_repr did not take into account the possibility of having a
+self-referential tuple, which is possible from C code.  Nor did object's tp_str
 consider that a type's tp_str could do something that could lead to an
 inifinite recursion. Py_ReprEnter() and Py_EnterRecursiveCall(),
 respectively, fixed the issues.
@@ -1592,8 +1592,8 @@ fix a bug to avoid FileHandler throwing an exception in flush().
 .. section: Library
 
 distutils' build command now uses different build directory when building
-extension modules against versions of Python compiled with ``--with-
-pydebug``.
+extension modules against versions of Python compiled with
+``--with-pydebug``.
 
 ..
 
@@ -2070,8 +2070,8 @@ with --with-system-ffi.
 .. nonce: MPohFL
 .. section: Library
 
-ctypes now does work on OS X when Python is built with --disable-toolbox-
-glue.
+ctypes now does work on OS X when Python is built with
+``--disable-toolbox-glue``.
 
 ..
 
@@ -5142,8 +5142,8 @@ platform.
 .. nonce: bwAdWN
 .. section: Build
 
-don't add -L/usr/lib/pythonX.Y/config to the LDFLAGS returned by python-
-config if Python was built with --enable-shared because that prevented the
+don't add -L/usr/lib/pythonX.Y/config to the LDFLAGS returned by
+python-config if Python was built with --enable-shared because that prevented the
 shared library from being used.
 
 ..
index fe6cd26fdb1d67a102dd9bcd23b92fae65c186bb..f7c6641f4e15b5d347dccdc690e22c25a49e64bb 100644 (file)
@@ -83,8 +83,8 @@ add Py3k warning for buffer().
 With narrow Unicode builds, the unicode escape sequence \Uxxxxxxxx did not
 accept values outside the Basic Multilingual Plane.  This affected raw
 unicode literals and the 'raw-unicode-escape' codec.  Now UTF-16 surrogates
-are generated in this case, like normal unicode literals and the 'unicode-
-escape' codec.
+are generated in this case, like normal unicode literals and the
+'unicode-escape' codec.
 
 ..
 
@@ -370,8 +370,8 @@ Add triangular distribution to the random module
 .. nonce: pMUClw
 .. section: Library
 
-urllib2's auth handler now allows single-quoted realms in the WWW-
-Authenticate header.
+urllib2's auth handler now allows single-quoted realms in the
+WWW-Authenticate header.
 
 ..
 
index f995ed0aff1e8ce683731ceba5bc20c12cf1deeb..bba31329dedd9eda4a6bbba647fc08113cd8a577 100644 (file)
@@ -522,8 +522,8 @@ tarfile now tolerates number fields consisting of only whitespace.
 .. nonce: aAbWbQ
 .. section: Library
 
-Restore semantic round-trip correctness in tokenize/untokenize for tab-
-indented blocks.
+Restore semantic round-trip correctness in tokenize/untokenize for
+tab-indented blocks.
 
 ..
 
@@ -866,8 +866,8 @@ them a 'sheet'.  Patch by Mark Roseman.
 .. section: IDLE
 
 Enhance the initial html viewer now used for Idle Help. * Properly indent
-fixed-pitch text (patch by Mark Roseman). * Give code snippet a very Sphinx-
-like light blueish-gray background. * Re-use initial width and height set by
+fixed-pitch text (patch by Mark Roseman). * Give code snippet a very
+Sphinx-like light blueish-gray background. * Re-use initial width and height set by
 users for shell and editor. * When the Table of Contents (TOC) menu is used,
 put the section header at the top of the screen.
 
index 26ffeea2b3786fc240dc8c79f131e0e9bb2090e4..6bef454bcbe1fadcc64636dd536a039c4659b61d 100644 (file)
@@ -44,8 +44,8 @@ C-inherited Cython classes).
 .. nonce: RYbEGH
 .. section: Core and Builtins
 
-Extra slash no longer added to sys.path components in case of empty compile-
-time PYTHONPATH components.
+Extra slash no longer added to sys.path components in case of empty
+compile-time PYTHONPATH components.
 
 ..
 
@@ -373,8 +373,8 @@ Fixed support of default root window in the Tix module.
 
 When parsing HTTP header fields, if an invalid line is encountered, skip it
 and continue parsing.  Previously, no more header fields were parsed, which
-could lead to fields for HTTP framing like Content-Length and Transfer-
-Encoding being overlooked.
+could lead to fields for HTTP framing like Content-Length and
+Transfer-Encoding being overlooked.
 
 ..
 
@@ -935,9 +935,9 @@ Fix clean target in freeze makefile (patch by Lisa Roach)
 .. section: Build
 
 Cause lack of llvm-profdata tool when using clang as required for PGO
-linking to be a configure time error rather than make time when --with-
-optimizations is enabled.  Also improve our ability to find the llvm-
-profdata tool on MacOS and some Linuxes.
+linking to be a configure time error rather than make time when
+``--with-optimizations`` is enabled.  Also improve our ability to find the
+llvm-profdata tool on MacOS and some Linuxes.
 
 ..
 
index 462c03a9fc3fd5ec49aab289ac3b11a507ca5be2..cc74f22cef5fc70cd8103aa7fe666e251ac0c1e6 100644 (file)
@@ -66,8 +66,8 @@ LF. Patch by Dong-hee Na.
 .. nonce: -zJ7d8
 .. section: Library
 
-multiprocessing.Queue.get() with a timeout now polls its reader in non-
-blocking mode if it succeeded to aquire the lock but the acquire took longer
+multiprocessing.Queue.get() with a timeout now polls its reader in
+non-blocking mode if it succeeded to aquire the lock but the acquire took longer
 than the timeout.
 
 ..
index 1835bd1dfad61c1e94d49f1b88eea94bb1cc1cdc..a01bfd6b8f53f8a8f84042a44fa6e86a27823962 100644 (file)
@@ -56,8 +56,8 @@ Upgrade expat copy from 2.2.0 to 2.2.1 to get fixes of multiple security
 vulnerabilities including: CVE-2017-9233 (External entity infinite loop
 DoS), CVE-2016-9063 (Integer overflow, re-fix), CVE-2016-0718 (Fix
 regression bugs from 2.2.0's fix to CVE-2016-0718) and CVE-2012-0876
-(Counter hash flooding with SipHash). Note: the CVE-2016-5300 (Use os-
-specific entropy sources like getrandom) doesn't impact Python, since Python
+(Counter hash flooding with SipHash). Note: the CVE-2016-5300 (Use
+os-specific entropy sources like getrandom) doesn't impact Python, since Python
 already gets entropy from the OS to set the expat secret using
 ``XML_SetHashSalt()``.
 
@@ -1329,8 +1329,8 @@ documentation. Patch by Matthias Bussonnier.
 
 Rewrite Comparisons section in the Expressions chapter of the language
 reference. Some of the details of comparing mixed types were incorrect or
-ambiguous. Added default behaviour and consistency suggestions for user-
-defined classes. Based on patch from Andy Maier.
+ambiguous. Added default behaviour and consistency suggestions for
+user-defined classes. Based on patch from Andy Maier.
 
 ..
 
@@ -1493,8 +1493,8 @@ Fix -Wint-in-bool-context warnings in PyMem_MALLOC and PyMem_REALLOC macros
 .. section: Build
 
 Prevent unnecessary rebuilding of Python during ``make test``, ``make
-install`` and some other make targets when configured with ``--enable-
-optimizations``.
+install`` and some other make targets when configured with
+``--enable-optimizations``.
 
 ..
 
index 0b6f7c02d2160230c3226eac646498e91d8fa72f..8d55be5702a9f06cf1363de18ef0f475119f2b7e 100644 (file)
@@ -26,8 +26,8 @@ propagated.
 .. nonce: rUvlec
 .. section: Core and Builtins
 
-Fix input() if it is interrupted by CTRL+d and then CTRL+c, clear the end-
-of-file indicator after CTRL+d.
+Fix input() if it is interrupted by CTRL+d and then CTRL+c, clear the
+end-of-file indicator after CTRL+d.
 
 ..
 
@@ -799,8 +799,8 @@ Allow mmap() to work on file sizes and offsets larger than 4GB, even on
 .. nonce: JAYw4l
 .. section: Library
 
-In WeakSet, do not raise TypeErrors when testing for membership of non-
-weakrefable objects.
+In WeakSet, do not raise TypeErrors when testing for membership of
+non-weakrefable objects.
 
 ..
 
@@ -886,8 +886,8 @@ FSTAT.
 .. nonce: xpdEg8
 .. section: Library
 
-mmap should not segfault when a file is mapped using 0 as length and a non-
-zero offset, and an attempt to read past the end of file is made (IndexError
+mmap should not segfault when a file is mapped using 0 as length and a
+non-zero offset, and an attempt to read past the end of file is made (IndexError
 is raised instead).  Patch by Ross Lagerwall.
 
 ..
@@ -1480,8 +1480,8 @@ includes a link to the installed documentation.
 .. nonce: BN3sYU
 .. section: Build
 
-Allow Mac OS X installer builds to again work on 10.5 with the system-
-provided Python.
+Allow Mac OS X installer builds to again work on 10.5 with the
+system-provided Python.
 
 ..
 
index bb0bd5f94813ed00a1b88d4949acf95bbda04fa2..d0c615ba362b3bdfb170187fb35ea512a7844205 100644 (file)
@@ -1396,8 +1396,8 @@ subprocess.Popen.wait().
 .. nonce: 9Mn07O
 .. section: Library
 
-Fix a bug where zlib.decompressobj().flush() might try to access previously-
-freed memory. Patch by Serhiy Storchaka.
+Fix a bug where zlib.decompressobj().flush() might try to access
+previously-freed memory. Patch by Serhiy Storchaka.
 
 ..
 
@@ -1678,8 +1678,8 @@ Bohuslav Kabrda.
 .. nonce: 9gGqPw
 .. section: Library
 
-In cmath and math modules, add workaround for platforms whose system-
-supplied log1p function doesn't respect signs of zeros.
+In cmath and math modules, add workaround for platforms whose
+system-supplied log1p function doesn't respect signs of zeros.
 
 ..
 
@@ -2441,8 +2441,8 @@ require an argument again.
 .. section: Library
 
 OS X Xcode 4 - improve support for universal extension modules In
-particular, fix extension module build failures when trying to use 32-bit-
-only installer Pythons on systems with Xcode 4 (currently OS X 10.8, 10.7,
+particular, fix extension module build failures when trying to use
+32-bit-only installer Pythons on systems with Xcode 4 (currently OS X 10.8, 10.7,
 and optionally 10.6). * Backport 3.3.0 fixes to 2.7 branch (for release in
 2.7.4) * Since Xcode 4 removes ppc support, extension module builds now
 check for ppc compiler support and by default remove ppc and   ppc64 archs
index f2093128ba93c9ff5c75aea39390643a383f4396..9cd483e8a3bbe521000716c64cb8975baaa75a1f 100644 (file)
@@ -246,8 +246,8 @@ module.  Patch by Nickolai Zeldovich.
 .. nonce: E6rcrn
 .. section: Library
 
-Add to webbrowser's browser list: xdg-open, gvfs-open, www-browser, x-www-
-browser, chromium browsers, iceweasel, iceape.
+Add to webbrowser's browser list: xdg-open, gvfs-open, www-browser,
+x-www-browser, chromium browsers, iceweasel, iceape.
 
 ..
 
index 45782bd9e5761bbedc5e4ebcf8d87b93d1db8dfe..fb58165221f0f3cfca767329d0d7f01bc544215c 100644 (file)
@@ -1050,8 +1050,8 @@ special message when and only when there are failures.
 .. nonce: KAl7aO
 .. section: Build
 
-Prevent possible segfaults and other random failures of python --generate-
-posix-vars in pybuilddir.txt build target.
+Prevent possible segfaults and other random failures of python
+``--generate-posix-vars`` in pybuilddir.txt build target.
 
 ..
 
index 5d0f99c623af6ae47d69c54f8782e03deb326ec0..e2a28e0543e7d179fc16f377ee746f9151307609 100644 (file)
@@ -92,8 +92,8 @@ within Python are now correctly rounded.  Places these conversions occur
 include: str for floats and complex numbers; the float and complex
 constructors; old-style and new-style numeric formatting; serialization and
 deserialization of floats and complex numbers using marshal, pickle and
-json; parsing of float and imaginary literals in Python code; Decimal-to-
-float conversion.
+json; parsing of float and imaginary literals in Python code;
+Decimal-to-float conversion.
 
 The conversions use a Python-adapted version of David Gay's well-known
 dtoa.c, providing correctly-rounded strtod and dtoa C functions.  This code
@@ -5647,8 +5647,8 @@ trailing 0 in the version number.
 .. nonce: c2vdqn
 .. section: Tests
 
-Moved tests involving loading tk from Lib/test/test_tcl to Lib/lib-
-tk/test/test_tkinter/test_loadtk. With this, these tests demonstrate the
+Moved tests involving loading tk from Lib/test/test_tcl to
+Lib/lib-tk/test/test_tkinter/test_loadtk. With this, these tests demonstrate the
 same behaviour as test_ttkguionly (and now also test_tk) which is to skip
 the tests if DISPLAY is defined but can't be used.
 
index fa1308116864eefc50a8969b00d73790e932b4fa..d453e96f8e8a87a18501eb5351a060ab4aa9282b 100644 (file)
@@ -314,8 +314,8 @@ logging: Fix bug in Unicode encoding fallback.
 .. nonce: oAWtv2
 .. section: Library
 
-Fixed IMAP4_SSL hang when the IMAP server response is missing proper end-of-
-line termination.
+Fixed IMAP4_SSL hang when the IMAP server response is missing proper
+end-of-line termination.
 
 ..
 
index cfa710ed8c556b9204b15300c0add40c7fa4039f..9e096ecaa581057cbe88f9f300f873de355bce16 100644 (file)
@@ -60,8 +60,8 @@ Raise a TypeError when trying to delete a T_STRING_INPLACE struct member.
 .. nonce: ZEBSAJ
 .. section: Core and Builtins
 
-Issue a PendingDeprecationWarning if object.__format__ is called with a non-
-empty format string. This is an effort to future-proof user code. If a
+Issue a PendingDeprecationWarning if object.__format__ is called with a
+non-empty format string. This is an effort to future-proof user code. If a
 derived class does not currently implement __format__ but later adds its own
 __format__, it would most likely break user code that had supplied a format
 string. This will be changed to a DeprecationWarning in Python 3.3 and it
@@ -201,8 +201,8 @@ the specification of rich comparisons.
 .. nonce: nshtA2
 .. section: Library
 
-The functools module also adds cmp_to_key() as a tool to transition old-
-style comparison functions to new-style key-functions.
+The functools module also adds cmp_to_key() as a tool to transition
+old-style comparison functions to new-style key-functions.
 
 ..
 
index caa336b7427e80b312aad9de299125b7332fd890..acc395bd13845773b0366594c5fa74f53ed45b61 100644 (file)
@@ -13,8 +13,8 @@ Run Clang 2.7's static analyzer for ``Objects/`` and ``Python/``.
 .. nonce: 6FLjC9
 .. section: Core and Builtins
 
-Fix inconsistency in range function argument processing: any non-float non-
-integer argument is now converted to an integer (if possible) using its
+Fix inconsistency in range function argument processing: any non-float
+non-integer argument is now converted to an integer (if possible) using its
 __int__ method.  Previously, only small arguments were treated this way;
 larger arguments (those whose __int__ was outside the range of a C long)
 would produce a TypeError.
index 1984c09a6e85b331f7c7feb6bae079fae90bc7d1..18578b5037edc1828a7ccfee1205c92a3c7c7432 100644 (file)
@@ -98,8 +98,8 @@ in a framework build on MacOSX 10.5 or earlier.
 
 A new C API function, :cfunc:`PySys_SetArgvEx`, allows embedders of the
 interpreter to set sys.argv without also modifying sys.path.  This helps fix
-`CVE-2008-5983 <http://cve.mitre.org/cgi-
-bin/cvename.cgi?name=CVE-2008-5983>`_.
+`CVE-2008-5983
+<http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5983>`_.
 
 ..