cpython/Doc/library
Benjamin Peterson 058981b2ec Merged revisions 84242-84244 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84242 | benjamin.peterson | 2010-08-21 15:01:28 -0500 (Sat, 21 Aug 2010) | 1 line

  indent properly
........
  r84243 | benjamin.peterson | 2010-08-21 15:03:15 -0500 (Sat, 21 Aug 2010) | 1 line

  fix more indentation
........
  r84244 | benjamin.peterson | 2010-08-21 15:08:36 -0500 (Sat, 21 Aug 2010) | 1 line

  provide sample implementations for attrgetter and methodcaller
........
2010-08-21 20:12:19 +00:00
..
2to3.rst fix fixer name 2010-07-01 17:45:52 +00:00
__builtin__.rst
__future__.rst
__main__.rst
_winreg.rst #8575 - Update and reorganize some _winreg contents. 2010-05-11 19:13:13 +00:00
abc.rst
aepack.rst
aetools.rst
aetypes.rst
aifc.rst
al.rst
allos.rst
anydbm.rst
archiving.rst
argparse.rst Merged revisions 83675 via svnmerge from 2010-08-03 18:14:01 +00:00
array.rst
ast.rst
asynchat.rst Fixes issue 8543 (asynchat documentation issues) 2010-04-29 20:31:17 +00:00
asyncore.rst
atexit.rst
audioop.rst
autogil.rst
base64.rst
basehttpserver.rst
bastion.rst
bdb.rst
binascii.rst
binhex.rst
bisect.rst Backport doc updates for the bisect module 2010-08-07 21:55:06 +00:00
bsddb.rst
bz2.rst
calendar.rst Fix typos 2010-04-30 01:02:15 +00:00
carbon.rst
cd.rst
cgi.rst Merged revisions 83999,84001 via svnmerge from 2010-08-14 05:07:46 +00:00
cgihttpserver.rst
cgitb.rst
chunk.rst
cmath.rst
cmd.rst Merged revisions 83536,83546-83548,83550,83554-83555,83558,83563,83565,83571,83574-83575 via svnmerge from 2010-08-02 21:44:25 +00:00
code.rst
codecs.rst #8016: add the CP858 codec (approved by Benjamin). (Also add CP720 to the tests, it was missing there.) 2010-05-24 21:29:07 +00:00
codeop.rst
collections.rst Backport improvements to doc readability for the collections module. 2010-08-08 00:35:03 +00:00
colorpicker.rst
colorsys.rst
commands.rst
compileall.rst
compiler.rst
configparser.rst Merged revisions 83226-83227,83229-83230,83232 via svnmerge from 2010-08-01 21:06:46 +00:00
constants.rst Merged revisions 83552 via svnmerge from 2010-08-02 20:32:03 +00:00
contextlib.rst
cookie.rst
cookielib.rst Merged revisions 82785 via svnmerge from 2010-07-11 05:11:10 +00:00
copy.rst
copy_reg.rst
crypt.rst
crypto.rst
csv.rst Make sure all files are opened in binary mode. 2010-07-30 02:04:10 +00:00
ctypes.rst
curses.ascii.rst
curses.panel.rst
curses.rst
custominterp.rst
datatypes.rst
datetime.rst Merged revisions 83328,83341 via svnmerge from 2010-08-01 19:21:26 +00:00
dbhash.rst
dbm.rst
debug.rst
decimal.rst Fix typo 2010-05-29 12:54:35 +00:00
development.rst
difflib.rst
dircache.rst
dis.rst Backport r82456. 2010-07-21 09:52:10 +00:00
distutils.rst
dl.rst
doctest.rst Backport a fix from Py3k for a potentially misleading example 2010-06-12 13:45:37 +00:00
docxmlrpcserver.rst
dumbdbm.rst
dummy_thread.rst
dummy_threading.rst
easydialogs.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 #1368247: make set_charset/MIMEText automatically encode unicode _payload. 2010-06-02 22:03:15 +00:00
email.mime.rst #1368247: make set_charset/MIMEText automatically encode unicode _payload. 2010-06-02 22:03:15 +00:00
email.parser.rst
email.rst
email.util.rst
errno.rst
exceptions.rst
fcntl.rst Remove LaTeXy index entry syntax. 2010-04-25 10:29:17 +00:00
filecmp.rst
fileformats.rst
fileinput.rst
filesys.rst
fl.rst
fm.rst
fnmatch.rst
formatter.rst
fpectl.rst
fpformat.rst
fractions.rst
framework.rst
frameworks.rst
ftplib.rst Merged revisions 83259,83261,83264-83265,83268-83269,83271-83272,83281 via svnmerge from 2010-08-01 19:33:15 +00:00
functions.rst Merged revisions 83536,83546-83548,83550,83554-83555,83558,83563,83565,83571,83574-83575 via svnmerge from 2010-08-02 21:44:25 +00:00
functools.rst Merged revisions 83872 via svnmerge from 2010-08-09 02:17:24 +00:00
future_builtins.rst
gc.rst
gdbm.rst
gensuitemodule.rst
getopt.rst argparse documentation updates (including updates to optparse and getopt documentation that were promised in the PEP) 2010-05-24 02:38:00 +00:00
getpass.rst
gettext.rst
gl.rst
glob.rst
grp.rst
gzip.rst
hashlib.rst #8783: replace link to now dead hash collision FAQ. 2010-05-21 20:24:45 +00:00
heapq.rst Document implementation notes for priority queues 2010-08-07 23:35:52 +00:00
hmac.rst
hotshot.rst
htmllib.rst
htmlparser.rst Merged revisions 83223 via svnmerge from 2010-08-01 21:10:57 +00:00
httplib.rst Fix issue3428 - Document HTTPMessage class. 2010-06-28 10:54:17 +00:00
i18n.rst
ic.rst
idle.rst
imageop.rst
imaplib.rst
imgfile.rst
imghdr.rst
imp.rst
importlib.rst
imputil.rst
index.rst
inspect.rst
internet.rst
intro.rst
io.rst Merged revisions 82871,82960-82961 via svnmerge from 2010-08-01 21:33:42 +00:00
ipc.rst
itertools.rst Merged revisions 83226-83227,83229-83230,83232 via svnmerge from 2010-08-01 21:06:46 +00:00
jpeg.rst
json.rst #8642: fix wrong function name. 2010-05-10 21:02:51 +00:00
keyword.rst
language.rst
linecache.rst
locale.rst Merged revisions 83226-83227,83229-83230,83232 via svnmerge from 2010-08-01 21:06:46 +00:00
logging.rst Issue #9606: Updated documentation for Filter objects. 2010-08-19 19:17:41 +00:00
mac.rst
macos.rst
macosa.rst
macostools.rst
macpath.rst
mailbox.rst
mailcap.rst
markup.rst
marshal.rst
math.rst trunc does use the special method, though 2010-07-01 23:35:37 +00:00
md5.rst
mhlib.rst
mimetools.rst
mimetypes.rst
mimewriter.rst
mimify.rst
miniaeframe.rst
misc.rst
mm.rst
mmap.rst
modulefinder.rst
modules.rst
msilib.rst
msvcrt.rst
multifile.rst
multiprocessing.rst Correct info for Semaphore.acquire() semantics under OSX. 2010-05-21 21:47:05 +00:00
mutex.rst
netdata.rst
netrc.rst
new.rst
nis.rst
nntplib.rst
numbers.rst Issue 8628: fix incorrect documentation for numbers.Complex.imag. 2010-05-05 21:52:39 +00:00
numeric.rst
operator.rst Merged revisions 84242-84244 via svnmerge from 2010-08-21 20:12:19 +00:00
optparse.rst Merged revisions 83385-83389,83391 via svnmerge from 2010-08-01 19:02:09 +00:00
os.path.rst Merged revisions 83536,83546-83548,83550,83554-83555,83558,83563,83565,83571,83574-83575 via svnmerge from 2010-08-02 21:44:25 +00:00
os.rst Merged revisions 83163 via svnmerge from 2010-07-26 13:42:35 +00:00
ossaudiodev.rst
othergui.rst
parser.rst
pdb.rst
persistence.rst
pickle.rst
pickletools.rst
pipes.rst
pkgutil.rst Doc: replace PEP xxx by :pep:xxx to create a link on the PEP 2010-05-14 14:20:07 +00:00
platform.rst
plistlib.rst
popen2.rst
poplib.rst
posix.rst
posixfile.rst
pprint.rst
profile.rst
pty.rst
pwd.rst
py_compile.rst
pyclbr.rst
pydoc.rst
pyexpat.rst
python.rst
queue.rst
quopri.rst
random.rst
re.rst Merged revisions 82832,82834 via svnmerge from 2010-08-01 21:44:38 +00:00
readline.rst
repr.rst
resource.rst
restricted.rst
rexec.rst
rfc822.rst
rlcompleter.rst
robotparser.rst
runpy.rst Doc: replace PEP xxx by :pep:xxx to create a link on the PEP 2010-05-14 14:20:07 +00:00
sched.rst
scrolledtext.rst
select.rst Merged revisions 82871,82960-82961 via svnmerge from 2010-08-01 21:33:42 +00:00
sets.rst
sgi.rst
sgmllib.rst
sha.rst
shelve.rst
shlex.rst
shutil.rst
signal.rst Merged revisions 83763 via svnmerge from 2010-08-06 19:41:01 +00:00
simplehttpserver.rst Fix role name. 2010-07-03 08:40:13 +00:00
simplexmlrpcserver.rst Add missing parameter in SimpleXMLRPCServer signature. 2010-05-21 20:58:12 +00:00
site.rst
smtpd.rst
smtplib.rst
sndhdr.rst
socket.rst Fix gratuitous indentation. 2010-06-12 09:45:58 +00:00
socketserver.rst
someos.rst
spwd.rst
sqlite3.rst Issue #3854: Documented using the sqlite3 module with multiple threads. 2010-08-06 06:14:12 +00:00
ssl.rst Document that SSL v2 is insecure. 2010-05-16 14:16:56 +00:00
stat.rst
statvfs.rst
stdtypes.rst Merged revisions 83732 via svnmerge from 2010-08-04 18:48:34 +00:00
string.rst #9139: the thousands separator is new in 2.7. Also add a missing variable in the example. 2010-07-02 22:50:39 +00:00
stringio.rst group cStringIO docs under its factory function 2010-06-29 15:18:02 +00:00
stringprep.rst
strings.rst
struct.rst Issue #1789: clarify that the 'size' column in struct docs refers to standard size. 2010-06-29 20:09:12 +00:00
subprocess.rst High byte is the exit status. 2010-07-14 10:06:07 +00:00
sun.rst
sunau.rst
sunaudio.rst
symbol.rst
symtable.rst fix extra 't' #8778 2010-05-20 22:23:37 +00:00
sys.rst Merged revisions 83352,83356-83358,83362,83366,83368-83369 via svnmerge from 2010-08-01 19:14:56 +00:00
sysconfig.rst Reword paragraph; fix filename, which should be pyconfig.h 2010-05-06 01:09:47 +00:00
syslog.rst Markup fixes. 2010-04-24 08:56:58 +00:00
tabnanny.rst
tarfile.rst
telnetlib.rst #8707: remove duplicate paragraph part. 2010-05-21 21:30:47 +00:00
tempfile.rst
termios.rst
test.rst Merged revisions 83072 via svnmerge from 2010-07-23 12:07:27 +00:00
textwrap.rst
thread.rst
threading.rst Merged revisions 83080 via svnmerge from 2010-07-23 12:30:10 +00:00
time.rst Issue #8899: time.struct_time now has class and atribute docstrings. 2010-06-05 14:54:26 +00:00
timeit.rst
tix.rst
tk.rst
tkinter.rst
token.rst
tokenize.rst
trace.rst
traceback.rst
ttk.rst
tty.rst
turtle.rst
types.rst
undoc.rst
unicodedata.rst
unittest.rst Documentation updates for issues 8302 and 8351 (truncating excessive diffs in unittest failure messages and reporting SkipTest exceptions in setUpClass and setUpModule as skips rather than errors). 2010-06-05 21:57:03 +00:00
unix.rst
urllib.rst Merged revisions 83900 via svnmerge from 2010-08-09 20:14:11 +00:00
urllib2.rst Merged revisions 84234 via svnmerge from 2010-08-21 16:14:54 +00:00
urlparse.rst Merged revisions 83900 via svnmerge from 2010-08-09 20:14:11 +00:00
user.rst
userdict.rst
uu.rst
uuid.rst
warnings.rst
wave.rst
weakref.rst
webbrowser.rst
whichdb.rst
windows.rst
winsound.rst
wsgiref.rst Doc: replace PEP xxx by :pep:xxx to create a link on the PEP 2010-05-14 14:20:07 +00:00
xdrlib.rst
xml.dom.minidom.rst
xml.dom.pulldom.rst
xml.dom.rst - clarify Attr.name comment on the presence of colons in namespace mode 2010-05-12 02:24:50 +00:00
xml.etree.elementtree.rst
xml.sax.handler.rst
xml.sax.reader.rst
xml.sax.rst
xml.sax.utils.rst
xmllib.rst
xmlrpclib.rst
zipfile.rst Merged revisions 83536,83546-83548,83550,83554-83555,83558,83563,83565,83571,83574-83575 via svnmerge from 2010-08-02 21:44:25 +00:00
zipimport.rst Doc: replace PEP xxx by :pep:xxx to create a link on the PEP 2010-05-14 14:20:07 +00:00
zlib.rst wbits negative was documented SEVEN years ago 2010-05-03 16:09:21 +00:00