cpython/Doc/library
Lars Gustäbel 4bfb59390c Replace signatures with optional arguments in square brackets with
keyword arguments and the actual default values.
Fix references that point nowhere or to the wrong place.
Add description of the ENCODING module-level variable.
Fix the URL pointing to the GNU tar manual.
Remove two obsolete examples.
Add an example on how to use a generator with TarFile.extractall().
2008-05-17 16:50:22 +00:00
..
__builtin__.rst
__future__.rst Fix a code block in __future__ docs. 2008-03-21 19:14:38 +00:00
__main__.rst
_ast.rst #2505: allow easier creation of AST nodes. 2008-03-30 07:01:47 +00:00
_winreg.rst #2781: fix function name. 2008-05-09 06:10:43 +00:00
aepack.rst Add warnings to and deprecated all those Mac modules 2008-05-12 21:42:13 +00:00
aetools.rst Add warnings to and deprecated all those Mac modules 2008-05-12 21:42:13 +00:00
aetypes.rst Add warnings to and deprecated all those Mac modules 2008-05-12 21:42:13 +00:00
aifc.rst Replace "Caveat" paragraphs by .. warning::s. 2007-08-15 19:06:04 +00:00
al.rst Update docs for deprecation of IRIX modules. 2008-05-15 04:34:17 +00:00
allos.rst Backported io module docs 2008-04-13 02:01:27 +00:00
anydbm.rst
archiving.rst
array.rst Fix capitalization. 2008-03-29 11:46:18 +00:00
asynchat.rst reformat some documentation of classes so methods and attributes are under the class directive 2008-04-25 01:29:10 +00:00
asyncore.rst reformat some documentation of classes so methods and attributes are under the class directive 2008-04-25 01:29:10 +00:00
atexit.rst correct email address 2007-12-08 15:26:16 +00:00
audioop.rst #1700821: add a note to audioop docs about signedness of sample formats. 2008-03-24 09:34:34 +00:00
autogil.rst Add warnings to and deprecated all those Mac modules 2008-05-12 21:42:13 +00:00
base64.rst Enable doctest running for several other documents. 2008-03-22 22:04:10 +00:00
basehttpserver.rst Updated all import statements to use the new socketserver module name. 2008-05-12 02:11:22 +00:00
bastion.rst Fix up markup in the deprecation notice. 2008-05-11 01:06:54 +00:00
bdb.rst Add the "until" command to pdb 2008-05-11 14:13:25 +00:00
binascii.rst
binhex.rst Add warnings to and deprecated all those Mac modules 2008-05-12 21:42:13 +00:00
bisect.rst Enable doctest running for several other documents. 2008-03-22 22:04:10 +00:00
bsddb.rst Note the PyPI-edness of bsddb185 for people who might still need it. 2008-05-10 14:48:49 +00:00
bz2.rst reformat some documentation of classes so methods and attributes are under the class directive 2008-04-25 01:29:10 +00:00
calendar.rst #2869: remove parameter from signature. 2008-05-16 09:47:29 +00:00
carbon.rst Add warnings to and deprecated all those Mac modules 2008-05-12 21:42:13 +00:00
cd.rst Update docs for deprecation of IRIX modules. 2008-05-15 04:34:17 +00:00
cgi.rst Formally deprecate old classes in the cgi module. 2008-05-11 21:37:53 +00:00
cgihttpserver.rst reformat some documentation of classes so methods and attributes are under the class directive 2008-04-25 01:29:10 +00:00
cgitb.rst
chunk.rst reformat some documentation of classes so methods and attributes are under the class directive 2008-04-25 01:29:10 +00:00
cmath.rst I finally got the time to update and merge Mark's and my trunk-math branch. The patch is collaborated work of Mark Dickinson and me. It was mostly done a few months ago. The patch fixes a lot of loose ends and edge cases related to operations with NaN, INF, very small values and complex math. 2008-04-18 23:13:07 +00:00
cmd.rst
code.rst
codecs.rst reformat some documentation of classes so methods and attributes are under the class directive 2008-04-25 01:29:10 +00:00
codeop.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
collections.rst Fix-up the enumerate type example and move it to the end. 2008-05-08 07:23:30 +00:00
colorpicker.rst Add warnings to and deprecated all those Mac modules 2008-05-12 21:42:13 +00:00
colorsys.rst Add another link to colorsys docs. 2008-05-09 06:26:54 +00:00
commands.rst
compileall.rst
compiler.rst Fix up markup in the deprecation notice. 2008-05-11 01:06:54 +00:00
configparser.rst Added documentation stub for ConfigParser. 2008-05-14 22:51:10 +00:00
constants.rst #652749: document the constants added to the builtins by site.py. 2008-01-20 13:08:37 +00:00
contextlib.rst Remove with_statement future imports from 2.6 docs. 2008-01-05 19:28:16 +00:00
cookie.rst Enable doctest running for several other documents. 2008-03-22 22:04:10 +00:00
cookielib.rst Fix lots of broken links in the docs, found by Sphinx' external link checker. 2008-03-15 00:20:19 +00:00
copy.rst Fix-up docs for the copyreg module renaming. 2008-05-12 10:05:39 +00:00
copyreg.rst Fix-up docs for the copyreg module renaming. 2008-05-12 10:05:39 +00:00
crypt.rst
crypto.rst
csv.rst reformat some documentation of classes so methods and attributes are under the class directive 2008-04-25 01:29:10 +00:00
ctypes.rst Add from_buffer and from_buffer_copy class methods to ctypes types. 2008-04-25 15:44:16 +00:00
curses.ascii.rst
curses.panel.rst
curses.rst reformat some documentation of classes so methods and attributes are under the class directive 2008-04-25 01:29:10 +00:00
custominterp.rst
datatypes.rst Fix reprlib docs. 2008-05-16 17:33:13 +00:00
datetime.rst Test doctests in datetime docs. 2008-03-22 21:21:57 +00:00
dbhash.rst
dbm.rst
debug.rst New documentation page for the bdb module. 2007-09-12 18:03:51 +00:00
decimal.rst Backport Raymond's changes in r60508 to Python 2.6. 2008-05-03 18:23:14 +00:00
development.rst
difflib.rst reformat some documentation of classes so methods and attributes are under the class directive 2008-04-25 01:29:10 +00:00
dircache.rst Fix up markup in the deprecation notice. 2008-05-11 01:06:54 +00:00
dis.rst #2631: clarify IMPORT_NAME semantics. 2008-04-19 16:59:16 +00:00
distutils.rst
dl.rst Fix up markup in the deprecation notice. 2008-05-11 01:06:54 +00:00
doctest.rst reformat some documentation of classes so methods and attributes are under the class directive 2008-04-25 01:29:10 +00:00
docxmlrpcserver.rst
dumbdbm.rst
dummy_thread.rst
dummy_threading.rst
easydialogs.rst Add warnings to and deprecated all those Mac modules 2008-05-12 21:42:13 +00:00
email-examples.rst Add email example how to send a multipart message. 2008-02-02 10:49:58 +00:00
email.charset.rst reformat some documentation of classes so methods and attributes are under the class directive 2008-04-25 01:29:10 +00:00
email.encoders.rst
email.errors.rst
email.generator.rst reformat some documentation of classes so methods and attributes are under the class directive 2008-04-25 01:29:10 +00:00
email.header.rst reformat some documentation of classes so methods and attributes are under the class directive 2008-04-25 01:29:10 +00:00
email.iterators.rst
email.message.rst reformat some documentation of classes so methods and attributes are under the class directive 2008-04-25 01:29:10 +00:00
email.mime.rst
email.parser.rst reformat some documentation of classes so methods and attributes are under the class directive 2008-04-25 01:29:10 +00:00
email.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
email.util.rst
errno.rst
exceptions.rst #2147: PEP 237 changes to overflow behavior. 2008-05-11 10:55:59 +00:00
fcntl.rst Prevent ioctl op codes from being sign extended from int to unsigned long 2008-03-19 23:03:25 +00:00
filecmp.rst reformat some documentation of classes so methods and attributes are under the class directive 2008-04-25 01:29:10 +00:00
fileformats.rst #1555501: document plistlib and move it to the general library. 2008-01-21 16:34:07 +00:00
fileinput.rst Replaced variable o with obj in operator.rst because o is easy to 2007-09-13 14:54:30 +00:00
filesys.rst
fl.rst Update docs for deprecation of IRIX modules. 2008-05-15 04:34:17 +00:00
fm.rst Update docs for deprecation of IRIX modules. 2008-05-15 04:34:17 +00:00
fnmatch.rst Enable doctest running for several other documents. 2008-03-22 22:04:10 +00:00
formatter.rst Fix stray backticks. 2007-08-19 18:43:50 +00:00
fpectl.rst
fpformat.rst Fix up markup in the deprecation notice. 2008-05-11 01:06:54 +00:00
fractions.rst reformat some documentation of classes so methods and attributes are under the class directive 2008-04-25 01:29:10 +00:00
framework.rst Add warnings to and deprecated all those Mac modules 2008-05-12 21:42:13 +00:00
frameworks.rst
ftplib.rst #2452: timeout is used for all blocking operations. 2008-05-11 11:09:35 +00:00
functions.rst #2831: add start argument to enumerate(). Patch by Scott Dial and me. 2008-05-13 19:04:54 +00:00
functools.rst Enable doctest running for several other documents. 2008-03-22 22:04:10 +00:00
future_builtins.rst Add docs for print_function and future_builtins. Fixes #2442. 2008-03-21 19:37:57 +00:00
gc.rst
gdbm.rst
gensuitemodule.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
getopt.rst Enable doctest running for several other documents. 2008-03-22 22:04:10 +00:00
getpass.rst syntax fixup 2008-04-23 01:06:42 +00:00
gettext.rst reformat some documentation of classes so methods and attributes are under the class directive 2008-04-25 01:29:10 +00:00
gl.rst Update docs for deprecation of IRIX modules. 2008-05-15 04:34:17 +00:00
glob.rst Add :term:s for iterator. 2007-10-21 12:10:28 +00:00
grp.rst
gzip.rst #2406: add examples to gzip docs. 2008-03-28 08:06:56 +00:00
hashlib.rst Enable doctest running for several other documents. 2008-03-22 22:04:10 +00:00
heapq.rst Enable doctest running for several other documents. 2008-03-22 22:04:10 +00:00
hmac.rst
hotshot.rst
htmllib.rst
htmlparser.rst
httplib.rst #2452: timeout is used for all blocking operations. 2008-05-11 11:09:35 +00:00
i18n.rst
ic.rst Add warnings to and deprecated all those Mac modules 2008-05-12 21:42:13 +00:00
idle.rst Doc changes for the big Tkinter rename. 2008-05-16 17:37:53 +00:00
imageop.rst Depreate imageop for removal in 3.0. 2008-05-12 00:08:34 +00:00
imaplib.rst Fix lots of broken links in the docs, found by Sphinx' external link checker. 2008-03-15 00:20:19 +00:00
imgfile.rst Update docs for deprecation of IRIX modules. 2008-05-15 04:34:17 +00:00
imghdr.rst
imp.rst #1625509: describe behaviour of import lock 2008-05-10 17:48:45 +00:00
imputil.rst Fix up markup in the deprecation notice. 2008-05-11 01:06:54 +00:00
index.rst changed "2500 components" to "several thousand" since the number keeps 2008-04-07 07:39:23 +00:00
inspect.rst Add docs for __func__ and __self__ on methods. 2008-03-21 19:20:21 +00:00
internet.rst
intro.rst
io.rst Various io doc updates 2008-04-22 02:16:03 +00:00
ipc.rst Patch 10124 by Bill Janssen, docs for the new ssl code. 2007-08-27 19:11:11 +00:00
itertools.rst Typo fixes 2008-04-17 20:44:06 +00:00
jpeg.rst Update docs for deprecation of IRIX modules. 2008-05-15 04:34:17 +00:00
json.rst Fix JSON module docs. 2008-05-05 20:53:39 +00:00
keyword.rst
language.rst Patch #1810 by Thomas Lee, reviewed by myself: 2008-03-28 12:11:56 +00:00
linecache.rst
locale.rst
logging.rst Updated import statements to use the new configparser module name. 2008-05-14 22:44:22 +00:00
mac.rst Add warnings to and deprecated all those Mac modules 2008-05-12 21:42:13 +00:00
macos.rst Add warnings to and deprecated all those Mac modules 2008-05-12 21:42:13 +00:00
macosa.rst
macostools.rst Add warnings to and deprecated all those Mac modules 2008-05-12 21:42:13 +00:00
macpath.rst
mailbox.rst Add a deprecation notice to mailbox' old classes' doc. 2008-05-11 21:54:09 +00:00
mailcap.rst
markup.rst
marshal.rst Fix marshal's incorrect handling of subclasses of builtin types (backport candidate). 2007-11-07 01:13:09 +00:00
math.rst Fix markup. 2008-05-12 17:43:13 +00:00
md5.rst Enable doctest running for several other documents. 2008-03-22 22:04:10 +00:00
mhlib.rst Deprecated the mhlib module for removal in 3.0. 2008-05-11 03:01:47 +00:00
mimetools.rst Fix lots of broken links in the docs, found by Sphinx' external link checker. 2008-03-15 00:20:19 +00:00
mimetypes.rst Fix lots of broken links in the docs, found by Sphinx' external link checker. 2008-03-15 00:20:19 +00:00
mimewriter.rst
mimify.rst
miniaeframe.rst
misc.rst
mm.rst
mmap.rst reformat some documentation of classes so methods and attributes are under the class directive 2008-04-25 01:29:10 +00:00
modulefinder.rst Patch by Quentin Gallet-Gilles: Renaming leftovers for 2.6. 2008-05-16 18:03:52 +00:00
modules.rst Adding basic imputil documentation. 2007-08-28 09:07:54 +00:00
msilib.rst reformat some documentation of classes so methods and attributes are under the class directive 2008-04-25 01:29:10 +00:00
msvcrt.rst Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst. 2008-01-05 19:44:22 +00:00
multifile.rst correct email address 2007-12-08 15:26:16 +00:00
mutex.rst Fix up markup in the deprecation notice. 2008-05-11 01:06:54 +00:00
netdata.rst Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob 2008-05-05 20:21:38 +00:00
netrc.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
new.rst Fix up markup in the deprecation notice. 2008-05-11 01:06:54 +00:00
nis.rst
nntplib.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
numbers.rst reformat some documentation of classes so methods and attributes are under the class directive 2008-04-25 01:29:10 +00:00
numeric.rst Restore fractions.rst to the document tree. 2008-02-12 00:15:32 +00:00
objects.rst Remove orphaned footnote reference. 2007-12-16 15:47:46 +00:00
operator.rst Make the doctests presentation-friendlier. 2008-03-23 08:05:30 +00:00
optparse.rst #2673 Fix example typo in optparse docs 2008-04-23 20:38:06 +00:00
os.path.rst Add Py3k warnings to os.path.walk 2008-05-09 00:27:01 +00:00
os.rst Document O_ASYNC addition. 2008-05-16 13:41:26 +00:00
ossaudiodev.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
othergui.rst Doc changes for the big Tkinter rename. 2008-05-16 17:37:53 +00:00
parser.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
pdb.rst Add some sentence endings. 2008-05-11 14:17:13 +00:00
persistence.rst Fix-up docs for the copyreg module renaming. 2008-05-12 10:05:39 +00:00
pickle.rst Fix-up docs for the copyreg module renaming. 2008-05-12 10:05:39 +00:00
pickletools.rst Complete an open todo on pickletools -- add a pickle optimizer. 2008-02-10 20:35:16 +00:00
pipes.rst
pkgutil.rst Wording changes 2008-04-21 02:08:13 +00:00
platform.rst Clarfiy the availability of the extended support for win32_ver() in Py2.6. 2008-03-20 18:58:14 +00:00
plistlib.rst Add warnings to and deprecated all those Mac modules 2008-05-12 21:42:13 +00:00
popen2.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
poplib.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
posix.rst Move OSError docs to exceptions doc, remove obsolete descriptions 2008-01-12 10:53:29 +00:00
posixfile.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
pprint.rst #1713041: fix pprint's handling of maximum depth. 2008-05-12 16:26:52 +00:00
profile.rst Rewrite introductory section, and remove old section. (It was already commented-out, but why keep it?) 2008-04-18 18:39:55 +00:00
pty.rst Unify "file-descriptor" to "file descriptor". 2007-10-21 10:46:24 +00:00
pwd.rst
py_compile.rst #2225: return nonzero status code from py_compile if not all files could be compiled. 2008-03-06 07:41:16 +00:00
pyclbr.rst Correct documentation to match implementation: "Class" instead of 2008-04-28 02:59:45 +00:00
pydoc.rst Adapt pydoc to new doc URLs. 2008-01-21 17:13:03 +00:00
pyexpat.rst Added a footnote to each pointing out that for XML output if an encoding 2008-03-17 08:28:15 +00:00
python.rst Add docs for print_function and future_builtins. Fixes #2442. 2008-03-21 19:37:57 +00:00
queue.rst Fix-up docs for socketserver and queue renaming. 2008-05-12 10:03:16 +00:00
quopri.rst
random.rst Tighten documentation for Random.triangular. 2008-03-24 06:07:49 +00:00
re.rst Add Kodos as a re reference. 2008-05-09 06:36:07 +00:00
readline.rst correct email address 2007-12-08 15:26:16 +00:00
reprlib.rst Fix reprlib docs. 2008-05-16 17:33:13 +00:00
resource.rst
restricted.rst
rexec.rst Fix up markup in the deprecation notice. 2008-05-11 01:06:54 +00:00
rfc822.rst Phase out has_key usage in the tutorial; correct docs for PyMapping_HasKey*. 2008-03-28 12:22:12 +00:00
rlcompleter.rst - #2250: Exceptions raised during evaluation of names in rlcompleter's 2008-05-11 21:03:42 +00:00
robotparser.rst Fix markup. 2008-04-28 05:16:30 +00:00
runpy.rst Revert misguided attempt at fixing incompatibility between -m and -i switches (better fix coming soon) 2007-08-25 04:32:07 +00:00
sched.rst Enable doctest running for several other documents. 2008-03-22 22:04:10 +00:00
select.rst Typo fix 2008-04-07 23:57:21 +00:00
sets.rst Enable doctest running for several other documents. 2008-03-22 22:04:10 +00:00
sgi.rst
sgmllib.rst
sha.rst Fix lots of broken links in the docs, found by Sphinx' external link checker. 2008-03-15 00:20:19 +00:00
shelve.rst
shlex.rst Update configparser docs for lowercasing rename. 2008-05-14 22:30:31 +00:00
shutil.rst #2845: fix copy2's docs. 2008-05-16 13:18:50 +00:00
signal.rst Markup fix; explain what interval timers do; typo fix 2008-04-05 02:47:07 +00:00
simplehttpserver.rst minor wording changes, rewrap a few lines 2008-04-27 20:53:57 +00:00
simplexmlrpcserver.rst Updated all import statements to use the new socketserver module name. 2008-05-12 02:11:22 +00:00
site.rst Implemented PEP 370 2008-05-06 22:41:46 +00:00
smtpd.rst reformat some documentation of classes so methods and attributes are under the class directive 2008-04-25 01:29:10 +00:00
smtplib.rst #2452: timeout is used for all blocking operations. 2008-05-11 11:09:35 +00:00
sndhdr.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
socket.rst Updated all import statements to use the new socketserver module name. 2008-05-12 02:11:22 +00:00
socketserver.rst Fix-up docs for socketserver and queue renaming. 2008-05-12 10:03:16 +00:00
someos.rst
spwd.rst
sqlite3.rst Implemented feature request 2157: Converter names are cut off at '(' 2008-05-04 13:42:44 +00:00
ssl.rst Use correct parameter name 2008-04-18 02:40:47 +00:00
stat.rst
statvfs.rst Deprecated statvfs for removal in 3.0. 2008-05-16 00:50:02 +00:00
stdtypes.rst #2836: backport new string formatting docs. 2008-05-12 16:45:43 +00:00
string.rst #2836: backport new string formatting docs. 2008-05-12 16:45:43 +00:00
stringio.rst Added more cross-references. 2007-08-30 15:03:03 +00:00
stringprep.rst
strings.rst
struct.rst reformat some documentation of classes so methods and attributes are under the class directive 2008-04-25 01:29:10 +00:00
subprocess.rst Markup fix 2008-04-21 02:08:00 +00:00
sun.rst
sunau.rst
sunaudio.rst Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0. 2008-05-15 07:11:41 +00:00
symbol.rst
sys.rst Windows x64 also falls under VER_PLATFORM_WIN32_NT. 2008-04-21 20:15:39 +00:00
syslog.rst
tabnanny.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
tarfile.rst Replace signatures with optional arguments in square brackets with 2008-05-17 16:50:22 +00:00
telnetlib.rst #2452: timeout is used for all blocking operations. 2008-05-11 11:09:35 +00:00
tempfile.rst Copied two versions of the example from the interactive session. Delete 2008-05-11 02:59:30 +00:00
termios.rst
test.rst Document the 'record' argument for test.test_support.catch_warning(). 2008-05-08 20:20:54 +00:00
textwrap.rst #2659: add `break_on_hyphens` to TextWrapper. 2008-05-11 10:42:28 +00:00
thread.rst Revert r61029. 2008-02-25 20:20:45 +00:00
threading.rst Fix-up docs for socketserver and queue renaming. 2008-05-12 10:03:16 +00:00
time.rst Enable doctest running for several other documents. 2008-03-22 22:04:10 +00:00
timeit.rst Add more entries to the glossary. 2007-12-02 14:58:50 +00:00
tk.rst Doc changes for the big Tkinter rename. 2008-05-16 17:37:53 +00:00
tkinter.rst Doc changes for the big Tkinter rename. 2008-05-16 17:37:53 +00:00
tkinter.scrolledtext.rst Doc changes for the big Tkinter rename. 2008-05-16 17:37:53 +00:00
tkinter.tix.rst Doc changes for the big Tkinter rename. 2008-05-16 17:37:53 +00:00
tkinter.turtle.rst Doc changes for the big Tkinter rename. 2008-05-16 17:37:53 +00:00
token.rst
tokenize.rst A lot more typo fixes by Ori Avtalion. 2008-02-22 12:31:45 +00:00
trace.rst Add a timing flag to Trace so you can see where slowness occurs 2008-02-26 08:21:28 +00:00
traceback.rst Add examples to csv, pprint and traceback docs. 2007-12-05 17:56:50 +00:00
tty.rst
types.rst Issue 2408: remove the _types module 2008-04-08 22:07:05 +00:00
undoc.rst Add warnings to and deprecated all those Mac modules 2008-05-12 21:42:13 +00:00
unicodedata.rst Enable doctest running for several other documents. 2008-03-22 22:04:10 +00:00
unittest.rst #2757: Remove spare newline. 2008-05-04 15:45:05 +00:00
unix.rst
urllib.rst Remove obsolete paragraph. #2288. 2008-03-14 23:10:34 +00:00
urllib2.rst #2452: timeout is used for all blocking operations. 2008-05-11 11:09:35 +00:00
urlparse.rst Enable doctest running for several other documents. 2008-03-22 22:04:10 +00:00
user.rst Fix up markup in the deprecation notice. 2008-05-11 01:06:54 +00:00
userdict.rst #2079: typo in userdict docs. 2008-02-21 20:33:38 +00:00
uu.rst
uuid.rst
warnings.rst Document the 'line' argument 2008-05-10 17:37:05 +00:00
wave.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
weakref.rst Enable doctest running for several other documents. 2008-03-22 22:04:10 +00:00
webbrowser.rst
whichdb.rst
windows.rst Add "Using Python on Windows" document, by Robert Lehmann. 2007-12-01 23:12:45 +00:00
winsound.rst Win 95/98 is no longer supported. 2008-05-12 17:52:13 +00:00
wsgiref.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
xdrlib.rst
xml.dom.minidom.rst #2615: small consistency update by Jeroen Ruigrok van der Werven. 2008-04-12 18:36:09 +00:00
xml.dom.pulldom.rst
xml.dom.rst #2270: fix typo. 2008-03-13 07:17:14 +00:00
xml.etree.elementtree.rst reformat some documentation of classes so methods and attributes are under the class directive 2008-04-25 01:29:10 +00:00
xml.etree.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
xml.sax.handler.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
xml.sax.reader.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
xml.sax.rst
xml.sax.utils.rst #1411695: clarify behavior of xml.sax.utils.[un]escape. 2008-01-19 20:40:24 +00:00
xmllib.rst reformat some documentation of classes so methods and attributes are under the class directive 2008-04-25 01:29:10 +00:00
xmlrpclib.rst Factor in documentation changes from issue 1753732. 2008-04-22 22:45:09 +00:00
zipfile.rst Deprecate test.testall for removal in 3.0. 2008-05-09 05:25:37 +00:00
zipimport.rst #1326: document and test zipimporter.archive and zipimporter.prefix. 2008-05-11 15:05:13 +00:00
zlib.rst Force zlib.crc32 and zlib.adler32 to return a signed integer on all platforms 2008-03-17 18:48:05 +00:00