cpython/Doc/library
2016-06-17 12:52:18 -07: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 Merge Issue #22558. 2016-06-11 15:06:08 -04:00
asyncio-dev.rst
asyncio-eventloop.rst
asyncio-eventloops.rst
asyncio-protocol.rst
asyncio-queue.rst
asyncio-stream.rst
asyncio-subprocess.rst
asyncio-sync.rst
asyncio-task.rst
asyncio.rst
asyncore.rst
atexit.rst
audioop.rst
base64.rst
bdb.rst
binary.rst
binascii.rst Merge Issue #22558. 2016-06-11 15:06:08 -04:00
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 Merge Issue #22558. 2016-06-11 15:06:08 -04:00
collections.rst Merge Issue #22558. 2016-06-11 15:06:08 -04:00
colorsys.rst
compileall.rst Merge Issue #22558. 2016-06-11 15:06:08 -04:00
concurrency.rst
concurrent.futures.rst
concurrent.rst
configparser.rst
constants.rst
contextlib.rst
copy.rst
copyreg.rst
crypt.rst Merge Issue #22558. 2016-06-11 15:06:08 -04:00
crypto.rst
csv.rst
ctypes.rst
curses.ascii.rst
curses.panel.rst
curses.rst
custominterp.rst
datatypes.rst
datetime.rst Merge Issue #22558. 2016-06-11 15:06:08 -04:00
dbm.rst
debug.rst
decimal.rst Merge Issue #22558. 2016-06-11 15:06:08 -04:00
depgraph-output.png
development.rst
difflib.rst
dis.rst Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes. 2016-06-12 17:36:24 +03:00
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
errno.rst
exceptions.rst
faulthandler.rst Merge Issue #22558. 2016-06-11 15:06:08 -04:00
fcntl.rst
filecmp.rst
fileformats.rst
fileinput.rst Merge Issue #22558. 2016-06-11 15:06:08 -04:00
filesys.rst
fnmatch.rst
formatter.rst
fpectl.rst
fractions.rst
frameworks.rst
ftplib.rst
functional.rst
functions.rst
functools.rst Issue #24136: Document generalized unpacking, PEP 448 2016-06-12 01:46:50 +00:00
gc.rst
getopt.rst
getpass.rst
gettext.rst
glob.rst
grp.rst Merge Issue #22558. 2016-06-11 15:06:08 -04:00
gzip.rst
hashlib.rst Clarify that md5 is in the algorithms_guaranteed list despite what 2016-06-11 18:02:13 -07:00
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 Merge Issue #22558. 2016-06-11 15:06:08 -04:00
i18n.rst
idle.rst
imaplib.rst Merge Issue #22558. 2016-06-11 15:06:08 -04:00
imghdr.rst
imp.rst Merge Issue #22558. 2016-06-11 15:06:08 -04:00
importlib.rst Merge Issue #22558. 2016-06-11 15:06:08 -04:00
index.rst
inspect.rst Merge Issue #22558. 2016-06-11 15:06:08 -04:00
internet.rst
intro.rst
io.rst
ipaddress.rst
ipc.rst
itertools.rst Merge Issue #22558. 2016-06-11 15:06:08 -04:00
json.rst
keyword.rst
language.rst
linecache.rst
locale.rst
logging.config.rst
logging.handlers.rst Merge Issue #22558. 2016-06-11 15:06:08 -04:00
logging.rst
lzma.rst
macpath.rst
mailbox.rst
mailcap.rst
markup.rst
marshal.rst
math.rst
mimetypes.rst
misc.rst
mm.rst
mmap.rst Merge Issue #22558. 2016-06-11 15:06:08 -04:00
modulefinder.rst
modules.rst
msilib.rst
msvcrt.rst
multiprocessing.rst Merge from 3.5 2016-06-12 12:26:08 +03:00
netdata.rst
netrc.rst
nis.rst
nntplib.rst
numbers.rst
numeric.rst
operator.rst
optparse.rst
os.path.rst
os.rst Merge Issue #22558. 2016-06-11 15:06:08 -04:00
ossaudiodev.rst
othergui.rst
parser.rst
pathlib-inheritance.png
pathlib-inheritance.svg
pathlib.rst Merge Issue #22558. 2016-06-11 15:06:08 -04:00
pdb.rst
persistence.rst
pickle.rst Merge Issue #22558. 2016-06-11 15:06:08 -04:00
pickletools.rst
pipes.rst
pkgutil.rst
platform.rst
plistlib.rst
poplib.rst
posix.rst
pprint.rst
profile.rst
pty.rst
pwd.rst
py_compile.rst
pyclbr.rst
pydoc.rst
pyexpat.rst
python.rst
queue.rst
quopri.rst
random.rst
re.rst Add grammatical article to “an ASCII letter” 2016-06-12 06:17:29 +00:00
readline.rst Issue #16182: Merge readline update from 3.5 2016-06-14 08:49:51 +00:00
reprlib.rst
resource.rst
rlcompleter.rst
runpy.rst
sched.rst
secrets.rst
select.rst
selectors.rst
shelve.rst
shlex.rst
shutil.rst
signal.rst
site.rst
smtpd.rst
smtplib.rst
sndhdr.rst
socket.rst Issue #26536: socket.ioctl now supports SIO_LOOPBACK_FAST_PATH. Patch by Daniel Stokes. 2016-06-17 12:52:18 -07:00
socketserver.rst
spwd.rst Merge Issue #22558. 2016-06-11 15:06:08 -04:00
sqlite3.rst Issue #16864: Cursor.lastrowid now supports REPLACE statement 2016-06-14 15:25:36 +03:00
ssl.rst
stat.rst
statistics.rst
stdtypes.rst
string.rst
stringprep.rst
struct.rst
subprocess.rst Merge Issue #22558. 2016-06-11 15:06:08 -04:00
sunau.rst
superseded.rst
symbol.rst
symtable.rst
sys.rst Merge Issue #22558. 2016-06-11 15:06:08 -04:00
sysconfig.rst Merge Issue #22558. 2016-06-11 15:06:08 -04:00
syslog.rst
tabnanny.rst
tarfile.rst Issue #27306: Fix typo in tarfile documentation 2016-06-14 00:48:35 +03:00
telnetlib.rst Merge Issue #22558. 2016-06-11 15:06:08 -04:00
tempfile.rst
termios.rst
test.rst Merge Issue #22558. 2016-06-11 15:06:08 -04:00
text.rst
textwrap.rst
threading.rst
time.rst Merge Issue #22558. 2016-06-11 15:06:08 -04:00
timeit.rst
tk.rst
tkinter.rst
tkinter.scrolledtext.rst
tkinter.tix.rst
tkinter.ttk.rst
token.rst
tokenize.rst
trace.rst
traceback.rst
tracemalloc.rst Merge Issue #22558. 2016-06-11 15:06:08 -04:00
tty.rst
tulip_coro.dia
tulip_coro.png
turtle-star.pdf
turtle-star.png
turtle-star.ps
turtle.rst
types.rst
typing.rst Merge Issue #22558. 2016-06-11 15:06:08 -04:00
undoc.rst
unicodedata.rst
unittest.mock-examples.rst
unittest.mock.rst Merge Issue #22558. 2016-06-11 15:06:08 -04:00
unittest.rst Merge Issue #22558. 2016-06-11 15:06:08 -04:00
unix.rst
urllib.error.rst
urllib.parse.rst Merge Issue #22558. 2016-06-11 15:06:08 -04:00
urllib.request.rst
urllib.robotparser.rst Merge Issue #22558. 2016-06-11 15:06:08 -04:00
urllib.rst
uu.rst
uuid.rst
venv.rst
warnings.rst Merge Issue #22558. 2016-06-11 15:06:08 -04:00
wave.rst
weakref.rst
webbrowser.rst
windows.rst
winreg.rst Merge Issue #22558. 2016-06-11 15:06:08 -04:00
winsound.rst
wsgiref.rst Merge Issue #22558. 2016-06-11 15:06:08 -04:00
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 Merge Issue #22558. 2016-06-11 15:06:08 -04:00
zipapp.rst
zipfile.rst Issue #27311: Merge zipfile doc from 3.5 2016-06-15 01:05:27 +00:00
zipimport.rst
zlib.rst Merge Issue #22558. 2016-06-11 15:06:08 -04:00