..
2to3.rst
__future__.rst
bpo-41314: fixed annotations __future__ version (GH-21616)
2020-07-25 14:42:49 -07:00
__main__.rst
_thread.rst
abc.rst
bpo-41905: Add abc.update_abstractmethods() (GH-22485)
2020-10-06 10:40:50 -07:00
aifc.rst
bpo-40204: Add :noindex: in the documentation (GH-21859)
2020-08-13 21:41:54 +02:00
allos.rst
archiving.rst
argparse.rst
Fix error in argparse documentation example (GH-17399)
2020-08-28 11:47:58 -07:00
array.rst
[doc] Update references to NumPy (GH-22458)
2020-10-01 16:22:14 -07:00
ast.rst
bpo-40484: Document compiler flags under AST module (GH-19885)
2020-10-19 02:14:11 +01:00
asynchat.rst
asyncio-api-index.rst
asyncio-dev.rst
Improve asyncio-dev 'Concurrency and Multithreading' docs (GH-20882)
2020-08-29 16:47:38 -07:00
asyncio-eventloop.rst
asyncio-exceptions.rst
asyncio-future.rst
asyncio-llapi-index.rst
asyncio-platforms.rst
asyncio-policy.rst
bpo-41959: Fix grammar around class asyncio.MultiLoopChildWatcher text (GH-22580)
2020-10-21 12:05:48 -07:00
asyncio-protocol.rst
asyncio-queue.rst
asyncio-stream.rst
asyncio-subprocess.rst
bpo-41217: Fix incorrect note in the asyncio.create_subprocess_shell() docs (GH-21360)
2020-10-19 23:08:34 +01:00
asyncio-sync.rst
asyncio-task.rst
asyncio.rst
asyncore.rst
atexit.rst
audioop.rst
audit_events.rst
bpo-41192: Add documentation of undocumented audit events (GH-21308)
2020-10-20 15:23:15 -04:00
base64.rst
bpo-16995: add support for base32 extended hex (base32hex) (GH-20441)
2020-08-10 07:48:20 -07:00
bdb.rst
binary.rst
binascii.rst
binhex.rst
bisect.rst
bpo-4356: Add key function support to the bisect module (GH-20556)
2020-10-19 22:04:01 -07:00
builtins.rst
bz2.rst
calendar.rst
cgi.rst
cgitb.rst
chunk.rst
cmath.rst
cmd.rst
code.rst
codecs.rst
bpo-41842: Add codecs.unregister() function (GH-22360)
2020-09-28 23:41:11 +02:00
codeop.rst
collections.abc.rst
Revert "Fix all Python Cookbook links ( #22205 )" (GH-22424)
2020-09-27 01:47:25 +01:00
collections.rst
Revert "Fix all Python Cookbook links ( #22205 )" (GH-22424)
2020-09-27 01:47:25 +01:00
colorsys.rst
compileall.rst
concurrency.rst
concurrent.futures.rst
bpo-40204: Fix reference to terms in the doc (GH-21865)
2020-08-14 12:20:05 +02:00
concurrent.rst
configparser.rst
bpo-37779 : Add information about the overriding behavior of ConfigParser.read (GH-15177)
2020-09-23 14:28:58 +02:00
constants.rst
bpo-41810: Reintroduce types.EllipsisType
, .NoneType
& .NotImplementedType
(GH-22336)
2020-09-22 08:55:34 -07:00
contextlib.rst
contextvars.rst
copy.rst
copyreg.rst
crypt.rst
crypto.rst
csv.rst
ctypes.rst
bpo-41192: Fix some broken anchors for audit event entries ( #21310 )
2020-10-19 10:52:42 -04:00
curses.ascii.rst
curses.panel.rst
curses.rst
bpo-41634: Fix a typo in the curses documentation (GH-21958)
2020-08-27 16:58:16 +05:30
custominterp.rst
dataclasses.rst
[doc] Use list[int] instead of List[int] (etc.) in a few more places (GH-22524)
2020-10-03 15:10:59 -07:00
datatypes.rst
datetime.rst
dbm.rst
debug.rst
decimal.rst
Revert "bpo-26680: Incorporate is_integer in all built-in and standard library numeric types (GH-6121)" (GH-22584)
2020-10-07 16:43:44 -07:00
development.rst
devmode.rst
dialog.rst
difflib.rst
Revert "Fix all Python Cookbook links ( #22205 )" (GH-22424)
2020-09-27 01:47:25 +01:00
dis.rst
Fix List_Append
description, list is extracted at TOS1[-i] (GH-21465)
2020-07-29 00:51:33 +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
bpo-41816: StrEnum.__str__
is str.__str__
(GH-22362)
2020-09-22 13:00:07 -07:00
errno.rst
exceptions.rst
faulthandler.rst
fcntl.rst
bpo-41586: Add pipesize parameter to subprocess & F_GETPIPE_SZ and F_SETPIPE_SZ to fcntl. (GH-21921)
2020-10-19 16:30:02 -07:00
filecmp.rst
fileformats.rst
fileinput.rst
filesys.rst
fnmatch.rst
formatter.rst
fractions.rst
frameworks.rst
ftplib.rst
functional.rst
functions.rst
bpo-41192: Add documentation of undocumented audit events (GH-21308)
2020-10-20 15:23:15 -04:00
functools.rst
bpo-41905: Add abc.update_abstractmethods() (GH-22485)
2020-10-06 10:40:50 -07:00
gc.rst
bpo-41455: Provide a link to how the third generation is collected in the GC docs (GH-21703)
2020-08-08 19:48:21 +01:00
getopt.rst
getpass.rst
gettext.rst
glob.rst
bpo-40486: Specify what happens if directory content change diring iteration (GH-22025)
2020-09-04 21:19:30 +03:00
graphlib.rst
[doc] Fix a typo in the graphlib docs ( #22030 )
2020-09-03 11:00:10 +01: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
bpo-41521: Replace denylist with blocklist is http.cookiejar doc (GH-21826)
2020-08-13 19:20:28 +02:00
http.cookies.rst
http.rst
http.server.rst
i18n.rst
idle.rst
bpo-35764: Rewrite the IDLE Calltips doc section (GH-22363)
2020-09-22 13:21:58 -04:00
imaplib.rst
bpo-41672: Fix type mismatches in imaplib docs (GH-22207)
2020-09-12 16:58:56 +09:00
imghdr.rst
bpo-41283: Fix mismatched argument name for imghdr.what (GH-21501)
2020-07-20 21:22:01 -03:00
imp.rst
importlib.metadata.rst
importlib.rst
bpo-35181: Correct importlib documentation for some module attributes (GH-15190)
2020-10-21 14:17:35 -07:00
index.rst
inspect.rst
internet.rst
intro.rst
io.rst
ipaddress.rst
ipc.rst
itertools.rst
json.rst
Doc: add a missing period (GH-21819)
2020-08-20 22:08:37 +02:00
keyword.rst
language.rst
Delete remaining references to Grammar/Grammar from docs ( #21624 )
2020-07-26 08:27:52 -07:00
linecache.rst
locale.rst
Fix a typo in locale Docs ( #22233 )
2020-09-14 20:36:34 +03:00
logging.config.rst
logging.handlers.rst
logging.rst
Update logging documentation to tidy up formatting (GH-22173)
2020-09-10 11:50:23 +01:00
lzma.rst
mailbox.rst
mailcap.rst
markup.rst
marshal.rst
math.rst
Fix typo (GH-22582)
2020-10-11 11:13:43 -07:00
mimetypes.rst
misc.rst
mm.rst
mmap.rst
modulefinder.rst
modules.rst
msilib.rst
msvcrt.rst
multiprocessing.rst
Add missing word (GH-21936)
2020-08-27 02:49:14 +02:00
multiprocessing.shared_memory.rst
netdata.rst
netrc.rst
nis.rst
nntplib.rst
numbers.rst
Revert "bpo-26680: Incorporate is_integer in all built-in and standard library numeric types (GH-6121)" (GH-22584)
2020-10-07 16:43:44 -07:00
numeric.rst
operator.rst
optparse.rst
bpo-41858: Clarify line in optparse doc (GH-22407)
2020-09-26 23:43:18 -04:00
os.path.rst
os.rst
Doc: Add missing spaces after period for posix_spawn
(GH-22730)
2020-10-20 18:08:58 +09:00
ossaudiodev.rst
othergui.rst
pathlib-inheritance.png
pathlib-inheritance.svg
pathlib.rst
bpo-23706: Add newline parameter to pathlib.Path.write_text (GH-22420) (GH-22420)
2020-10-20 19:08:19 -07:00
pdb.rst
persistence.rst
pickle.rst
pickletools.rst
pipes.rst
pkgutil.rst
bpo-40204: Fix reference to terms in the doc (GH-21865)
2020-08-14 12:20:05 +02:00
platform.rst
plistlib.rst
poplib.rst
bpo-41192: Fix some broken anchors for audit event entries ( #21310 )
2020-10-19 10:52:42 -04:00
posix.rst
pprint.rst
profile.rst
pty.rst
pwd.rst
py_compile.rst
closes bpo-41723: Fix an error in the py_compile documentation. (GH-22110)
2020-09-05 22:39:23 -05:00
pyclbr.rst
pydoc.rst
pyexpat.rst
python.rst
queue.rst
quopri.rst
random.rst
Minor clarification (GH-22708)
2020-10-14 23:41:55 -07:00
re.rst
readline.rst
reprlib.rst
resource.rst
rlcompleter.rst
runpy.rst
sched.rst
secrets.rst
Fix grammar in secrets module documentation (GH-22467)
2020-09-30 15:05:51 -07:00
select.rst
selectors.rst
shelve.rst
Revert "Fix all Python Cookbook links ( #22205 )" (GH-22424)
2020-09-27 01:47:25 +01:00
shlex.rst
shutil.rst
Fix incorrect parameter name (GH-22613)
2020-10-09 19:38:43 -07:00
signal.rst
Doc: Fix broken manpage link (GH-21937)
2020-09-15 20:26:06 -03:00
site.rst
bpo-41376: Fix the documentation of site.getusersitepackages()
(GH-21602)
2020-10-08 15:37:46 +09:00
smtpd.rst
smtplib.rst
sndhdr.rst
socket.rst
bpo-40901: Describe what "interface name" means on Windows (GH-20694)
2020-10-19 23:30:58 +01:00
socketserver.rst
spwd.rst
sqlite3.rst
bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909)
2020-09-07 22:26:54 +01:00
ssl.rst
stat.rst
statistics.rst
stdtypes.rst
bpo-29981: Add examples and update index for set, dict, and generator comprehensions'(GH-20272)
2020-10-20 17:27:07 -04:00
string.rst
bpo-41762: Fix usage of productionlist markup in the doc (GH-22281)
2020-09-18 09:10:15 +02:00
stringprep.rst
struct.rst
[doc] struct: update note about network byte order form to be more helpful (GH-22201)
2020-09-11 08:20:12 -07:00
subprocess.rst
bpo-42041: Clarify how subprocess searches for the executable (GH-22715)
2020-10-20 21:02:24 +01:00
sunau.rst
superseded.rst
symtable.rst
sys.rst
bpo-41192: Clarify the sys module's description of the auditing feature (GH-22768)
2020-10-20 10:41:02 -04:00
sysconfig.rst
syslog.rst
tabnanny.rst
tarfile.rst
bpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639)
2020-10-20 10:05:01 -04:00
telnetlib.rst
tempfile.rst
bpo-33239: Fix default value of 'buffering' parameter in docs of tempfile.* functions (GH-21763)
2020-09-13 10:59:01 -07:00
termios.rst
test.rst
Document that test.support.bytecode_helper
is new in 3.9 (GH-22618)
2020-10-15 16:06:23 -03:00
text.rst
textwrap.rst
threading.rst
bpo-41833: threading.Thread now uses the target name (GH-22357)
2020-09-23 23:21:19 +02:00
time.rst
timeit.rst
[doc] Fix padding in timeit (GH-22152)
2020-09-08 16:39:19 -07:00
tk.rst
tk_msg.png
tkinter.colorchooser.rst
tkinter.dnd.rst
tkinter.font.rst
Remove duplicated words words (GH-22298)
2020-09-18 09:54:42 +03:00
tkinter.messagebox.rst
tkinter.rst
bpo-37149: Change Shipman tkinter link from archive.org to TkDocs (GH-22188)
2020-09-10 16:04:20 -04:00
tkinter.scrolledtext.rst
tkinter.tix.rst
tkinter.ttk.rst
token-list.inc
token.rst
bpo-40204: Add :noindex: in the documentation (GH-21859)
2020-08-13 21:41:54 +02:00
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
bpo-40204: Add :noindex: in the documentation (GH-21859)
2020-08-13 21:41:54 +02:00
types.rst
bpo-41192: Add documentation of undocumented audit events (GH-21308)
2020-10-20 15:23:15 -04:00
typing.rst
[doc] Add mentions of PEP 613 (TypeAlias) to docs (GH-22733)
2020-10-16 19:34:01 -07:00
undoc.rst
unicodedata.rst
unittest.mock-examples.rst
unittest.mock.rst
unittest.rst
bpo-38320: Clarify that expectedFailure is satisfied by either failure or error of the test. (GH-22740)
2020-10-19 22:27:16 +01:00
unix.rst
urllib.error.rst
urllib.parse.rst
bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822)
2020-08-11 06:26:59 -07:00
urllib.request.rst
bpo-40204: Add :noindex: in the documentation (GH-21859)
2020-08-13 21:41:54 +02:00
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
bpo-41778: Change a punctuation on documentation. (GH-22229)
2020-09-13 14:05:44 -07:00
xdrlib.rst
xml.dom.minidom.rst
xml.dom.pulldom.rst
xml.dom.rst
xml.etree.elementtree.rst
bpo-41892: Clarify that an example in the ElementTree docs explicitly avoids modifying an XML tree while iterating over it. (GH-22464)
2020-10-04 19:13:46 -04:00
xml.rst
bpo-38585: Remove references to defusedexpat (GH-22095)
2020-09-04 13:57:48 -07:00
xml.sax.handler.rst
bpo-35018: Sax parser should provide user access to lexical handlers (GH-20958)
2020-08-09 12:50:53 +02:00
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
zoneinfo.rst