cpython/Doc/library
Terry Jan Reedy 14070299cd
bpo-37748: Re-order the Run menu. (GH-15115)
Put the most common choice, Run Module, at the top.
2019-08-04 16:45:15 -04:00
..
2to3.rst
__future__.rst
__main__.rst
_thread.rst bpo-37077: Add native thread ID (TID) for AIX (GH-13624) 2019-06-13 15:34:46 -07:00
abc.rst
aifc.rst
allos.rst
archiving.rst
argparse.rst bpo-26967: fix flag grouping with allow_abbrev=False (GH-14316) 2019-07-13 22:35:58 -07:00
array.rst bpo-37390: Add audit event table to documentations (GH-14406) 2019-06-27 10:47:59 -07:00
ast.rst bpo-35766: Change format for feature_version to (major, minor) (GH-13992) 2019-06-11 17:23:12 -07:00
asynchat.rst
asyncio-api-index.rst
asyncio-dev.rst
asyncio-eventloop.rst bpo-36889: Document asyncio Stream and StreamServer (GH-14203) 2019-06-24 21:16:58 +03:00
asyncio-exceptions.rst
asyncio-future.rst
asyncio-llapi-index.rst
asyncio-platforms.rst
asyncio-policy.rst bpo-35621: Support running subprocesses in asyncio when loop is executed in non-main thread (GH-14344) 2019-06-30 12:54:59 +03:00
asyncio-protocol.rst bpo-36889: Document asyncio Stream and StreamServer (GH-14203) 2019-06-24 21:16:58 +03:00
asyncio-queue.rst
asyncio-stream.rst bpo-36889: Document asyncio Stream and StreamServer (GH-14203) 2019-06-24 21:16:58 +03:00
asyncio-subprocess.rst bpo-35621: Support running subprocesses in asyncio when loop is executed in non-main thread (GH-14344) 2019-06-30 12:54:59 +03:00
asyncio-sync.rst
asyncio-task.rst
asyncio.rst
asyncore.rst
atexit.rst
audioop.rst
audit_events.rst bpo-37390: Add audit event table to documentations (GH-14406) 2019-06-27 10:47:59 -07:00
base64.rst
bdb.rst [3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620) 2019-06-05 18:22:31 +03:00
binary.rst
binascii.rst
binhex.rst
bisect.rst
builtins.rst
bz2.rst
calendar.rst
cgi.rst
cgitb.rst
chunk.rst
cmath.rst
cmd.rst
code.rst
codecs.rst bpo-35551: encodings update (GH-11446) 2019-06-05 18:18:06 -04:00
codeop.rst
collections.abc.rst
collections.rst
colorsys.rst Update link in colorsys docs to be https (GH-14062) 2019-06-15 07:09:36 -07:00
compileall.rst
concurrency.rst bpo-37312: Remove _dummy_thread and dummy_threading modules (GH-14143) 2019-06-17 14:18:43 +02:00
concurrent.futures.rst Update concurrent.futures.rst (GH-14061) 2019-06-14 07:39:43 -07:00
concurrent.rst
configparser.rst
constants.rst
contextlib.rst [3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620) 2019-06-05 18:22:31 +03:00
contextvars.rst
copy.rst
copyreg.rst Do not use explicit inheritance from object in the documentation. (GH-13936) 2019-06-10 13:35:52 +03:00
crypt.rst
crypto.rst
csv.rst
ctypes.rst Fix typos in docs, comments and test assert messages (#14872) 2019-07-21 16:12:33 -04:00
curses.ascii.rst
curses.panel.rst
curses.rst [3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620) 2019-06-05 18:22:31 +03:00
custominterp.rst
dataclasses.rst bpo-37163: Make the obj argument of dataclasses.replace() a positional-only. (GH-14390) 2019-06-26 19:07:44 +03:00
datatypes.rst
datetime.rst bpo-34903: Document that some strptime formats only require 1 digit (GH-14149) 2019-06-18 19:14:57 +01:00
dbm.rst
debug.rst bpo-37390: Add audit event table to documentations (GH-14406) 2019-06-27 10:47:59 -07:00
decimal.rst
development.rst
difflib.rst
dis.rst bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-14139) 2019-06-22 07:40:55 -07:00
distribution.rst
distutils.rst
doctest.rst
email.charset.rst
email.compat32-message.rst
email.contentmanager.rst
email.encoders.rst Fix typos in comments, docs and test names (#15018) 2019-07-30 18:16:13 -04:00
email.errors.rst
email.examples.rst
email.generator.rst
email.header.rst
email.headerregistry.rst bpo-35805: Add parser for Message-ID email header. (GH-13397) 2019-06-04 10:41:34 -07:00
email.iterators.rst
email.message.rst
email.mime.rst
email.parser.rst
email.policy.rst
email.rst
email.utils.rst
ensurepip.rst bpo-37390: Add audit event table to documentations (GH-14406) 2019-06-27 10:47:59 -07:00
enum.rst bpo-37479: on Enum subclasses with mixins, __format__ uses overridden __str__ (GH-14545) 2019-07-04 11:28:37 -07:00
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 bpo-37390: Add audit event table to documentations (GH-14406) 2019-06-27 10:47:59 -07:00
functional.rst
functions.rst bpo-37390: Add audit event table to documentations (GH-14406) 2019-06-27 10:47:59 -07:00
functools.rst Do not use explicit inheritance from object in the documentation. (GH-13936) 2019-06-10 13:35:52 +03:00
gc.rst
getopt.rst
getpass.rst
gettext.rst
glob.rst bpo-37390: Add audit event table to documentations (GH-14406) 2019-06-27 10:47:59 -07: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 bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448) 2019-06-30 23:32:24 -07:00
http.cookiejar.rst bpo-37580: Fix typo in http.cookiejar documentation (GH-14731) 2019-07-13 03:17:16 -07:00
http.cookies.rst
http.rst
http.server.rst
i18n.rst
idle.rst bpo-37748: Re-order the Run menu. (GH-15115) 2019-08-04 16:45:15 -04:00
imaplib.rst bpo-37390: Add audit event table to documentations (GH-14406) 2019-06-27 10:47:59 -07:00
imghdr.rst
imp.rst
importlib.metadata.rst
importlib.rst bpo-37444: Update differing exception between builtins and importlib (GH-14869) 2019-08-02 22:46:02 -07:00
index.rst
inspect.rst
internet.rst
intro.rst
io.rst Document default parameter of .seek() in the signature. (GH-14691) 2019-07-10 19:43:04 -07:00
ipaddress.rst
ipc.rst
itertools.rst Update itertools docs (GH-15114) 2019-08-04 13:35:58 -07:00
json.rst
keyword.rst
language.rst
linecache.rst
locale.rst
logging.config.rst
logging.handlers.rst bpo-37470: Document more clearly the error handling for QueueHandler.emit(). (GH-14532) 2019-07-01 20:45:01 +01:00
logging.rst bpo-37258: Not a bug, but added a unit test and updated documentation. (GH-14229) 2019-06-19 11:46:53 +01:00
lzma.rst
mailbox.rst bpo-30088: Document that existing dir structure isn't verified by mailbox.Maildir (GH-1163) 2019-07-13 07:47:14 -07:00
mailcap.rst
markup.rst
marshal.rst
math.rst bpo-37691: Let math.dist() accept sequences and iterables for coordinates (GH-14975) 2019-07-27 14:04:29 -07:00
mimetypes.rst bpo-4963: Fix for initialization and non-deterministic behavior issues in mimetypes (GH-3062) 2019-06-24 16:46:59 -07:00
misc.rst
mm.rst
mmap.rst bpo-37390: Add audit event table to documentations (GH-14406) 2019-06-27 10:47:59 -07:00
modulefinder.rst
modules.rst
msilib.rst
msvcrt.rst
multiprocessing.rst bpo-33725, multiprocessing doc: rephase warning against fork on macOS (GH-13841) 2019-06-05 21:59:33 +02:00
multiprocessing.shared_memory.rst
netdata.rst
netrc.rst
nis.rst
nntplib.rst bpo-37390: Add audit event table to documentations (GH-14406) 2019-06-27 10:47:59 -07:00
numbers.rst
numeric.rst
operator.rst
optparse.rst
os.path.rst bpo-6689: os.path.commonpath raises ValueError for different drives isn't documented (GH-14045) 2019-06-13 06:59:49 -07:00
os.rst closes bpo-37554: Remove `q:q` in os.rst documentation (GH-14692) 2019-07-11 10:31:19 -07:00
ossaudiodev.rst
othergui.rst
parser.rst bpo-37268: Add deprecation notice and a DeprecationWarning for the parser module (GH-15017) 2019-07-30 04:04:01 -07:00
pathlib-inheritance.png
pathlib-inheritance.svg
pathlib.rst
pdb.rst bpo-37390: Add audit event table to documentations (GH-14406) 2019-06-27 10:47:59 -07:00
persistence.rst
pickle.rst bpo-37390: Add audit event table to documentations (GH-14406) 2019-06-27 10:47:59 -07:00
pickletools.rst
pipes.rst
pkgutil.rst
platform.rst
plistlib.rst
poplib.rst bpo-37390: Add audit event table to documentations (GH-14406) 2019-06-27 10:47:59 -07:00
posix.rst
pprint.rst bpo-37376: pprint support for SimpleNamespace (GH-14318) 2019-06-26 16:13:18 -07:00
profile.rst [3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620) 2019-06-05 18:22:31 +03:00
pty.rst
pwd.rst
py_compile.rst
pyclbr.rst
pydoc.rst
pyexpat.rst
python.rst
queue.rst
quopri.rst
random.rst bpo-37624: Document weight assumptions for random.choices() (GH-14855) 2019-07-19 01:56:42 -07:00
re.rst Fix typo in re.escape documentation (GH-14722) 2019-07-13 16:35:04 +08:00
readline.rst
reprlib.rst
resource.rst
rlcompleter.rst
runpy.rst
sched.rst
secrets.rst
select.rst bpo-34369: make kqueue.control() docs better reflect that timeout is positional-only (GH-9499) 2019-07-11 17:00:34 +03:00
selectors.rst
shelve.rst
shlex.rst
shutil.rst bpo-37390: Add audit event table to documentations (GH-14406) 2019-06-27 10:47:59 -07:00
signal.rst
site.rst
smtpd.rst
smtplib.rst bpo-37390: Add audit event table to documentations (GH-14406) 2019-06-27 10:47:59 -07:00
sndhdr.rst
socket.rst bpo-37085: Expose SocketCAN bcm_msg_head flags (#13646) 2019-07-31 10:47:16 +02:00
socketserver.rst
spwd.rst
sqlite3.rst bpo-37390: Add audit event table to documentations (GH-14406) 2019-06-27 10:47:59 -07:00
ssl.rst
stat.rst
statistics.rst Fix typos in comments, docs and test names (#15018) 2019-07-30 18:16:13 -04:00
stdtypes.rst Doc: Fix example title. (GH-14639) 2019-07-08 23:08:07 +02:00
string.rst bpo-36168: Lowercase the word "subsequent" in get_value doc (GH-14485) 2019-06-30 23:04:20 -07:00
stringprep.rst
struct.rst bpo-37134: Add PEP570 notation to the documentation (GH-13743) 2019-06-05 13:24:28 -07:00
subprocess.rst Replace backquote with command substitution in subprocess doc example (GH-13941) 2019-07-16 07:55:19 -07:00
sunau.rst bpo-37320: Remove openfp() of aifc, sunau and wave (GH-14169) 2019-06-18 00:00:24 +02:00
superseded.rst
symbol.rst
symtable.rst
sys.rst bpo-37284: Add note to sys.implementation doc (GH-14328) 2019-07-15 07:37:09 -07:00
sysconfig.rst
syslog.rst
tabnanny.rst
tarfile.rst
telnetlib.rst bpo-37390: Add audit event table to documentations (GH-14406) 2019-06-27 10:47:59 -07:00
tempfile.rst bpo-37390: Add audit event table to documentations (GH-14406) 2019-06-27 10:47:59 -07:00
termios.rst
test.rst bpo-37648: Fixed minor inconsistency in some __contains__. (GH-14904) 2019-08-04 14:12:48 +03:00
text.rst
textwrap.rst bpo-30754: Document textwrap.dedent blank line behavior. (GH-14469) 2019-06-29 21:20:03 -07:00
threading.rst bpo-36084: Add threading Native ID information to What's New documentation (GH-14845) 2019-07-30 23:41:46 +02:00
time.rst
timeit.rst
tk.rst
tkinter.rst bpo-37149: Replace dead link for online Tkinter reference (GH-14616) 2019-07-06 02:31:54 -04:00
tkinter.scrolledtext.rst
tkinter.tix.rst
tkinter.ttk.rst
token-list.inc
token.rst
tokenize.rst
trace.rst [3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620) 2019-06-05 18:22:31 +03:00
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
typing.rst Document typing.ForwardRef (GH-14216) 2019-06-19 01:31:51 +01:00
undoc.rst
unicodedata.rst
unittest.mock-examples.rst
unittest.mock.rst
unittest.rst [3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620) 2019-06-05 18:22:31 +03:00
unix.rst
urllib.error.rst
urllib.parse.rst
urllib.request.rst bpo-37390: Add audit event table to documentations (GH-14406) 2019-06-27 10:47:59 -07:00
urllib.robotparser.rst
urllib.rst
uu.rst
uuid.rst
venv.rst Touch up venv docs (GH-14922) 2019-07-23 14:34:32 -07:00
warnings.rst
wave.rst bpo-37320: Remove openfp() of aifc, sunau and wave (GH-14169) 2019-06-18 00:00:24 +02:00
weakref.rst Update weakref.rst (GH-14098) 2019-06-15 04:33:23 -07:00
webbrowser.rst bpo-37390: Add audit event table to documentations (GH-14406) 2019-06-27 10:47:59 -07:00
windows.rst
winreg.rst bpo-37730: Fix usage of NotImplemented instead of NotImplementedError in docs. (GH-15062) 2019-08-01 01:49:55 +03:00
winsound.rst
wsgiref.rst
xdrlib.rst
xml.dom.minidom.rst
xml.dom.pulldom.rst
xml.dom.rst
xml.etree.elementtree.rst bpo-34160: explain how to deal with attribute order in ElementTree (GH-14867) 2019-07-24 20:22:50 +02: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
zipfile.rst
zipimport.rst
zlib.rst bpo-37134: Add PEP570 notation to the documentation (GH-13743) 2019-06-05 13:24:28 -07:00