..
2to3.rst
bpo-40360: Deprecate lib2to3 module in light of PEP 617 (GH-19663)
6 years ago
__future__.rst
bpo-41314: fixed annotations __future__ version (GH-21616)
6 years ago
__main__.rst
Issue #22558: Add remaining doc links to source code for Python-coded modules.
10 years ago
_thread.rst
bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755)
5 years ago
abc.rst
[doc] Fix abc.update_abstractmethods markup (GH-23576)
5 years ago
aifc.rst
bpo-40204: Add :noindex: in the documentation (GH-21859)
6 years ago
allos.rst
Issue #25314: store_true and store_false also create appropriate defaults.
14 years ago
archiving.rst
Issue #13590: Improve support for OS X Xcode 4:
14 years ago
argparse.rst
bpo-9694: Fix misleading phrase "optional arguments" (GH-23858)
5 years ago
array.rst
bpo-31956: Add start and stop parameters to array.index() (GH-25059)
5 years ago
ast.rst
Fix some minor errors in the docs (GH-24834)
5 years ago
asynchat.rst
Issue 25002: Deprecate asyncore/asynchat. Patch by Mariatta.
9 years ago
asyncio-api-index.rst
Fix some minor errors in the docs (GH-24834)
5 years ago
asyncio-dev.rst
Improve asyncio-dev 'Concurrency and Multithreading' docs (GH-20882)
5 years ago
asyncio-eventloop.rst
[doc] Fix erroneous backslashes in signatures and names (GH-23658)
5 years ago
asyncio-exceptions.rst
docs: Add asyncio source code links (GH-16640)
6 years ago
asyncio-future.rst
[doc] Fix erroneous backslashes in signatures and names (GH-23658)
5 years ago
asyncio-llapi-index.rst
bpo-34746: Fix stop -> close (GH-9437)
7 years ago
asyncio-platforms.rst
docs: Add asyncio source code links (GH-16640)
6 years ago
asyncio-policy.rst
[doc] Fix erroneous backslashes in signatures and names (GH-23658)
5 years ago
asyncio-protocol.rst
Fix typo in docs: 'created by th' -> 'created by the' (GH-21384)
6 years ago
asyncio-queue.rst
bpo-42392: Remove deprecated loop parameter from docs (GH-23552)
5 years ago
asyncio-stream.rst
bpo-42843: Keep Sphinx 1.8 and Sphinx 2 compatibility (GH-24282)
5 years ago
asyncio-subprocess.rst
[doc] Fix erroneous backslashes in signatures and names (GH-23658)
5 years ago
asyncio-sync.rst
BPO-42703: Fix incorrect documentation links for asyncio.Event (GH-23881)
5 years ago
asyncio-task.rst
bpo-42783: Documentation for asyncio.sleep(0) (#24002)
5 years ago
asyncio.rst
docs: Add asyncio source code links (GH-16640)
6 years ago
asyncore.rst
bpo-11233: Create availability directive for documentation (GH-9692)
7 years ago
atexit.rst
bpo-31901: atexit callbacks should be run at subinterpreter shutdown (#4611)
8 years ago
audioop.rst
Issue #22558: Add remaining doc links to source code for Python-coded modules.
10 years ago
audit_events.rst
bpo-41192: Add documentation of undocumented audit events (GH-21308)
5 years ago
base64.rst
bpo-16995: add support for base32 extended hex (base32hex) (GH-20441)
6 years ago
bdb.rst
[3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620)
7 years ago
binary.rst
Issue #25314: store_true and store_false also create appropriate defaults.
14 years ago
binascii.rst
bpo-39353: binascii.crc_hqx() is no longer deprecated (GH-18276)
6 years ago
binhex.rst
bpo-39353: Deprecate the binhex module (GH-18025)
6 years ago
bisect.rst
bpo-4356: Add key function support to the bisect module (GH-20556)
5 years ago
builtins.rst
Issue #24314: Fix doc links for general attributes like __name__, __dict__
10 years ago
bz2.rst
Fix bz2 examples markup (#23580)
5 years ago
calendar.rst
bpo-41228: Fix /a/are/ in monthcalendar() descripton (GH-21372)
6 years ago
cgi.rst
bpo-42967: only use '&' as a query string separator (#24297)
5 years ago
cgitb.rst
bpo-29920: Document cgitb.text() and cgitb.html() functions (GH-849)
9 years ago
chunk.rst
Issue #22558: Add remaining doc links to source code for Python-coded modules.
10 years ago
cmath.rst
bpo-36908: 'This module is always available' isn't helpful. (#13297)
7 years ago
cmd.rst
bpo-35054: Add yet more index entries for symbols. (GH-10121)
7 years ago
code.rst
bpo-38872: Document exec symbol for codeop.compile_command (GH-20047)
6 years ago
codecs.rst
bpo-17305: Link to the third-party idna package. (GH-25208)
5 years ago
codeop.rst
bpo-38872: Document exec symbol for codeop.compile_command (GH-20047)
6 years ago
collections.abc.rst
Clarify that Set._from_iterable is not required to be a classmethod. (GH-23272)
5 years ago
collections.rst
bpo-43245: Add keyword argument support to ChainMap.new_child() (GH-24788)
5 years ago
colorsys.rst
Update link in colorsys docs to be https (GH-14062)
7 years ago
compileall.rst
[doc] Fix erroneous backslashes in signatures and names (GH-23658)
5 years ago
concurrency.rst
Put contextvars docs into the concurrency category (GH-24760)
5 years ago
concurrent.futures.rst
[doc] Fix erroneous backslashes in signatures and names (GH-23658)
5 years ago
concurrent.rst
Issue #25314: store_true and store_false also create appropriate defaults.
14 years ago
configparser.rst
bpo-37779 : Add information about the overriding behavior of ConfigParser.read (GH-15177)
5 years ago
constants.rst
bpo-41810: Reintroduce `types.EllipsisType`, `.NoneType` & `.NotImplementedType` (GH-22336)
5 years ago
contextlib.rst
bpo-41543: contextlib.nullcontext can fill in for an async context manager (GH-21870)
5 years ago
contextvars.rst
[doc] Fix erroneous backslashes in signatures and names (GH-23658)
5 years ago
copy.rst
bpo-23802: patch: __deepcopy__ memo dict argument usage (GH-21326)
6 years ago
copyreg.rst
Do not use explicit inheritance from object in the documentation. (GH-13936)
7 years ago
crypt.rst
bpo-31904: Don't build the _crypt extension on VxWorks (GH-12833)
7 years ago
crypto.rst
Documentation for secrets.py
10 years ago
csv.rst
bpo-34003: Re-add versionchanged entry in csv docs (GH-20657)
6 years ago
ctypes.rst
bpo-43087: Fix error in ctypes "Incomplete Types" doc (GH-24404)
5 years ago
curses.ascii.rst
bpo-35054: Add yet more index entries for symbols. (GH-10121)
7 years ago
curses.panel.rst
bpo-30872: Update the curses docs to Python 3. (#2620)
8 years ago
curses.rst
bpo-43084: Return bool instead of int from curses.window.enclose() (GH-24398)
5 years ago
custominterp.rst
Remove surplus empty lines and convert more files to new optional arg style.
17 years ago
dataclasses.rst
bpo-43415: Fix typo on dataclasses.rst (#24789)
5 years ago
datatypes.rst
bpo-17005: Move topological sort functionality to its own module (GH-20558)
6 years ago
datetime.rst
[doc] Fix missing commas in signatures (#23693)
5 years ago
dbm.rst
bpo-33106: change dbm key deletion error for readonly file from KeyError to dbm.error (#6295)
7 years ago
debug.rst
bpo-37390: Add audit event table to documentations (GH-14406)
7 years ago
decimal.rst
bpo-41205: Document Decimal power 0 to the 0 (GH-21386)
6 years ago
development.rst
bpo-39429: Add a new "Python Development Mode" doc page (GH-18132)
6 years ago
devmode.rst
bpo-42236: Enhance init and encoding documentation (GH-23109)
5 years ago
dialog.rst
[doc] Fix a few margins due to bad markup (GH-23619)
5 years ago
difflib.rst
Improve the description of difflib in the documentation (GH-22253)
5 years ago
dis.rst
bpo-43683: Handle generator entry in bytecode (GH-25138)
5 years ago
distribution.rst
bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6814)
8 years ago
distutils.rst
bpo-41282: Add deprecation warning and docs for distutils (PEP 632) (GH-24355)
5 years ago
doctest.rst
bpo-38738: Fix formatting of True and False. (GH-17083)
6 years ago
email.charset.rst
bpo-26441: Remove documentation for deleted to_splittable and from_splittable methods (#9865)
7 years ago
email.compat32-message.rst
bpo-38738: Fix formatting of True and False. (GH-17083)
6 years ago
email.contentmanager.rst
[doc] Fix missing commas in signatures (#23693)
5 years ago
email.encoders.rst
Fix typos in comments, docs and test names (#15018)
7 years ago
email.errors.rst
bpo-30681: Support invalid date format or value in email Date header (GH-22090)
5 years ago
email.examples.rst
bpo-33641: Convert RFC references into links. (GH-7103)
8 years ago
email.generator.rst
Fix typos in Doc/library/email.generator.rst documentation (GH-13539)
7 years ago
email.header.rst
#24277: The new email API is no longer provisional.
9 years ago
email.headerregistry.rst
bpo-42770: Fix a typo in the email.headerregistry docs (GH-23982)
5 years ago
email.iterators.rst
Correct misspellings of ISO-8859
10 years ago
email.message.rst
bpo-38738: Fix formatting of True and False. (GH-17083)
6 years ago
email.mime.rst
Fix typos in multiple `.rst` files (#1668)
9 years ago
email.parser.rst
Correct a couple of unbalanced parenthesis. (GH-10779)
7 years ago
email.policy.rst
[doc] Fix erroneous backslashes in signatures and names (GH-23658)
5 years ago
email.rst
bpo-35035: Rename email.utils documentation to email.utils.rst (GH-10023)
7 years ago
email.utils.rst
bpo-30681: Support invalid date format or value in email Date header (GH-22090)
5 years ago
ensurepip.rst
bpo-42856: Add --with-wheel-pkg-dir=PATH configure option (GH-24210)
5 years ago
enum.rst
Enum: add (re)import of Flag for doctests (GH-25118)
5 years ago
errno.rst
Issue #22558: Add remaining doc links to source code for Python-coded modules.
10 years ago
exceptions.rst
bpo-43705: Document that SyntaxError's offsets are 1-indexed (GH-25153)
5 years ago
faulthandler.rst
bpo-39429: Add a new "Python Development Mode" doc page (GH-18132)
6 years ago
fcntl.rst
bpo-41586: Add pipesize parameter to subprocess & F_GETPIPE_SZ and F_SETPIPE_SZ to fcntl. (GH-21921)
5 years ago
filecmp.rst
bpo-15450: Allow subclassing of dircmp (GH-23424) (#23424)
5 years ago
fileformats.rst
Issue #13590: Improve support for OS X Xcode 4:
14 years ago
fileinput.rst
bpo-39674: Revert "bpo-37330: open() no longer accept 'U' in file mode (GH-16959)" (GH-18767)
6 years ago
filesys.rst
bpo-35471: Remove the macpath module (GH-11129)
7 years ago
fnmatch.rst
bpo-36769: Document that fnmatch.filter supports any kind of iterable (#13039)
5 years ago
fractions.rst
bpo-39350: Fix fractions for int subclasses (GH-18375)
6 years ago
frameworks.rst
Issue #7061: Dropped "for Tk" from turtle module title and moved its
15 years ago
ftplib.rst
bpo-39380: Change ftplib encoding from latin-1 to utf-8 (GH-18048)
6 years ago
functional.rst
Issue #13590: Improve support for OS X Xcode 4:
14 years ago
functions.rst
bpo-31861: Complete the C-API docs for PyObject_GetAiter and PyAiter_Check (GH-25004)
5 years ago
functools.rst
bpo-42781: Document the mechanics of cached_property from a user viewpoint (GH-24031)
5 years ago
gc.rst
bpo-43439: Add audit hooks for gc functions (GH-24794)
5 years ago
getopt.rst
Issue #22558: Add remaining doc links to source code for Python-coded modules.
10 years ago
getpass.rst
bpo-32651 Recommend getpass.getuser() (#5301)
8 years ago
gettext.rst
Issue3950: Fix docs for default locale used by gettext to match implementation (#18435)
6 years ago
glob.rst
bpo-40486: Specify what happens if directory content change diring iteration (GH-22025)
5 years ago
graphlib.rst
[doc] Fix a typo in the graphlib docs (#22030)
5 years ago
grp.rst
Merge Issue #22558.
10 years ago
gzip.rst
bpo-28286: Deprecate opening GzipFile for writing implicitly. (GH-16417)
6 years ago
hashlib-blake2-tree.png
bpo-30660: Doc: Optimize PNG files by optipng (GH-8032)
8 years ago
hashlib.rst
bpo-42996: Update a reference to PKCS #5 in hashlib docs to version 2.1 (GH-24289)
5 years ago
heapq.rst
fix dangling keyfunc examples in documentation of heapq and sorted (#1432)
7 years ago
hmac.rst
bpo-40791: Use CRYPTO_memcmp() for compare_digest (#20456)
6 years ago
html.entities.rst
Issue #22558: Add remaining doc links to source code for Python-coded modules.
10 years ago
html.parser.rst
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
10 years ago
html.rst
bpo-31865: Fix a couple of typos in the html.unescape() docs. (GH-9662)
7 years ago
http.client.rst
bpo-40968: Send http/1.1 ALPN extension (#20959)
5 years ago
http.cookiejar.rst
bpo-41521: Replace denylist with blocklist is http.cookiejar doc (GH-21826)
6 years ago
http.cookies.rst
bpo-11001: updated cookie docs (GH-13086)
7 years ago
http.rst
bpo-40066: Enum: modify `repr()` and `str()` (GH-22392)
5 years ago
http.server.rst
bpo-35292: Avoid calling mimetypes.init when http.server is imported (GH-17822)
6 years ago
i18n.rst
More conversion to new-style optional args.
17 years ago
idle.rst
bpo-42225: IDLE - document two unix-related problems. (#25078)
5 years ago
imaplib.rst
bpo-42153 Fix link to IMAP documents in imaplib.rst (GH-23297)
5 years ago
imghdr.rst
bpo-41283: Fix mismatched argument name for imghdr.what (GH-21501)
6 years ago
imp.rst
bpo-37674: Tweak imp module deprecation note in the docs (GH-20480)
6 years ago
importlib.metadata.rst
bpo-43428: Improve documentation for importlib.metadata changes. (GH-24858)
5 years ago
importlib.rst
bpo-42135: Deprecate implementations of find_module() and find_loader() (GH-25169)
5 years ago
index.rst
Put contextvars docs into the concurrency category (GH-24760)
5 years ago
inspect.rst
bpo-42990: Add __builtins__ attribute to functions (GH-24559)
5 years ago
internet.rst
Issue #25314: store_true and store_false also create appropriate defaults.
14 years ago
intro.rst
bpo-11233: Create availability directive for documentation (GH-9692)
7 years ago
io.rst
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
5 years ago
ipaddress.rst
bpo-42061: Document __format__ for IP addresses (GH-23018)
5 years ago
ipc.rst
bpo-33649: Fix asyncio-dev (GH-9324)
7 years ago
itertools.rst
Minor improvements to the convolve() recipe (GH-24012)
5 years ago
json.rst
Doc: Improve library/json document. (GH-24390)
5 years ago
keyword.rst
Add soft keywords to the documentation (GH-21185)
6 years ago
language.rst
Delete remaining references to Grammar/Grammar from docs (#21624)
6 years ago
linecache.rst
bpo-21063: Improve module synopsis for distutils (GH-17363)
6 years ago
locale.rst
bpo-42236: Enhance init and encoding documentation (GH-23109)
5 years ago
logging.config.rst
Update logging.config.rst (GH-24630)
5 years ago
logging.handlers.rst
bpo-38738: Fix formatting of True and False. (GH-17083)
6 years ago
logging.rst
bpo-43353: Document that logging.getLevelName() accepts string representation of logging level. (GH-24693)
5 years ago
lzma.rst
[doc] Fix erroneous backslashes in signatures and names (GH-23658)
5 years ago
mailbox.rst
bpo-38486: Fix dead qmail links in the mailbox docs (GH-22239)
5 years ago
mailcap.rst
fix comma location in various places (GH-19233)
6 years ago
markup.rst
Issue #25314: store_true and store_false also create appropriate defaults.
14 years ago
marshal.rst
bpo-29746: Update marshal docs to Python 3. (#547)
9 years ago
math.rst
Fix typo (GH-22582)
5 years ago
mimetypes.rst
bpo-4963: Fix for initialization and non-deterministic behavior issues in mimetypes (GH-3062)
7 years ago
mm.rst
Signature documentation style update, modules J, K, L and M.
17 years ago
mmap.rst
bpo-42232: mmap module add Darwin specific madvise options. (GH-23076)
5 years ago
modulefinder.rst
Issue #22558: Add remaining doc links to source code for Python-coded modules.
10 years ago
modules.rst
bpo-34632: Add importlib.metadata (GH-12547)
7 years ago
msilib.rst
Remove outdated .pyo reference from msilib docs (GH-4461)
8 years ago
msvcrt.rst
bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resource`, `shutil`, `signal`, `syslog` (GH-18407)
6 years ago
multiprocessing.rst
bpo-17140: Document multiprocessing's ThreadPool (GH-23812)
5 years ago
multiprocessing.shared_memory.rst
bpo-36364: fix SharedMemoryManager examples (GH-12439)
7 years ago
netdata.rst
remove the rfc822 module
18 years ago
netrc.rst
bpo-28334: netrc() now uses expanduser() to find .netrc file (GH-4537)
8 years ago
nis.rst
Issue #22558: Add remaining doc links to source code for Python-coded modules.
10 years ago
nntplib.rst
bpo-39366: Remove xpath() and xgtitle() methods of NNTP (GH-18035)
6 years ago
numbers.rst
Issue #22558: Add remaining doc links to source code for Python-coded modules.
10 years ago
numeric.rst
Issue #25314: store_true and store_false also create appropriate defaults.
14 years ago
operator.rst
bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443)
6 years ago
optparse.rst
bpo-41858: Clarify line in optparse doc (GH-22407)
5 years ago
os.path.rst
bpo-39899: os.path.expanduser(): don't guess other Windows users' home directories if the basename of the current user's home directory doesn't match their username. (GH-18841)
5 years ago
os.rst
bpo-43106: Add os.O_EVTONLY/O_FSYNC/O_SYMLINK/O_NOFOLLOW_ANY (GH-24428)
5 years ago
ossaudiodev.rst
bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231)
7 years ago
othergui.rst
closes bpo-29017: Update the bindings for Qt information with PySide2 (GH-20149)
6 years ago
pathlib-inheritance.png
bpo-20001: update pathlib landing image (GH-11304)
7 years ago
pathlib-inheritance.svg
bpo-20001: update pathlib landing image (GH-11304)
7 years ago
pathlib.rst
bpo-39899: os.path.expanduser(): don't guess other Windows users' home directories if the basename of the current user's home directory doesn't match their username. (GH-18841)
5 years ago
pdb.rst
bpo-40773: Fix rendering for 'retval' on the pdb page (GH-21081)
6 years ago
persistence.rst
Switch more function arguments docs to new-style.
17 years ago
pickle.rst
[doc] Fix erroneous backslashes in signatures and names (GH-23658)
5 years ago
pickletools.rst
Fix indentation
9 years ago
pipes.rst
bpo-31904: add shell requirement for test_pipes (GH-23489)
5 years ago
pkgutil.rst
bpo-40204: Fix reference to terms in the doc (GH-21865)
5 years ago
platform.rst
[doc] Fix a few margins due to bad markup (GH-23619)
5 years ago
plistlib.rst
[doc] Fix erroneous backslashes in signatures and names (GH-23658)
5 years ago
poplib.rst
bpo-41192: Fix some broken anchors for audit event entries (#21310)
5 years ago
posix.rst
bpo-42029: Remove IRIX code (GH-23023)
5 years ago
pprint.rst
Fix the "make suspicious" check on the pprint docs (GH-25193)
5 years ago
profile.rst
[doc] Fix a few margins due to bad markup (GH-23619)
5 years ago
pty.rst
bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201)
6 years ago
pwd.rst
Issue #22558: Add remaining doc links to source code for Python-coded modules.
10 years ago
py_compile.rst
closes bpo-41723: Fix an error in the py_compile documentation. (GH-22110)
5 years ago
pyclbr.rst
bpo-39411: pyclbr rewrite on AST (#18103)
5 years ago
pydoc.rst
bpo-31128: Allow pydoc to bind to arbitrary hostnames (#3011)
8 years ago
pyexpat.rst
bpo-42700: Swap descriptions in pyexpat.errors (GH-23876)
5 years ago
python.rst
bpo-32216: Add documentation for dataclasses (GH-6886)
8 years ago
queue.rst
bpo-40387: Improve queue join() example. (GH-19724)
6 years ago
quopri.rst
bpo-32701: Clarify the quotetabs flag in quopri documentation (GH-5401)
8 years ago
random.rst
bpo-37319: Improve documentation, code and tests of randrange. (GH-19112)
5 years ago
re.rst
Minor modernization and readability improvement to the tokenizer example (GH-19558)
6 years ago
readline.rst
Fix some minor errors in the docs (GH-24834)
5 years ago
reprlib.rst
bpo-9842: Add references for using "..." as a placeholder to the index. (GH-10330)
7 years ago
resource.rst
closes bpo-43349: Fix tuning(7) manpage hyperlink. (GH-24680)
5 years ago
rlcompleter.rst
Issue #22558: Add remaining doc links to source code for Python-coded modules.
10 years ago
runpy.rst
Issue #22558: Add remaining doc links to source code for Python-coded modules.
10 years ago
sched.rst
bpo-38738: Fix formatting of True and False. (GH-17083)
6 years ago
secrets.rst
Fix grammar in secrets module documentation (GH-22467)
5 years ago
select.rst
bpo-38580: Document that select() accepts iterables, not just sequences (GH-16832)
6 years ago
selectors.rst
Fix typo in selectors.rst (#1383)
9 years ago
shelve.rst
bpo-34204: Use pickle.DEFAULT_PROTOCOL in shelve (GH-19639)
5 years ago
shlex.rst
bpo-40932: Note security caveat of shlex.quote on Windows (GH-21502)
5 years ago
shutil.rst
bpo-43200: Fix link to shutil.copy() in the shutil doc (GH-24505)
5 years ago
signal.rst
Fix wrong availability for signal.SIGCHLD (#23285)
5 years ago
site.rst
bpo-41376: Fix the documentation of `site.getusersitepackages()` (GH-21602)
5 years ago
smtpd.rst
bpo-35800: Deprecate smtpd.MailmanProxy (GH-11675)
6 years ago
smtplib.rst
bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413)
5 years ago
sndhdr.rst
Issue #22558: Add remaining doc links to source code for Python-coded modules.
10 years ago
socket.rst
bpo-40066: Enum: modify `repr()` and `str()` (GH-22392)
5 years ago
socketserver.rst
bpo-39797 Changes to socketserver.BaseServer's shutdown() method. (GH-18929)
6 years ago
spwd.rst
Merge Issue #22558.
10 years ago
sqlite3.rst
bpo-43446: Fix markup in sqlite3 footnote (GH-24806)
5 years ago
ssl.rst
bpo-40066: Enum: modify `repr()` and `str()` (GH-22392)
5 years ago
stat.rst
bpo-37834: Normalise handling of reparse points on Windows (GH-15231)
6 years ago
statistics.rst
Fix some minor errors in the docs (GH-24834)
5 years ago
stdtypes.rst
Improve docs of PEP 604 Union (#24301)
5 years ago
string.rst
bpo-31907: [doc] clarify that str.format() does not support arbitrary expressions (#25053)
5 years ago
stringprep.rst
bpo-38738: Fix formatting of True and False. (GH-17083)
6 years ago
struct.rst
[doc] struct: update note about network byte order form to be more helpful (GH-22201)
5 years ago
subprocess.rst
bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467)
5 years ago
sunau.rst
bpo-37320: Remove openfp() of aifc, sunau and wave (GH-14169)
7 years ago
superseded.rst
Issue #25314: store_true and store_false also create appropriate defaults.
14 years ago
symtable.rst
bpo-41224: Add versionadded for Symbol.is_annotated (GH-23861)
5 years ago
sys.rst
bpo-42955: Remove sub-packages from sys.stdlib_module_names (GH-24353)
5 years ago
sysconfig.rst
[doc] Fix erroneous backslashes in signatures and names (GH-23658)
5 years ago
syslog.rst
bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resource`, `shutil`, `signal`, `syslog` (GH-18407)
6 years ago
tabnanny.rst
fix function name in tabnanny documentation (GH-759)
9 years ago
tarfile.rst
[doc] Fix erroneous backslashes in signatures and names (GH-23658)
5 years ago
telnetlib.rst
bpo-37823: Fix open() link in telnetlib doc (GH-15281)
6 years ago
tempfile.rst
bpo-29982: Add "ignore_cleanup_errors" param to tempfile.TemporaryDirectory() (GH-24793)
5 years ago
termios.rst
bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231)
7 years ago
test.rst
[doc] Fix erroneous backslashes in signatures and names (GH-23658)
5 years ago
text.rst
Issue #25314: store_true and store_false also create appropriate defaults.
14 years ago
textwrap.rst
fix comma location in various places (GH-19233)
6 years ago
threading.rst
bpo-43293: Doc: move note about GIL to top of threading module (GH-24622)
5 years ago
time.rst
bpo-43407: Clarify comparisons of time.monotonic() et al results (GH-24757)
5 years ago
timeit.rst
[doc] Fix padding in timeit (GH-22152)
5 years ago
tk.rst
bpo-25237: Documentation for tkinter modules (GH-1870)
6 years ago
tk_msg.png
bpo-25237: Documentation for tkinter modules (GH-1870)
6 years ago
tkinter.colorchooser.rst
bpo-25237: Documentation for tkinter modules (GH-1870)
6 years ago
tkinter.dnd.rst
bpo-25237: Documentation for tkinter modules (GH-1870)
6 years ago
tkinter.font.rst
bpo-35728: Add root parameter to tkinter.font.nametofont() (GH-23885)
5 years ago
tkinter.messagebox.rst
bpo-25237: Documentation for tkinter modules (GH-1870)
6 years ago
tkinter.rst
bpo-37149: Change Shipman tkinter link from archive.org to TkDocs (GH-22188)
5 years ago
tkinter.scrolledtext.rst
bpo-25237: Documentation for tkinter modules (GH-1870)
6 years ago
tkinter.tix.rst
bpo-23156: Remove obsolete tix install directions (GH-11595)
7 years ago
tkinter.ttk.rst
bpo-38738: Fix formatting of True and False. (GH-17083)
6 years ago
token-list.inc
bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086)
7 years ago
token.rst
bpo-40204: Add :noindex: in the documentation (GH-21859)
6 years ago
tokenize.rst
fix comma location in various places (GH-19233)
6 years ago
trace.rst
[doc] Fix a few margins due to bad markup (GH-23619)
5 years ago
traceback.rst
bpo-42877: add the 'compact' param to TracebackException's __init__ (#24179)
5 years ago
tracemalloc.rst
bpo-40630: adjust tracemalloc.reset_peak docs for backport to 3.9 (GH-20546)
6 years ago
tty.rst
Issue #22558: Add remaining doc links to source code for Python-coded modules.
10 years ago
tulip_coro.dia
Issue #25314: store_true and store_false also create appropriate defaults.
14 years ago
tulip_coro.png
bpo-30660: Doc: Optimize PNG files by optipng (GH-8032)
8 years ago
turtle-star.pdf
Issue #7061: Added a 'Turtle star' sidebar
15 years ago
turtle-star.png
bpo-30660: Doc: Optimize PNG files by optipng (GH-8032)
8 years ago
turtle-star.ps
Issue #7061: Added a 'Turtle star' sidebar
15 years ago
turtle.rst
Fixing typos in turtle.rst (GH-24376)
5 years ago
types.rst
Clarify attribute docs on types.ModuleType (GH-24974)
5 years ago
typing.rst
bpo-41370: Add note about ForwardRefs and PEP585 generic types in docs (#25183)
5 years ago
undoc.rst
Issue #27355: Removed support for Windows CE. It was never finished,
9 years ago
unicodedata.rst
Update some www.unicode.org URLs to use HTTPS. (GH-18912)
6 years ago
unittest.mock-examples.rst
bpo-38093: Correctly returns AsyncMock for async subclasses. (GH-15947)
6 years ago
unittest.mock.rst
bpo-43400: Remove "easy to use" from mock docs (GH-24752)
5 years ago
unittest.rst
bpo-23882: Doc: Clarify unittest discovery document (GH-21560)
5 years ago
unix.rst
Last round of adapting style of documenting argument default values.
17 years ago
urllib.error.rst
bpo-33641: Convert RFC references into links. (GH-7103)
8 years ago
urllib.parse.rst
bpo-42967: Fix urllib.parse docs and make logic clearer (GH-24536)
5 years ago
urllib.request.rst
bpo-40968: Send http/1.1 ALPN extension (#20959)
5 years ago
urllib.robotparser.rst
bpo-21475: Support the Sitemap extension in robotparser (GH-6883)
8 years ago
urllib.rst
Issue #22558: Add remaining doc links to source code for Python-coded modules.
10 years ago
uu.rst
bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (#1326)
9 years ago
uuid.rst
bpo-33640, uuid.UUID doc: document endian of bytes parameter (GH-7263)
8 years ago
venv.rst
Update link to Django's Context class. (#24805)
5 years ago
warnings.rst
[doc] Fix erroneous backslashes in signatures and names (GH-23658)
5 years ago
wave.rst
bpo-37320: Remove openfp() of aifc, sunau and wave (GH-14169)
7 years ago
weakref.rst
bpo-40895: Update weakref documentation to remove old warnings (GH-20687)
6 years ago
webbrowser.rst
bpo-37390: Add audit event table to documentations (GH-14406)
7 years ago
windows.rst
#2879: rename _winreg to winreg.
18 years ago
winreg.rst
[doc] Fix erroneous backslashes in signatures and names (GH-23658)
5 years ago
winsound.rst
Issue #25387: Check return value of winsound.MessageBeep
9 years ago
wsgiref.rst
bpo-41778: Change a punctuation on documentation. (GH-22229)
5 years ago
xdrlib.rst
Issue #22558: Add remaining doc links to source code for Python-coded modules.
10 years ago
xml.dom.minidom.rst
[doc] Fix smtplib and xml.dom.minidom mark-up (GH-22769)
5 years ago
xml.dom.pulldom.rst
Fix Python version since which external enities are not resolved by default. (GH-11237)
7 years ago
xml.dom.rst
bpo-38738: Fix formatting of True and False. (GH-17083)
6 years ago
xml.etree.elementtree.rst
bpo-40624: Add support for the XPath != operator in xml.etree (GH-22147)
5 years ago
xml.rst
bpo-38585: Remove references to defusedexpat (GH-22095)
5 years ago
xml.sax.handler.rst
Fix some minor errors in the docs (GH-24834)
5 years ago
xml.sax.reader.rst
bpo-31658: Make xml.sax.parse accepting Path objects (GH-8564)
7 years ago
xml.sax.rst
Fix Python version since which external enities are not resolved by default. (GH-11237)
7 years ago
xml.sax.utils.rst
Issue #19795: Mark up True and False as literal text instead of bold.
9 years ago
xmlrpc.client.rst
bpo-43354: xmlrpc: Fix type documentation for Fault.faultCode (GH-24707)
5 years ago
xmlrpc.rst
Issue #25314: store_true and store_false also create appropriate defaults.
14 years ago
xmlrpc.server.rst
bpo-7769: enable xmlrpc.server.SimpleXMLRPCDispatcher.register_function used as decorator (GH-231)
9 years ago
zipapp.rst
bpo-40131: Fix source and target order in zipapp example (GH-19290)
6 years ago
zipfile.rst
bpo-42090: zipfile.Path.joinpath now accepts multiple arguments (GH-22976)
5 years ago
zipimport.rst
bpo-14678: Update zipimport to support importlib.invalidate_caches() (GH-24159)
5 years ago
zlib.rst
Add link to zlib v1.1.3 vulnerability (GH-17156)
6 years ago
zoneinfo.rst
Fix code-block in zoneinfo (GH-20201)
6 years ago