cpython/Doc/library
2015-01-25 15:47:06 -05:00
..
2to3.rst
__future__.rst
__main__.rst
_dummy_thread.rst
_thread.rst
abc.rst
aifc.rst
allos.rst
archiving.rst
argparse.rst Issue #22317: Document the action parameter in ArgumentParser.add_subparsers() docs. 2015-01-20 06:46:49 +02:00
array.rst
ast.rst
asynchat.rst
asyncio-dev.rst asyncio doc: list limitations to run subprocesses from different threads 2015-01-09 01:32:02 +01:00
asyncio-eventloop.rst asyncio doc: fix section of event loop examples 2015-01-09 15:58:41 +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-stream.rst Closes #22348: Rephrase asyncio.StreamWriter.drain() documentation 2014-11-28 17:45:41 +01:00
asyncio-subprocess.rst asyncio doc: list limitations to run subprocesses from different threads 2015-01-09 01:32:02 +01:00
asyncio-sync.rst asyncio doc: Fix doc of get and put methods of Queue 2014-12-22 22:07:06 +01:00
asyncio-task.rst Closes #22475: asyncio doc, fix Task.get_stack() doc 2014-12-02 17:57:04 +01:00
asyncio.rst
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
binhex.rst
bisect.rst
builtins.rst
bz2.rst
calendar.rst
cgi.rst
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 Issue #23181: More "codepoint" -> "code point". 2015-01-18 11:28:37 +02:00
codeop.rst
collections.abc.rst
collections.rst
colorsys.rst
compileall.rst
concurrency.rst
concurrent.futures.rst
concurrent.rst
configparser.rst
constants.rst Issue22780: reword NotImplemented docs to emphasise should 2014-11-26 21:17:53 -08:00
contextlib.rst Issue #22389: Add contextlib.redirect_stderr(). 2014-11-28 23:28:06 +02:00
copy.rst
copyreg.rst
crypt.rst
crypto.rst
csv.rst Issue #20351: Add examples for csv.DictReader and csv.DictWriter. 2014-11-24 23:47:06 +02:00
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
dis.rst Issue #22845: Improved formatting of dis documentation. 2014-11-11 10:02:46 +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 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
faulthandler.rst
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 #23181: More "codepoint" -> "code point". 2015-01-18 11:28:37 +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 #20898: Add a "HTTP status codes" section to avoid duplication in HTTP docs. 2015-01-20 06:30:46 +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
i18n.rst
idle.rst Issue #23180: Rename IDLE "Windows" menu item to "Window". 2015-01-17 21:06:27 -08:00
imaplib.rst
imghdr.rst
imp.rst
importlib.rst Issue #23014: Make importlib.abc.Loader.create_module() required when 2015-01-09 11:39:21 -05:00
index.rst
inspect.rst docs.inspect: Fix BoundArguments example. Issue #22998. 2014-12-04 22:48:47 -05:00
internet.rst
intro.rst
io.rst Issue #19676: Added the "namereplace" error handler. 2014-11-25 13:57:17 +02:00
ipaddress.rst merge 3.4 2014-12-28 22:14:23 -06:00
ipc.rst
itertools.rst PEP 479: Don't let StopIteration bubble out of calls to next() inside a generator. 2014-11-22 21:56:23 -08:00
json.rst Issue #23181: More "codepoint" -> "code point". 2015-01-18 11:33:31 +02:00
keyword.rst
language.rst
linecache.rst
locale.rst
logging.config.rst
logging.handlers.rst Closes #23305: Merged documentation fix from 3.4. 2015-01-23 21:19:53 +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
misc.rst
mm.rst
mmap.rst
modulefinder.rst
modules.rst
msilib.rst
msvcrt.rst
multiprocessing.rst Issue #22952: improve multiprocessing doc introduction and defer notes until appropriate. 2015-01-11 15:06:39 +01:00
netdata.rst
netrc.rst
nis.rst
nntplib.rst
numbers.rst (3.4) Issue22780: reword NotImplemented docs to emphasise should 2014-11-26 21:15:35 -08:00
numeric.rst
operator.rst
optparse.rst
os.path.rst
os.rst Closes #23253: Delay-load ShellExecute 2015-01-24 08:18:24 -08:00
ossaudiodev.rst
othergui.rst
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
pty.rst
pwd.rst
py_compile.rst
pyclbr.rst
pydoc.rst pydoc: Add a note about setting PAGER to affect console output pagination. 2014-11-26 23:44:25 -06:00
pyexpat.rst
python.rst
queue.rst
quopri.rst
random.rst
re.rst Issue #21032: Deprecated the use of re.LOCALE flag with str patterns or 2014-12-01 11:50:07 +02:00
readline.rst add readline.append_history_file (closes #22940) 2014-11-26 13:58:16 -06:00
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 prefer server alpn ordering over the client's 2015-01-23 17:30:26 -05:00
stat.rst
statistics.rst
stdtypes.rst Issue20284: Implement PEP461 2015-01-23 20:05:18 -08: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 Merge issue 19548 changes from 3.4 2015-01-07 00:37:01 +10:00
telnetlib.rst
tempfile.rst
termios.rst
test.rst
text.rst
textwrap.rst
threading.rst
time.rst Merge: #23215: note that time.sleep affects the current thread only. 2015-01-25 15:47:06 -05: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 Issue #22839: Fix Snapshot.statistics() link. 2014-11-10 23:15:56 +02:00
tty.rst
tulip_coro.dia
tulip_coro.png
turtle-star.pdf
turtle-star.png
turtle-star.ps
turtle.rst
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 merge 3.4 (#23221) 2015-01-13 09:20:31 -05:00
unittest.rst Issue #23125: Update nose project page link. 2014-12-28 18:48:58 +02: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 merge 3.4 2014-11-23 11:43:43 -06:00
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
zipfile.rst Issue #14099: ZipFile.open() no longer reopen the underlying file. Objects 2014-12-03 09:11:57 +02:00
zipimport.rst
zlib.rst