cpython/Doc/library
Christian Heimes 3d87f4cf9c
[2.7] bpo-30622: Improve NPN support detection (GH-5859) (#5863)
The ssl module now detects missing NPN support in LibreSSL.

Co-Authored-By: Bernard Spil <brnrd@FreeBSD.org>
Signed-off-by: Christian Heimes <christian@python.org>.
(cherry picked from commit 6cdb7954b0)

Co-authored-by: Christian Heimes <christian@python.org>
2018-02-25 10:21:03 +01:00
..
2to3.rst [2.7] bpo-30142: Remove "callable" from the 2to3fixer documentation. (GH-1305) 2017-04-26 09:55:32 -07:00
__builtin__.rst Issue #24314: Add links for general attributes like __name__, __dict__ 2016-06-18 03:57:31 +00:00
__future__.rst
__main__.rst
_winreg.rst Fixed double hyphens that are rendered to literal en-dashes in the documenation. 2016-12-04 10:20:18 +02:00
abc.rst
aepack.rst
aetools.rst
aetypes.rst English spelling and grammar fixes 2016-07-11 07:51:37 +00:00
aifc.rst
al.rst
allos.rst
anydbm.rst
archiving.rst
argparse.rst [2.7] Clarify nature of parse_args 'args' argument. (GH-3292) (GH-3328) 2017-09-09 22:55:07 -07:00
array.rst Issue #21818: Fixed references to classes that have names matching with module 2016-12-02 23:13:42 +02:00
ast.rst Issue #26462: Doc: avoid literal_block warnings, fix syntax highlighting. 2016-07-26 11:18:21 +02:00
asynchat.rst Issue #23921: Standardized documentation whitespace formatting. 2016-05-10 13:45:32 +03:00
asyncore.rst Issue #19795: Mark up None as literal text. 2016-10-19 16:29:10 +03:00
atexit.rst Fix typo in atexit documentation. (GH-4419) (GH-4442) 2017-11-17 05:57:54 -08:00
audioop.rst Issue #23921: Standardized documentation whitespace formatting. 2016-05-10 13:45:32 +03:00
autogil.rst
base64.rst
basehttpserver.rst Issue #25738: Don’t send message body for 205 Reset Content 2016-06-08 07:16:14 +00:00
bastion.rst
bdb.rst Issue #19795: Mark up None as literal text. 2016-10-19 16:29:10 +03:00
binascii.rst Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT 2016-12-24 07:53:57 +00:00
binhex.rst
bisect.rst Issue #26736: Used HTTPS for external links in the documentation if possible. 2016-05-07 10:50:12 +03:00
bsddb.rst
bz2.rst
calendar.rst Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges 2016-11-26 13:43:39 +02:00
carbon.rst
cd.rst
cgi.rst Issue #26462: Doc: avoid literal_block warnings, fix syntax highlighting. 2016-07-26 11:18:21 +02:00
cgihttpserver.rst
cgitb.rst
chunk.rst Issue #25523: Correct "a" article to "an" article 2015-11-02 03:37:02 +00:00
cmath.rst Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges 2016-11-26 13:43:39 +02:00
cmd.rst
code.rst
codecs.rst Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges 2016-11-26 13:43:39 +02:00
codeop.rst
collections.rst Fix typo in docs (GH-5763) 2018-02-19 15:39:20 -08:00
colorpicker.rst
colorsys.rst Issue #26736: Used HTTPS for external links in the documentation if possible. 2016-05-07 10:50:12 +03:00
commands.rst
compileall.rst
compiler.rst
configparser.rst [2.7] Correct typo in configparser.rst (GH-1012) (GH-1026) 2017-04-09 15:16:06 -07:00
constants.rst DOC: fix documentation for copyright and credits (GH-5706) 2018-02-16 20:11:48 -08:00
contextlib.rst Remove redundant leading zeroes in PEP references. 2016-03-31 15:31:04 +03:00
cookie.rst Issue #21818: Fixed references to classes that have names matching with module 2016-12-02 23:13:42 +02:00
cookielib.rst Issue #21818: Fixed references to classes that have names matching with module 2016-12-02 23:13:42 +02:00
copy.rst bpo-29506: Clarify deep copy note in copy module 2017-04-09 20:57:29 +10:00
copy_reg.rst
crypt.rst
crypto.rst
csv.rst bpo-32784: Wrong argument name for csv.DictReader in documentation (GH-5575) 2018-02-07 08:05:35 -08:00
ctypes.rst [2.7] bpo-28315: Improve code examples in docs (GH-1372) (#1447) 2017-05-03 18:54:28 -07:00
curses.ascii.rst Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges 2016-11-26 13:43:39 +02:00
curses.panel.rst
curses.rst [2.7] bpo-18699: Corrected documentation for window.chgat in curses module (GH-1430). (#4272) 2017-11-04 10:42:56 +02:00
custominterp.rst
datatypes.rst
datetime.rst Issue #29078: Add the missing import in datetime.time doc example. 2016-12-27 12:21:28 +08:00
dbhash.rst
dbm.rst
debug.rst
decimal.rst Issue #27720: Fix error in eng_to_decimal docs and add examples from the specification. 2016-08-13 11:10:23 -07:00
development.rst
difflib.rst Issue #25523: Correct "a" article to "an" article 2015-11-02 03:37:02 +00:00
dircache.rst
dis.rst
distribution.rst
distutils.rst Issue #26014: Guide 2.7 users to the new packaging documentation: 2016-06-05 17:35:43 -07:00
dl.rst
doctest.rst [2.7] bpo-28315: Improve code examples in docs (GH-1372) (#1447) 2017-05-03 18:54:28 -07:00
docxmlrpcserver.rst Issue #21818: Fixed references to classes that have names matching with module 2016-12-02 23:13:42 +02:00
dumbdbm.rst Issue #21818: Fixed references to classes that have names matching with module 2016-12-02 23:13:42 +02:00
dummy_thread.rst
dummy_threading.rst
easydialogs.rst Issue #26638: Disable inappropriate links to Python interpreter options 2016-10-30 05:24:45 +00:00
email-examples.rst
email.charset.rst
email.encoders.rst
email.errors.rst
email.generator.rst Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. 2016-02-26 19:37:12 +01:00
email.header.rst
email.iterators.rst
email.message.rst
email.mime.rst [2.7] Fix typos in multiple `.rst` files (GH-1668) (#1707) 2017-05-22 20:16:53 +03:00
email.parser.rst
email.rst
email.util.rst
ensurepip.rst [2.7] bpo-31351: Set return code in ensurepip when pip fails (GH-3734) 2017-09-25 11:03:24 +10:00
errno.rst
exceptions.rst
fcntl.rst [backport to 2.7] - issue8519 - Reference termios and ioctl manual pages in the library documentation. 2016-06-02 23:51:22 -07:00
filecmp.rst
fileformats.rst
fileinput.rst fileinput.hook_encoded() uses io.open(), not codecs.open(). 2016-04-27 23:07:25 +03:00
filesys.rst
fl.rst Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL 2016-05-28 02:33:05 +00:00
fm.rst
fnmatch.rst bpo-25409: Clarify fnmatch and fnmatchcase documentation (GH-1535) (GH-2067) 2017-06-10 07:26:39 -07:00
formatter.rst Issue #21818: Fixed references to classes that have names matching with module 2016-12-02 23:13:42 +02:00
fpectl.rst [2.7] bpo-28315: Improve code examples in docs (GH-1372) (#1447) 2017-05-03 18:54:28 -07:00
fpformat.rst
fractions.rst
framework.rst
frameworks.rst
ftplib.rst fix parameter names in ftplib documentation (GH-656) 2017-03-13 10:41:38 +08:00
functions.rst [2.7] Docs: fixed placement of .. _func-list: in functions.rst (#2520) 2017-06-30 22:35:44 +03:00
functools.rst Issue #24314: Add links for general attributes like __name__, __dict__ 2016-06-18 03:57:31 +00:00
future_builtins.rst
gc.rst
gdbm.rst
gensuitemodule.rst
getopt.rst Issue #23921: Standardized documentation whitespace formatting. 2016-05-10 13:45:32 +03:00
getpass.rst Issue #12243: Remove redundant availability notes from getpass docs 2016-06-01 18:32:42 -07:00
gettext.rst [2.7] bpo-31667: Fix gettext related links. (GH-3860) (#4100) 2017-10-24 10:59:17 +03:00
gl.rst
glob.rst
grp.rst
gzip.rst Issue #21818: Fixed references to classes that have names matching with module 2016-12-02 23:13:42 +02:00
hashlib.rst
heapq.rst Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc 2016-04-15 02:14:19 +00:00
hmac.rst Change double hyphens (en dashes) to em (longer) dashes 2016-11-21 00:21:39 +00:00
hotshot.rst
htmllib.rst Issue #21818: Fixed references to classes that have names matching with module 2016-12-02 23:13:42 +02:00
htmlparser.rst Issue #26462: Doc: avoid literal_block warnings, fix syntax highlighting. 2016-07-26 11:18:21 +02:00
httplib.rst Fix typo in HTTPConnection.set_tunnel description (#1179) 2017-04-19 08:45:16 -07:00
i18n.rst
ic.rst Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc 2016-04-15 02:14:19 +00:00
idle.rst [2.7] bpo-30208: DOC: fix small typos in IDLE (#1358) 2017-04-29 20:44:04 -04:00
imageop.rst Corrections for a/an in code comments and documentation 2016-05-08 13:45:55 +00:00
imaplib.rst Issue #19795: Mark up None as literal text. 2016-10-19 16:29:10 +03:00
imgfile.rst
imghdr.rst
imp.rst
importlib.rst Fixed double hyphens that are rendered to literal en-dashes in the documenation. 2016-12-04 10:20:18 +02:00
imputil.rst
index.rst
inspect.rst Issue #19795: Mark up None as literal text. 2016-10-19 16:29:10 +03:00
internet.rst
intro.rst
io.rst Issue #21818: Fixed references to classes that have names matching with module 2016-12-02 23:13:42 +02:00
ipc.rst Fix typo in library/ipc.rst 2014-02-09 05:54:13 -08:00
itertools.rst Issue 25926: Clarify that the pure python equivalents are only approximate. 2016-05-28 00:26:41 -07:00
jpeg.rst
json.rst json Docs: Trivial update to the code example (GH-2465) 2017-07-10 13:05:25 -07:00
keyword.rst
language.rst
linecache.rst
locale.rst [2.7] bpo-31667: Fix gettext related links. (GH-3860) (#4100) 2017-10-24 10:59:17 +03:00
logging.config.rst Avoid line breaks after hyphens, otherwise they are turned into spaces 2017-01-14 09:53:23 +00:00
logging.handlers.rst Issue #19795: Mark up None as literal text. 2016-10-19 16:29:10 +03:00
logging.rst bpo-32212: Updated logging documentation to make parameter names more consistent with source. (GH-4765) (GH-4768) 2017-12-09 12:49:10 +00:00
mac.rst
macos.rst
macosa.rst
macostools.rst
macpath.rst
mailbox.rst trivial: link updates in documentation (GH-2765) (#4836) 2017-12-13 14:45:13 +02:00
mailcap.rst Issue #23921: Standardized documentation whitespace formatting. 2016-05-10 13:45:32 +03:00
markup.rst
marshal.rst [Issue 15476] Make "code object" its own entry in the index 2016-06-02 19:26:51 -04:00
math.rst Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. 2016-02-26 19:37:12 +01:00
md5.rst
mhlib.rst
mimetools.rst
mimetypes.rst [2.7] Indent methods and attributes of MimeType class (GH-1306) (#1801) 2017-05-25 10:11:30 -07:00
mimewriter.rst Issue #21818: Fixed references to classes that have names matching with module 2016-12-02 23:13:42 +02:00
mimify.rst
miniaeframe.rst
misc.rst
mm.rst
mmap.rst Issue #21818: Fixed references to classes that have names matching with module 2016-12-02 23:13:42 +02:00
modulefinder.rst
modules.rst
msilib.rst bpo-31720: msilib documentation, change MsiError into MSIError (GH-3914) (GH-3916) 2017-10-07 09:00:42 -07:00
msvcrt.rst Fixed double hyphens that are rendered to literal en-dashes in the documenation. 2016-12-04 10:20:18 +02:00
multifile.rst
multiprocessing.rst Fix trivial typo in multiprocessing documentation (GH-2930) (GH-2942) 2017-07-28 19:55:04 -07:00
mutex.rst Issue #21818: Fixed references to classes that have names matching with module 2016-12-02 23:13:42 +02:00
netdata.rst
netrc.rst Issue #21818: Fixed references to classes that have names matching with module 2016-12-02 23:13:42 +02:00
new.rst
nis.rst
nntplib.rst
numbers.rst
numeric.rst
operator.rst
optparse.rst Issue #19795: Mark up None as literal text. 2016-10-19 16:29:10 +03:00
os.path.rst Issue 27216: Fix typo (noticed by Alex Chan). 2016-06-04 09:39:42 -07:00
os.rst Issue #15527: remove double parens by changing markup. 2017-01-14 09:40:11 +00:00
ossaudiodev.rst
othergui.rst Issue #26736: Used HTTPS for external links in the documentation if possible. 2016-05-07 10:50:12 +03:00
parser.rst
pdb.rst [2.7] bpo-28315: Improve code examples in docs (GH-1372) (#1447) 2017-05-03 18:54:28 -07:00
persistence.rst
pickle.rst [2.7] bpo-22392: Improve documentation for __getinitargs__ (GH-899) 2017-03-30 13:39:06 -07:00
pickletools.rst
pipes.rst
pkgutil.rst
platform.rst Issue #15527: remove double parens by changing markup. 2017-01-14 09:40:11 +00:00
plistlib.rst
popen2.rst
poplib.rst
posix.rst
posixfile.rst
pprint.rst
profile.rst
pty.rst
pwd.rst
py_compile.rst #27753: fix typo (name->named). 2016-08-13 14:46:23 -04:00
pyclbr.rst
pydoc.rst #16484: Change PYTHONDOCS to "https:", and fix links to use lowercase 2016-06-12 05:25:16 +00:00
pyexpat.rst [2.7] bpo-30380: Fix Sphinx 1.6.1 warnings. (GH-1613) (#1616) 2017-05-17 01:26:48 +03:00
python.rst
queue.rst Issue #21818: Fixed references to classes that have names matching with module 2016-12-02 23:13:42 +02:00
quopri.rst
random.rst Issue #29023: Clarify that ints and longs are always deterministic seeds for random. 2017-01-06 16:13:37 -08:00
re.rst [2.7] bpo-32211: Document the existing bug in re.findall() and re.finditer(). (GH-4695). (#5096) 2018-01-04 14:08:27 +02:00
readline.rst Issue #16182: Backport documentation of set_pre_input_hook() availability 2016-06-14 08:45:43 +00:00
repr.rst
resource.rst Issue #25393: Fix probable copy/paste error in resource docs 2016-07-19 16:41:20 -05:00
restricted.rst Issue #24314: Add links for general attributes like __name__, __dict__ 2016-06-18 03:57:31 +00:00
rexec.rst
rfc822.rst
rlcompleter.rst
robotparser.rst
runpy.rst
sched.rst Improve Scheduler Objects documentation. (GH-4556) (GH-4558) 2017-11-24 21:49:10 -08:00
scrolledtext.rst Issue #21818: Fixed references to classes that have names matching with module 2016-12-02 23:13:42 +02:00
select.rst Issue #19795: Mark up None as literal text. 2016-10-19 16:29:10 +03:00
sets.rst issue26484 - fix the broken table in the doc about len(). 2016-03-04 16:32:36 -08:00
sgi.rst
sgmllib.rst Insert a missing semicolon in sgmllib documentation (#772) 2017-03-22 21:12:36 +02:00
sha.rst
shelve.rst Issue #19795: Mark up True and False as literal text instead of bold. 2016-10-19 16:43:18 +03:00
shlex.rst Issue #27125: Fix various errors like “will [be] inherited” 2016-05-29 08:13:58 +00:00
shutil.rst Issue #14061: Misc fixes and cleanups in archiving code in shutil. 2016-12-16 19:04:17 +02:00
signal.rst [2.7] Mention how to disable signal fd wakeup (GH-2140) (#2151) 2017-06-13 10:21:28 +02:00
simplehttpserver.rst
simplexmlrpcserver.rst Issue #21818: Fixed references to classes that have names matching with module 2016-12-02 23:13:42 +02:00
site.rst
smtpd.rst #26209: Clarify type of *localaddr*/*remoteadr* in smtpd docs. 2016-09-07 14:09:51 -04:00
smtplib.rst Issue #25523: Correct "a" article to "an" article 2015-11-02 03:37:02 +00:00
sndhdr.rst
socket.rst Issue #21818: Fixed references to classes that have names matching with module 2016-12-02 23:13:42 +02:00
socketserver.rst Document parameters of BaseServer.finish_request() (GH-4445) 2017-11-19 15:20:09 +03:00
someos.rst
spwd.rst
sqlite3.rst Issue #19795: Mark up None as literal text. 2016-10-19 16:29:10 +03:00
ssl.rst [2.7] bpo-30622: Improve NPN support detection (GH-5859) (#5863) 2018-02-25 10:21:03 +01:00
stat.rst
statvfs.rst
stdtypes.rst [2.7] bpo-32640: Clarify the behavior of str.join and unicode object (GH-5333) 2018-01-26 09:55:15 -08:00
string.rst Issue #19795: Mark up None as literal text. 2016-10-19 16:29:10 +03:00
stringio.rst Issue #21818: Fixed references to classes that have names matching with module 2016-12-02 23:13:42 +02:00
stringprep.rst
strings.rst
struct.rst
subprocess.rst Issue #19795: Mark up True and False as literal text instead of bold. 2016-10-19 16:43:18 +03:00
sun.rst
sunau.rst [2.7] Fix typos in multiple `.rst` files (GH-1668) (#1707) 2017-05-22 20:16:53 +03:00
sunaudio.rst Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 2016-04-17 09:37:36 +03:00
symbol.rst
symtable.rst
sys.rst bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile (GH-4056). (#5299) 2018-01-24 22:53:42 +08:00
sysconfig.rst Issue #19795: Improved more markups of True/False. 2016-10-19 18:30:16 +03:00
syslog.rst
tabnanny.rst fix function name in tabnanny documentation (GH-764) 2017-03-22 15:22:44 +08:00
tarfile.rst Issue #26736: Used HTTPS for external links in the documentation if possible. 2016-05-07 10:50:12 +03:00
telnetlib.rst
tempfile.rst
termios.rst [backport to 2.7] - issue8519 - Reference termios and ioctl manual pages in the library documentation. 2016-06-02 23:51:22 -07:00
test.rst [2.7] bpo-30223: Add Lib/test/__main__.py. (#1373) 2017-05-02 18:26:25 +03:00
textwrap.rst
thread.rst
threading.rst Issue #23921: Standardized documentation whitespace formatting. 2016-05-10 13:45:32 +03:00
time.rst Closes #28130: Documented that time.tzset() updates time module globals. 2017-01-12 15:06:34 -05:00
timeit.rst Issue #26638: Cannot directly link to main option from the “timeit” module 2016-10-30 05:41:04 +00:00
tix.rst Issue #27125: Remove duplicated words from documentation and comments 2016-05-30 04:04:50 +00:00
tk.rst
tkinter.rst Add a missing space in tkinter documentation. (GH-4692). (GH-4723) 2017-12-04 21:15:57 -08:00
token.rst
tokenize.rst
trace.rst
traceback.rst Add a missing asterisk in traceback doc to complete formatting (#2675) 2017-07-12 11:41:33 +08:00
ttk.rst Issue #19795: Mark up None as literal text. 2016-10-19 16:29:10 +03:00
tty.rst
turtle.rst [2.7] Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770) (GH-2780) 2017-07-20 07:14:46 -07:00
types.rst Issue #26747: Document that InstanceTypes only works for old-style classes 2016-04-14 15:51:22 +03:00
undoc.rst
unicodedata.rst [2.7] bpo-28315: Improve code examples in docs (GH-1372) (#1447) 2017-05-03 18:54:28 -07:00
unittest.rst bpo-32923: Unittest doc: replace `whilst` with `while` (GH-5833) 2018-02-23 10:16:56 -08:00
unix.rst
urllib.rst Add clarity to the warning on certificate verification in urllib. 2017-01-27 23:05:34 -08:00
urllib2.rst Prevent HTTPoxy attack (CVE-2016-1000110) 2016-07-30 05:49:53 -07:00
urlparse.rst Fix the urllib.parse.urljoin docs. Reported by Bo Bayles in docs list. 2016-06-22 00:56:22 -07:00
user.rst
userdict.rst Issue #21818: Fixed references to classes that have names matching with module 2016-12-02 23:13:42 +02:00
uu.rst
uuid.rst Issue #29217: Fix the wrong type description of UUID.variant. 2017-01-10 11:27:07 +08:00
warnings.rst Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings 2016-10-30 05:19:02 +00:00
wave.rst
weakref.rst bpo-29474: Improve documentation for weakref.WeakValueDictionary (#11) 2017-02-10 19:44:57 -06:00
webbrowser.rst Issue #25523: Correct "a" article to "an" article 2015-11-02 03:37:02 +00:00
whichdb.rst Change double hyphens (en dashes) to em (longer) dashes 2016-11-21 00:21:39 +00:00
windows.rst
winsound.rst
wsgiref.rst Issue #23943: Fix typos. Patch by Piotr Kasprzyk. 2016-07-28 03:04:04 +00:00
xdrlib.rst
xml.dom.minidom.rst [2.7] bpo-30380: Fix Sphinx 1.6.1 warnings. (GH-1613) (#1616) 2017-05-17 01:26:48 +03:00
xml.dom.pulldom.rst
xml.dom.rst Issue #27993: Fix problems with the plural “objects” in docs and comments 2016-09-08 05:39:59 +00:00
xml.etree.elementtree.rst bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609) (GH-5613) 2018-02-10 19:42:42 -05:00
xml.rst Issue #18789: Update XML vulnerability table to use Safe/Vulnerable instead of No/Yes. (backport to 2.7) 2016-10-13 14:34:20 -07:00
xml.sax.handler.rst
xml.sax.reader.rst Issue #19795: Mark up None as literal text. 2016-10-19 16:29:10 +03:00
xml.sax.rst
xml.sax.utils.rst
xmllib.rst
xmlrpclib.rst Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL 2016-05-28 02:33:05 +00:00
zipfile.rst Issue #28513: Documented command-line interface of zipfile. 2016-11-02 12:05:54 +02:00
zipimport.rst Issue #26462: Doc: avoid literal_block warnings, fix syntax highlighting. 2016-07-26 11:18:21 +02:00
zlib.rst Issue #5784: Cannot test wbits=0 unless we know we have zlib v1.2.3.5 2016-05-27 11:20:21 +00:00