cpython/Doc/library
Miss Islington (bot) 7dcfd6c663
Fix socket type in DatagramHandler documentation: TCP -> UDP (GH-6272)
(cherry picked from commit 233de021d9)

Co-authored-by: Mike DePalatis <mike@depalatis.net>
2018-03-30 00:48:45 -07:00
..
2to3.rst
__future__.rst
__main__.rst
_dummy_thread.rst
_thread.rst
abc.rst bpo-28886: doc: Move deprecated abc decorators to separate section (GH-176) 2018-02-21 14:24:22 +09:00
aifc.rst
allos.rst
archiving.rst
argparse.rst Fix typos '.::' should typically just be '::'. (GH-6165) (GH-6300) 2018-03-29 04:34:44 -04:00
array.rst
ast.rst bpo-32758: Warn that ast.parse() and ast.literal_eval() can segfault the interpreter (GH-5960) (GH-6041) 2018-03-09 12:35:42 -08:00
asynchat.rst
asyncio-dev.rst
asyncio-eventloop.rst Fix senfile typo (GH-6265) (#6274) 2018-03-27 18:34:15 -07:00
asyncio-eventloops.rst
asyncio-protocol.rst [3.7] Fix duplicating words words. (GH-6296) (GH-6297) 2018-03-28 23:05:24 +03:00
asyncio-queue.rst
asyncio-stream.rst
asyncio-subprocess.rst
asyncio-sync.rst
asyncio-task.rst Fix docs markup for asyncio current_task() and all_tasks() (GH-6089) 2018-03-12 12:12:05 -07:00
asyncio.rst
asyncore.rst
atexit.rst
audioop.rst
base64.rst bpo-27846: Delete incorrect note in base64 docs (GH-5666) 2018-02-14 03:48:00 +03:00
bdb.rst
binary.rst
binascii.rst
binhex.rst
bisect.rst
builtins.rst
bz2.rst
calendar.rst
cgi.rst bpo-32996: Improve What's New in 3.7. (GH-5983) 2018-03-10 22:29:30 -08:00
cgitb.rst
chunk.rst
cmath.rst
cmd.rst
code.rst
codecs.rst
codeop.rst
collections.abc.rst
collections.rst Corrected link targets in collections.rst (GH-1052) 2018-03-26 05:52:35 -07:00
colorsys.rst
compileall.rst
concurrency.rst
concurrent.futures.rst
concurrent.rst
configparser.rst
constants.rst DOC: fix documentation for copyright and credits (GH-5706) 2018-02-16 20:09:20 -08:00
contextlib.rst
contextvars.rst [3.7] Fix duplicating words words. (GH-6296) (GH-6297) 2018-03-28 23:05:24 +03:00
copy.rst
copyreg.rst
crypt.rst
crypto.rst
csv.rst
ctypes.rst
curses.ascii.rst
curses.panel.rst
curses.rst
custominterp.rst
datatypes.rst
datetime.rst [3.7] Fix duplicating words words. (GH-6296) (GH-6297) 2018-03-28 23:05:24 +03:00
dbm.rst Warn that dbm.dumb.open() can crash Python (GH-6047) (GH-6048) 2018-03-09 16:12:54 -08:00
debug.rst
decimal.rst
depgraph-output.png
development.rst
difflib.rst
dis.rst bpo-32565: Add missed versionadded directives for all new opcodes. (GH-5199) (GH-5470) 2018-02-01 14:12:55 +02:00
distribution.rst
distutils.rst
doctest.rst
dummy_threading.rst
email.charset.rst
email.compat32-message.rst
email.contentmanager.rst
email.encoders.rst
email.errors.rst
email.examples.rst
email.generator.rst
email.header.rst
email.headerregistry.rst
email.iterators.rst
email.message.rst
email.mime.rst
email.parser.rst
email.policy.rst
email.rst
email.util.rst
ensurepip.rst
enum.rst
errno.rst
exceptions.rst
faulthandler.rst
fcntl.rst
filecmp.rst
fileformats.rst
fileinput.rst
filesys.rst
fnmatch.rst
formatter.rst
fractions.rst
frameworks.rst
ftplib.rst
functional.rst
functions.rst bpo-26701: Add documentation for __trunc__ (GH-6049) 2018-03-11 01:10:32 +10:00
functools.rst
gc.rst Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495 (#5496) 2018-02-02 10:04:32 -05:00
getopt.rst
getpass.rst
gettext.rst
glob.rst bpo-32860: Fix a missing asterisk in the documentation for glob.iglob() (GH-5712) 2018-02-16 19:51:09 -08:00
grp.rst
gzip.rst
hashlib-blake2-tree.png
hashlib.rst
heapq.rst
hmac.rst
html.entities.rst
html.parser.rst
html.rst
http.client.rst
http.cookiejar.rst
http.cookies.rst
http.rst
http.server.rst FIX documentation and NEWS of ThreadedHTTPServer. (GH-6207) (GH-6302) 2018-03-29 04:33:47 -04:00
i18n.rst
idle.rst
imaplib.rst
imghdr.rst
imp.rst
importlib.rst bpo-27428: Fix WindowsRegistryFinder documentation to list appropriate ABC (GH-6061) 2018-03-23 14:41:26 -07:00
index.rst bpo-32436: Add docs for contextvars (GH-5685) 2018-02-16 09:03:18 -08:00
inspect.rst
internet.rst
intro.rst
io.rst
ipaddress.rst bpo-27683: Fix a regression for host() of ipaddress network objects (GH-6016) 2018-03-20 18:22:23 -07:00
ipc.rst
itertools.rst bpo-27212: Modify islice recipe to consume initial values preceding start (GH-6195) (#GH-6266) 2018-03-26 19:23:34 -07:00
json.rst
keyword.rst
language.rst
linecache.rst
locale.rst
logging.config.rst
logging.handlers.rst Fix socket type in DatagramHandler documentation: TCP -> UDP (GH-6272) 2018-03-30 00:48:45 -07:00
logging.rst Fix typo in logging doc: picked -> pickled (GH-5942) 2018-02-28 15:58:58 -08:00
lzma.rst
macpath.rst
mailbox.rst
mailcap.rst
markup.rst
marshal.rst
math.rst bpo-26701: Add documentation for __trunc__ (GH-6049) 2018-03-11 01:10:32 +10:00
mimetypes.rst
misc.rst
mm.rst
mmap.rst Fix typos '.::' should typically just be '::'. (GH-6165) (GH-6300) 2018-03-29 04:34:44 -04:00
modulefinder.rst
modules.rst
msilib.rst
msvcrt.rst
multiprocessing.rst
netdata.rst
netrc.rst
nis.rst
nntplib.rst
numbers.rst
numeric.rst
operator.rst
optparse.rst [3.7] bpo-32746: Fix multiple typos (GH-5144) (GH-5520) 2018-02-03 20:41:43 -05:00
os.path.rst
os.rst
ossaudiodev.rst [3.7] bpo-32746: Fix multiple typos (GH-5144) (GH-5520) 2018-02-03 20:41:43 -05:00
othergui.rst
parser.rst
pathlib-inheritance.png
pathlib-inheritance.svg
pathlib.rst
pdb.rst bpo-32724: Fix references to commands in Doc/pdb.rst (GH-5444) 2018-01-30 11:34:33 +02:00
persistence.rst
pickle.rst
pickletools.rst
pipes.rst
pkgutil.rst
platform.rst
plistlib.rst
poplib.rst
posix.rst
pprint.rst
profile.rst
pty.rst
pwd.rst
py_compile.rst
pyclbr.rst
pydoc.rst
pyexpat.rst
python.rst
queue.rst
quopri.rst bpo-32701: Clarify the quotetabs flag in quopri documentation (GH-5401) 2018-01-29 19:36:06 -08:00
random.rst
re.rst Fix a reference to the MRE book in re docs (GH-1113) 2018-03-23 18:55:26 +03:00
readline.rst
reprlib.rst
resource.rst
rlcompleter.rst
runpy.rst
sched.rst
secrets.rst
select.rst
selectors.rst
shelve.rst
shlex.rst
shutil.rst
signal.rst
site.rst Make site documentation more clear (#5461) 2018-01-31 17:02:28 -05:00
smtpd.rst
smtplib.rst
sndhdr.rst
socket.rst bpo-32394: Remove some TCP options on old version Windows. (GH-5523) 2018-02-26 10:36:17 -08:00
socketserver.rst
spwd.rst
sqlite3.rst bpo-27645: Add support for native backup facility of SQLite (GH-4238) 2018-03-11 01:29:19 +03:00
ssl.rst bpo-33045: Fix typos in SSL documentation (GH-6065) 2018-03-11 04:21:27 +03:00
stat.rst
statistics.rst
stdtypes.rst
string.rst bpo-32720: Fixed the replacement field grammar documentation. (GH-5544) (GH-5546) 2018-02-06 18:14:20 -07:00
stringprep.rst
struct.rst
subprocess.rst Clarify fd inheritance when close_fds=False. (GH-6240) 2018-03-25 10:40:38 -07:00
sunau.rst
superseded.rst
symbol.rst
symtable.rst
sys.rst
sysconfig.rst
syslog.rst
tabnanny.rst
tarfile.rst bpo-30693: zip+tarfile: sort directory listing (#2263) 2018-01-31 17:01:55 -05:00
telnetlib.rst
tempfile.rst
termios.rst
test.rst [3.7] Fix duplicating words words. (GH-6296) (GH-6297) 2018-03-28 23:05:24 +03:00
text.rst
textwrap.rst
threading.rst
time.rst
timeit.rst
tk.rst
tkinter.rst
tkinter.scrolledtext.rst
tkinter.tix.rst
tkinter.ttk.rst bpo-32585: Add tkinter.ttk.Spinbox. (GH-5221) (GH-5592) 2018-02-09 13:40:14 +02:00
token.rst
tokenize.rst
trace.rst
traceback.rst
tracemalloc.rst
tty.rst
tulip_coro.dia
tulip_coro.png
turtle-star.pdf
turtle-star.png
turtle-star.ps
turtle.rst
types.rst bpo-30579: Docs for dynamic traceback creation (GH-5653) 2018-02-13 00:53:37 -08:00
typing.rst
undoc.rst
unicodedata.rst
unittest.mock-examples.rst
unittest.mock.rst
unittest.rst bpo-32923: Unittest doc: replace `whilst` with `while` (GH-5833) 2018-02-23 10:14:23 -08:00
unix.rst
urllib.error.rst
urllib.parse.rst
urllib.request.rst
urllib.robotparser.rst
urllib.rst
uu.rst
uuid.rst
venv.rst
warnings.rst
wave.rst
weakref.rst
webbrowser.rst
windows.rst
winreg.rst
winsound.rst
wsgiref.rst
xdrlib.rst
xml.dom.minidom.rst
xml.dom.pulldom.rst
xml.dom.rst
xml.etree.elementtree.rst bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609) (GH-5611) 2018-02-10 18:08:34 -05:00
xml.rst
xml.sax.handler.rst
xml.sax.reader.rst
xml.sax.rst
xml.sax.utils.rst
xmlrpc.client.rst
xmlrpc.rst
xmlrpc.server.rst
zipapp.rst bpo-28247: Document Windows executable creation in zipapp (GH-6158) 2018-03-20 15:44:21 -07:00
zipfile.rst bpo-30693: zip+tarfile: sort directory listing (#2263) 2018-01-31 17:01:55 -05:00
zipimport.rst
zlib.rst bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988) 2018-03-06 21:26:19 -08:00