]> granicus.if.org Git - python/log
python
10 years agofix parsing reST with code or code-block directives (closes #23063)
Benjamin Peterson [Thu, 15 Jan 2015 04:56:35 +0000 (23:56 -0500)]
fix parsing reST with code or code-block directives (closes #23063)

Patch by Marc Abramowitz.

10 years agoCloses #23181: codepoint -> code point
Georg Brandl [Wed, 14 Jan 2015 07:26:30 +0000 (08:26 +0100)]
Closes #23181: codepoint -> code point

10 years agofix instances of consecutive articles (closes #23221)
Benjamin Peterson [Tue, 13 Jan 2015 14:17:24 +0000 (09:17 -0500)]
fix instances of consecutive articles (closes #23221)

Patch by Karan Goel.

10 years agoBump setuptools to 11.3.1
Donald Stufft [Sun, 11 Jan 2015 20:49:22 +0000 (15:49 -0500)]
Bump setuptools to 11.3.1

10 years agoIssue #22952: improve multiprocessing doc introduction and defer notes until appropriate.
Antoine Pitrou [Sun, 11 Jan 2015 14:09:27 +0000 (15:09 +0100)]
Issue #22952: improve multiprocessing doc introduction and defer notes until appropriate.

Patch by Davin Potts.

10 years agoIssue #21902: Replace incorrect 'hyperbolic arc sine' (etc.) with 'inverse hyperbolic...
Mark Dickinson [Sun, 11 Jan 2015 13:03:06 +0000 (13:03 +0000)]
Issue #21902: Replace incorrect 'hyperbolic arc sine' (etc.) with 'inverse hyperbolic sine' (etc.).  Remove meaningless reference to radians.

10 years agoIssue #23212: 2.7-specific OS X installer updates
Ned Deily [Fri, 9 Jan 2015 21:29:04 +0000 (13:29 -0800)]
Issue #23212: 2.7-specific OS X installer updates

10 years agoIssue #23212: Update OS X installer build OpenSSL to 1.0.1k.
Ned Deily [Fri, 9 Jan 2015 21:26:13 +0000 (13:26 -0800)]
Issue #23212: Update OS X installer build OpenSSL to 1.0.1k.
(currently only used for builds with <= 10.5 deployment targets)

10 years agoIssue #23184: delete unused idlelib file.
Terry Jan Reedy [Thu, 8 Jan 2015 04:48:28 +0000 (23:48 -0500)]
Issue #23184: delete unused idlelib file.

10 years agoSilence a Sphinx warning in ftplib.rst.
Berker Peksag [Tue, 6 Jan 2015 16:36:02 +0000 (18:36 +0200)]
Silence a Sphinx warning in ftplib.rst.

ftplib.rst:61: WARNING: Block quote ends without a blank line; unexpect
ed unindent.

10 years agoFix a markup error in the argparse documentation.
Berker Peksag [Tue, 6 Jan 2015 16:29:04 +0000 (18:29 +0200)]
Fix a markup error in the argparse documentation.

Reported by Jason Sachs on docs@.

10 years agoIssue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The
Victor Stinner [Tue, 6 Jan 2015 12:53:37 +0000 (13:53 +0100)]
Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The
availability of the function is checked during the compilation. Patch written
by Bernard Spil.

10 years agoIssue #23168: skip sys.stdin.seek() test if stdin is not a TTY
Victor Stinner [Tue, 6 Jan 2015 11:39:45 +0000 (12:39 +0100)]
Issue #23168: skip sys.stdin.seek() test if stdin is not a TTY

10 years agoClarified documentation for logging exception function/method.
Vinay Sajip [Tue, 6 Jan 2015 11:10:12 +0000 (11:10 +0000)]
Clarified documentation for logging exception function/method.

10 years agoemphasize that cffi is better than extension modules for portability
Benjamin Peterson [Mon, 5 Jan 2015 20:38:46 +0000 (14:38 -0600)]
emphasize that cffi is better than extension modules for portability

10 years agoallow a SSLContext to be given to ftplib.FTP_TLS
Benjamin Peterson [Sun, 4 Jan 2015 21:36:31 +0000 (15:36 -0600)]
allow a SSLContext to be given to ftplib.FTP_TLS

10 years agomake SSLv23 the default version in ftplib (closes #23111)
Benjamin Peterson [Sun, 4 Jan 2015 16:20:16 +0000 (10:20 -0600)]
make SSLv23 the default version in ftplib (closes #23111)

10 years agoUpdate bundled pip and setuptools to 6.0.6 and 11.0
Donald Stufft [Sat, 3 Jan 2015 10:23:39 +0000 (05:23 -0500)]
Update bundled pip and setuptools to 6.0.6 and 11.0

10 years agoAdd missing URL link to Modernize docs.
Ned Deily [Sat, 3 Jan 2015 08:45:25 +0000 (00:45 -0800)]
Add missing URL link to Modernize docs.

10 years agoUpdate copyright dates in OS X installer.
Ned Deily [Thu, 1 Jan 2015 00:30:09 +0000 (16:30 -0800)]
Update copyright dates in OS X installer.

10 years agoupdate for copyright for 2015
Benjamin Peterson [Thu, 1 Jan 2015 00:09:36 +0000 (18:09 -0600)]
update for copyright for 2015

10 years agodelete old ftpmirror script, which now has security bugs (closes #23130)
Benjamin Peterson [Tue, 30 Dec 2014 16:08:16 +0000 (10:08 -0600)]
delete old ftpmirror script, which now has security bugs (closes #23130)

10 years agoIssue #23125: Update nose project page link.
Berker Peksag [Sun, 28 Dec 2014 16:51:25 +0000 (18:51 +0200)]
Issue #23125: Update nose project page link.

Reported by Damien Marié.

10 years agouse getentropy when available (backport of 75ede5bec8db) (closes #23115)
Benjamin Peterson [Fri, 26 Dec 2014 17:09:00 +0000 (11:09 -0600)]
use getentropy when available (backport of 75ede5bec8db) (closes #23115)

10 years agofix behavior of trailing slash redirection when a query string is involved (closes...
Benjamin Peterson [Fri, 26 Dec 2014 16:53:43 +0000 (10:53 -0600)]
fix behavior of trailing slash redirection when a query string is involved (closes #23112)

10 years agoimprove incorrect French (#23109)
Benjamin Peterson [Wed, 24 Dec 2014 19:58:05 +0000 (13:58 -0600)]
improve incorrect French (#23109)

Following suggestions from Clément.

10 years agoUpgrade pip to 6.0.2 and setuptools to 8.2.1
Donald Stufft [Tue, 23 Dec 2014 14:08:47 +0000 (09:08 -0500)]
Upgrade pip to 6.0.2 and setuptools to 8.2.1

10 years agoallow more operations to work on detached streams (closes #23093)
Benjamin Peterson [Mon, 22 Dec 2014 02:51:50 +0000 (20:51 -0600)]
allow more operations to work on detached streams (closes #23093)

Patch by Martin Panter.

10 years agoexplicitly close files (closes #23090)
Benjamin Peterson [Sat, 20 Dec 2014 19:41:14 +0000 (13:41 -0600)]
explicitly close files (closes #23090)

Patch by Brian Kearns.

10 years agoIssue #23071: Added missing names to codecs.__all__. Patch by Martin Panter.
Serhiy Storchaka [Sat, 20 Dec 2014 15:42:24 +0000 (17:42 +0200)]
Issue #23071: Added missing names to codecs.__all__.  Patch by Martin Panter.

10 years agoIssue #23070: Fix a comment in the tutorial.
Berker Peksag [Wed, 17 Dec 2014 12:59:33 +0000 (14:59 +0200)]
Issue #23070: Fix a comment in the tutorial.

"Python" has 6 characters, not 7.

Reported by Ross Burnett.

10 years agoIssue #20577: move configuration of FormatParagraph extension to new extension
Terry Jan Reedy [Tue, 16 Dec 2014 08:21:19 +0000 (03:21 -0500)]
Issue #20577: move configuration of FormatParagraph extension to new extension
configuration dialog.  Patch by Tal Einat.

10 years agoremove extra ssl imports (closes #23053)
Benjamin Peterson [Mon, 15 Dec 2014 15:04:13 +0000 (10:04 -0500)]
remove extra ssl imports (closes #23053)

Patch from Jan Matejek.

10 years agoIssue #22777: Test pickling with all protocols.
Serhiy Storchaka [Mon, 15 Dec 2014 12:02:43 +0000 (14:02 +0200)]
Issue #22777: Test pickling with all protocols.

10 years agoIssue #23015: Improved testing of the uuid module.
Serhiy Storchaka [Mon, 15 Dec 2014 10:03:33 +0000 (12:03 +0200)]
Issue #23015: Improved testing of the uuid module.

10 years agouse autoconf macro to check for pkg-config (closes #15506)
Benjamin Peterson [Mon, 15 Dec 2014 05:00:23 +0000 (00:00 -0500)]
use autoconf macro to check for pkg-config (closes #15506)

10 years agopop the loop block even for infinite while loops (closes #23048)
Benjamin Peterson [Sat, 13 Dec 2014 21:06:19 +0000 (16:06 -0500)]
pop the loop block even for infinite while loops (closes #23048)

10 years agoIssue #23047: Fix typo in pyporting.rst.
Berker Peksag [Sat, 13 Dec 2014 13:51:18 +0000 (15:51 +0200)]
Issue #23047: Fix typo in pyporting.rst.

Patch by Chaitanya agrawal.

10 years agoUse rtf format files for legacy OS X installer builds.
Ned Deily [Sat, 13 Dec 2014 08:33:29 +0000 (00:33 -0800)]
Use rtf format files for legacy OS X installer builds.
(Backport from 3.4 changes for Issue #17128.)

10 years agoBackport of porting HOWTO
Brett Cannon [Fri, 12 Dec 2014 20:15:49 +0000 (15:15 -0500)]
Backport of porting HOWTO

10 years agoremove reference to dead irc channel (closes #23038)
Benjamin Peterson [Fri, 12 Dec 2014 14:56:33 +0000 (09:56 -0500)]
remove reference to dead irc channel (closes #23038)

10 years agoIssue #18028: Fix aliasing issue in READ_TIMESTAMP() of ceval.c on x86_64,
Victor Stinner [Fri, 12 Dec 2014 12:19:00 +0000 (13:19 +0100)]
Issue #18028: Fix aliasing issue in READ_TIMESTAMP() of ceval.c  on x86_64,
when Python is configure with --with-tsc. Patch written by Christian Heimes.

10 years agoIssue 23005: Fix typos
Raymond Hettinger [Fri, 12 Dec 2014 07:55:54 +0000 (23:55 -0800)]
Issue 23005: Fix typos

10 years agoIssue #23032: Fix installer build failures on OS X 10.4 Tiger
Ned Deily [Thu, 11 Dec 2014 23:55:42 +0000 (15:55 -0800)]
Issue #23032: Fix installer build failures on OS X 10.4 Tiger
by disabling assembly code in the OpenSSL build.

10 years agoIssue 22823: Use set literal in idlelib.
Terry Jan Reedy [Thu, 11 Dec 2014 10:33:25 +0000 (05:33 -0500)]
Issue 22823: Use set literal in idlelib.

10 years agoIssue #23006: Improve the documentation and indexing of dict.__missing__.
Terry Jan Reedy [Wed, 10 Dec 2014 23:38:07 +0000 (18:38 -0500)]
Issue #23006: Improve the documentation and indexing of dict.__missing__.
Add an entry in the language datamodel special methods section.
Revise and index its discussion in the stdtypes mapping/dict section.
Backport the code example from 3.4.

10 years agoIssue #23016: A warning no longer produces an AttributeError when sys.stderr
Serhiy Storchaka [Wed, 10 Dec 2014 21:05:33 +0000 (23:05 +0200)]
Issue #23016: A warning no longer produces an AttributeError when sys.stderr
is None.

10 years agomove 2.7 branch to 2.7.9+
Benjamin Peterson [Wed, 10 Dec 2014 16:57:12 +0000 (11:57 -0500)]
move 2.7 branch to 2.7.9+

10 years agofix path to patchlevel.py
Benjamin Peterson [Wed, 10 Dec 2014 16:04:17 +0000 (11:04 -0500)]
fix path to patchlevel.py

10 years agomerge 2.7.9 release branch
Benjamin Peterson [Wed, 10 Dec 2014 15:58:13 +0000 (10:58 -0500)]
merge 2.7.9 release branch

10 years agoAdded tag v2.7.9 for changeset 648dcafa7e5f
Benjamin Peterson [Wed, 10 Dec 2014 15:57:29 +0000 (10:57 -0500)]
Added tag v2.7.9 for changeset 648dcafa7e5f

10 years agobump to 2.7.9 final v2.7.9
Benjamin Peterson [Wed, 10 Dec 2014 15:57:00 +0000 (10:57 -0500)]
bump to 2.7.9 final

10 years agomerge 2.7.9 release branch
Benjamin Peterson [Wed, 10 Dec 2014 15:47:01 +0000 (10:47 -0500)]
merge 2.7.9 release branch

10 years agoFix typo in OS X installer readmes.
Ned Deily [Wed, 10 Dec 2014 09:14:43 +0000 (01:14 -0800)]
Fix typo in OS X installer readmes.

10 years agoFix typo in OS X installer readmes.
Ned Deily [Wed, 10 Dec 2014 09:14:43 +0000 (01:14 -0800)]
Fix typo in OS X installer readmes.

10 years agoUpdate the deprecated plain text version of the OS X installer
Ned Deily [Wed, 10 Dec 2014 09:06:57 +0000 (01:06 -0800)]
Update the deprecated plain text version of the OS X installer
readme to match the rtf one and update the installer build
instructions README.

10 years agoUpdate the deprecated plain text version of the OS X installer
Ned Deily [Wed, 10 Dec 2014 09:06:57 +0000 (01:06 -0800)]
Update the deprecated plain text version of the OS X installer
readme to match the rtf one and update the installer build
instructions README.

10 years agoIssue #17128: Use private version of OpenSSL for 2.7.9 OS X 10.5+ installer.
Ned Deily [Wed, 10 Dec 2014 07:45:13 +0000 (23:45 -0800)]
Issue #17128: Use private version of OpenSSL for 2.7.9 OS X 10.5+ installer.
Among other issues, the Apple-supplied 0.9.7 libs for the 10.5 ABI cannot
verify newer SHA-256 certs as now used by python.org services.  Document
in the installer ReadMe some of the certificate management issues that
users now need to be more concerned with due to PEP 476's enabling cert
verification by default.  For now, continue to use the Apple-supplied
0.9.8 libs for the 10.6+ installer since they use Apple private APIs to
verify certificates using the system- and user-managed CA keychain stores.

10 years agoIssue #17128: Use private version of OpenSSL for 2.7.9 OS X 10.5+ installer.
Ned Deily [Wed, 10 Dec 2014 07:45:13 +0000 (23:45 -0800)]
Issue #17128: Use private version of OpenSSL for 2.7.9 OS X 10.5+ installer.
Among other issues, the Apple-supplied 0.9.7 libs for the 10.5 ABI cannot
verify newer SHA-256 certs as now used by python.org services.  Document
in the installer ReadMe some of the certificate management issues that
users now need to be more concerned with due to PEP 476's enabling cert
verification by default.  For now, continue to use the Apple-supplied
0.9.8 libs for the 10.6+ installer since they use Apple private APIs to
verify certificates using the system- and user-managed CA keychain stores.

10 years agoIssue #12602: Add missing cross-references to runpy and using/cmdline docs.
Berker Peksag [Wed, 10 Dec 2014 00:07:08 +0000 (02:07 +0200)]
Issue #12602: Add missing cross-references to runpy and using/cmdline docs.

Patch by Éric Araujo.

10 years agoMerge 2.7.9 release branch
Benjamin Peterson [Sun, 7 Dec 2014 19:25:59 +0000 (14:25 -0500)]
Merge 2.7.9 release branch

10 years agoremove mention of check_hostname parameter
Benjamin Peterson [Sun, 7 Dec 2014 19:25:38 +0000 (14:25 -0500)]
remove mention of check_hostname parameter

10 years agomerge 2.7.9 release branch
Benjamin Peterson [Sun, 7 Dec 2014 19:19:24 +0000 (14:19 -0500)]
merge 2.7.9 release branch

10 years agorestore test data README
Benjamin Peterson [Sun, 7 Dec 2014 19:19:15 +0000 (14:19 -0500)]
restore test data README

10 years agomerge 2.7.9 release branch
Benjamin Peterson [Sun, 7 Dec 2014 18:41:52 +0000 (13:41 -0500)]
merge 2.7.9 release branch

10 years agoremove HTTPSConnection's check_hostname parameter (#22959)
Benjamin Peterson [Sun, 7 Dec 2014 18:41:26 +0000 (13:41 -0500)]
remove HTTPSConnection's check_hostname parameter (#22959)

10 years agomerge 2.7.9 release branch
Benjamin Peterson [Sat, 6 Dec 2014 16:36:48 +0000 (11:36 -0500)]
merge 2.7.9 release branch

10 years agonote that sslv3 may not be available
Benjamin Peterson [Sat, 6 Dec 2014 16:36:32 +0000 (11:36 -0500)]
note that sslv3 may not be available

10 years agomerge 2.7.9 release branch
Benjamin Peterson [Sat, 6 Dec 2014 03:02:33 +0000 (22:02 -0500)]
merge 2.7.9 release branch

10 years agoallow ssl module to compile if openssl doesn't support SSL 3 (closes #22935)
Benjamin Peterson [Sat, 6 Dec 2014 02:59:35 +0000 (21:59 -0500)]
allow ssl module to compile if openssl doesn't support SSL 3 (closes #22935)

Patch by Kurt Roeckx.

10 years agomerge 2.7.9 release branch
Benjamin Peterson [Sat, 6 Dec 2014 02:09:58 +0000 (21:09 -0500)]
merge 2.7.9 release branch

10 years agosync idle news from 2.7 branch
Benjamin Peterson [Sat, 6 Dec 2014 02:09:47 +0000 (21:09 -0500)]
sync idle news from 2.7 branch

10 years agoUpdate idlelib/NEWS.txt.
Terry Jan Reedy [Sat, 6 Dec 2014 01:49:23 +0000 (20:49 -0500)]
Update idlelib/NEWS.txt.

10 years agoIssue #16893: Update Idle doc chapter to match current Idle and add new
Terry Jan Reedy [Sat, 6 Dec 2014 01:25:14 +0000 (20:25 -0500)]
Issue #16893: Update Idle doc chapter to match current Idle and add new
information.

10 years agomerge 2.7.9 release branch
Benjamin Peterson [Sat, 6 Dec 2014 01:16:53 +0000 (20:16 -0500)]
merge 2.7.9 release branch

10 years agoadd a default limit for the amount of data xmlrpclib.gzip_decode will return (closes...
Benjamin Peterson [Sat, 6 Dec 2014 01:15:15 +0000 (20:15 -0500)]
add a default limit for the amount of data xmlrpclib.gzip_decode will return (closes #16043)

10 years agosmtplib: limit amount read from the network (closes #16042)
Benjamin Peterson [Sat, 6 Dec 2014 01:05:18 +0000 (20:05 -0500)]
smtplib: limit amount read from the network (closes #16042)

10 years agoin poplib, limit maximum line length that we read from the network (closes #16041)
Benjamin Peterson [Sat, 6 Dec 2014 01:02:38 +0000 (20:02 -0500)]
in poplib, limit maximum line length that we read from the network (closes #16041)

Patch from Berker Peksag.

10 years agoEdit Menus section of Idle doc. Make menu entries match current Idle in order
Terry Jan Reedy [Fri, 5 Dec 2014 07:42:54 +0000 (02:42 -0500)]
Edit Menus section of Idle doc.  Make menu entries match current Idle in order
and case.  Edit some of the explanatory sentences and end all with a period.

10 years agoIssue #3068: Document the new Configure Extensions dialog and menu entry.
Terry Jan Reedy [Thu, 4 Dec 2014 06:22:41 +0000 (01:22 -0500)]
Issue #3068: Document the new Configure Extensions dialog and menu entry.

10 years agoIssue #16893: Update 2.7 version of Idle doc to match 3.4 doc as of the just
Terry Jan Reedy [Thu, 4 Dec 2014 05:55:46 +0000 (00:55 -0500)]
Issue #16893: Update 2.7 version of Idle doc to match 3.4 doc as of the just
committed 6db65ff985b6.

10 years agoFix #22987: update the compatibility matrix for a SSLv23 client.
Antoine Pitrou [Wed, 3 Dec 2014 19:00:56 +0000 (20:00 +0100)]
Fix #22987: update the compatibility matrix for a SSLv23 client.

10 years agoIssue #14099: ZipFile.open() no longer reopen the underlying file. Objects
Serhiy Storchaka [Wed, 3 Dec 2014 07:11:12 +0000 (09:11 +0200)]
Issue #14099: ZipFile.open() no longer reopen the underlying file.  Objects
returned by ZipFile.open() can now operate independently of the ZipFile even
if the ZipFile was created by passing in a file-like object as the first
argument to the constructor.

10 years agomerge 2.7.9 release branch
Benjamin Peterson [Tue, 2 Dec 2014 23:45:45 +0000 (18:45 -0500)]
merge 2.7.9 release branch

10 years agonuke ancient script with dubious license (closes #12987)
Benjamin Peterson [Tue, 2 Dec 2014 23:45:23 +0000 (18:45 -0500)]
nuke ancient script with dubious license (closes #12987)

10 years agoAdd NEWS items for Idle patches already in 2.7.9rc1.
Terry Jan Reedy [Mon, 1 Dec 2014 21:59:02 +0000 (16:59 -0500)]
Add NEWS items for Idle patches already in 2.7.9rc1.

10 years agoRemoved duplicated words in in comments and docs.
Serhiy Storchaka [Mon, 1 Dec 2014 16:16:30 +0000 (18:16 +0200)]
Removed duplicated words in in comments and docs.

10 years agoIssue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.
Serhiy Storchaka [Mon, 1 Dec 2014 11:07:28 +0000 (13:07 +0200)]
Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.
Original patch by Martin Panter.

10 years agoIssue #22943: bsddb tests are locale independend now.
Serhiy Storchaka [Mon, 1 Dec 2014 08:34:23 +0000 (10:34 +0200)]
Issue #22943: bsddb tests are locale independend now.
This fixes tests on 8-bit locales (in particular on Windows).

10 years agomerge 2.7.9 release branch
Benjamin Peterson [Sun, 30 Nov 2014 16:51:48 +0000 (11:51 -0500)]
merge 2.7.9 release branch

10 years agobackout fac649bf2d10 (#9179) for further consideration
Benjamin Peterson [Sun, 30 Nov 2014 16:47:54 +0000 (11:47 -0500)]
backout fac649bf2d10 (#9179) for further consideration

10 years agomerge 2.7.9 release branch
Benjamin Peterson [Sun, 30 Nov 2014 04:06:22 +0000 (23:06 -0500)]
merge 2.7.9 release branch

10 years agothis is why tests are great
Benjamin Peterson [Sun, 30 Nov 2014 04:06:06 +0000 (23:06 -0500)]
this is why tests are great

10 years agomerge 2.7.9 release branch
Benjamin Peterson [Sun, 30 Nov 2014 03:57:15 +0000 (22:57 -0500)]
merge 2.7.9 release branch

10 years agoadd context parameter to xmlrpclib.ServerProxy (#22960)
Benjamin Peterson [Sun, 30 Nov 2014 03:55:35 +0000 (22:55 -0500)]
add context parameter to xmlrpclib.ServerProxy (#22960)

Patch from Alex Gaynor.

10 years agomerge 2.7.9 release branch
Benjamin Peterson [Fri, 28 Nov 2014 02:40:35 +0000 (20:40 -0600)]
merge 2.7.9 release branch

10 years agogive a nice message when installer is launched w/o admin rights (closes #16561)
Benjamin Peterson [Fri, 28 Nov 2014 02:39:02 +0000 (20:39 -0600)]
give a nice message when installer is launched w/o admin rights (closes #16561)

10 years agoIssue #21280: Fixed a bug in shutil.make_archive() when create an archive of
Serhiy Storchaka [Thu, 27 Nov 2014 22:50:06 +0000 (00:50 +0200)]
Issue #21280: Fixed a bug in shutil.make_archive() when create an archive of
current directory in current directory.

10 years agoIssue #22314: pydoc now works when the LINES environment variable is set.
Serhiy Storchaka [Thu, 27 Nov 2014 22:09:05 +0000 (00:09 +0200)]
Issue #22314: pydoc now works when the LINES environment variable is set.

10 years agoIssue #18905: "pydoc -p 0" now outputs actually used port. Based on patch by
Serhiy Storchaka [Thu, 27 Nov 2014 21:45:37 +0000 (23:45 +0200)]
Issue #18905: "pydoc -p 0" now outputs actually used port.  Based on patch by
Wieland Hoffmann.