cpython/Doc/library
2014-08-24 10:50:28 -04:00
..
2to3.rst
__future__.rst
__main__.rst Issue #21920: Add a missing colon to the __main__ doc. 2014-07-05 11:10:16 +03:00
_dummy_thread.rst
_thread.rst Issue #22006: Remove outdated _thread caveat. Thanks Dan O'Reilly for the report. 2014-07-19 21:45:06 +01:00
abc.rst
aifc.rst
allos.rst
archiving.rst
argparse.rst Merge with 3.4 2014-08-23 22:22:07 -04:00
array.rst
ast.rst
asynchat.rst
asyncio-dev.rst Update asyncio documentation 2014-07-08 12:39:10 +02:00
asyncio-eventloop.rst Issue #22112, asyncio doc: replace loop.create_task(coro) with 2014-08-11 01:11:13 +02:00
asyncio-eventloops.rst asyncio: enhance documentation of platform support 2014-07-11 12:13:39 +02:00
asyncio-protocol.rst Fix grammar 2014-07-23 11:27:17 +03:00
asyncio-stream.rst Issue #22112, asyncio doc: replace loop.create_task(coro) with 2014-08-11 01:11:13 +02:00
asyncio-subprocess.rst asyncio, tulip issue 190: Process.communicate() now ignores 2014-07-17 13:12:03 +02:00
asyncio-sync.rst Document lock parameter for asyncio.Condition() 2014-07-26 19:50:37 +03:00
asyncio-task.rst Issue #22112, asyncio doc: replace loop.create_task(coro) with 2014-08-11 01:11:13 +02:00
asyncio.rst Asyncio doc fixes: spelling, grammar, duplication. 2014-07-24 02:59:02 -04:00
asyncore.rst Issue #16133: The asynchat.async_chat.handle_read() method now ignores 2014-07-24 18:49:36 +02:00
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 #18395: Rename `_Py_char2wchar() to :c:func:Py_DecodeLocale`, rename 2014-08-01 12:28:48 +02:00
codeop.rst
collections.abc.rst merge 2014-07-03 00:31:54 +01:00
collections.rst
colorsys.rst
compileall.rst allow recursion depth to be specified (closes #19628) 2014-08-19 16:13:26 -05:00
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 merge 3.4 (#16667) 2014-06-22 16:27:10 -07:00
dbm.rst MERGE: Closes #20872: dbm/gdbm/ndbm close methods are not documented 2014-06-25 13:06:32 +02:00
debug.rst
decimal.rst
depgraph-output.png
development.rst
difflib.rst
dis.rst Issue #21947: handle generator-iterator objects in dis 2014-07-25 23:02:56 +10: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
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 Clarify ord() and chr() documentation 2014-08-17 14:07:53 +10:00
functools.rst #21928: clarify functools.wraps docs. 2014-08-05 08:14:28 +03:00
gc.rst
getopt.rst
getpass.rst
gettext.rst
glob.rst
grp.rst
gzip.rst
hashlib.rst
heapq.rst
hmac.rst Issues #21948 and #16040: Fix typos. 2014-07-09 20:15:28 +03:00
html.entities.rst
html.parser.rst #21047: set the default value for the *convert_charrefs* argument of HTMLParser to True. Patch by Berker Peksag. 2014-08-02 18:36:12 +03:00
html.rst
http.client.rst
http.cookiejar.rst
http.cookies.rst
http.rst
http.server.rst
i18n.rst
idle.rst
imaplib.rst
imghdr.rst #20295: Teach imghdr to recognize OpenEXR format images. 2014-06-26 12:27:57 -04:00
imp.rst
importlib.rst
index.rst
inspect.rst Issue #16808: inspect.stack() now returns a named tuple instead of a tuple. 2014-08-24 10:50:28 -04:00
internet.rst
intro.rst
io.rst Closes #22004: Merge with 3.4 2014-07-18 09:14:55 -05:00
ipaddress.rst
ipc.rst
itertools.rst
json.rst
keyword.rst
language.rst
linecache.rst
locale.rst
logging.config.rst Issue #22130: Corrected fileConfig() documentation. 2014-08-05 10:34:16 +01:00
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 Merge with 3.4 2014-07-23 20:30:41 -04:00
netdata.rst
netrc.rst
nis.rst
nntplib.rst
numbers.rst
numeric.rst
operator.rst merge 2014-08-10 10:33:28 -07:00
optparse.rst
os.path.rst clarify that islink only really works if python knows about symlinks (closes #13143) 2014-06-22 17:59:35 -07:00
os.rst Issue #18395: Rename `_Py_char2wchar() to :c:func:Py_DecodeLocale`, rename 2014-08-01 12:28:48 +02:00
ossaudiodev.rst
othergui.rst
parser.rst
pathlib-inheritance.png
pathlib-inheritance.svg
pathlib.rst - Issue #21539: Add a *exists_ok* argument to Pathlib.mkdir() to mimic 2014-08-05 11:28:12 -04: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
pyexpat.rst
python.rst
queue.rst
quopri.rst Correct the quopri module documentation. Mention the correct types of the 2014-06-25 01:12:03 -07:00
random.rst
re.rst Remove unused leftover stray line 2014-08-04 00:21:11 -07:00
readline.rst
reprlib.rst Fix whitespace in example. 2014-08-02 22:32:10 -07:00
resource.rst
rlcompleter.rst
runpy.rst
sched.rst
select.rst
selectors.rst
shelve.rst
shlex.rst
shutil.rst Fix usage of the versionchanged directive. 2014-08-11 18:10:25 +03:00
signal.rst Issue #22018: On Windows, signal.set_wakeup_fd() now also supports sockets. 2014-07-29 23:31:34 +02:00
site.rst
smtpd.rst #21725: Add RFC 6531 (SMTPUTF8) support to smtpd. 2014-08-09 16:40:49 -04:00
smtplib.rst #15014: Add 'auth' command to implement auth mechanisms and use it in login. 2014-07-03 14:47:46 -04:00
sndhdr.rst
socket.rst
socketserver.rst
spwd.rst
sqlite3.rst
ssl.rst Closes #22072: Merge typo fixes from 3.4 2014-07-25 13:31:36 -05:00
stat.rst
statistics.rst
stdtypes.rst Issue #21777: separate docs for binary sequence methods 2014-08-09 16:14:04 +10:00
string.rst
stringprep.rst
struct.rst
subprocess.rst
sunau.rst
symbol.rst
symtable.rst
sys.rst
sysconfig.rst
syslog.rst
tabnanny.rst
tarfile.rst Issue #21549: Added the "members" parameter to TarFile.list(). 2014-08-21 10:01:16 +03:00
telnetlib.rst
tempfile.rst
termios.rst
test.rst Issue #22002: Make full use of test discovery in test sub-packages. 2014-07-23 12:00:29 -05:00
text.rst
textwrap.rst
threading.rst
time.rst
timeit.rst Issue #2527: Add a *globals* argument to timeit functions, in order to override the globals namespace in which the timed code is executed. 2014-08-22 23:13:50 -04: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 Merge with 3.4 2014-07-16 14:49:05 -05:00
types.rst
undoc.rst
unicodedata.rst upgrade to unicode 7.0.0 2014-07-06 13:04:20 -07:00
unittest.mock-examples.rst
unittest.mock.rst
unittest.rst
unix.rst
urllib.error.rst
urllib.parse.rst Issue #22118: Switch urllib.parse to use RFC 3986 semantics for the resolution of relative URLs, rather than RFCs 1808 and 2396. 2014-08-21 19:16:17 -04: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 Issue #22178: Fix the date of the Windows epoch (Jan 1, 1601). 2014-08-11 15:00:48 -05:00
winsound.rst
wsgiref.rst Issue #5800: headers parameter of wsgiref.headers.Headers is now optional. 2014-07-02 08:37:22 +03: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
zipfile.rst
zipimport.rst
zlib.rst