cpython/Doc/library
2015-03-14 21:34:25 +02:00
..
2to3.rst
__future__.rst
__main__.rst
_dummy_thread.rst
_thread.rst
abc.rst
aifc.rst
allos.rst
archiving.rst
argparse.rst Issue #23651: Fix typo in allow_abbrev docs. 2015-03-12 20:47:41 +02:00
array.rst
ast.rst
asynchat.rst
asyncio-dev.rst asyncio doc: close explicitly event loops 2015-02-23 11:41:56 +01:00
asyncio-eventloop.rst asyncio: add a note about (non) thread safety in each class 2015-02-25 14:24:15 +01:00
asyncio-eventloops.rst Issue #22560, asyncio doc: ProactorEventLoop now supports SSL! 2015-01-14 00:30:22 +01:00
asyncio-protocol.rst asyncio: add a note about (non) thread safety in each class 2015-02-25 14:24:15 +01:00
asyncio-queue.rst asyncio doc: changes on the Queue API missed Python 3.4.3 release 2015-03-10 16:27:54 +01:00
asyncio-stream.rst asyncio: add a note about (non) thread safety in each class 2015-02-25 14:24:15 +01:00
asyncio-subprocess.rst asyncio: add a note about (non) thread safety in each class 2015-02-25 14:24:15 +01:00
asyncio-sync.rst asyncio doc: lock classes are not thread safe 2015-02-26 10:39:16 +01:00
asyncio-task.rst asyncio: add a note about (non) thread safety in each class 2015-02-25 14:24:15 +01:00
asyncio.rst asyncio doc: begin with warnings on asyncio traps 2015-02-25 14:23:51 +01:00
asyncore.rst
atexit.rst
audioop.rst
base64.rst Removed duplicated words in in comments and docs. 2014-12-01 18:28:43 +02:00
bdb.rst
binary.rst
binascii.rst Issue #13637: Remove outdated versionchanged directives. 2015-02-15 00:05:42 +02:00
binhex.rst
bisect.rst
builtins.rst
bz2.rst Issue #15955: Add an option to limit the output size in bz2.decompress(). 2015-02-26 13:08:07 +01:00
calendar.rst
cgi.rst Issue #20289: cgi.FieldStorage() now supports the context management protocol. 2015-02-06 10:21:37 +02:00
cgitb.rst
chunk.rst
cmath.rst Issue #21902: Replace incorrect 'hyperbolic arc sine' (etc.) with 'inverse hyperbolic sine' (etc.). Remove meaningless reference to radians. 2015-01-11 13:08:05 +00:00
cmd.rst
code.rst
codecs.rst Merge with 3.4 2015-02-25 13:07:03 +01:00
codeop.rst
collections.abc.rst
collections.rst
colorsys.rst
compileall.rst
concurrency.rst
concurrent.futures.rst
concurrent.rst
configparser.rst
constants.rst
contextlib.rst Issue #22389: Add contextlib.redirect_stderr(). 2014-11-28 23:28:06 +02:00
copy.rst
copyreg.rst Fix typo pointed out on docs@ by Yaniv Sayeh 2015-02-19 22:30:15 -06:00
crypt.rst
crypto.rst
csv.rst
ctypes.rst
curses.ascii.rst
curses.panel.rst
curses.rst
custominterp.rst
datatypes.rst
datetime.rst Closes issue #22791: Improved datetime from timestamp methods documentation. 2015-03-01 14:52:07 -05:00
dbm.rst
debug.rst
decimal.rst Fix minor docs markup errors. 2015-03-14 21:34:25 +02:00
depgraph-output.png
development.rst
difflib.rst
dis.rst Add versionadded directives for the matmul operator. 2015-03-12 20:56:45 +02:00
distribution.rst Issue #23491: Implement PEP 441: Improving Python Zip Application Support 2015-03-13 10:40:49 -04:00
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 Issue #23181: More "codepoint" -> "code point". 2015-01-18 11:28:37 +02:00
email.parser.rst
email.policy.rst Fix typo. 2014-12-19 11:20:00 -05:00
email.rst
email.util.rst
ensurepip.rst
enum.rst Issue22997: minor doc update; thanks to Simoen Visser 2015-01-14 22:32:29 -08:00
errno.rst
exceptions.rst Issue #23432: Remove duplicate content from SystemExit docs. 2015-03-10 14:47:15 +02:00
faulthandler.rst Issue #23566: enable(), register(), dump_traceback() and dump_traceback_later() 2015-03-12 15:32:03 +01:00
fcntl.rst
filecmp.rst
fileformats.rst
fileinput.rst
filesys.rst
fnmatch.rst
formatter.rst
fpectl.rst
fractions.rst
frameworks.rst
ftplib.rst update docs for #23111 2014-12-30 15:17:03 -06:00
functional.rst
functions.rst Issue #22286: The "backslashreplace" error handlers now works with 2015-01-25 22:56:57 +02:00
functools.rst Issue #23049: Pure python equivalent shouldn't imply more exactitude than is really there. 2014-12-16 18:16:57 -08:00
gc.rst Issue #22696: Add function :func:sys.is_finalizing to know about interpreter shutdown. 2014-12-07 01:28:27 +01:00
getopt.rst
getpass.rst
gettext.rst
glob.rst
grp.rst
gzip.rst
hashlib.rst
heapq.rst merge 2014-12-11 23:56:53 -08:00
hmac.rst
html.entities.rst Issue #23181: More "codepoint" -> "code point". 2015-01-18 11:28:37 +02:00
html.parser.rst
html.rst
http.client.rst Issue #23439: Add missing entries to http.client.__all__. 2015-02-20 09:45:05 +02:00
http.cookiejar.rst
http.cookies.rst
http.rst Issue #20898: Enum names are only available in the http.client module as constants. 2015-01-20 08:02:28 +02:00
http.server.rst merge 3.4 (#23410) 2015-02-17 21:13:30 -05:00
i18n.rst
idle.rst Fix missing :ref: for idle in doc build. 2015-02-06 15:42:06 +11:00
imaplib.rst
imghdr.rst
imp.rst
importlib.rst Issue #23422: Clarify some things around importlib.import_module() 2015-02-20 10:34:20 -05:00
index.rst Issue #23617: Correct plurals typo noted by Kentrell Johnson. 2015-03-09 01:55:02 -07:00
inspect.rst docs.inspect: Fix BoundArguments example. Issue #22998. 2014-12-04 22:48:47 -05:00
internet.rst
intro.rst
io.rst Issue #23099: Closing io.BytesIO with exported buffer is rejected now to 2015-02-03 09:30:51 +02:00
ipaddress.rst merge 3.4 2014-12-28 22:14:23 -06:00
ipc.rst
itertools.rst
json.rst Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError. 2015-01-26 13:16:30 +02:00
keyword.rst
language.rst
linecache.rst Issue #17911: traceback module overhaul 2015-03-05 12:07:57 +13:00
locale.rst
logging.config.rst
logging.handlers.rst Added respect_handler_level to QueueListener. 2015-02-09 19:49:00 +00:00
logging.rst
lzma.rst Issue #15955: Add an option to limit output size when decompressing LZMA data. 2015-01-17 16:22:18 +01:00
macpath.rst
mailbox.rst
mailcap.rst
markup.rst
marshal.rst the current marshal version is 4 (closes #23167) 2015-01-04 16:29:48 -06:00
math.rst Issue #23185: add math.inf and math.nan constants. 2015-01-11 11:55:29 +00:00
mimetypes.rst Issue #23499: Fix grammar error noticed by SilentGhost 2015-02-22 16:14:32 -08:00
misc.rst
mm.rst
mmap.rst
modulefinder.rst __getslice__ certainly won't appear in the output 2015-03-13 16:21:23 -05:00
modules.rst
msilib.rst
msvcrt.rst
multiprocessing.rst Issue #23641: Cleaned out legacy dunder names from tests and docs. 2015-03-12 22:01:30 +02:00
netdata.rst
netrc.rst
nis.rst
nntplib.rst
numbers.rst
numeric.rst
operator.rst
optparse.rst
os.path.rst
os.rst Merge 3.4 (os doc) 2015-03-10 13:31:58 +01:00
ossaudiodev.rst
othergui.rst replace Amazon links in the documentation (closes #23579) 2015-03-07 09:34:16 -05:00
parser.rst
pathlib-inheritance.png
pathlib-inheritance.svg
pathlib.rst Issue #19777: Provide a home() classmethod on Path objects. 2015-01-12 21:03:41 +01:00
pdb.rst
persistence.rst
pickle.rst
pickletools.rst
pipes.rst
pkgutil.rst
platform.rst
plistlib.rst
poplib.rst
posix.rst
pprint.rst
profile.rst Fix minor docs markup errors. 2015-03-14 21:32:57 +02:00
pty.rst
pwd.rst
py_compile.rst
pyclbr.rst
pydoc.rst
pyexpat.rst
python.rst
queue.rst
quopri.rst
random.rst
re.rst Issues #814253, #9179: Warnings now are raised when group references and 2015-02-21 12:08:52 +02:00
readline.rst
reprlib.rst
resource.rst
rlcompleter.rst
runpy.rst Issue #12602: Add missing cross-references to runpy and using/cmdline docs. 2014-12-10 01:47:02 +02:00
sched.rst
select.rst
selectors.rst
shelve.rst
shlex.rst
shutil.rst
signal.rst
site.rst
smtpd.rst
smtplib.rst
sndhdr.rst
socket.rst Issue #22581: Use more "bytes-like object" throughout the docs and comments. 2014-12-05 22:26:10 +02:00
socketserver.rst
spwd.rst
sqlite3.rst
ssl.rst merge 3.4 (#23608) 2015-03-08 09:42:40 -04:00
stat.rst
statistics.rst
stdtypes.rst Close issue23467: add %r compatibility to bytes and bytearray 2015-03-11 08:17:00 -07:00
string.rst
stringprep.rst
struct.rst
subprocess.rst
sunau.rst
superseded.rst
symbol.rst
symtable.rst
sys.rst Issue #22696: Add function :func:sys.is_finalizing to know about interpreter shutdown. 2014-12-07 01:28:27 +01:00
sysconfig.rst
syslog.rst
tabnanny.rst
tarfile.rst Issue #21717: tarfile.open() now supports 'x' (exclusive creation) mode. 2015-02-13 21:02:12 +02:00
telnetlib.rst
tempfile.rst
termios.rst
test.rst
text.rst
textwrap.rst
threading.rst
time.rst test 2015-03-12 16:19:01 +01:00
timeit.rst Issue #18518: timeit now rejects statements which can't be compiled outside 2015-01-26 12:09:59 +02:00
tk.rst
tkinter.rst replace Amazon links in the documentation (closes #23579) 2015-03-07 09:34:16 -05:00
tkinter.scrolledtext.rst
tkinter.tix.rst
tkinter.ttk.rst
token.rst
tokenize.rst
trace.rst
traceback.rst Issue #17911: Tweak traceback documentation. 2015-03-06 12:18:06 +02:00
tracemalloc.rst
tty.rst
tulip_coro.dia
tulip_coro.png
turtle-star.pdf
turtle-star.png
turtle-star.ps
turtle.rst issue19075: add visual sorting algorithms to turtledemo; original code from Jason Yeo 2015-03-02 12:29:58 -08:00
types.rst
undoc.rst
unicodedata.rst
unittest.mock-examples.rst Issue #22823: Fixed an output of sets in examples. 2014-12-11 10:30:21 +02:00
unittest.mock.rst Issue #23641: Cleaned out legacy dunder names from tests and docs. 2015-03-12 22:01:30 +02:00
unittest.rst Issue #22936: Allow showing local variables in unittest errors. 2015-03-06 13:46:35 +13:00
unix.rst
urllib.error.rst
urllib.parse.rst Merge: #23040: Clarify treatment of encoding and errors when component is bytes. 2014-12-24 21:24:07 -05:00
urllib.request.rst
urllib.robotparser.rst
urllib.rst
uu.rst
uuid.rst
venv.rst
warnings.rst
wave.rst
weakref.rst Issue #22696: Add function :func:sys.is_finalizing to know about interpreter shutdown. 2014-12-07 01:28:27 +01:00
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 merge 3.4 2014-11-29 23:38:23 -05:00
xmlrpc.rst
xmlrpc.server.rst
zipapp.rst Strip trailing whitespace 2015-03-13 10:42:08 -04:00
zipfile.rst merge 3.4 2015-03-12 22:41:14 -05:00
zipimport.rst
zlib.rst