cpython/Doc/library
2015-08-13 20:37:28 +02: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 Issue #24487: Rename async() -> ensure_future() in asyncio docs. 2015-06-30 22:13:22 -04:00
asyncio-eventloop.rst Issue #24487: Rename async() -> ensure_future() in asyncio docs. 2015-06-30 22:13:22 -04:00
asyncio-eventloops.rst
asyncio-protocol.rst Issue #24487: Rename async() -> ensure_future() in asyncio docs. 2015-06-30 22:13:22 -04:00
asyncio-queue.rst
asyncio-stream.rst
asyncio-subprocess.rst
asyncio-sync.rst
asyncio-task.rst Issue #24487: Rename async() -> ensure_future() in asyncio docs. 2015-06-30 22:13:22 -04:00
asyncio.rst Remove warning about asyncio being provisional (it's not in 3.5 and up). 2015-08-02 15:50:27 +02:00
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 Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Codec.decode() docs. 2015-07-30 18:26:35 +03:00
codeop.rst
collections.abc.rst Issue #24400: Resurrect inspect.isawaitable() 2015-07-03 13:11:35 -04:00
collections.rst
colorsys.rst
compileall.rst
concurrency.rst
concurrent.futures.rst
concurrent.rst
configparser.rst
constants.rst
contextlib.rst
copy.rst
copyreg.rst
crypt.rst
crypto.rst
csv.rst
ctypes.rst
curses.ascii.rst
curses.panel.rst
curses.rst
custominterp.rst
datatypes.rst
datetime.rst
dbm.rst
debug.rst
decimal.rst
depgraph-output.png
development.rst
difflib.rst Issue #24109: Include Tools/scripts/diff.py instead of duplicating it in difflib documentation. 2015-07-30 00:03:48 +03:00
dis.rst Issue #16554: fix description for MAKE_CLOSURE. Initial patch by Daniel Urban. 2015-08-13 20:37:28 +02: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 Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. 2015-07-03 01:04:23 -04:00
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
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 Issue #13884: Idle: Remove tearoff lines from menus. Patch by Roger Serwy. 2015-07-30 16:44:22 -04:00
imaplib.rst
imghdr.rst
imp.rst
importlib.rst Issue #20769: Improve reload() docs. Patch by Dorian Pula. 2015-08-05 08:28:53 +12:00
index.rst
inspect.rst Issue #15582: Add a whatsnew entry for inspect.getdoc() changes in 3.5. 2015-07-30 18:06:09 +03: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
netdata.rst
netrc.rst
nis.rst
nntplib.rst
numbers.rst
numeric.rst
operator.rst
optparse.rst
os.path.rst
os.rst What's New in Python 3.5: document os.urandom() changes 2015-07-29 02:28:32 +02:00
ossaudiodev.rst
othergui.rst
parser.rst
pathlib-inheritance.png
pathlib-inheritance.svg
pathlib.rst
pdb.rst
persistence.rst
pickle.rst merge 3.4 2015-07-06 11:28:40 -05: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
readline.rst
reprlib.rst
resource.rst
rlcompleter.rst
runpy.rst
sched.rst
select.rst
selectors.rst
shelve.rst
shlex.rst
shutil.rst
signal.rst
site.rst
smtpd.rst
smtplib.rst - Issue #15014: SMTP.auth() and SMTP.login() now support RFC 4954's optional 2015-07-09 10:39:55 -04:00
sndhdr.rst
socket.rst
socketserver.rst Issue #23254: Document how to close the TCPServer listening socket. 2015-07-29 12:53:30 +12:00
spwd.rst
sqlite3.rst
ssl.rst
stat.rst
statistics.rst
stdtypes.rst Issue #23756: Clarify the terms "contiguous" and "bytes-like object". 2015-08-08 14:33:28 +02:00
string.rst
stringprep.rst
struct.rst
subprocess.rst Issue #24420: Fix documentation regression introduced by f0a00ee094ff. 2015-07-25 14:27:07 +03:00
sunau.rst
superseded.rst
symbol.rst
symtable.rst
sys.rst Fix usage of the default role. 2015-07-07 00:07:25 -05:00
sysconfig.rst
syslog.rst
tabnanny.rst
tarfile.rst
telnetlib.rst
tempfile.rst Issue #23725: Overhaul tempfile docs. 2015-08-13 11:38:02 +12:00
termios.rst
test.rst Fix usage of the default role. 2015-07-07 00:07:25 -05:00
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
tokenize.rst
trace.rst
traceback.rst
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 Fix trailing ws. 2015-08-05 12:26:07 +02:00
undoc.rst
unicodedata.rst upgrade to Unicode 8.0.0 2015-06-27 15:45:56 -05:00
unittest.mock-examples.rst
unittest.mock.rst Add versionchanged information for mock_open. 2015-07-24 04:10:27 +12:00
unittest.rst Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero. 2015-07-23 06:39:06 +12:00
unix.rst
urllib.error.rst
urllib.parse.rst Issue #23684: Clarify the return value of the scheme attribute of ParseResult and SplitResult objects. 2015-06-25 23:39:26 +03:00
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
zipimport.rst
zlib.rst