cpython/Doc/library
Benjamin Peterson edf5132dfe Merged revisions 88540-88541 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r88540 | benjamin.peterson | 2011-02-23 20:46:00 -0600 (Wed, 23 Feb 2011) | 1 line

  this seems to be pointlessly nested
........
  r88541 | benjamin.peterson | 2011-02-23 20:53:05 -0600 (Wed, 23 Feb 2011) | 1 line

  rewrite
........
2011-02-24 03:03:46 +00:00
..
2to3.rst Fix a few doc errors, mostly undefined keywords. 2011-01-15 17:03:02 +00:00
__future__.rst Add missing source links. 2011-02-10 08:09:36 +00:00
__main__.rst
_dummy_thread.rst Add missing source links. 2011-02-10 08:09:36 +00:00
_thread.rst
abc.rst Missing source links. 2011-01-24 16:28:06 +00:00
aifc.rst Missing source links. 2011-01-24 16:28:06 +00:00
allos.rst
archiving.rst
argparse.rst More source links. 2011-01-27 01:20:32 +00:00
array.rst
ast.rst Issue #11000 ast.parse parses source, not just expressions. 2011-01-24 21:36:03 +00:00
asynchat.rst Missing source links. 2011-01-24 16:28:06 +00:00
asyncore.rst Missing source links. 2011-01-24 16:28:06 +00:00
atexit.rst
audioop.rst
base64.rst
bdb.rst More source links. 2011-01-27 01:20:32 +00:00
binascii.rst
binhex.rst
bisect.rst Separate source link from main text. 2011-01-10 19:54:11 +00:00
builtins.rst
bz2.rst
calendar.rst Separate source link from main text. 2011-01-10 19:54:11 +00:00
cgi.rst More source links. 2011-01-27 01:20:32 +00:00
cgitb.rst
chunk.rst
cmath.rst
cmd.rst Separate source link from main text. 2011-01-10 19:54:11 +00:00
code.rst
codecs.rst
codeop.rst
collections.rst Punctuation typos. 2011-02-03 07:08:25 +00:00
colorsys.rst More source links. 2011-01-27 01:20:32 +00:00
compileall.rst Fix argument name typo in compileall docs. 2011-02-11 22:37:16 +00:00
concurrent.futures.rst Wording fix. 2011-02-01 21:31:22 +00:00
configparser.rst #11027: documented how to override SECTCRE 2011-01-28 11:57:30 +00:00
constants.rst
contextlib.rst Separate source link from main text. 2011-01-10 19:54:11 +00:00
copy.rst
copyreg.rst
crypt.rst
crypto.rst
csv.rst
ctypes.rst #10944: add c_bool to types table. 2011-01-19 20:05:49 +00:00
curses.ascii.rst
curses.panel.rst
curses.rst
custominterp.rst
datatypes.rst
datetime.rst Improved footnote for the %Y directive slightly. 2011-01-10 23:31:51 +00:00
dbm.rst
debug.rst
decimal.rst Issue #10225: Fixed the simple mistakes in doctests. 2011-01-12 16:37:14 +00:00
development.rst
difflib.rst
dis.rst Separate source link from main text. 2011-01-10 19:54:11 +00:00
distutils.rst
doctest.rst
dummy_threading.rst More source links 2011-01-27 20:38:46 +00:00
email-examples.rst
email.charset.rst
email.encoders.rst
email.errors.rst
email.generator.rst #10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s. 2011-01-07 23:25:30 +00:00
email.header.rst #10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s. 2011-01-07 23:25:30 +00:00
email.iterators.rst
email.message.rst #10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s. 2011-01-07 23:25:30 +00:00
email.mime.rst
email.parser.rst
email.rst
email.util.rst
errno.rst
exceptions.rst
fcntl.rst
filecmp.rst Separate source link from main text. 2011-01-10 19:54:11 +00:00
fileformats.rst
fileinput.rst Separate source link from main text. 2011-01-10 19:54:11 +00:00
filesys.rst
fnmatch.rst Separate source link from main text. 2011-01-10 19:54:11 +00:00
formatter.rst
fpectl.rst
fractions.rst More source links 2011-01-27 20:38:46 +00:00
frameworks.rst
ftplib.rst Issue 11263: Fix link to source code. 2011-02-21 19:56:24 +00:00
functional.rst
functions.rst
functools.rst Missed two source links 2011-01-10 21:16:07 +00:00
gc.rst
getopt.rst More source links 2011-01-27 20:38:46 +00:00
getpass.rst
gettext.rst More source links 2011-01-27 20:38:46 +00:00
glob.rst Separate source link from main text. 2011-01-10 19:54:11 +00:00
grp.rst
gzip.rst More source links 2011-01-27 20:38:46 +00:00
hashlib.rst More source links 2011-01-27 20:38:46 +00:00
heapq.rst Separate source link from main text. 2011-01-10 19:54:11 +00:00
hmac.rst More source links 2011-01-27 20:38:46 +00:00
html.entities.rst More source links. 2011-01-27 01:20:32 +00:00
html.parser.rst More source links. 2011-01-27 01:20:32 +00:00
html.rst More source links. 2011-01-27 01:20:32 +00:00
http.client.rst Typos. 2011-01-30 00:39:00 +00:00
http.cookiejar.rst More source links 2011-01-27 20:38:46 +00:00
http.cookies.rst More source links 2011-01-27 20:38:46 +00:00
http.server.rst More source links 2011-01-27 20:38:46 +00:00
i18n.rst
idle.rst
imaplib.rst Clarify that IMAP4() implicitly calls open(), and that logout() implicitly calls shutdown(). 2011-02-07 15:58:11 +00:00
imghdr.rst More source links 2011-01-27 20:38:46 +00:00
imp.rst
importlib.rst Fix a few doc errors, mostly undefined keywords. 2011-01-15 17:03:02 +00:00
index.rst
inspect.rst More source links 2011-01-27 20:38:46 +00:00
internet.rst
intro.rst
io.rst Merged revisions 88540-88541 via svnmerge from 2011-02-24 03:03:46 +00:00
ipc.rst
itertools.rst Fix the example output of count(). 2011-01-13 07:31:18 +00:00
json.rst Fix JSON docs about loads() accepting only str objects, not bytes. 2011-01-21 21:37:32 +00:00
keyword.rst Separate source link from main text. 2011-01-10 19:54:11 +00:00
language.rst
linecache.rst Separate source link from main text. 2011-01-10 19:54:11 +00:00
locale.rst
logging.config.rst Issue 11008: docs updated to show versionadded for dictConfig. 2011-01-27 19:14:16 +00:00
logging.handlers.rst Remove editing slip. 2011-02-15 12:44:43 +00:00
logging.rst
macpath.rst
mailbox.rst #9124: mailbox now accepts binary input and uses binary internally 2011-01-30 06:21:28 +00:00
mailcap.rst More source links 2011-01-27 20:38:46 +00:00
markup.rst
marshal.rst
math.rst
mimetypes.rst More source links 2011-01-27 20:38:46 +00:00
misc.rst
mm.rst
mmap.rst
modulefinder.rst More source links 2011-01-27 20:38:46 +00:00
modules.rst
msilib.rst
msvcrt.rst
multiprocessing.rst
netdata.rst
netrc.rst More source links 2011-01-27 20:38:46 +00:00
nis.rst
nntplib.rst More source links 2011-01-27 20:38:46 +00:00
numbers.rst
numeric.rst
operator.rst Issue #10225: Fixed the simple mistakes in doctests. 2011-01-12 16:37:14 +00:00
optparse.rst More source links 2011-01-27 20:38:46 +00:00
os.path.rst
os.rst Doc fixups. 2011-02-18 00:53:55 +00:00
ossaudiodev.rst
othergui.rst
parser.rst
pdb.rst Issue #10902: Fix reference to run* methods 2011-01-14 08:25:03 +00:00
persistence.rst
pickle.rst
pickletools.rst Issue #9268: Documented -m pickletools usage. 2011-01-13 21:58:44 +00:00
pipes.rst More source links 2011-01-27 20:38:46 +00:00
pkgutil.rst More source links 2011-01-27 20:38:46 +00:00
platform.rst More source links 2011-01-27 20:38:46 +00:00
plistlib.rst More source links 2011-01-27 20:38:46 +00:00
poplib.rst More source links 2011-01-27 20:38:46 +00:00
posix.rst
pprint.rst Separate source link from main text. 2011-01-10 19:54:11 +00:00
profile.rst More source links 2011-01-27 20:38:46 +00:00
pty.rst
pwd.rst
py_compile.rst More source links 2011-01-27 20:38:46 +00:00
pyclbr.rst More source links. 2011-01-27 01:20:32 +00:00
pydoc.rst More source links 2011-01-27 20:38:46 +00:00
pyexpat.rst
python.rst
queue.rst Separate source link from main text. 2011-01-10 19:54:11 +00:00
quopri.rst Missed two source links 2011-01-10 21:16:07 +00:00
random.rst Separate source link from main text. 2011-01-10 19:54:11 +00:00
re.rst
readline.rst
reprlib.rst Add entry for reprlib. 2011-01-23 21:05:46 +00:00
resource.rst
rlcompleter.rst More source links 2011-01-27 20:38:46 +00:00
runpy.rst More source links. 2011-01-27 01:20:32 +00:00
sched.rst Separate source link from main text. 2011-01-10 19:54:11 +00:00
select.rst Fix the description of PIPE_BUF 2011-01-25 17:24:57 +00:00
shelve.rst Issue #11141: Fix the shelve documentation to use a list, not a range object. 2011-02-07 23:10:33 +00:00
shlex.rst More source links. 2011-01-27 01:20:32 +00:00
shutil.rst Add entry for shutil's archiving operations. 2011-01-23 11:29:08 +00:00
signal.rst
site.rst More source links 2011-01-27 20:38:46 +00:00
smtpd.rst More source links 2011-01-27 20:38:46 +00:00
smtplib.rst More source links 2011-01-27 20:38:46 +00:00
sndhdr.rst More source links 2011-01-27 20:38:46 +00:00
socket.rst
socketserver.rst More source links 2011-01-27 20:38:46 +00:00
someos.rst
spwd.rst
sqlite3.rst
ssl.rst More source links 2011-01-27 20:38:46 +00:00
stat.rst More source links 2011-01-27 20:38:46 +00:00
stdtypes.rst Fix a few doc errors, mostly undefined keywords. 2011-01-15 17:03:02 +00:00
string.rst #8691: document that right alignment is default for numbers. 2011-02-07 12:13:58 +00:00
stringprep.rst
strings.rst
struct.rst
subprocess.rst issue7678 - Properly document how to replace a shell pipeline so that SIGPIPE 2011-02-05 21:47:25 +00:00
sunau.rst More source links 2011-01-27 20:38:46 +00:00
symbol.rst More source links. 2011-01-27 01:20:32 +00:00
symtable.rst
sys.rst Fix a few doc errors, mostly undefined keywords. 2011-01-15 17:03:02 +00:00
sysconfig.rst More source links. 2011-01-27 01:20:32 +00:00
syslog.rst
tabnanny.rst More source links. 2011-01-27 01:20:32 +00:00
tarfile.rst More source links. 2011-01-27 01:20:32 +00:00
telnetlib.rst More source links 2011-01-27 20:38:46 +00:00
tempfile.rst More source links. 2011-01-27 01:20:32 +00:00
termios.rst
test.rst
textwrap.rst Separate source link from main text. 2011-01-10 19:54:11 +00:00
threading.rst #11083 typo: RuntimeException -> RuntimeError 2011-01-31 19:35:02 +00:00
time.rst Issue #2568: Removed bogus rationale for supporting tm_sec=61. 2011-01-10 22:56:14 +00:00
timeit.rst More source links. 2011-01-27 01:20:32 +00:00
tk.rst
tkinter.rst
tkinter.scrolledtext.rst
tkinter.tix.rst Update last tix code example for 3.x, as already done for previous examples. 2011-01-24 20:48:40 +00:00
tkinter.ttk.rst
token.rst More source links. 2011-01-27 01:20:32 +00:00
tokenize.rst Separate source link from main text. 2011-01-10 19:54:11 +00:00
trace.rst Separate source link from main text. 2011-01-10 19:54:11 +00:00
traceback.rst
tty.rst
turtle-star.pdf
turtle-star.png
turtle-star.ps
turtle.rst Issue #10225: Fixed the simple mistakes in doctests. 2011-01-12 16:37:14 +00:00
types.rst More source links. 2011-01-27 01:20:32 +00:00
undoc.rst
unicodedata.rst
unittest.rst Fix awkwardly rendered sentence. 2011-02-06 21:00:38 +00:00
unix.rst
urllib.error.rst
urllib.parse.rst Fixed issue11082 - Reject str for POST data with a TypeError. Document the need to explicitly encode to bytes when using urlencode. 2011-02-11 11:25:47 +00:00
urllib.request.rst Fixed issue11082 - Reject str for POST data with a TypeError. Document the need to explicitly encode to bytes when using urlencode. 2011-02-11 11:25:47 +00:00
urllib.robotparser.rst
uu.rst Separate source link from main text. 2011-01-10 19:54:11 +00:00
uuid.rst
warnings.rst More source links 2011-01-27 20:38:46 +00:00
wave.rst More source links 2011-01-27 20:38:46 +00:00
weakref.rst More source links 2011-01-27 20:38:46 +00:00
webbrowser.rst More source links 2011-01-27 20:38:46 +00:00
windows.rst
winreg.rst
winsound.rst
wsgiref.rst
xdrlib.rst More source links 2011-01-27 20:38:46 +00:00
xml.dom.minidom.rst Add missing source links. 2011-02-10 08:09:36 +00:00
xml.dom.pulldom.rst Add missing source links. 2011-02-10 08:09:36 +00:00
xml.dom.rst
xml.etree.elementtree.rst Add missing source links. 2011-02-10 08:09:36 +00:00
xml.sax.handler.rst
xml.sax.reader.rst
xml.sax.rst
xml.sax.utils.rst
xmlrpc.client.rst Add missing source links. 2011-02-10 08:09:36 +00:00
xmlrpc.server.rst Add missing source links. 2011-02-10 08:09:36 +00:00
zipfile.rst More source links 2011-01-27 20:38:46 +00:00
zipimport.rst
zlib.rst zlib only works with bytes objects. 2011-01-08 21:04:25 +00:00