cpython/Doc/library
Benjamin Peterson f8521d55ad merge 3.4 (#12855) 2015-03-31 21:21:09 -04: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
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
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 Issue 23793: Add deque support for __add__(), __mul__(), and __imul__(). 2015-03-31 08:12:23 -07:00
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 Issue #23171: csv.Writer.writerow() now supports arbitrary iterables. 2015-03-30 09:09:54 +03:00
ctypes.rst
curses.ascii.rst
curses.panel.rst
curses.rst
custominterp.rst
datatypes.rst
datetime.rst
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 Issue #2052: Add charset parameter to HtmlDiff.make_file(). 2015-03-15 01:18:47 +02:00
dis.rst
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
email.parser.rst
email.policy.rst
email.rst
email.util.rst
ensurepip.rst
enum.rst
errno.rst Issue #23485: select.select() is now retried automatically with the recomputed 2015-03-30 21:16:11 +02:00
exceptions.rst Issue #23485: select.select() is now retried automatically with the recomputed 2015-03-30 21:16:11 +02:00
faulthandler.rst
fcntl.rst Issue #22832: Tweaked parameter names for fcntl module to better match 2015-03-20 20:04:21 +02:00
filecmp.rst
fileformats.rst
fileinput.rst
filesys.rst
fnmatch.rst
formatter.rst
fpectl.rst
fractions.rst
frameworks.rst
ftplib.rst
functional.rst
functions.rst Issue #23648: Document the PEP 475 in the "Porting to Python 3.5" section and 2015-03-26 23:50:57 +01:00
functools.rst
gc.rst
getopt.rst
getpass.rst
gettext.rst
glob.rst
grp.rst
gzip.rst Issue #23688: Added support of arbitrary bytes-like objects and avoided 2015-03-23 14:59:48 +02:00
hashlib.rst
heapq.rst Issue #23549: Clarify confusion in heapq doc - accessing the mininmal element 2015-03-14 20:17:38 -07:00
hmac.rst
html.entities.rst
html.parser.rst
html.rst
http.client.rst Merge: #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. 2015-03-22 15:19:01 -04:00
http.cookiejar.rst
http.cookies.rst #2211: Fix typo, address missed review comment. 2015-03-30 11:48:50 -04:00
http.rst
http.server.rst
i18n.rst
idle.rst
imaplib.rst
imghdr.rst
imp.rst
importlib.rst
index.rst
inspect.rst
internet.rst
intro.rst
io.rst
ipaddress.rst
ipc.rst
itertools.rst
json.rst
keyword.rst
language.rst
linecache.rst Merge: #11726: Make linecache docs reflect that all files are treated the same. 2015-03-20 11:32:17 -04:00
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 Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, and 2015-03-20 09:00:36 +02:00
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 Regenerated pydoc topics and minor doc fixes for 3.5.0a3. 2015-03-29 15:32:55 -07:00
netdata.rst
netrc.rst
nis.rst
nntplib.rst
numbers.rst
numeric.rst
operator.rst
optparse.rst
os.path.rst Issue #10395: Added os.path.commonpath(). Implemented in posixpath and ntpath. 2015-03-31 15:31:53 +03:00
os.rst Issue #23648: Document the PEP 475 in the "Porting to Python 3.5" section and 2015-03-26 23:50:57 +01:00
ossaudiodev.rst Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, and 2015-03-20 09:00:36 +02:00
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
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 Issue #12155: Fix queue doc example to join threads 2015-03-18 14:05:43 +01:00
quopri.rst
random.rst
re.rst Issue #23622: Unknown escapes in regular expressions that consist of ``'\'`` 2015-03-24 22:58:14 +02:00
readline.rst
reprlib.rst
resource.rst
rlcompleter.rst
runpy.rst
sched.rst
select.rst Issue #23485: select.devpoll.poll() is now retried when interrupted by a signal 2015-03-31 12:10:33 +02:00
selectors.rst Issue #23485: Enhance and update selectors doc and test_selectors 2015-03-31 12:08:09 +02:00
shelve.rst
shlex.rst
shutil.rst merge 3.4 (#22933) 2015-03-22 10:15:12 -04:00
signal.rst What's New in Python 3.5, PEP 475: mention modified signal functions 2015-03-31 12:19:15 +02:00
site.rst
smtpd.rst
smtplib.rst
sndhdr.rst
socket.rst Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, and 2015-03-20 09:00:36 +02:00
socketserver.rst
spwd.rst
sqlite3.rst Issue #13583: sqlite3.Row now supports slice indexing. 2015-03-31 13:33:11 +03:00
ssl.rst Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, and 2015-03-20 09:00:36 +02:00
stat.rst
statistics.rst
stdtypes.rst merge 3.4 (#12855) 2015-03-31 21:21:09 -04:00
string.rst Issue #23671: string.Template now allows to specify the "self" parameter as 2015-03-24 22:30:46 +02:00
stringprep.rst
struct.rst
subprocess.rst
sunau.rst
superseded.rst
symbol.rst
symtable.rst
sys.rst
sysconfig.rst
syslog.rst
tabnanny.rst
tarfile.rst
telnetlib.rst
tempfile.rst
termios.rst
test.rst
text.rst
textwrap.rst
threading.rst
time.rst Issue #23646: If time.sleep() is interrupted by a signal, the sleep is now 2015-03-19 21:54:09 +01:00
timeit.rst Issue #18983: Allow selection of output units in timeit. 2015-03-18 09:54:50 +13:00
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
undoc.rst
unicodedata.rst
unittest.mock-examples.rst
unittest.mock.rst
unittest.rst #11468: merge with 3.4. 2015-03-24 12:52:13 +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 Issue #23729: Improve docs for ElementTree namespace parsing 2015-03-30 20:29:28 -07:00
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 #23657 Don't explicitly do an isinstance check for str in zipapp 2015-03-22 15:32:36 +00:00
zipfile.rst Issue #21717: The zipfile.ZipFile.open function now supports 'x' (exclusive 2015-03-25 10:09:41 +02:00
zipimport.rst
zlib.rst