Skip to content
Branch: 3.8
Find file History
Pull request Compare This branch is 1257 commits ahead, 2062 commits behind master.

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
2to3.rst bpo-21063: Improve module synopsis for distutils (GH-17363) Nov 25, 2019
__future__.rst String annotations [PEP 563] (#4390) Jan 26, 2018
__main__.rst Issue #22558: Add remaining doc links to source code for Python-coded… Jun 11, 2016
_dummy_thread.rst Restore dummy_threading and _dummy_thread, but deprecate them (bpo-31370 Sep 18, 2017
_thread.rst bpo-37077: Add native thread ID (TID) for AIX (GH-13624) Jun 13, 2019
abc.rst Grammar corrections in abc.rst (GH-10525) Nov 14, 2018
aifc.rst bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174 Dec 19, 2018
allos.rst Closes #18959: move optparse and imp to new "superseded modules" chapter Oct 11, 2014
archiving.rst Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715) Feb 5, 2012
argparse.rst bpo-38678: Improve argparse example in tutorial (GH-17207) (GH-17212) Nov 18, 2019
array.rst bpo-38916: Document array.array deprecation (GH-17523) Dec 9, 2019
ast.rst
asynchat.rst Issue 25002: Deprecate asyncore/asynchat. Patch by Mariatta. Oct 25, 2016
asyncio-api-index.rst bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482 Sep 30, 2019
asyncio-dev.rst
asyncio-eventloop.rst bpo-39128: Added algorithm description (GH-18624) Feb 24, 2020
asyncio-exceptions.rst
asyncio-future.rst
asyncio-llapi-index.rst bpo-34746: Fix stop -> close (GH-9437) Sep 20, 2018
asyncio-platforms.rst docs: Add asyncio source code links (GH-16640) Oct 10, 2019
asyncio-policy.rst bpo-35621: Support running subprocesses in asyncio when loop is execu… Jun 30, 2019
asyncio-protocol.rst
asyncio-queue.rst docs: Add asyncio source code links (GH-16640) Oct 10, 2019
asyncio-stream.rst [3.8] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17125) Nov 12, 2019
asyncio-subprocess.rst docs: Add asyncio source code links (GH-16640) Oct 10, 2019
asyncio-sync.rst
asyncio-task.rst
asyncio.rst
asyncore.rst bpo-11233: Create availability directive for documentation (GH-9692) Oct 12, 2018
atexit.rst bpo-31901: atexit callbacks should be run at subinterpreter shutdown (#… Dec 20, 2017
audioop.rst Issue #22558: Add remaining doc links to source code for Python-coded… Jun 11, 2016
audit_events.rst
base64.rst bpo-27846: Delete incorrect note in base64 docs (GH-5666) Feb 14, 2018
bdb.rst Issue #19795: Mark up None as literal text. Oct 19, 2016
binary.rst
binascii.rst bpo-22385: Support output separators in hex methods. (#13578) May 29, 2019
binhex.rst bpo-29557: Remove ambiguous line in binhex docs (#90) Feb 14, 2017
bisect.rst Issue #26736: Used HTTPS for external links in the documentation if p… May 7, 2016
builtins.rst Issue #24314: Fix doc links for general attributes like __name__, __d… Jun 18, 2016
bz2.rst Docs: Add bz2 usage examples (GH-13258) May 13, 2019
calendar.rst Closes bpo-28281: Remove year (1-9999) limits on the weekday() functi… Oct 26, 2017
cgi.rst bpo-33843: Remove deprecated stuff in cgi module (GH-7662) Jun 19, 2018
cgitb.rst bpo-29920: Document cgitb.text() and cgitb.html() functions (GH-849) May 5, 2017
chunk.rst Issue #22558: Add remaining doc links to source code for Python-coded… Jun 11, 2016
cmath.rst bpo-36908: 'This module is always available' isn't helpful. (#13297) May 17, 2019
cmd.rst bpo-35054: Add yet more index entries for symbols. (GH-10121) Oct 28, 2018
code.rst Fix documentation in code.py (GH-17988) Jan 14, 2020
codecs.rst Correct typos in the codecs module documentation (GH-15135) Oct 1, 2019
codeop.rst Issue #22558: Add remaining doc links to source code for Python-coded… Jun 11, 2016
collections.abc.rst bpo-32467: Let collections.abc.ValuesView inherit from Collection (#5152 Jan 12, 2018
collections.rst bpo-39674: Update collections ABC deprecation doc (GH-18748) Mar 3, 2020
colorsys.rst bpo-25910: Link redirections in docs (#1933) Jan 20, 2018
compileall.rst bpo-37775: Update compileall doc for invalidation_mode parameter (GH-… Aug 14, 2019
concurrency.rst bpo-35813: Tests and docs for shared_memory (#11816) Feb 24, 2019
concurrent.futures.rst Update concurrent.futures.rst (GH-14061) Jun 14, 2019
concurrent.rst Closes #11710: create "landing pages" (/library/package.html) for tho… Oct 6, 2012
configparser.rst bpo-21018: added missing documentation about escaping characters for … Sep 10, 2019
constants.rst bpo-35054: Add more index entries for symbols. (GH-10064) Oct 26, 2018
contextlib.rst bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700) Jun 1, 2019
contextvars.rst bpo-33985: Implement ContextVar.name attribute. (GH-7980) Jun 28, 2018
copy.rst bpo-14112: Allow beginners to explore shallowness in greater depth ;-) ( Aug 24, 2019
copyreg.rst bpo-27200: fix configparser, copyreg and ctypes doctests (#240) Mar 2, 2017
crypt.rst bpo-31904: Don't build the _crypt extension on VxWorks (GH-12833) Apr 15, 2019
crypto.rst Issue #29062: Merge hashlib-blake2.rst into hashlib.rst Jan 13, 2017
csv.rst bpo-27497: Add return value to csv.DictWriter.writeheader (GH-12306) May 10, 2019
ctypes.rst
curses.ascii.rst bpo-35054: Add yet more index entries for symbols. (GH-10121) Oct 28, 2018
curses.panel.rst bpo-30872: Update the curses docs to Python 3. (#2620) Oct 4, 2017
curses.rst [3.8] Doc: Fix link to window.getch in curses documentation (GH-16132) ( Sep 14, 2019
custominterp.rst Remove surplus empty lines and convert more files to new optional arg… May 17, 2009
dataclasses.rst bpo-33961: Adjusted dataclasses docs to correct exceptions raised. (G… Dec 25, 2019
datatypes.rst
datetime.rst [typo] fix dupe in datetime.fromisoformat docs (GH-17295) Dec 23, 2019
dbm.rst bpo-33106: change dbm key deletion error for readonly file from KeyEr… Dec 12, 2018
debug.rst
decimal.rst [3.8] Fix syntax (GH-18716) Feb 29, 2020
development.rst bpo-32101: Add PYTHONDEVMODE environment variable (#4624) Nov 30, 2017
difflib.rst [3.8] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17125) Nov 12, 2019
dis.rst improve the documentation of the LOAD_METHOD and CALL_METHOD (GH-18079) Jan 21, 2020
distribution.rst bpo-33503: Fix the broken pypi link in the source and the documentati… May 15, 2018
distutils.rst Issue #22558: Add remaining doc links to source code for Python-coded… Jun 11, 2016
doctest.rst [3.8] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17125) Nov 12, 2019
dummy_threading.rst Restore dummy_threading and _dummy_thread, but deprecate them (bpo-31370 Sep 18, 2017
email.charset.rst bpo-26441: Remove documentation for deleted to_splittable and from_sp… Oct 19, 2018
email.compat32-message.rst
email.contentmanager.rst bpo-30820: Remove incorrect docs for email.contentmanager.raw_data_ma… Jun 11, 2018
email.encoders.rst bpo-15115: Document deprecation of email.encoders in Python 3 (GH-5354) May 31, 2019
email.errors.rst [3.8] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17125) Nov 12, 2019
email.examples.rst
email.generator.rst Fix typos in Doc/library/email.generator.rst documentation (GH-13539) May 24, 2019
email.header.rst
email.headerregistry.rst
email.iterators.rst Issue #27209: Fix doctests in Doc/library/email*.rst Aug 10, 2016
email.message.rst [3.8] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17125) Nov 12, 2019
email.mime.rst
email.parser.rst Correct a couple of unbalanced parenthesis. (GH-10779) Dec 5, 2018
email.policy.rst Fix typos in multiple `.rst` files (#1668) May 19, 2017
email.rst bpo-35035: Rename email.utils documentation to email.utils.rst (GH-10023 Nov 21, 2018
email.utils.rst [3.8] bpo-38421: Update email.utils documentation (GH-16678) (GH-17122) Nov 12, 2019
ensurepip.rst
enum.rst bpo-39234: Doc: `enum.auto()` incrementation value not specified. (GH… Jan 25, 2020
errno.rst Issue #22558: Add remaining doc links to source code for Python-coded… Jun 11, 2016
exceptions.rst Doc: update PendingDeprecationWarning explanation (GH-12837) Apr 15, 2019
faulthandler.rst bpo-38203: faulthandler.dump_traceback_later() is always available (G… Sep 18, 2019
fcntl.rst
filecmp.rst Issue #22558: Add remaining doc links to source code for Python-coded… Jun 11, 2016
fileformats.rst Issue 10499: Modular interpolation in configparser Dec 3, 2010
fileinput.rst [3.8] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17125) Nov 12, 2019
filesys.rst bpo-35471: Remove the macpath module (GH-11129) Dec 14, 2018
fnmatch.rst glob uses fnmatch.filter instead of fnmatch since 2001. (GH-10102) Nov 7, 2018
formatter.rst Issue #22558: Add remaining doc links to source code for Python-coded… Jun 11, 2016
fractions.rst bpo-37819: Add Fraction.as_integer_ratio() (GH-15212) (GH-15215) Aug 11, 2019
frameworks.rst
ftplib.rst Doc: Use the `with` statement in the first example of the ftplib doc. ( Sep 26, 2019
functional.rst itertools, operator and functools are not really "numeric" modules; m… Jan 6, 2011
functions.rst bpo-34118: memoryview, range, and tuple are classes (GH-17761) Dec 30, 2019
functools.rst Use more PEP 570 syntax in the documentation. (GH-13720) Jun 1, 2019
gc.rst [3.8] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17125) Nov 12, 2019
getopt.rst
getpass.rst bpo-32651 Recommend getpass.getuser() (#5301) Jan 24, 2018
gettext.rst
glob.rst
grp.rst
gzip.rst bpo-6584: Add a BadGzipFile exception to the gzip module. (GH-13022) May 13, 2019
hashlib-blake2-tree.png bpo-30660: Doc: Optimize PNG files by optipng (GH-8032) Jul 1, 2018
hashlib.rst bpo-11233: Create availability directive for documentation (GH-9692) Oct 12, 2018
heapq.rst fix dangling keyfunc examples in documentation of heapq and sorted (#… Oct 15, 2018
hmac.rst bpo-33604: Raise TypeError on missing hmac arg. (GH-16805) Oct 18, 2019
html.entities.rst
html.parser.rst Issue #26462: Doc: reduce literal_block warnings, fix syntax highligh… Jul 26, 2016
html.rst bpo-31865: Fix a couple of typos in the html.unescape() docs. (GH-9662) Oct 2, 2018
http.client.rst fixes typos in http.client documentation (GH-18300) Feb 3, 2020
http.cookiejar.rst [3.8] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17125) Nov 12, 2019
http.cookies.rst bpo-11001: updated cookie docs (GH-13086) May 7, 2019
http.rst bpo-38696: Fix usage example of HTTPStatus (GH-17066) Nov 6, 2019
http.server.rst Adds IPv6 support when invoking http.server directly. (GH-10595) Nov 26, 2018
i18n.rst
idle.rst Minor formatting improvements and fixes to idle.rst (GH-17165) Jan 6, 2020
imaplib.rst bpo-37390: Add audit event table to documentations (GH-14406) Jun 27, 2019
imghdr.rst
imp.rst bpo-35325: Doc: imp.find_module() return value documentation discrepa… Sep 12, 2019
importlib.metadata.rst bpo-39022, bpo-38594: Sync with importlib_metadata 1.3 (GH-17568) (GH… Dec 11, 2019
importlib.rst
index.rst bpo-34717: Stop numbering stdlib titles/sections in the docs (GH-9370) Sep 17, 2018
inspect.rst bpo-38918: Add __module__ entry for function & method type in inspect… Dec 20, 2019
internet.rst
intro.rst
io.rst Document default parameter of .seek() in the signature. (GH-14691) Jul 11, 2019
ipaddress.rst
ipc.rst
itertools.rst
json.rst Correct minor grammar mistake (GH-15404) Aug 23, 2019
keyword.rst [3.8] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17125) Nov 12, 2019
language.rst Merged revisions 77712,77740-77741,77756,77886,77902,77936 via svnmer… Feb 3, 2010
linecache.rst bpo-21063: Improve module synopsis for distutils (GH-17363) Nov 25, 2019
locale.rst
logging.config.rst bpo-35722: Updated the documentation for the 'disable_existing_logger… Jan 23, 2019
logging.handlers.rst [3.8] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17125) Nov 12, 2019
logging.rst
lzma.rst
mailbox.rst
mailcap.rst Issue #23921: Standardized documentation whitespace formatting. May 10, 2016
markup.rst Closes #11710: create "landing pages" (/library/package.html) for tho… Oct 6, 2012
marshal.rst
math.rst bpo-37691: Let math.dist() accept sequences and iterables for coordin… Jul 27, 2019
mimetypes.rst
misc.rst Signature documentation style update, modules J, K, L and M. Jun 8, 2009
mm.rst Signature documentation style update, modules J, K, L and M. Jun 8, 2009
mmap.rst bpo-37390: Add audit event table to documentations (GH-14406) Jun 27, 2019
modulefinder.rst Issue #22558: Add remaining doc links to source code for Python-coded… Jun 11, 2016
modules.rst bpo-34632: Add importlib.metadata (GH-12547) May 24, 2019
msilib.rst Remove outdated .pyo reference from msilib docs (GH-4461) Nov 19, 2017
msvcrt.rst bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, … Feb 13, 2020
multiprocessing.rst [3.8] Fix typo in multiprocessing.pool.AsyncResult.successful doc. (G… Jan 15, 2020
multiprocessing.shared_memory.rst bpo-36364: fix SharedMemoryManager examples (GH-12439) Mar 26, 2019
netdata.rst remove the rfc822 module Jun 12, 2008
netrc.rst bpo-28334: netrc() now uses expanduser() to find .netrc file (GH-4537) Nov 25, 2017
nis.rst Issue #22558: Add remaining doc links to source code for Python-coded… Jun 11, 2016
nntplib.rst bpo-39242: Updated the Gmane domain into news.gmane.io (GH-17903) Jan 8, 2020
numbers.rst Issue #22558: Add remaining doc links to source code for Python-coded… Jun 11, 2016
numeric.rst Issue #18606: Add the new "statistics" module (PEP 450). Contributed Oct 19, 2013
operator.rst bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700) Jun 1, 2019
optparse.rst [3.8] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17125) Nov 12, 2019
os.path.rst Doc: Improve consistency of os.path.normcase with other os.path funct… Sep 13, 2019
os.rst bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, … Feb 13, 2020
ossaudiodev.rst bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231 Oct 31, 2018
othergui.rst bpo-25910: Fixes redirection from http to https (#4674) Dec 6, 2017
parser.rst [3.8] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17125) Nov 12, 2019
pathlib-inheritance.png bpo-20001: update pathlib landing image (GH-11304) Feb 5, 2019
pathlib-inheritance.svg
pathlib.rst bpo-36182: Update pathlib.Path.write_text() docs (GH-12161) (GH-15977) Sep 11, 2019
pdb.rst bpo-36277: Add document for pdb debug and retval commands (GH-12872) Nov 21, 2019
persistence.rst Switch more function arguments docs to new-style. Sep 2, 2009
pickle.rst bpo-38388: Document pickle protocol version 5 (GH-16639) Nov 3, 2019
pickletools.rst
pipes.rst Issue #22558: Add remaining doc links to source code for Python-coded… Jun 11, 2016
pkgutil.rst bpo-35042: Use the :pep: role where a PEP is specified (#10036) Oct 26, 2018
platform.rst bpo-39383: Mention Darwin as a potential value for platform.system() (G… Jan 20, 2020
plistlib.rst [3.8] Slightly improve plistlib test coverage. (GH-17025) (GH-17028) Nov 2, 2019
poplib.rst
posix.rst bpo-27961: Remove leftovers from the times when long long wasn't requ… Aug 22, 2019
pprint.rst Fix typo in doc for pprint.pp (GH-12500) Mar 23, 2019
profile.rst bpo-35511: Trivial docs updates for profile and resource library modu… Dec 16, 2018
pty.rst bpo-39184: Add audit events to command execution functions in os and … Feb 5, 2020
pwd.rst Issue #22558: Add remaining doc links to source code for Python-coded… Jun 11, 2016
py_compile.rst bpo-38731: Fix function signature of quiet in docs (GH-17719) Dec 28, 2019
pyclbr.rst bpo-39654: Update pyclbr doc to reflect additional information return… Feb 24, 2020
pydoc.rst bpo-31128: Allow pydoc to bind to arbitrary hostnames (#3011) Sep 14, 2017
pyexpat.rst bpo-30380: Fix Sphinx 1.6.1 warnings. (#1613) May 16, 2017
python.rst bpo-32216: Add documentation for dataclasses (GH-6886) May 16, 2018
queue.rst Add note to Queue.get() docs about block=True (GH-2223) Mar 25, 2019
quopri.rst
random.rst
re.rst
readline.rst Docs: FIX broken links. (GH-13491) May 25, 2019
reprlib.rst bpo-9842: Add references for using "..." as a placeholder to the inde… Nov 20, 2018
resource.rst
rlcompleter.rst Issue #22558: Add remaining doc links to source code for Python-coded… Jun 11, 2016
runpy.rst Issue #22558: Add remaining doc links to source code for Python-coded… Jun 11, 2016
sched.rst [3.8] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17125) Nov 12, 2019
secrets.rst import secrets module in secrets recipes (#6705) May 19, 2018
select.rst bpo-34369: make kqueue.control() docs better reflect that timeout is … Jul 11, 2019
selectors.rst Fix typo in selectors.rst (#1383) May 2, 2017
shelve.rst Issue #19795: Mark up True and False as literal text instead of bold. Oct 19, 2016
shlex.rst [3.8] bpo-35168: Make shlex.punctuation_chars read-only (GH-11631) (G… Sep 11, 2019
shutil.rst
signal.rst bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, … Feb 13, 2020
site.rst
smtpd.rst bpo-25008: Deprecate smtpd and point to aiosmtpd (#274) Feb 24, 2017
smtplib.rst bpo-37390: Add audit event table to documentations (GH-14406) Jun 27, 2019
sndhdr.rst Issue #22558: Add remaining doc links to source code for Python-coded… Jun 11, 2016
socket.rst bpo-39348: Fix code highlight for the SOCK_NONBLOCK example (GH-18018) Jan 16, 2020
socketserver.rst bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174 Dec 19, 2018
spwd.rst Merge Issue #22558. Jun 11, 2016
sqlite3.rst bpo-37390: Add audit event table to documentations (GH-14406) Jun 27, 2019
ssl.rst
stat.rst bpo-37834: Normalise handling of reparse points on Windows (GH-15370) Aug 21, 2019
statistics.rst bpo-36018: Minor fixes to the NormalDist() examples and recipes. (GH-… Jan 28, 2020
stdtypes.rst Doc: sys.__unraisablehook__ and bytearray.hex separators are new in 3… Feb 8, 2020
string.rst
stringprep.rst [3.8] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17125) Nov 12, 2019
struct.rst bpo-27961: Remove leftovers from the times when long long wasn't requ… Aug 22, 2019
subprocess.rst
sunau.rst
superseded.rst Closes #18959: move optparse and imp to new "superseded modules" chapter Oct 11, 2014
symbol.rst
symtable.rst bpo-34983: Expose symtable.Symbol.is_nonlocal() in the symtable module ( Oct 20, 2018
sys.rst Doc: sys.__unraisablehook__ and bytearray.hex separators are new in 3… Feb 8, 2020
sysconfig.rst
syslog.rst bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, … Feb 13, 2020
tabnanny.rst fix function name in tabnanny documentation (GH-759) Mar 22, 2017
tarfile.rst bpo-37408: Precise that Tarfile "format" argument only concerns writi… Sep 30, 2019
telnetlib.rst bpo-37823: Fix open() link in telnetlib doc (GH-15281) Aug 21, 2019
tempfile.rst bpo-26730: Fix SpooledTemporaryFile data corruption (GH-17400) Nov 28, 2019
termios.rst bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231 Oct 31, 2018
test.rst bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timez… Aug 4, 2019
text.rst Break up the 'someos' docs classification based on a more user-focuse… Aug 20, 2012
textwrap.rst
threading.rst Fix Lock.locked() to remove extra bold highlighting (GH-18042) (#18043) Jan 17, 2020
time.rst [3.8] closes bpo-39135: Remove 'time.clock()' mention in docs. (GH-17713 Dec 27, 2019
timeit.rst bpo-35138: Added an example for timeit.timeit with callable arguments ( May 13, 2019
tk.rst Merged revisions 85732,85778,85785,85853,85930,86008,86089 via svnmer… Nov 5, 2010
tkinter.rst bpo-37149: Replace dead link for online Tkinter reference (GH-14616) Jul 6, 2019
tkinter.scrolledtext.rst
tkinter.tix.rst bpo-23156: Remove obsolete tix install directions (GH-11595) Jan 18, 2019
tkinter.ttk.rst [3.8] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17125) Nov 12, 2019
token-list.inc bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086) Mar 7, 2019
token.rst bpo-39718: add TYPE_IGNORE, COLONEQUAL to py38 changes in token (GH-1… Feb 28, 2020
tokenize.rst bpo-36654: Add examples for using tokenize module programmatically (G… Jan 25, 2020
trace.rst Add option to trace to run modules (GH-5134) Jun 1, 2019
traceback.rst bpo-35054: Add yet more index entries for symbols. (GH-10121) Oct 28, 2018
tracemalloc.rst bpo-32121: Add most_recent_first parameter to tracemalloc.Traceback.f… Nov 29, 2017
tty.rst Issue #22558: Add remaining doc links to source code for Python-coded… Jun 11, 2016
tulip_coro.dia Issue #24439: Update tulip_coro.dia Jun 25, 2015
tulip_coro.png bpo-30660: Doc: Optimize PNG files by optipng (GH-8032) Jul 1, 2018
turtle-star.pdf
turtle-star.png bpo-30660: Doc: Optimize PNG files by optipng (GH-8032) Jul 1, 2018
turtle-star.ps Issue #7061: Added a 'Turtle star' sidebar Nov 9, 2010
turtle.rst bpo-39392: Turtle overlap fill depends on OS (GH-18223) Jan 27, 2020
types.rst
typing.rst bpo-39572: Document ’total’ flag of TypedDict (GH-18554) Feb 19, 2020
undoc.rst Issue #27355: Removed support for Windows CE. It was never finished, Sep 5, 2016
unicodedata.rst bpo-36502: Update link to UAX GH-44, the Unicode doc on the UCD. (GH-… Sep 9, 2019
unittest.mock-examples.rst [3.8] bpo-38093: Correctly returns AsyncMock for async subclasses. (G… Sep 21, 2019
unittest.mock.rst bpo-38753: AsyncMock added in version 3.8 (GH-17102) Dec 25, 2019
unittest.rst Add missing comma and period in unittest docs (GH-17211) Nov 19, 2019
unix.rst Merged revisions 74821,74828-74831,74833,74835 via svnmerge from Sep 16, 2009
urllib.error.rst bpo-33641: Convert RFC references into links. (GH-7103) May 31, 2018
urllib.parse.rst
urllib.request.rst
urllib.robotparser.rst bpo-21475: Support the Sitemap extension in robotparser (GH-6883) May 16, 2018
urllib.rst Issue #22558: Add remaining doc links to source code for Python-coded… Jun 11, 2016
uu.rst
uuid.rst
venv.rst bpo-38928: Remove upgrade_dependencies() from venv doc (GH-17410) Nov 28, 2019
warnings.rst
wave.rst bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174 Dec 19, 2018
weakref.rst bpo-38374: Remove weakref.ReferenceError from docs (GH-18452) Feb 11, 2020
webbrowser.rst
windows.rst
winreg.rst
winsound.rst Issue #25387: Check return value of winsound.MessageBeep Sep 5, 2016
wsgiref.rst [3.8] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17125) Nov 12, 2019
xdrlib.rst
xml.dom.minidom.rst
xml.dom.pulldom.rst
xml.dom.rst [3.8] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17125) Nov 12, 2019
xml.etree.elementtree.rst
xml.rst Fix Python version since which external enities are not resolved by d… Dec 19, 2018
xml.sax.handler.rst Issue #22558: Add remaining doc links to source code for Python-coded… Jun 11, 2016
xml.sax.reader.rst bpo-31658: Make xml.sax.parse accepting Path objects (GH-8564) Apr 14, 2019
xml.sax.rst Fix Python version since which external enities are not resolved by d… Dec 19, 2018
xml.sax.utils.rst Issue #19795: Mark up True and False as literal text instead of bold. Oct 19, 2016
xmlrpc.client.rst
xmlrpc.rst Closes #11710: create "landing pages" (/library/package.html) for tho… Oct 6, 2012
xmlrpc.server.rst bpo-7769: enable xmlrpc.server.SimpleXMLRPCDispatcher.register_functi… Feb 28, 2017
zipapp.rst bpo-34906: Doc: Fix typos (GH-9712) Oct 5, 2018
zipfile.rst bpo-38526: Fix zipfile.Path method name to be the correct one (GH-17317) Nov 21, 2019
zipimport.rst bpo-21063: Improve module synopsis for distutils (GH-17363) Nov 25, 2019
zlib.rst
You can’t perform that action at this time.