You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Julien Palard 58a4054760
Doc: Fix s/pseudo random/pseudo-random/ (GH-18289)
6 years ago
..
2to3.rst bpo-39313: Add an option to RefactoringTool for using exec as a function (GH-17967) 6 years ago
__future__.rst String annotations [PEP 563] (#4390) 8 years ago
__main__.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
_thread.rst bpo-37077: Add native thread ID (TID) for AIX (GH-13624) 7 years ago
abc.rst Grammar corrections in abc.rst (GH-10525) 7 years ago
aifc.rst bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174) 7 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-38678: Improve argparse example in tutorial (GH-17207) 6 years ago
array.rst bpo-38916: array.array: remove fromstring() and tostring() (GH-17487) 6 years ago
ast.rst bpo-3530: Add advice on when to correctly use fix_missing_locations in the AST docs (GH-17172) 6 years ago
asynchat.rst Issue 25002: Deprecate asyncore/asynchat. Patch by Mariatta. 9 years ago
asyncio-api-index.rst bpo-33649: Add low-level APIs index. (GH-9364) 7 years ago
asyncio-dev.rst bpo-39429: Add a new "Python Development Mode" doc page (GH-18132) 6 years ago
asyncio-eventloop.rst bpo-39429: Add a new "Python Development Mode" doc page (GH-18132) 6 years ago
asyncio-exceptions.rst docs: Add asyncio source code links (GH-16640) 6 years ago
asyncio-future.rst docs: Add asyncio source code links (GH-16640) 6 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 closes bpo-38692: Add a pidfd child process watcher to asyncio. (GH-17069) 6 years ago
asyncio-protocol.rst bpo-38652: Remove provisional note for asyncio.BufferedProtocol (GH-17047) 6 years ago
asyncio-queue.rst docs: Add asyncio source code links (GH-16640) 6 years ago
asyncio-stream.rst bpo-38738: Fix formatting of True and False. (GH-17083) 6 years ago
asyncio-subprocess.rst docs: Add asyncio source code links (GH-16640) 6 years ago
asyncio-sync.rst docs: Add asyncio source code links (GH-16640) 6 years ago
asyncio-task.rst docs: Add asyncio source code links (GH-16640) 6 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-38892: Improve docs for audit event (GH-17361) 6 years ago
base64.rst bpo-39351: Remove base64.encodestring() (GH-18022) 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 Issue #26736: Used HTTPS for external links in the documentation if possible. 10 years ago
builtins.rst Issue #24314: Fix doc links for general attributes like __name__, __dict__ 10 years ago
bz2.rst bpo-39357: Remove buffering parameter of bz2.BZ2File (GH-18028) 6 years ago
calendar.rst Closes bpo-28281: Remove year (1-9999) limits on the weekday() function. (#4109) 8 years ago
cgi.rst bpo-33843: Remove deprecated stuff in cgi module (GH-7662) 8 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 Fix documentation in code.py (GH-17988) 6 years ago
codecs.rst bpo-37330: open() no longer accept 'U' in file mode (GH-16959) 6 years ago
codeop.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
collections.abc.rst bpo-32467: Let collections.abc.ValuesView inherit from Collection (#5152) 8 years ago
collections.rst bpo-38771: Explict test for None in code example (GH-17108) 6 years ago
colorsys.rst Update link in colorsys docs to be https (GH-14062) 7 years ago
compileall.rst bpo-38112: Compileall improvements (GH-16012) 6 years ago
concurrency.rst bpo-37312: Remove _dummy_thread and dummy_threading modules (GH-14143) 7 years ago
concurrent.futures.rst Update concurrent.futures.rst (GH-14061) 7 years ago
concurrent.rst Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
configparser.rst bpo-21018: added missing documentation about escaping characters for configparser (GH-6137) 6 years ago
constants.rst bpo-35054: Add more index entries for symbols. (GH-10064) 7 years ago
contextlib.rst [3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620) 7 years ago
contextvars.rst bpo-33985: Implement ContextVar.name attribute. (GH-7980) 8 years ago
copy.rst bpo-14112: Allow beginners to explore shallowness in greater depth ;-) (GH-15465) 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-27497: Add return value to csv.DictWriter.writeheader (GH-12306) 7 years ago
ctypes.rst Fix typos and remove deprecated deprecation warning. (GH-17741) 6 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-38312: Add curses.{get,set}_escdelay and curses.{get,set}_tabsize. (GH-16938) 6 years ago
custominterp.rst Remove surplus empty lines and convert more files to new optional arg style. 17 years ago
dataclasses.rst bpo-33961: Adjusted dataclasses docs to correct exceptions raised. (GH-7917) (GH-17677) 6 years ago
datatypes.rst bpo-33602: Doc: Remove set and queue references from Data Types (GH-7055) 6 years ago
datetime.rst [typo] fix dupe in datetime.fromisoformat docs (GH-17295) 6 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-26256: Document algorithm speed for the Decimal module. (#4808) 7 years ago
development.rst bpo-39429: Add a new "Python Development Mode" doc page (GH-18132) 6 years ago
devmode.rst bpo-39429: Add a new "Python Development Mode" doc page (GH-18132) 6 years ago
dialog.rst bpo-38738: Fix formatting of True and False. (GH-17083) 6 years ago
difflib.rst bpo-38738: Fix formatting of True and False. (GH-17083) 6 years ago
dis.rst bpo-39320: Handle unpacking of **values in compiler (GH-18141) 6 years ago
distribution.rst bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6814) 8 years ago
distutils.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 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 bpo-30820: Remove incorrect docs for email.contentmanager.raw_data_manager (#7631) 8 years ago
email.encoders.rst Fix typos in comments, docs and test names (#15018) 7 years ago
email.errors.rst bpo-38738: Fix formatting of True and False. (GH-17083) 6 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-35805: Add parser for Message-ID email header. (GH-13397) 7 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 Fix typos in multiple `.rst` files (#1668) 9 years ago
email.rst bpo-35035: Rename email.utils documentation to email.utils.rst (GH-10023) 7 years ago
email.utils.rst bpo-38421: Update email.utils documentation (GH-16678) 6 years ago
ensurepip.rst bpo-39183: Fix formatting in library/ensurepip (GH-17787) 6 years ago
enum.rst bpo-39234: `enum.auto()` default initial value as 1 (GH-17878) 6 years ago
errno.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
exceptions.rst bpo-39429: Add a new "Python Development Mode" doc page (GH-18132) 6 years ago
faulthandler.rst bpo-39429: Add a new "Python Development Mode" doc page (GH-18132) 6 years ago
fcntl.rst bpo-38602: Add fcntl.F_OFD_XXXX for fcntlmodule (GH-16956) 6 years ago
filecmp.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
fileformats.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
fileinput.rst bpo-38738: Fix formatting of True and False. (GH-17083) 6 years ago
filesys.rst bpo-35471: Remove the macpath module (GH-11129) 7 years ago
fnmatch.rst glob uses fnmatch.filter instead of fnmatch since 2001. (GH-10102) 7 years ago
formatter.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
fractions.rst bpo-39350: Remove deprecated fractions.gcd() (GH-18021) 6 years ago
frameworks.rst Issue #7061: Dropped "for Tk" from turtle module title and moved its 15 years ago
ftplib.rst bpo-39259: ftplib.FTP/FTP_TLS now reject timeout = 0 (GH-17959) 6 years ago
functional.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
functions.rst bpo-12159: Document sys.maxsize limit in len() function reference (GH-17934) 6 years ago
functools.rst bpo-17005: Minor improvements to the documentation of TopologicalSorter (GH-18155) 6 years ago
gc.rst bpo-39322: Add gc.is_finalized to check if an object has been finalised by the gc (GH-17989) 6 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 DOC: Unnecessary plural. (GH-13613) 7 years ago
glob.rst Doc: recursive glob ** follows symlinks to directories (GH-12918) 6 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-38738: Fix formatting of True and False. (GH-17083) 6 years ago
heapq.rst fix dangling keyfunc examples in documentation of heapq and sorted (#1432) 7 years ago
hmac.rst bpo-33604: Raise TypeError on missing hmac arg. (GH-16805) 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 Update the URL for the requests package (GH-17006) 6 years ago
http.cookiejar.rst bpo-38738: Fix formatting of True and False. (GH-17083) 6 years ago
http.cookies.rst bpo-11001: updated cookie docs (GH-13086) 7 years ago
http.rst bpo-38696: Fix usage example of HTTPStatus (GH-17066) 6 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 Minor formatting improvements and fixes to idle.rst (GH-17165) 6 years ago
imaplib.rst bpo-38615: Add timeout parameter for IMAP4 and IMAP4_SSL constructor (GH-17203) 6 years ago
imghdr.rst Issue #28228: imghdr now supports pathlib 9 years ago
imp.rst bpo-35325: Doc: imp.find_module() return value documentation discrepancy (GH-11040) 6 years ago
importlib.metadata.rst links in importlib.metadata.rst replaced with sphinx references (GH-17730) 6 years ago
importlib.rst bpo-38738: Fix formatting of True and False. (GH-17083) 6 years ago
index.rst bpo-34717: Stop numbering stdlib titles/sections in the docs (GH-9370) 7 years ago
inspect.rst bpo-36350: inspect: Replace OrderedDict with dict. (GH-12412) 6 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 Improve the io module documentation (GH-15099) 6 years ago
ipaddress.rst bpo-38738: Fix formatting of True and False. (GH-17083) 6 years ago
ipc.rst bpo-33649: Fix asyncio-dev (GH-9324) 7 years ago
itertools.rst Convert argument to snake_case (GH-16990) 6 years ago
json.rst bpo-39377: json: Update doc about the encoding option. (GH-18076) 6 years ago
keyword.rst bpo-38738: Fix formatting of True and False. (GH-17083) 6 years ago
language.rst Merged revisions 77712,77740-77741,77756,77886,77902,77936 via svnmerge from 16 years ago
linecache.rst bpo-21063: Improve module synopsis for distutils (GH-17363) 6 years ago
locale.rst bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606) 7 years ago
logging.config.rst bpo-35722: Updated the documentation for the 'disable_existing_loggers' parameter (GH-11525) 7 years ago
logging.handlers.rst bpo-38738: Fix formatting of True and False. (GH-17083) 6 years ago
logging.rst bpo-38738: Fix formatting of True and False. (GH-17083) 6 years ago
lzma.rst bpo-38738: Fix formatting of True and False. (GH-17083) 6 years ago
mailbox.rst bpo-30088: Document that existing dir structure isn't verified by mailbox.Maildir (GH-1163) 7 years ago
mailcap.rst Issue #23921: Standardized documentation whitespace formatting. 10 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 bpo-39310: Add math.ulp(x) (GH-17965) 6 years ago
mimetypes.rst bpo-4963: Fix for initialization and non-deterministic behavior issues in mimetypes (GH-3062) 7 years ago
misc.rst Signature documentation style update, modules J, K, L and M. 17 years ago
mm.rst Signature documentation style update, modules J, K, L and M. 17 years ago
mmap.rst bpo-37390: Add audit event table to documentations (GH-14406) 7 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-38738: Fix formatting of True and False. (GH-17083) 6 years ago
multiprocessing.rst Fix typo in multiprocessing.pool.AsyncResult.successful doc. (GH-17932) 6 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-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700) 7 years ago
optparse.rst bpo-38738: Fix formatting of True and False. (GH-17083) 6 years ago
os.path.rst Doc: Improve consistency of os.path.normcase with other os.path functions (GH-14004) 6 years ago
os.rst bpo-39395: putenv() and unsetenv() always available (GH-18135) 6 years ago
ossaudiodev.rst bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231) 7 years ago
othergui.rst bpo-25910: Fixes redirection from http to https (#4674) 8 years ago
parser.rst bpo-38738: Fix formatting of True and False. (GH-17083) 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-30618: add readlink to pathlib.Path (GH-8285) 6 years ago
pdb.rst bpo-36277: Add document for pdb debug and retval commands (GH-12872) 6 years ago
persistence.rst Switch more function arguments docs to new-style. 17 years ago
pickle.rst bpo-38388: Document pickle protocol version 5 (GH-16639) 6 years ago
pickletools.rst Fix indentation 9 years ago
pipes.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
pkgutil.rst bpo-35042: Use the :pep: role where a PEP is specified (#10036) 7 years ago
platform.rst bpo-39383: Mention Darwin as a potential value for platform.system() (GH-18054) 6 years ago
plistlib.rst Slightly improve plistlib test coverage. (GH-17025) 6 years ago
poplib.rst bpo-39259: poplib now rejects timeout = 0 (GH-17912) 6 years ago
posix.rst bpo-27961: Remove leftovers from the times when long long wasn't required (GH-15388) 6 years ago
pprint.rst bpo-37376: pprint support for SimpleNamespace (GH-14318) 7 years ago
profile.rst bpo-37958: Adding get_profile_dict to pstats (GH-15495) 6 years ago
pty.rst bpo-22865: Expand on documentation for the pty.spawn function (GH-11980) 7 years ago
pwd.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
py_compile.rst bpo-38731: Fix function signature of quiet in docs (GH-17719) 6 years ago
pyclbr.rst bpo-36766: Typos in docs and code comments (GH-13116) 7 years ago
pydoc.rst bpo-31128: Allow pydoc to bind to arbitrary hostnames (#3011) 8 years ago
pyexpat.rst bpo-30380: Fix Sphinx 1.6.1 warnings. (#1613) 9 years ago
python.rst bpo-32216: Add documentation for dataclasses (GH-6886) 8 years ago
queue.rst Add note to Queue.get() docs about block=True (GH-2223) 7 years ago
quopri.rst bpo-32701: Clarify the quotetabs flag in quopri documentation (GH-5401) 8 years ago
random.rst Doc: Fix s/pseudo random/pseudo-random/ (GH-18289) 6 years ago
re.rst bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (GH-16442) 6 years ago
readline.rst Docs: FIX broken links. (GH-13491) 7 years ago
reprlib.rst bpo-9842: Add references for using "..." as a placeholder to the index. (GH-10330) 7 years ago
resource.rst bpo-31904: Port test_resource to VxWorks (GH-12719) 7 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 import secrets module in secrets recipes (#6705) 8 years ago
select.rst bpo-39239: epoll.unregister() no longer ignores EBADF (GH-17882) 6 years ago
selectors.rst Fix typo in selectors.rst (#1383) 9 years ago
shelve.rst Issue #19795: Mark up True and False as literal text instead of bold. 9 years ago
shlex.rst bpo-35168: Make shlex.punctuation_chars read-only (#11631) 6 years ago
shutil.rst bpo-32689: Updates shutil.move to allow for Path objects to be used as source arg (GH-15326) 6 years ago
signal.rst closes bpo-38712: Add signal.pidfd_send_signal. (GH-17070) 6 years ago
site.rst bpo-38623: Doc: Add section for site module CLI. (GH-17858) 6 years ago
smtpd.rst bpo-35800: Deprecate smtpd.MailmanProxy (GH-11675) 6 years ago
smtplib.rst bpo-39329: Add timeout parameter for smtplib.LMTP constructor (GH-17998) 6 years ago
sndhdr.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
socket.rst bpo-39348: Fix code highlight for the SOCK_NONBLOCK example (GH-18018) 6 years ago
socketserver.rst bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174) 7 years ago
spwd.rst Merge Issue #22558. 10 years ago
sqlite3.rst bpo-37390: Add audit event table to documentations (GH-14406) 7 years ago
ssl.rst bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190) 6 years ago
stat.rst bpo-37834: Normalise handling of reparse points on Windows (GH-15231) 6 years ago
statistics.rst bpo-36018: Minor fixes to the NormalDist() examples and recipes. (GH-18226) 6 years ago
stdtypes.rst bpo-39429: Add a new "Python Development Mode" doc page (GH-18132) 6 years ago
string.rst bpo-32790: Add info about alt format using # for 'g' in chart (GH-6624) 6 years ago
stringprep.rst bpo-38738: Fix formatting of True and False. (GH-17083) 6 years ago
struct.rst bpo-27961: Remove leftovers from the times when long long wasn't required (GH-15388) 6 years ago
subprocess.rst bpo-38630: Fix subprocess.Popen.send_signal() race condition (GH-16984) 6 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
symbol.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
symtable.rst bpo-34983: Expose symtable.Symbol.is_nonlocal() in the symtable module (GH-9872) 7 years ago
sys.rst bpo-39429: Add a new "Python Development Mode" doc page (GH-18132) 6 years ago
sysconfig.rst Correct a couple of unbalanced parenthesis. (GH-10779) 7 years ago
syslog.rst Fix "Python" casing in a few places (GH-9001) 7 years ago
tabnanny.rst fix function name in tabnanny documentation (GH-759) 9 years ago
tarfile.rst bpo-29435: Allow is_tarfile to take a filelike obj (GH-18090) 6 years ago
telnetlib.rst bpo-37823: Fix open() link in telnetlib doc (GH-15281) 6 years ago
tempfile.rst bpo-26730: Fix SpooledTemporaryFile data corruption (GH-17400) 6 years ago
termios.rst bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231) 7 years ago
test.rst bpo-39136: Fixed typos (GH-17720) 6 years ago
text.rst Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
textwrap.rst bpo-30754: Document textwrap.dedent blank line behavior. (GH-14469) 7 years ago
threading.rst Fix Lock.locked() to remove extra bold highlighting (#18042) 6 years ago
time.rst closes bpo-39135: Remove 'time.clock()' mention in docs. (GH17709) 6 years ago
timeit.rst bpo-35138: Added an example for timeit.timeit with callable arguments (GH-9787) 7 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-25237: Documentation for tkinter modules (GH-1870) 6 years ago
tkinter.messagebox.rst bpo-25237: Documentation for tkinter modules (GH-1870) 6 years ago
tkinter.rst bpo-25237: Documentation for tkinter modules (GH-1870) 6 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-38738: Fix formatting of True and False. (GH-17083) 6 years ago
tokenize.rst bpo-36654: Add examples for using tokenize module programmically (#12947) 6 years ago
trace.rst [3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620) 7 years ago
traceback.rst bpo-35054: Add yet more index entries for symbols. (GH-10121) 7 years ago
tracemalloc.rst bpo-37961, tracemalloc: add Traceback.total_nframe (GH-15545) 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 bpo-39392: Turtle overlap fill depends on OS (#18223) 6 years ago
types.rst Document CodeType.replace (GH-17776) 6 years ago
typing.rst bpo-38467: Fix argument name of typing functions (GH-16753) 6 years ago
undoc.rst Issue #27355: Removed support for Windows CE. It was never finished, 9 years ago
unicodedata.rst bpo-36502: Update link to UAX #44, the Unicode doc on the UCD. (GH-15301) 6 years ago
unittest.mock-examples.rst bpo-38093: Correctly returns AsyncMock for async subclasses. (GH-15947) 6 years ago
unittest.mock.rst bpo-37955: correct mock.patch docs with respect to the returned type (GH-15521) 6 years ago
unittest.rst Add missing comma and period in unittest docs (GH-17211) 6 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 Minor doc fixes in urllib.parse (GH-17745) 6 years ago
urllib.request.rst Update the URL for the requests package (GH-17006) 6 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 bpo-38901: Allow setting a venv's prompt to the basename of the current directory. (GH-17946) 6 years ago
warnings.rst bpo-35563: Add reference links to warnings.rst (GH-11289) 7 years ago
wave.rst bpo-37320: Remove openfp() of aifc, sunau and wave (GH-14169) 7 years ago
weakref.rst Update weakref.rst (GH-14098) 7 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 bpo-39007: Add auditing events to functions in winreg (GH-17541) 6 years ago
winsound.rst Issue #25387: Check return value of winsound.MessageBeep 9 years ago
wsgiref.rst bpo-38738: Fix formatting of True and False. (GH-17083) 6 years ago
xdrlib.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
xml.dom.minidom.rst bpo-18911: clarify that the minidom XML writer receives texts but not bytes (GH-13352) 7 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-38738: Fix formatting of True and False. (GH-17083) 6 years ago
xml.rst Fix Python version since which external enities are not resolved by default. (GH-11237) 7 years ago
xml.sax.handler.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 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-35153: Add headers parameter to xmlrpc.client.ServerProxy (GH-10308) 7 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-34906: Doc: Fix typos (GH-9712) 7 years ago
zipfile.rst bpo-38526: Fix zipfile.Path method name to be the correct one (#17317) 6 years ago
zipimport.rst bpo-21063: Improve module synopsis for distutils (GH-17363) 6 years ago
zlib.rst Add link to zlib v1.1.3 vulnerability (GH-17156) 6 years ago