cpython/Doc/library
Victor Stinner 400e1dbcad
Document most common signals (GH-19245)
Document individual signals (only the most common signals):
description, default action, availability.
2020-03-31 19:13:10 +02:00
..
2to3.rst bpo-39313: Add an option to RefactoringTool for using exec as a function (GH-17967) 2020-01-12 14:13:31 -08:00
__future__.rst
__main__.rst
_thread.rst
abc.rst
aifc.rst
allos.rst
archiving.rst
argparse.rst
array.rst
ast.rst Fix syntax error in an example in the ast documentation and sync docstrings (GH-18946) 2020-03-12 00:48:19 +00:00
asynchat.rst
asyncio-api-index.rst
asyncio-dev.rst bpo-39429: Add a new "Python Development Mode" doc page (GH-18132) 2020-01-24 10:22:18 +01:00
asyncio-eventloop.rst bpo-39128: Added algorithm description (GH-18624) 2020-02-24 06:59:40 -08:00
asyncio-exceptions.rst
asyncio-future.rst
asyncio-llapi-index.rst
asyncio-platforms.rst
asyncio-policy.rst
asyncio-protocol.rst
asyncio-queue.rst
asyncio-stream.rst
asyncio-subprocess.rst
asyncio-sync.rst bpo-34793: Drop old-style context managers in asyncio.locks (GH-17533) 2020-02-01 13:12:52 +02:00
asyncio-task.rst
asyncio.rst
asyncore.rst
atexit.rst
audioop.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 2016-06-11 15:02:54 -04:00
audit_events.rst
base64.rst bpo-39351: Remove base64.encodestring() (GH-18022) 2020-01-16 10:24:16 +01:00
bdb.rst
binary.rst
binascii.rst bpo-39353: binascii.crc_hqx() is no longer deprecated (GH-18276) 2020-01-30 09:56:40 +01:00
binhex.rst bpo-39353: Deprecate the binhex module (GH-18025) 2020-01-22 20:44:22 +01:00
bisect.rst
builtins.rst
bz2.rst bpo-39357: Remove buffering parameter of bz2.BZ2File (GH-18028) 2020-01-16 15:33:30 +01:00
calendar.rst
cgi.rst
cgitb.rst
chunk.rst
cmath.rst
cmd.rst
code.rst Fix documentation in code.py (GH-17988) 2020-01-15 01:17:25 +05:30
codecs.rst bpo-39674: Revert "bpo-37330: open() no longer accept 'U' in file mode (GH-16959)" (GH-18767) 2020-03-04 18:50:22 +01:00
codeop.rst
collections.abc.rst
collections.rst bpo-36144: Add PEP 584 operators to collections.ChainMap (#18832) 2020-03-23 12:02:05 -07:00
colorsys.rst
compileall.rst bpo-39769: Fix compileall ddir for subpkgs. (GH-18676) 2020-02-28 17:28:37 -08:00
concurrency.rst
concurrent.futures.rst bpo-39349: Add *cancel_futures* to Executor.shutdown() (GH-18057) 2020-02-02 13:49:00 +01:00
concurrent.rst
configparser.rst
constants.rst bpo-35712: Make using NotImplemented in a boolean context issue a deprecation warning (GH-13195) 2020-03-03 20:50:17 +02:00
contextlib.rst
contextvars.rst
copy.rst
copyreg.rst
crypt.rst
crypto.rst
csv.rst bpo-40013: Clarify documentation of restval in csv.DictReader (GH-19099) 2020-03-24 22:41:42 +05:30
ctypes.rst
curses.ascii.rst
curses.panel.rst
curses.rst
custominterp.rst
dataclasses.rst
datatypes.rst
datetime.rst
dbm.rst
debug.rst
decimal.rst Mention backports (GH-18715) 2020-02-29 22:39:23 +01:00
development.rst bpo-39429: Add a new "Python Development Mode" doc page (GH-18132) 2020-01-24 10:22:18 +01:00
devmode.rst bpo-39429: Add a new "Python Development Mode" doc page (GH-18132) 2020-01-24 10:22:18 +01:00
dialog.rst
difflib.rst
dis.rst Updated documentation for FOR_ITER (GH-19113) 2020-03-24 09:03:06 +08:00
distribution.rst
distutils.rst
doctest.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.utils.rst
ensurepip.rst
enum.rst
errno.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 2016-06-11 15:02:54 -04:00
exceptions.rst bpo-39429: Add a new "Python Development Mode" doc page (GH-18132) 2020-01-24 10:22:18 +01:00
faulthandler.rst bpo-39429: Add a new "Python Development Mode" doc page (GH-18132) 2020-01-24 10:22:18 +01:00
fcntl.rst bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resource`, `shutil`, `signal`, `syslog` (GH-18407) 2020-02-13 07:47:42 +00:00
filecmp.rst
fileformats.rst
fileinput.rst bpo-39674: Revert "bpo-37330: open() no longer accept 'U' in file mode (GH-16959)" (GH-18767) 2020-03-04 18:50:22 +01:00
filesys.rst
fnmatch.rst
formatter.rst
fractions.rst bpo-39350: Fix fractions for int subclasses (GH-18375) 2020-02-07 23:42:51 +01:00
frameworks.rst
ftplib.rst bpo-39259: ftplib.FTP/FTP_TLS now reject timeout = 0 (GH-17959) 2020-01-13 20:34:34 +01:00
functional.rst
functions.rst Fix "versionchanged" for pow named arguments (GH-19042) 2020-03-19 18:12:59 +00:00
functools.rst bpo-17005: Minor improvements to the documentation of TopologicalSorter (GH-18155) 2020-01-23 21:01:50 +00:00
gc.rst bpo-39322: Add gc.is_finalized to check if an object has been finalised by the gc (GH-17989) 2020-01-14 12:06:45 +00:00
getopt.rst
getpass.rst
gettext.rst Issue3950: Fix docs for default locale used by gettext to match implementation (#18435) 2020-02-10 13:15:34 -08:00
glob.rst
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 fixes typos in http.client documentation (#18300) 2020-02-01 04:31:00 -08:00
http.cookiejar.rst
http.cookies.rst
http.rst bpo-39507: Add HTTP status 418 "I'm a Teapot" (GH-18291) 2020-03-15 14:24:23 +02:00
http.server.rst bpo-35292: Avoid calling mimetypes.init when http.server is imported (GH-17822) 2020-01-08 10:28:14 -08:00
i18n.rst
idle.rst bpo-39852: IDLE 'Go to line' deletes selection, updates status (GH-18801) 2020-03-08 14:32:42 -04:00
imaplib.rst bpo-38615: Add timeout parameter for IMAP4 and IMAP4_SSL constructor (GH-17203) 2020-01-07 18:28:10 +01:00
imghdr.rst
imp.rst
importlib.metadata.rst
importlib.rst bpo-19698: Document when importlib.machinery.FrozenImporter gained spec-related methods (GH-19158) 2020-03-25 11:57:47 -07:00
index.rst
inspect.rst bpo-39775: inspect: Change Signature.parameters back to OrderedDict. (GH-18684) 2020-03-02 18:54:48 +09:00
internet.rst
intro.rst
io.rst
ipaddress.rst bpo-28577: Special case added to IP v4 and v6 hosts for /32 and /128 networks (GH-18757) 2020-03-09 15:33:45 -07:00
ipc.rst
itertools.rst
json.rst bpo-39377: json: Update doc about the encoding option. (GH-18076) 2020-01-22 19:01:24 +09:00
keyword.rst Link to list of keywords in the laguage reference (GH-18024) 2020-03-14 21:09:15 +02:00
language.rst
linecache.rst
locale.rst
logging.config.rst
logging.handlers.rst
logging.rst Clarify a guarantee of the logging module. (GH-19132) 2020-03-24 09:48:32 -07:00
lzma.rst
mailbox.rst
mailcap.rst fix comma location in various places (GH-19233) 2020-03-30 14:28:25 -07:00
markup.rst
marshal.rst
math.rst bpo-39648: Expand math.gcd() and math.lcm() to handle multiple arguments. (GH-18604) 2020-02-23 11:21:29 +00:00
mimetypes.rst
misc.rst
mm.rst
mmap.rst bpo-39369 Doc: Update mmap readline method documentation (GH-17957) 2020-02-10 12:13:41 -08:00
modulefinder.rst
modules.rst
msilib.rst
msvcrt.rst bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resource`, `shutil`, `signal`, `syslog` (GH-18407) 2020-02-13 07:47:42 +00:00
multiprocessing.rst Fix typo in multiprocessing.pool.AsyncResult.successful doc. (GH-17932) 2020-01-15 12:12:41 -08:00
multiprocessing.shared_memory.rst
netdata.rst
netrc.rst
nis.rst
nntplib.rst bpo-39366: Remove xpath() and xgtitle() methods of NNTP (GH-18035) 2020-01-23 00:59:43 +03:00
numbers.rst
numeric.rst
operator.rst
optparse.rst bpo-38738: Fix formatting of True and False. (GH-17083) 2019-11-12 16:57:03 +02:00
os.path.rst
os.rst bpo-36144: Update os.environ and os.environb for PEP 584 (#18911) 2020-03-13 09:04:43 -07:00
ossaudiodev.rst
othergui.rst
parser.rst
pathlib-inheritance.png
pathlib-inheritance.svg
pathlib.rst bpo-39567: Document audit for os.walk, os.fwalk, Path.glob and Path.rglob. (GH-18499) 2020-03-08 14:31:47 +02:00
pdb.rst
persistence.rst
pickle.rst
pickletools.rst
pipes.rst
pkgutil.rst bpo-12915: Add pkgutil.resolve_name (GH-18310) 2020-02-14 22:02:13 +00:00
platform.rst bpo-39383: Mention Darwin as a potential value for platform.system() (GH-18054) 2020-01-20 18:22:56 -05:00
plistlib.rst
poplib.rst bpo-39259: poplib now rejects timeout = 0 (GH-17912) 2020-01-10 15:34:05 +01:00
posix.rst
pprint.rst fix comma location in various places (GH-19233) 2020-03-30 14:28:25 -07:00
profile.rst bpo-37958: Adding get_profile_dict to pstats (GH-15495) 2020-01-15 14:51:54 -08:00
pty.rst bpo-39184: Add audit events to command execution functions in os and pty modules (GH-17824) 2020-02-05 11:15:00 +11:00
pwd.rst
py_compile.rst
pyclbr.rst bpo-39654: Update pyclbr doc to reflect additional information returned (GH-18528) 2020-02-23 21:00:40 -05:00
pydoc.rst
pyexpat.rst
python.rst
queue.rst
quopri.rst
random.rst Doc: Fix s/pseudo random/pseudo-random/ (GH-18289) 2020-01-31 10:50:14 +01:00
re.rst
readline.rst
reprlib.rst
resource.rst bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resource`, `shutil`, `signal`, `syslog` (GH-18407) 2020-02-13 07:47:42 +00:00
rlcompleter.rst
runpy.rst
sched.rst
secrets.rst
select.rst bpo-39239: epoll.unregister() no longer ignores EBADF (GH-17882) 2020-01-07 15:00:02 +01:00
selectors.rst
shelve.rst
shlex.rst
shutil.rst bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resource`, `shutil`, `signal`, `syslog` (GH-18407) 2020-02-13 07:47:42 +00:00
signal.rst Document most common signals (GH-19245) 2020-03-31 19:13:10 +02:00
site.rst
smtpd.rst
smtplib.rst bpo-39329: Add timeout parameter for smtplib.LMTP constructor (GH-17998) 2020-01-14 22:42:09 +01:00
sndhdr.rst
socket.rst bpo-34788: Add support for scoped IPv6 addresses (GH-13772) 2020-02-26 06:33:57 -08:00
socketserver.rst bpo-39797 Changes to socketserver.BaseServer's shutdown() method. (GH-18929) 2020-03-20 01:03:18 -07:00
spwd.rst
sqlite3.rst bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. (GH-18942) 2020-03-21 15:53:28 +02:00
ssl.rst fix comma location in various places (GH-19233) 2020-03-30 14:28:25 -07:00
stat.rst
statistics.rst bpo-36018: Minor fixes to the NormalDist() examples and recipes. (GH-18226) 2020-01-27 18:31:46 -08:00
stdtypes.rst Update some www.unicode.org URLs to use HTTPS. (GH-18912) 2020-03-10 21:10:59 -07:00
string.rst bpo-13790: Change 'string' to 'specification' in format doc (GH-18690) 2020-02-28 14:59:16 -05:00
stringprep.rst
struct.rst Remove redundant references in struct doc (GH-18053) 2020-02-10 12:17:54 -08:00
subprocess.rst bpo-13826: Clarify Popen constructor example (GH-18438) 2020-02-10 14:51:01 -08:00
sunau.rst
superseded.rst
symbol.rst
symtable.rst
sys.rst bpo-1294959: Add sys.platlibdir attribute (GH-18381) 2020-03-10 09:53:09 +01:00
sysconfig.rst
syslog.rst bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resource`, `shutil`, `signal`, `syslog` (GH-18407) 2020-02-13 07:47:42 +00:00
tabnanny.rst
tarfile.rst bpo-29435: Allow is_tarfile to take a filelike obj (GH-18090) 2020-01-22 18:24:16 -08:00
telnetlib.rst
tempfile.rst
termios.rst
test.rst
text.rst
textwrap.rst fix comma location in various places (GH-19233) 2020-03-30 14:28:25 -07:00
threading.rst Fix Lock.locked() to remove extra bold highlighting (#18042) 2020-01-17 14:54:44 -08:00
time.rst closes bpo-40017: Add CLOCK_TAI constant to the time module. (GH-19096) 2020-03-23 22:41:40 -05:00
timeit.rst
tk.rst
tk_msg.png
tkinter.colorchooser.rst
tkinter.dnd.rst
tkinter.font.rst
tkinter.messagebox.rst
tkinter.rst
tkinter.scrolledtext.rst
tkinter.tix.rst
tkinter.ttk.rst
token-list.inc
token.rst bpo-39718: add TYPE_IGNORE, COLONEQUAL to py38 changes in token (GH-18598) 2020-02-28 18:25:36 -05:00
tokenize.rst fix comma location in various places (GH-19233) 2020-03-30 14:28:25 -07:00
trace.rst
traceback.rst
tracemalloc.rst tracemalloc: 'pretty top' example no longer changes the filename (GH-18903) 2020-03-10 19:18:50 +01:00
tty.rst
tulip_coro.dia
tulip_coro.png
turtle-star.pdf
turtle-star.png
turtle-star.ps
turtle.rst bpo-39392: Turtle overlap fill depends on OS (#18223) 2020-01-27 18:41:18 -05:00
types.rst bpo-36144: Update MappingProxyType with PEP 584's operators (#18814) 2020-03-07 11:03:09 -08:00
typing.rst Add a missing space after a period in 'typing.TypedDict' documentation (GH-18784) 2020-03-04 16:12:28 -08:00
undoc.rst
unicodedata.rst Update some www.unicode.org URLs to use HTTPS. (GH-18912) 2020-03-10 21:10:59 -07:00
unittest.mock-examples.rst
unittest.mock.rst Remove note saying patch is straightforward (#18431) 2020-02-10 10:47:17 -07:00
unittest.rst
unix.rst
urllib.error.rst
urllib.parse.rst
urllib.request.rst Update the URL for the requests package (GH-17006) 2019-10-31 05:01:44 -07:00
urllib.robotparser.rst
urllib.rst
uu.rst
uuid.rst
venv.rst bpo-39417: Fix broken link to guide to building venvs (GH-18432) 2020-02-10 15:51:01 -08:00
warnings.rst
wave.rst
weakref.rst bpo-36144: Add union operators to WeakValueDictionary584 (#19127) 2020-03-24 18:51:29 -07:00
webbrowser.rst
windows.rst
winreg.rst bpo-39007: Add auditing events to functions in winreg (GH-17541) 2019-12-09 11:18:12 -08:00
winsound.rst
wsgiref.rst
xdrlib.rst
xml.dom.minidom.rst bpo-37534: Allow adding Standalone Document Declaration when generating XML documents (GH-14912) 2020-02-29 09:22:19 +01:00
xml.dom.pulldom.rst
xml.dom.rst
xml.etree.elementtree.rst
xml.rst
xml.sax.handler.rst
xml.sax.reader.rst
xml.sax.rst
xml.sax.utils.rst
xmlrpc.client.rst
xmlrpc.rst Closes #11710: create "landing pages" (/library/package.html) for those packages that have no documented content themselves, e.g. "urllib" or "http". 2012-10-06 13:49:34 +02:00
xmlrpc.server.rst
zipapp.rst
zipfile.rst bpo-39667: Sync zipp 3.0 (GH-18540) 2020-02-29 10:34:11 -06:00
zipimport.rst bpo-21063: Improve module synopsis for distutils (GH-17363) 2019-11-25 14:17:59 -08:00
zlib.rst