cpython/Doc/library
2010-07-31 20:08:15 +00:00
..
2to3.rst Merged revisions 82420 via svnmerge from 2010-07-01 17:49:01 +00:00
__future__.rst
__main__.rst
_dummy_thread.rst
_thread.rst Remove obsolete mention of IRIX native threads -- we don't use them anymore. 2010-04-19 14:09:57 +00:00
abc.rst #6522: add a "decorator" directive to explicitly document decorators, and use it in a few places. 2010-07-29 16:01:11 +00:00
aifc.rst
allos.rst
archiving.rst
argparse.rst Fix indentation in example. 2010-07-26 17:00:20 +00:00
array.rst
ast.rst Add bytes in literal_eval doc. 2010-07-13 06:38:10 +00:00
asynchat.rst Merged revisions 80631 via svnmerge from 2010-04-29 20:45:01 +00:00
asyncore.rst
atexit.rst
audioop.rst
base64.rst
bdb.rst Add Breakpoint.bpformat(), which returns the info usually printed by bpprint(). Necessary for major refactoring of pdb output handling. 2010-07-30 15:01:23 +00:00
binascii.rst Issue #4770: Restrict binascii module to accept only bytes (as specified). 2010-07-27 21:20:15 +00:00
binhex.rst
bisect.rst
builtins.rst
bz2.rst
calendar.rst Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,80852,80854,80870,80872-80873,80907,80915-80916,80951-80952,80976-80977,80985,81038-81040,81042,81053,81070,81104-81105,81114,81125,81245,81285,81402,81463,81516,81562-81563,81567,81593,81635,81680-81681,81684,81801,81888,81931-81933,81939-81942,81963,81984,81991,82120,82188,82264-82267 via svnmerge from 2010-06-27 22:32:30 +00:00
cgi.rst
cgitb.rst
chunk.rst
cmath.rst Include versionadded in (c)math.isfinite docs (thanks Ezio Melotti). Other minor doc cleanups. 2010-07-11 19:47:37 +00:00
cmd.rst
code.rst
codecs.rst Merged revisions 81499,81506 via svnmerge from 2010-06-27 22:41:29 +00:00
codeop.rst
collections.rst Document how to change OrderedDict update order from first to last. 2010-07-31 10:14:41 +00:00
colorsys.rst
compileall.rst PEP 3147 2010-04-17 00:19:56 +00:00
configparser.rst #9407: document configparser.Error. 2010-07-29 14:32:22 +00:00
constants.rst
contextlib.rst #6522: add a "decorator" directive to explicitly document decorators, and use it in a few places. 2010-07-29 16:01:11 +00:00
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 #9430: document timedelta str() and repr(). 2010-07-31 11:40:07 +00:00
dbm.rst #9397: remove mention of dbm.bsd which does not exist anymore. 2010-07-29 14:46:07 +00:00
debug.rst
decimal.rst Issue #8188: Comparisons between Decimal objects and other numeric 2010-06-11 10:44:52 +00:00
development.rst
difflib.rst Merged revisions 80004 via svnmerge from 2010-04-12 16:58:02 +00:00
dis.rst Remove the need for a "()" empty argument list after opcodes. 2010-07-03 10:41:33 +00:00
distutils.rst
doctest.rst #8564: update docs on integrating doctest/unittest with unittest(2) test discovery. 2010-07-10 12:20:38 +00:00
dummy_threading.rst
email-examples.rst
email.charset.rst
email.encoders.rst
email.errors.rst
email.generator.rst
email.header.rst
email.iterators.rst
email.message.rst
email.mime.rst
email.parser.rst
email.rst
email.util.rst
errno.rst
exceptions.rst remove reference to second argument to raise #8676 2010-05-10 20:49:20 +00:00
fcntl.rst Merged revisions 80030,80067,80069,80080-80081,80084,80432-80433,80465-80470,81059,81065-81067 via svnmerge from 2010-05-19 20:57:08 +00:00
filecmp.rst
fileformats.rst
fileinput.rst #1286: allow using fileinput.FileInput as context manager. 2010-07-31 20:08:15 +00:00
filesys.rst
fnmatch.rst Mention in the fnmatch docs that meta-characters in translate cannot be quoted. 2010-07-23 16:58:21 +00:00
formatter.rst
fpectl.rst
fractions.rst
frameworks.rst
ftplib.rst Clarification. 2010-07-30 07:03:39 +00:00
functions.rst Add note about surprising behaviour from round function. 2010-07-30 13:13:02 +00:00
functools.rst Re-commit r83327 now that the release is done. 2010-07-31 18:09:23 +00:00
gc.rst
getopt.rst Merged revisions 81490 via svnmerge from 2010-05-24 03:21:08 +00:00
getpass.rst
gettext.rst
glob.rst
grp.rst
gzip.rst
hashlib.rst Merged revisions 81404 via svnmerge from 2010-05-21 20:28:13 +00:00
heapq.rst
hmac.rst
html.entities.rst
html.parser.rst #3874: document HTMLParser.unknown_decl(). 2010-07-29 13:38:37 +00:00
http.client.rst Merged revisions 81087,81106 via svnmerge from 2010-05-12 01:36:11 +00:00
http.cookiejar.rst Issue2007: Removing reference to MSIE Cookie handling by mechanize. Suggested by John J Lee. 2010-07-11 05:01:52 +00:00
http.cookies.rst
http.server.rst Use the right role. 2010-07-03 10:22:10 +00:00
i18n.rst
idle.rst
imaplib.rst
imghdr.rst
imp.rst Merged revisions 81163 via svnmerge from 2010-05-14 14:36:18 +00:00
importlib.rst #6522: add a "decorator" directive to explicitly document decorators, and use it in a few places. 2010-07-29 16:01:11 +00:00
index.rst
inspect.rst
internet.rst
intro.rst
io.rst Clarify. 2010-07-19 06:52:35 +00:00
ipc.rst
itertools.rst Use correct directive and name. 2010-07-29 14:36:11 +00:00
json.rst Merged revisions 80030,80067,80069,80080-80081,80084,80432-80433,80465-80470,81059,81065-81067 via svnmerge from 2010-05-19 20:57:08 +00:00
keyword.rst
language.rst
linecache.rst
locale.rst #9388: remove ERA_YEAR which is never defined in the source code. 2010-07-29 14:49:08 +00:00
logging.rst Minor improvements to logging documentation. 2010-07-06 15:08:55 +00:00
macpath.rst
mailbox.rst
mailcap.rst
markup.rst
marshal.rst
math.rst Include versionadded in (c)math.isfinite docs (thanks Ezio Melotti). Other minor doc cleanups. 2010-07-11 19:47:37 +00:00
mimetypes.rst
misc.rst
mm.rst
mmap.rst
modulefinder.rst
modules.rst
msilib.rst
msvcrt.rst
multiprocessing.rst #8338: fix outdated class name. 2010-07-10 11:51:06 +00:00
netdata.rst
netrc.rst
nis.rst
nntplib.rst
numbers.rst Merged revisions 80826 via svnmerge from 2010-05-05 21:54:18 +00:00
numeric.rst
operator.rst
optparse.rst Merged revisions 81490 via svnmerge from 2010-05-24 03:21:08 +00:00
os.path.rst Fix markup. 2010-07-10 08:58:37 +00:00
os.rst Reword paragraph 2010-07-26 13:08:58 +00:00
ossaudiodev.rst
othergui.rst
parser.rst
pdb.rst Show the traceback line numbers as well as the current line numbers if an exception is being debugged. Courtesy of pdb++ by Antonio Cuni. Also document -> and >> markers for "list". 2010-07-30 18:46:38 +00:00
persistence.rst
pickle.rst
pickletools.rst Added versionadded entry for the annotate argument. 2010-07-26 18:27:49 +00:00
pipes.rst
pkgutil.rst Merged revisions 81163 via svnmerge from 2010-05-14 14:36:18 +00:00
platform.rst
plistlib.rst
poplib.rst
posix.rst Issue #8603: Create a bytes version of os.environ for Unix 2010-05-06 22:05:07 +00:00
pprint.rst
profile.rst
pty.rst
pwd.rst
py_compile.rst PEP 3147 2010-04-17 00:19:56 +00:00
pyclbr.rst
pydoc.rst
pyexpat.rst
python.rst
queue.rst
quopri.rst
random.rst
re.rst #6538: fix regex documentation again -- use fictional class names "regex" and "match" but do not document them as classes, remove 1.5 compat info and use new default argument syntax where possible. 2010-07-29 11:49:05 +00:00
readline.rst
reprlib.rst
resource.rst
rlcompleter.rst
runpy.rst Merged revisions 81163 via svnmerge from 2010-05-14 14:36:18 +00:00
sched.rst
select.rst Document the extra epoll flags 2010-07-18 16:30:31 +00:00
shelve.rst
shlex.rst
shutil.rst make sure shutil checks for bz2 availability before it uses it. 2010-04-29 13:34:35 +00:00
signal.rst Revert r82089. Commit was intended for a branch. 2010-06-19 19:58:37 +00:00
site.rst
smtpd.rst Implementation for issue 4184 2010-07-24 09:51:40 +00:00
smtplib.rst
sndhdr.rst
socket.rst #6774: explain shutdown() behavior varying with platform. 2010-07-11 09:23:11 +00:00
socketserver.rst
someos.rst
spwd.rst
sqlite3.rst #8456: fix signature of sqlite3.connect(). 2010-07-10 12:01:34 +00:00
ssl.rst Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,80852,80854,80870,80872-80873,80907,80915-80916,80951-80952,80976-80977,80985,81038-81040,81042,81053,81070,81104-81105,81114,81125,81245,81285,81402,81463,81516,81562-81563,81567,81593,81635,81680-81681,81684,81801,81888,81931-81933,81939-81942,81963,81984,81991,82120,82188,82264-82267 via svnmerge from 2010-06-27 22:32:30 +00:00
stat.rst
stdtypes.rst Fix definition of len() and indexing for memoryview objects (part of #7696). 2010-07-12 20:01:52 +00:00
string.rst #6630: allow customizing flags for compiling string.Template.idpattern. 2010-07-29 17:16:10 +00:00
stringprep.rst
strings.rst
struct.rst Emphasize role of count for Pascal string. 2010-07-10 10:23:40 +00:00
subprocess.rst High byte is the exit status. 2010-07-14 10:16:11 +00:00
sunau.rst
symbol.rst
symtable.rst Merged revisions 81385 via svnmerge from 2010-05-20 22:29:43 +00:00
sys.rst #9442: do not document a specific format for sys.version; rather refer to version_info and the platform module. 2010-07-31 20:05:31 +00:00
sysconfig.rst Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,80852,80854,80870,80872-80873,80907,80915-80916,80951-80952,80976-80977,80985,81038-81040,81042,81053,81070,81104-81105,81114,81125,81245,81285,81402,81463,81516,81562-81563,81567,81593,81635,81680-81681,81684,81801,81888,81931-81933,81939-81942,81963,81984,81991,82120,82188,82264-82267 via svnmerge from 2010-06-27 22:32:30 +00:00
syslog.rst Merged revisions 80030,80067,80069,80080-80081,80084,80432-80433,80465-80470,81059,81065-81067 via svnmerge from 2010-05-19 20:57:08 +00:00
tabnanny.rst
tarfile.rst Issue #8784: Set tarfile default encoding to 'utf-8' on Windows. 2010-06-11 23:46:47 +00:00
telnetlib.rst Merged revisions 81431 via svnmerge from 2010-05-21 21:33:23 +00:00
tempfile.rst Fix signatures for the various TemporaryFile class^Wfunctions. 2010-05-21 21:12:07 +00:00
termios.rst
test.rst Document the fact that the 'test' package is meant only for use by Python 2010-07-23 11:31:31 +00:00
textwrap.rst
threading.rst Clarify the wording for threading.is_alive() to not suggest something is 2010-07-23 12:26:35 +00:00
time.rst Merged revisions 81756 via svnmerge from 2010-06-05 15:04:51 +00:00
timeit.rst
tk.rst
tkinter.rst Issue #9384: python -m tkinter will now display a simple demo applet. 2010-07-27 14:16:32 +00:00
tkinter.scrolledtext.rst
tkinter.tix.rst
tkinter.ttk.rst
token.rst
tokenize.rst
trace.rst
traceback.rst
tty.rst
turtle.rst
types.rst
undoc.rst
unicodedata.rst
unittest.rst #6522: add a "decorator" directive to explicitly document decorators, and use it in a few places. 2010-07-29 16:01:11 +00:00
unix.rst
urllib.error.rst
urllib.parse.rst Fix Issue5468 - urlencode to handle bytes and other alternate encodings. 2010-07-03 17:48:22 +00:00
urllib.request.rst Fix some markup glitches. 2010-07-23 16:55:26 +00:00
urllib.robotparser.rst
uu.rst
uuid.rst
warnings.rst fix versionchanged 2010-06-28 00:16:12 +00:00
wave.rst
weakref.rst replace long with int 2010-05-08 15:26:30 +00:00
webbrowser.rst
windows.rst
winreg.rst reST indentation nit 2010-06-06 02:41:24 +00:00
winsound.rst
wsgiref.rst Merged revisions 81163 via svnmerge from 2010-05-14 14:36:18 +00:00
xdrlib.rst
xml.dom.minidom.rst #7637: fix a grammar error; simplify a sentence 2010-07-26 12:54:02 +00:00
xml.dom.pulldom.rst
xml.dom.rst #1495229: update the type names used by the XML DOM mapping 2010-07-25 22:57:12 +00:00
xml.etree.elementtree.rst
xml.sax.handler.rst
xml.sax.reader.rst
xml.sax.rst
xml.sax.utils.rst
xmlrpc.client.rst
xmlrpc.server.rst
zipfile.rst
zipimport.rst Merged revisions 81163 via svnmerge from 2010-05-14 14:36:18 +00:00
zlib.rst Merged revisions 80716 via svnmerge from 2010-05-03 16:14:58 +00:00