cpython/Doc/library
Berker Peksag 002b0a7ecd Issue #28348: Fix typo in asyncio.Task() documentation
Patch by Mariatta Wijaya.
2016-10-04 20:45:47 +03:00
..
2to3.rst
__future__.rst
__main__.rst
_dummy_thread.rst
_thread.rst
abc.rst
aifc.rst
allos.rst
archiving.rst
argparse.rst Issue #27993: Fix problems with plural objects in docs and comments 2016-09-07 11:04:41 +00:00
array.rst
ast.rst
asynchat.rst
asyncio-dev.rst Issue #27700: Document AbstractEventLoop, not BaseEventLoop. 2016-08-08 09:41:21 -07:00
asyncio-eventloop.rst Issue #27700: Document AbstractEventLoop, not BaseEventLoop. 2016-08-08 09:41:21 -07:00
asyncio-eventloops.rst Issue #27700: Document AbstractEventLoop, not BaseEventLoop. 2016-08-08 09:41:21 -07:00
asyncio-protocol.rst Minor spelling fixes 2016-08-20 08:03:06 +00:00
asyncio-queue.rst
asyncio-stream.rst Issue #27700: Document AbstractEventLoop, not BaseEventLoop. 2016-08-08 09:41:21 -07:00
asyncio-subprocess.rst Issue #27700: Document AbstractEventLoop, not BaseEventLoop. 2016-08-08 09:41:21 -07:00
asyncio-sync.rst
asyncio-task.rst Issue #28348: Fix typo in asyncio.Task() documentation 2016-10-04 20:45:47 +03:00
asyncio.rst
asyncore.rst
atexit.rst
audioop.rst
base64.rst
bdb.rst
binary.rst
binascii.rst
binhex.rst
bisect.rst
builtins.rst
bz2.rst
calendar.rst
cgi.rst
cgitb.rst
chunk.rst
cmath.rst
cmd.rst
code.rst
codecs.rst
codeop.rst
collections.abc.rst
collections.rst Remove duplicate of the entry in the seealso section 2016-08-16 10:59:04 -07:00
colorsys.rst
compileall.rst
concurrency.rst
concurrent.futures.rst
concurrent.rst
configparser.rst Docs: Correctly link to the methods 2016-09-20 00:01:53 +02:00
constants.rst
contextlib.rst
copy.rst
copyreg.rst
crypt.rst
crypto.rst
csv.rst
ctypes.rst Issue #21903: Update ctypes example to use MessageBoxW 2016-09-28 17:07:01 +03:00
curses.ascii.rst
curses.panel.rst
curses.rst
custominterp.rst
datatypes.rst
datetime.rst
dbm.rst
debug.rst
decimal.rst Issue #27720: Fix error in eng_to_decimal docs and add examples from the specification. 2016-08-13 11:15:34 -07:00
depgraph-output.png
development.rst
difflib.rst Issue #27210: Fix doctests for a few modules. 2016-08-10 00:59:59 -05:00
dis.rst
distribution.rst
distutils.rst
doctest.rst
dummy_threading.rst
email-examples.rst
email.charset.rst
email.contentmanager.rst Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 2016-09-07 12:03:06 +00:00
email.encoders.rst
email.errors.rst
email.generator.rst
email.header.rst
email.headerregistry.rst
email.iterators.rst Issue #27209: Fix doctests in Doc/library/email*.rst 2016-08-10 00:39:41 -05:00
email.message.rst Issue #27209: Fix doctests in Doc/library/email*.rst 2016-08-10 00:39:41 -05:00
email.mime.rst
email.parser.rst #27893: arg name and bytes references in email.parser docs. 2016-08-30 21:17:02 -04:00
email.policy.rst Issue #27209: Fix doctests in Doc/library/email*.rst 2016-08-10 00:39:41 -05:00
email.rst
email.util.rst
ensurepip.rst
enum.rst
errno.rst
exceptions.rst
faulthandler.rst
fcntl.rst
filecmp.rst
fileformats.rst
fileinput.rst
filesys.rst
fnmatch.rst
formatter.rst
fpectl.rst
fractions.rst
frameworks.rst
ftplib.rst Issue #27210: Fix doctests for a few modules. 2016-08-10 00:59:59 -05:00
functional.rst
functions.rst Issue 27936: Update doc for round() to indicate that None is an allowable argument. 2016-09-04 11:28:56 -07:00
functools.rst
gc.rst
getopt.rst
getpass.rst
gettext.rst
glob.rst
grp.rst
gzip.rst
hashlib.rst Issue #27200: Fix doctests in Doc/library/hashlib.rst 2016-08-10 01:05:19 -05:00
heapq.rst
hmac.rst
html.entities.rst
html.parser.rst
html.rst
http.client.rst Issue28010 - Make http.client.HTTPConnection.putrequest documentation consistent with the code. 2016-09-08 14:28:01 -07:00
http.cookiejar.rst
http.cookies.rst
http.rst
http.server.rst
i18n.rst
idle.rst Issue #15308: Add 'interrupt execution' (^C) to Shell menu. 2016-09-12 01:50:03 -04:00
imaplib.rst
imghdr.rst
imp.rst
importlib.rst remove ungrammarical apostrophe (closes #27957) 2016-09-05 14:02:59 -07:00
index.rst
inspect.rst
internet.rst
intro.rst
io.rst
ipaddress.rst Fix indentation of versionadded directive in IPv4Address.reverse_pointer docs 2016-08-04 17:25:40 +03:00
ipc.rst
itertools.rst
json.rst
keyword.rst
language.rst
linecache.rst
locale.rst
logging.config.rst Closed #26533: expanded on behaviour of logging.config.listen(). 2016-09-11 13:15:06 +01:00
logging.handlers.rst Correct signatures for a couple of logging handlers 2016-08-09 16:20:41 -05:00
logging.rst
lzma.rst Issue #28319: Fix typo in lzma.rst 2016-10-01 01:19:04 +03:00
macpath.rst
mailbox.rst
mailcap.rst
markup.rst
marshal.rst
math.rst
mimetypes.rst
misc.rst
mm.rst
mmap.rst
modulefinder.rst
modules.rst
msilib.rst
msvcrt.rst
multiprocessing.rst Issue #10673: Document that Process.exitcode can be used to determine timeout 2016-09-26 23:22:22 +03:00
netdata.rst
netrc.rst
nis.rst
nntplib.rst Issue #27210: Fix doctests for a few modules. 2016-08-10 00:59:59 -05:00
numbers.rst
numeric.rst
operator.rst
optparse.rst
os.path.rst
os.rst Document that os.mknod() is not available on Windows 2016-09-26 22:50:11 +03:00
ossaudiodev.rst
othergui.rst
parser.rst
pathlib-inheritance.png
pathlib-inheritance.svg
pathlib.rst Fix markup in pathlib.rst 2016-10-01 01:06:52 +03:00
pdb.rst Fix misspelling 2016-08-24 17:52:57 -04:00
persistence.rst
pickle.rst
pickletools.rst
pipes.rst
pkgutil.rst Update pkgutil docs to reference appropriate finder and loader object documentation. 2016-09-05 17:11:51 -07:00
platform.rst
plistlib.rst
poplib.rst
posix.rst
pprint.rst
profile.rst
pty.rst
pwd.rst
py_compile.rst #27753: fix typo (name->named). 2016-08-13 14:47:18 -04:00
pyclbr.rst
pydoc.rst
pyexpat.rst
python.rst
queue.rst Issue 14976: Note that the queue module is not designed to protect against reentrancy 2016-09-09 15:57:13 -07:00
quopri.rst
random.rst Improve recipe by showing results of intermediate steps 2016-09-05 13:15:02 -07:00
re.rst
readline.rst
reprlib.rst
resource.rst
rlcompleter.rst
runpy.rst
sched.rst
select.rst Issue #20100: Clarify that passing flags to epoll() has no effect 2016-09-11 15:45:32 +03:00
selectors.rst
shelve.rst
shlex.rst
shutil.rst
signal.rst
site.rst
smtpd.rst Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 2016-09-07 12:03:06 +00:00
smtplib.rst Fix typos 2016-08-30 13:25:06 -07:00
sndhdr.rst
socket.rst #26209: Clarify type of *localaddr*/*remoteadr* in smtpd docs. 2016-09-07 14:01:23 -04:00
socketserver.rst
spwd.rst
sqlite3.rst Use shorter version of Connection.isolation_level in sqlite3.rst 2016-09-07 04:02:41 +03:00
ssl.rst Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305. 2016-09-06 20:06:47 +02:00
stat.rst
statistics.rst
stdtypes.rst Issue #28104: More accurately document set method signatures 2016-09-12 23:38:50 -07:00
string.rst
stringprep.rst
struct.rst
subprocess.rst
sunau.rst #25916: fix a few 'string of bytes' references. 2016-08-23 20:43:56 -04:00
superseded.rst
symbol.rst
symtable.rst
sys.rst
sysconfig.rst Issue #23746: Clarified is_python_build() documentation. 2016-08-25 15:13:24 +01:00
syslog.rst
tabnanny.rst
tarfile.rst
telnetlib.rst
tempfile.rst
termios.rst
test.rst
text.rst
textwrap.rst
threading.rst
time.rst
timeit.rst
tk.rst
tkinter.rst
tkinter.scrolledtext.rst
tkinter.tix.rst
tkinter.ttk.rst
token.rst Issue #23322: Remove outdated reference to an example in parser docs 2016-08-08 13:07:08 +03:00
tokenize.rst
trace.rst
traceback.rst Issue #27208: Fix doctest in Doc/library/traceback.rst 2016-08-10 00:35:27 -05:00
tracemalloc.rst
tty.rst
tulip_coro.dia
tulip_coro.png
turtle-star.pdf
turtle-star.png
turtle-star.ps
turtle.rst
types.rst
typing.rst Issue #26141: Update docs for typing.py. Ivan Levkivskyi. (Backport from the 3.6 version) 2016-09-10 19:03:22 -07:00
undoc.rst
unicodedata.rst
unittest.mock-examples.rst
unittest.mock.rst
unittest.rst Fix typo 2016-08-30 00:16:13 -05:00
unix.rst
urllib.error.rst
urllib.parse.rst Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoin 2016-09-16 14:43:58 +03:00
urllib.request.rst
urllib.robotparser.rst
urllib.rst
uu.rst
uuid.rst
venv.rst
warnings.rst
wave.rst #25916: fix a few 'string of bytes' references. 2016-08-23 20:43:56 -04:00
weakref.rst Issue #27993: Fix problems with plural objects in docs and comments 2016-09-07 11:04:41 +00:00
webbrowser.rst
windows.rst
winreg.rst
winsound.rst
wsgiref.rst
xdrlib.rst
xml.dom.minidom.rst
xml.dom.pulldom.rst Minor spelling fixes 2016-08-20 08:03:06 +00:00
xml.dom.rst Issue #27993: Fix problems with plural objects in docs and comments 2016-09-07 11:04:41 +00:00
xml.etree.elementtree.rst
xml.rst
xml.sax.handler.rst
xml.sax.reader.rst
xml.sax.rst
xml.sax.utils.rst
xmlrpc.client.rst
xmlrpc.rst
xmlrpc.server.rst
zipapp.rst
zipfile.rst Issue #28103: Use `'...'` style in zipfile documentation 2016-09-13 04:49:12 +03:00
zipimport.rst
zlib.rst