From: Serhiy Storchaka Date: Thu, 27 Nov 2014 22:11:07 +0000 (+0200) Subject: Issue #22314: pydoc now works when the LINES environment variable is set. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1fc9fb33d6e3181fde24d9fc1a5a224fda5c2ef;p=python Issue #22314: pydoc now works when the LINES environment variable is set. --- f1fc9fb33d6e3181fde24d9fc1a5a224fda5c2ef diff --cc Misc/NEWS index 2a5d043eba,e69f91924c..b3d92b297d --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -374,15 -147,70 +374,20 @@@ Librar - Issue #20079: Added locales supported in glibc 2.18 to locale alias table. -- Issue #22396: On 32-bit AIX platform, don't expose os.posix_fadvise() nor - os.posix_fallocate() because their prototypes in system headers are wrong. - -- Issue #22517: When a io.BufferedRWPair object is deallocated, clear its - weakrefs. - -- Issue #22448: Improve canceled timer handles cleanup to prevent - unbound memory usage. Patch by Joshua Moore-Oliva. - -Tests ------ - -- Issue #22173: Update lib2to3 tests to use unittest test discovery. - -- Issue #16000: Convert test_curses to use unittest. - -- Issue #21456: Skip two tests in test_urllib2net.py if _ssl module not - present. Patch by Remi Pointel. - -- Issue #22770: Prevent some Tk segfaults on OS X when running gui tests. - -Build ------ - -- Issue #16537: Check whether self.extensions is empty in setup.py. Patch by - Jonathan Hosmer. - -- Issue #18096: Fix library order returned by python-config. - -- Issue #17219: Add library build dir for Python extension cross-builds. +- Issue #20218: Added convenience methods read_text/write_text and read_bytes/ + write_bytes to pathlib.Path objects. -Documentation -------------- +- Issue #22437: Number of capturing groups in regular expression is no longer + limited by 100. -- Issue #21514: The documentation of the json module now refers to new JSON RFC - 7159 instead of obsoleted RFC 4627. +- Issue #17442: InteractiveInterpreter now displays the full chained traceback + in its showtraceback method, to match the built in interactive interpreter. + Tools/Demos + ----------- + + - Issue #22314: pydoc now works when the LINES environment variable is set. + -Windows -------- - -- Issue #17896: The Windows build scripts now expect external library sources - to be in ``PCbuild\..\externals`` rather than ``PCbuild\..\..``. - -- Issue #17717: The Windows build scripts now use a copy of NASM pulled from - svn.python.org to build OpenSSL. - -- Issue #22644: The bundled version of OpenSSL has been updated to 1.0.1j. - -What's New in Python 3.4.2? -=========================== - -Release date: 2014-10-06 - -Core and Builtins ------------------ - -Library -------- - - Issue #10510: distutils register and upload methods now use HTML standards compliant CRLF line endings.