cpython/Doc/library
2016-02-19 23:46:59 +00:00
..
2to3.rst
__future__.rst
__main__.rst
_dummy_thread.rst
_thread.rst
abc.rst
aifc.rst
allos.rst
archiving.rst
argparse.rst
array.rst
ast.rst
asynchat.rst
asyncio-dev.rst
asyncio-eventloop.rst Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar 2016-02-10 05:44:01 +00:00
asyncio-eventloops.rst
asyncio-protocol.rst
asyncio-queue.rst
asyncio-stream.rst Issue #26368: fix typo in asynchio stream doc, reported by Ryan Stuart. 2016-02-16 13:27:04 +11:00
asyncio-subprocess.rst
asyncio-sync.rst
asyncio-task.rst Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar 2016-02-10 05:44:01 +00: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 merge 2016-02-01 21:21:19 -08:00
colorsys.rst
compileall.rst
concurrency.rst
concurrent.futures.rst issue23962 - Reference the correct TimeoutError in concurrent.futures documentation. 2016-01-18 18:45:00 -08:00
concurrent.rst
configparser.rst
constants.rst
contextlib.rst
copy.rst
copyreg.rst
crypt.rst
crypto.rst delete old crypto prose (closes #26066) 2016-01-09 23:55:47 -08:00
csv.rst
ctypes.rst Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar 2016-02-10 05:44:01 +00:00
curses.ascii.rst
curses.panel.rst
curses.rst
custominterp.rst
datatypes.rst
datetime.rst Issue #25179: Documentation for formatted string literals aka f-strings 2016-02-13 00:41:37 +00:00
dbm.rst
debug.rst
decimal.rst
depgraph-output.png
development.rst
difflib.rst
dis.rst
distribution.rst
distutils.rst
doctest.rst
dummy_threading.rst
email-examples.rst
email.charset.rst
email.contentmanager.rst
email.encoders.rst
email.errors.rst
email.generator.rst
email.header.rst
email.headerregistry.rst
email.iterators.rst
email.message.rst
email.mime.rst
email.parser.rst
email.policy.rst
email.rst
email.util.rst
ensurepip.rst
enum.rst Issue #25179: Documentation for formatted string literals aka f-strings 2016-02-13 00:41:37 +00:00
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
functional.rst
functions.rst
functools.rst
gc.rst
getopt.rst
getpass.rst
gettext.rst
glob.rst
grp.rst Issue #26129: Deprecated accepting non-integers in grp.getgrgid(). 2016-01-18 18:49:57 +02:00
gzip.rst
hashlib.rst
heapq.rst
hmac.rst
html.entities.rst
html.parser.rst
html.rst
http.client.rst
http.cookiejar.rst
http.cookies.rst
http.rst
http.server.rst
i18n.rst
idle.rst
imaplib.rst
imghdr.rst
imp.rst
importlib.rst Issue #26242: Fix another one in importlib.rst 2016-01-30 19:30:22 +02:00
index.rst
inspect.rst Merge 3.5 (issue #25486) 2016-01-11 21:05:18 -05:00
internet.rst
intro.rst
io.rst
ipaddress.rst
ipc.rst
itertools.rst
json.rst
keyword.rst
language.rst
linecache.rst
locale.rst
logging.config.rst
logging.handlers.rst
logging.rst
lzma.rst
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 #18620: Improve Pool examples in multiprocessing documentation 2016-01-22 00:00:06 +02:00
netdata.rst
netrc.rst
nis.rst Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar 2016-02-10 05:44:01 +00:00
nntplib.rst
numbers.rst
numeric.rst
operator.rst
optparse.rst
os.path.rst
os.rst Issue #25994: Added the close() method and the support of the context manager 2016-02-11 13:21:30 +02:00
ossaudiodev.rst
othergui.rst
parser.rst
pathlib-inheritance.png
pathlib-inheritance.svg
pathlib.rst
pdb.rst
persistence.rst
pickle.rst
pickletools.rst
pipes.rst
pkgutil.rst
platform.rst
plistlib.rst
poplib.rst
posix.rst
pprint.rst Issue #25179: Preparatory cleanup of existing docs on string formatting 2016-02-08 01:34:09 +00:00
profile.rst
pty.rst
pwd.rst
py_compile.rst
pyclbr.rst
pydoc.rst
pyexpat.rst Issues #26310, #26311: Fix typos in the documentation and code comments 2016-02-10 01:17:51 +00:00
python.rst
queue.rst
quopri.rst
random.rst Closes #20169: fix inner links random doc. 2016-02-19 08:57:38 +01:00
re.rst
readline.rst #25991: fix readline example to limit history size. Patch by Daniel Dye. 2016-01-11 23:30:56 +02:00
reprlib.rst
resource.rst
rlcompleter.rst
runpy.rst
sched.rst
select.rst
selectors.rst
shelve.rst
shlex.rst
shutil.rst
signal.rst Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar 2016-02-10 05:44:01 +00:00
site.rst
smtpd.rst
smtplib.rst Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar 2016-02-10 05:44:01 +00:00
sndhdr.rst
socket.rst Issue #16915: Clarify that mode parameter of socket.makefile() does not accept 2016-02-18 17:34:00 +02:00
socketserver.rst Issue #15608: Improve socketserver module documentation 2016-02-19 03:27:46 +00:00
spwd.rst
sqlite3.rst
ssl.rst
stat.rst
statistics.rst
stdtypes.rst Issue #25179: Documentation for formatted string literals aka f-strings 2016-02-13 00:41:37 +00:00
string.rst Issue #25179: Documentation for formatted string literals aka f-strings 2016-02-13 00:41:37 +00:00
stringprep.rst
struct.rst
subprocess.rst
sunau.rst
superseded.rst
symbol.rst
symtable.rst
sys.rst
sysconfig.rst Issue #25985: sys.version_info is now used instead of sys.version 2016-02-11 13:10:36 +02:00
syslog.rst
tabnanny.rst
tarfile.rst Issues #22468, #21996, #22208: Clarify gettarinfo() and TarInfo usage 2016-02-19 23:34:56 +00:00
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 Issues #26310, #26311: Fix typos in the documentation and code comments 2016-02-10 01:17:51 +00:00
token.rst
tokenize.rst Issue #26127: Fix links in tokenize documentation; patch by Silent Ghost 2016-01-16 04:32:52 +00:00
trace.rst
traceback.rst Issue26035 - Correct the argument names used in the docs of the traceback module. Make it consistent with module args. 2016-01-15 21:45:17 -08:00
tracemalloc.rst Issue #25179: Preparatory cleanup of existing docs on string formatting 2016-02-08 01:34:09 +00:00
tty.rst
tulip_coro.dia
tulip_coro.png
turtle-star.pdf
turtle-star.png
turtle-star.ps
turtle.rst
types.rst
typing.rst Hopefully clarify the difference between Optional[t] and an optional argument. 2016-02-10 09:48:58 -08:00
undoc.rst
unicodedata.rst
unittest.mock-examples.rst Issue #26199: Fix broken link in unittest.mock-examples.rst 2016-01-28 08:40:03 +02:00
unittest.mock.rst
unittest.rst #19006: fix wording in unittest docs. 2016-01-12 11:03:31 +02:00
unix.rst
urllib.error.rst
urllib.parse.rst
urllib.request.rst
urllib.robotparser.rst
urllib.rst
uu.rst
uuid.rst
venv.rst
warnings.rst
wave.rst
weakref.rst
webbrowser.rst
windows.rst
winreg.rst
winsound.rst
wsgiref.rst
xdrlib.rst
xml.dom.minidom.rst
xml.dom.pulldom.rst
xml.dom.rst
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 #26039: Added zipfile.ZipInfo.from_file() and zipinfo.ZipInfo.is_dir(). 2016-02-08 00:02:25 +02:00
zipimport.rst
zlib.rst Issue #26243: zlib.compress() keyword argument support by Aviv Palivoda 2016-02-10 10:06:36 +00:00