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.
 
 
 
 
 
 
Berker Peksag de55c612fb Issue #21903: Update ctypes example to use MessageBoxW 9 years ago
..
2to3.rst Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. 10 years ago
__future__.rst Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
__main__.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
_dummy_thread.rst Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_thread.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
abc.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
aifc.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 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 Issue #27993: Fix problems with plural objects in docs and comments 9 years ago
array.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
ast.rst Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. 10 years ago
asynchat.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
asyncio-dev.rst Issue #27700: Document AbstractEventLoop, not BaseEventLoop. 10 years ago
asyncio-eventloop.rst Issue #27700: Document AbstractEventLoop, not BaseEventLoop. 10 years ago
asyncio-eventloops.rst Issue #27700: Document AbstractEventLoop, not BaseEventLoop. 10 years ago
asyncio-protocol.rst Minor spelling fixes 10 years ago
asyncio-queue.rst Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
asyncio-stream.rst Issue #27700: Document AbstractEventLoop, not BaseEventLoop. 10 years ago
asyncio-subprocess.rst Issue #27700: Document AbstractEventLoop, not BaseEventLoop. 10 years ago
asyncio-sync.rst Fix typos in code comment and documentation 10 years ago
asyncio-task.rst Issue #27700: Document AbstractEventLoop, not BaseEventLoop. 10 years ago
asyncio.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
asyncore.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
atexit.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
audioop.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
base64.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
bdb.rst Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
binary.rst Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
binascii.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
binhex.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 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 Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
calendar.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
cgi.rst Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. 10 years ago
cgitb.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
chunk.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
cmath.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
cmd.rst Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. 10 years ago
code.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
codecs.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
codeop.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
collections.abc.rst Issue #26696: Document collections.abc.ByteString. 10 years ago
collections.rst Remove duplicate of the entry in the seealso section 10 years ago
colorsys.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
compileall.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
concurrency.rst Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
concurrent.futures.rst Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. 10 years ago
concurrent.rst Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
configparser.rst Docs: Correctly link to the methods 9 years ago
constants.rst Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
contextlib.rst Issue #23921: Standardized documentation whitespace formatting. 10 years ago
copy.rst Issue #27416: clarify copy doc 10 years ago
copyreg.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
crypt.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
crypto.rst Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
csv.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
ctypes.rst Issue #21903: Update ctypes example to use MessageBoxW 9 years ago
curses.ascii.rst Issue #27294: Numerical state in the repr for Tkinter event objects is now 10 years ago
curses.panel.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
curses.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
custominterp.rst Remove surplus empty lines and convert more files to new optional arg style. 17 years ago
datatypes.rst Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
datetime.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
dbm.rst Issue #27304: Source code links for sub-packages in the same file. 10 years ago
debug.rst Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
decimal.rst Issue #27720: Fix error in eng_to_decimal docs and add examples from the specification. 10 years ago
depgraph-output.png Issue #13590: Improve support for OS X Xcode 4: 14 years ago
development.rst Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
difflib.rst Issue #27210: Fix doctests for a few modules. 10 years ago
dis.rst Issue #26733: Disassembling a class now disassembles class and static methods. 10 years ago
distribution.rst Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
distutils.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
doctest.rst Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. 10 years ago
dummy_threading.rst Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
email-examples.rst Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. 10 years ago
email.charset.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
email.contentmanager.rst Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 9 years ago
email.encoders.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
email.errors.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
email.generator.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
email.header.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
email.headerregistry.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
email.iterators.rst Issue #27209: Fix doctests in Doc/library/email*.rst 10 years ago
email.message.rst Issue #27209: Fix doctests in Doc/library/email*.rst 10 years ago
email.mime.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
email.parser.rst #27893: arg name and bytes references in email.parser docs. 9 years ago
email.policy.rst Issue #27209: Fix doctests in Doc/library/email*.rst 10 years ago
email.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
email.util.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
ensurepip.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
enum.rst Issue #24314: Fix doc links for general attributes like __name__, __dict__ 10 years ago
errno.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
exceptions.rst Issue #25314: Remove confused statement about const argument 10 years ago
faulthandler.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
fcntl.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 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 Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
filesys.rst Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
fnmatch.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
formatter.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
fpectl.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
fractions.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
frameworks.rst Issue #7061: Dropped "for Tk" from turtle module title and moved its 15 years ago
ftplib.rst Issue #27210: Fix doctests for a few modules. 10 years ago
functional.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
functions.rst Issue 27936: Update doc for round() to indicate that None is an allowable argument. 9 years ago
functools.rst Issue #24314: Fix doc links for general attributes like __name__, __dict__ 10 years ago
gc.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
getopt.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
getpass.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
gettext.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
glob.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
grp.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
gzip.rst Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
hashlib.rst Issue #27200: Fix doctests in Doc/library/hashlib.rst 10 years ago
heapq.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
hmac.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 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 Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
http.client.rst Issue28010 - Make http.client.HTTPConnection.putrequest documentation consistent with the code. 9 years ago
http.cookiejar.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
http.cookies.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
http.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
http.server.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
i18n.rst More conversion to new-style optional args. 17 years ago
idle.rst Issue #15308: Add 'interrupt execution' (^C) to Shell menu. 9 years ago
imaplib.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
imghdr.rst Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
imp.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
importlib.rst remove ungrammarical apostrophe (closes #27957) 9 years ago
index.rst Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
inspect.rst Issue #24314: Fix doc links for general attributes like __name__, __dict__ 10 years ago
internet.rst Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
intro.rst Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
io.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
ipaddress.rst Fix indentation of versionadded directive in IPv4Address.reverse_pointer docs 10 years ago
ipc.rst Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
itertools.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
json.rst Issue #4945: Improved the documenting of boolean arguments in the json module. 10 years ago
keyword.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
language.rst Merged revisions 77712,77740-77741,77756,77886,77902,77936 via svnmerge from 16 years ago
linecache.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
locale.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
logging.config.rst Closed #26533: expanded on behaviour of logging.config.listen(). 9 years ago
logging.handlers.rst Correct signatures for a couple of logging handlers 10 years ago
logging.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
lzma.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
macpath.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
mailbox.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 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 Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
math.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
mimetypes.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 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 Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
modulefinder.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
modules.rst Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
msilib.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
msvcrt.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
multiprocessing.rst Issue #10673: Document that Process.exitcode can be used to determine timeout 9 years ago
netdata.rst remove the rfc822 module 18 years ago
netrc.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
nis.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
nntplib.rst Issue #27210: Fix doctests for a few modules. 10 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 Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
optparse.rst Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. 10 years ago
os.path.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
os.rst Document that os.mknod() is not available on Windows 9 years ago
ossaudiodev.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
othergui.rst Issue #26736: Used HTTPS for external links in the documentation if possible. 10 years ago
parser.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
pathlib-inheritance.png Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
pathlib-inheritance.svg Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
pathlib.rst Issue #27722: Fix default for touch method's 'mode' argument 10 years ago
pdb.rst Fix misspelling 10 years ago
persistence.rst Switch more function arguments docs to new-style. 17 years ago
pickle.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
pickletools.rst Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. 10 years ago
pipes.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
pkgutil.rst Update pkgutil docs to reference appropriate finder and loader object documentation. 9 years ago
platform.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
plistlib.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
poplib.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
posix.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
pprint.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
profile.rst Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
pty.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
pwd.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
py_compile.rst #27753: fix typo (name->named). 10 years ago
pyclbr.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
pydoc.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
pyexpat.rst Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. 10 years ago
python.rst Merged revisions 77914 via svnmerge from 16 years ago
queue.rst Issue 14976: Note that the queue module is not designed to protect against reentrancy 9 years ago
quopri.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
random.rst Improve recipe by showing results of intermediate steps 9 years ago
re.rst Issue #27327: fix doc typo, noted by Jakub Wilk. 10 years ago
readline.rst Issue #16182: set_pre_input_hook() may not exist; document, and update test 10 years ago
reprlib.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
resource.rst Issue #25393: Fix probable copy/paste error in resource docs 10 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 Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
select.rst Issue #20100: Clarify that passing flags to epoll() has no effect 9 years ago
selectors.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
shelve.rst Issue #27431: Update default protocol version in shelve.Shelf() documentation 10 years ago
shlex.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
shutil.rst Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. 10 years ago
signal.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
site.rst Issue #26587: Remove an incorrect statement from the docs 10 years ago
smtpd.rst Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 9 years ago
smtplib.rst Fix typos 9 years ago
sndhdr.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
socket.rst #26209: Clarify type of *localaddr*/*remoteadr* in smtpd docs. 9 years ago
socketserver.rst Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. 10 years ago
spwd.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
sqlite3.rst Use shorter version of Connection.isolation_level in sqlite3.rst 9 years ago
ssl.rst Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305. 9 years ago
stat.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
statistics.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
stdtypes.rst Issue #28104: More accurately document set method signatures 9 years ago
string.rst Issue #23921: Standardized documentation whitespace formatting. 10 years ago
stringprep.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
struct.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
subprocess.rst Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. 10 years ago
sunau.rst #25916: fix a few 'string of bytes' references. 10 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 Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
sys.rst Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. 10 years ago
sysconfig.rst Issue #23746: Clarified is_python_build() documentation. 10 years ago
syslog.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
tabnanny.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
tarfile.rst Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. 10 years ago
telnetlib.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
tempfile.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
termios.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
test.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
text.rst Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
textwrap.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
threading.rst Issue #23921: Standardized documentation whitespace formatting. 10 years ago
time.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
timeit.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
tk.rst Issue #7061: Dropped "for Tk" from turtle module title and moved its 15 years ago
tkinter.rst Issue #27455: Improve examples in tkinter documentation 10 years ago
tkinter.scrolledtext.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
tkinter.tix.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
tkinter.ttk.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
token.rst Issue #23322: Remove outdated reference to an example in parser docs 10 years ago
tokenize.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
trace.rst Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
traceback.rst Issue #27208: Fix doctest in Doc/library/traceback.rst 10 years ago
tracemalloc.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 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 Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
turtle-star.pdf Issue #7061: Added a 'Turtle star' sidebar 15 years ago
turtle-star.png Issue #7061: Added a 'Turtle star' sidebar 15 years ago
turtle-star.ps Issue #7061: Added a 'Turtle star' sidebar 15 years ago
turtle.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
types.rst Issue #23921: Standardized documentation whitespace formatting. 10 years ago
typing.rst Issue #26141: Update docs for typing.py. Ivan Levkivskyi. (Backport from the 3.6 version) 9 years ago
undoc.rst Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
unicodedata.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
unittest.mock-examples.rst Issue #26736: Used HTTPS for external links in the documentation if possible. 10 years ago
unittest.mock.rst Issue #27531: Update signature of Mock.assert_not_called method 10 years ago
unittest.rst Fix typo 10 years ago
unix.rst Last round of adapting style of documenting argument default values. 17 years ago
urllib.error.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
urllib.parse.rst Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoin 9 years ago
urllib.request.rst [merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110) 10 years ago
urllib.robotparser.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
urllib.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
uu.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
uuid.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
venv.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
warnings.rst Issue #27528: Document and test warning messages must match at beginning 10 years ago
wave.rst #25916: fix a few 'string of bytes' references. 10 years ago
weakref.rst Issue #27993: Fix problems with plural objects in docs and comments 9 years ago
webbrowser.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
windows.rst #2879: rename _winreg to winreg. 18 years ago
winreg.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
winsound.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
wsgiref.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
xdrlib.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
xml.dom.minidom.rst English spelling and grammar fixes 10 years ago
xml.dom.pulldom.rst Minor spelling fixes 10 years ago
xml.dom.rst Issue #27993: Fix problems with plural objects in docs and comments 9 years ago
xml.etree.elementtree.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
xml.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 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 Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
xml.sax.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
xml.sax.utils.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
xmlrpc.client.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
xmlrpc.rst Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
xmlrpc.server.rst English spelling and grammar fixes 10 years ago
zipapp.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago
zipfile.rst Issue #28103: Use ``'...'`` style in zipfile documentation 9 years ago
zipimport.rst Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. 10 years ago
zlib.rst Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago