..
2to3.rst
Merged revisions 82420 via svnmerge from
2010-07-01 17:49:01 +00:00
__future__.rst
Do not document the most important (at least for Guido) future import.
2009-09-15 19:55:15 +00:00
__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
Merged revisions 74207 via svnmerge from
2009-07-26 15:02:41 +00:00
allos.rst
Merged revisions 78576 via svnmerge from
2010-03-02 09:22:57 +00:00
archiving.rst
argparse.rst
#9444 : use first of prefix_chars for help opt instead of raising error
2010-08-03 17:56:09 +00:00
array.rst
Merged revisions 73930-73932,73937-73939,73945,73951,73954,73962-73963,73970 via svnmerge from
2009-07-17 10:42:05 +00:00
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
Merged revisions 77952,78030,78102,78104,78107,78206,78216,78296-78297,78328,78331-78332,78336,78339,78343,78378-78379,78415,78559,78717,78791 via svnmerge from
2010-03-21 22:03:03 +00:00
atexit.rst
audioop.rst
Merged revisions 74207 via svnmerge from
2009-07-26 15:02:41 +00:00
base64.rst
#7797 : be explicit about bytes-oriented interface of base64 functions.
2010-08-02 20:39:35 +00:00
bdb.rst
Terminology fix: exceptions are raised, except in generator.throw().
2010-08-03 12:06:29 +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
Merged revisions 79316 via svnmerge from
2010-03-23 00:32:49 +00:00
bz2.rst
Merged revisions 78887 via svnmerge from
2010-03-13 00:26:04 +00:00
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
#9061 : warn that single quotes are never escaped.
2010-08-02 21:51:18 +00:00
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
#9111 : document that do_help() looks at docstrings.
2010-08-02 20:27:20 +00:00
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
Remove redundant information.
2010-08-02 19:39:17 +00:00
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
Merged revisions 74737 via svnmerge from
2009-09-09 16:51:05 +00:00
copyreg.rst
remove references to cPickle
2009-12-13 21:04:16 +00:00
crypt.rst
crypto.rst
csv.rst
Fix version added for csv writeheader.
2010-02-23 23:00:34 +00:00
ctypes.rst
Merged revisions 78544 via svnmerge from
2010-03-01 04:59:27 +00:00
curses.ascii.rst
curses.panel.rst
curses.rst
Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from
2009-10-27 15:28:25 +00:00
custominterp.rst
datatypes.rst
datetime.rst
#9430 : document timedelta str() and repr().
2010-07-31 11:40:07 +00:00
dbm.rst
Fix "Berkeley" name.
2010-07-31 21:41:42 +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
Terminology fix: exceptions are raised, except in generator.throw().
2010-08-03 12:06:29 +00:00
dummy_threading.rst
email-examples.rst
Adding an example of reproducing the rfc822.Message() parsing.
2010-03-19 23:23:05 +00:00
email.charset.rst
email.encoders.rst
email.errors.rst
Terminology fix: exceptions are raised, except in generator.throw().
2010-08-03 12:06:29 +00:00
email.generator.rst
Merged revisions 77412 via svnmerge from
2010-01-10 19:18:27 +00:00
email.header.rst
email.iterators.rst
email.message.rst
Merged revisions 78656 via svnmerge from
2010-03-04 17:38:18 +00:00
email.mime.rst
Merged revisions 77412 via svnmerge from
2010-01-10 19:18:27 +00:00
email.parser.rst
email.rst
email.util.rst
Merged revisions 77943,77959-77960 via svnmerge from
2010-02-04 16:41:57 +00:00
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
Issue #7631 : Fix undefined references to the "built-in file object", which
2010-01-04 18:50:53 +00:00
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
Merged revisions 79629 via svnmerge from
2010-04-03 11:18:52 +00:00
frameworks.rst
ftplib.rst
Clarification.
2010-07-30 07:03:39 +00:00
functions.rst
#8172 : how does one use a property?
2010-08-02 19:23:34 +00:00
functools.rst
Add example applications for the LRU and LFU cache docs.
2010-08-02 00:59:14 +00:00
gc.rst
Recorded merge of revisions 78024 via svnmerge from
2010-02-06 18:46:57 +00:00
getopt.rst
Merged revisions 81490 via svnmerge from
2010-05-24 03:21:08 +00:00
getpass.rst
gettext.rst
Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-74261 via svnmerge from
2009-07-29 19:54:39 +00:00
glob.rst
grp.rst
gzip.rst
Merged revisions 78966,78970,79018,79026-79027,79055,79156,79159,79163-79164,79173,79176,79194,79208,79212 via svnmerge from
2010-03-21 23:13:07 +00:00
hashlib.rst
Merged revisions 81404 via svnmerge from
2010-05-21 20:28:13 +00:00
heapq.rst
Merged revisions 74209 via svnmerge from
2009-07-26 14:54:51 +00:00
hmac.rst
Merged revisions 76904 via svnmerge from
2009-12-19 23:26:38 +00:00
html.entities.rst
html.parser.rst
Terminology fix: exceptions are raised, except in generator.throw().
2010-08-03 12:06:29 +00:00
http.client.rst
Rewording the getheader method of HTTPResponse.
2010-08-02 17:09:02 +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
Merged revisions 79168-79169 via svnmerge from
2010-03-21 09:04:24 +00:00
inspect.rst
Merged revisions 79500 via svnmerge from
2010-03-30 18:42:32 +00:00
internet.rst
intro.rst
Merged revisions 73995,74002,74005,74007-74008,74011,74019-74023 via svnmerge from
2009-07-17 09:18:18 +00:00
io.rst
Terminology fix: exceptions are raised, except in generator.throw().
2010-08-03 12:06:29 +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
Merged revisions 77712,77740-77741,77756,77886,77902,77936 via svnmerge from
2010-02-03 02:59:43 +00:00
linecache.rst
Terminology fix: exceptions are raised, except in generator.throw().
2010-08-03 12:06:29 +00:00
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
Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from
2009-10-27 15:28:25 +00:00
mailcap.rst
markup.rst
marshal.rst
Merged revisions 74633 via svnmerge from
2009-09-03 12:34:10 +00:00
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
Merged revisions 76306 via svnmerge from
2009-11-15 14:25:16 +00:00
misc.rst
mm.rst
mmap.rst
Terminology fix: exceptions are raised, except in generator.throw().
2010-08-03 12:06:29 +00:00
modulefinder.rst
more list()s on dictviews
2009-09-13 04:48:45 +00:00
modules.rst
msilib.rst
Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from
2009-10-27 15:28:25 +00:00
msvcrt.rst
Merged revisions 76847,76851,76869,76882,76891-76892,76924,77007,77070,77092,77096,77120,77126,77155 via svnmerge from
2009-12-31 03:11:23 +00:00
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
updated/removed a few versionadded/versionchanged
2010-01-27 22:44:03 +00:00
optparse.rst
#8735 : better explain semantics of *values* argument for parse().
2010-08-01 06:53:28 +00:00
os.path.rst
#7386 : add example that shows that trailing path separators are stripped.
2010-08-02 19:19:26 +00:00
os.rst
Reword paragraph
2010-07-26 13:08:58 +00:00
ossaudiodev.rst
Switch more function arguments docs to new-style.
2009-09-02 20:34:52 +00:00
othergui.rst
Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from
2009-10-27 15:28:25 +00:00
parser.rst
Terminology fix: exceptions are raised, except in generator.throw().
2010-08-03 12:06:29 +00:00
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
Switch more function arguments docs to new-style.
2009-09-02 20:34:52 +00:00
pickle.rst
Switch more function arguments docs to new-style.
2009-09-02 20:34:52 +00:00
pickletools.rst
Added versionadded entry for the annotate argument.
2010-07-26 18:27:49 +00:00
pipes.rst
Switch more function arguments docs to new-style.
2009-09-02 20:34:52 +00:00
pkgutil.rst
Merged revisions 81163 via svnmerge from
2010-05-14 14:36:18 +00:00
platform.rst
Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from
2009-10-27 15:28:25 +00:00
plistlib.rst
updated the doc to match the module docstring, fixed a couple of errors in the doc markup and in the module
2009-09-16 00:49:03 +00:00
poplib.rst
Switch more function arguments docs to new-style.
2009-09-02 20:34:52 +00:00
posix.rst
Issue #8603 : Create a bytes version of os.environ for Unix
2010-05-06 22:05:07 +00:00
pprint.rst
Switch more function arguments docs to new-style.
2009-09-02 20:34:52 +00:00
profile.rst
Merged revisions 77484,77487,77561,77570,77593,77603,77608,77667,77702-77703,77739,77858,77887,77889 via svnmerge from
2010-02-03 02:35:45 +00:00
pty.rst
Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-75433,75437,75445,75501,75551,75572,75589-75591,75657,75742,75868,75952-75957,76057,76105,76139,76143,76162,76223 via svnmerge from
2009-11-13 02:25:08 +00:00
pwd.rst
Switch more function arguments docs to new-style.
2009-09-02 20:34:52 +00:00
py_compile.rst
PEP 3147
2010-04-17 00:19:56 +00:00
pyclbr.rst
Switch more function arguments docs to new-style.
2009-09-02 20:34:52 +00:00
pydoc.rst
#7057 : fix several errors.
2010-03-14 09:51:37 +00:00
pyexpat.rst
Terminology fix: exceptions are raised, except in generator.throw().
2010-08-03 12:06:29 +00:00
python.rst
Merged revisions 77712,77740-77741,77756,77886,77902,77936 via svnmerge from
2010-02-03 02:59:43 +00:00
queue.rst
Merged revisions 78463 via svnmerge from
2010-02-26 13:35:56 +00:00
quopri.rst
Switch more function arguments docs to new-style.
2009-09-02 20:34:52 +00:00
random.rst
Merged revisions 77952,78030,78102,78104,78107,78206,78216,78296-78297,78328,78331-78332,78336,78339,78343,78378-78379,78415,78559,78717,78791 via svnmerge from
2010-03-21 22:03:03 +00:00
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
Merged revisions 77298 via svnmerge from
2010-01-04 09:29:10 +00:00
reprlib.rst
Assorted doc fixes by Florent.
2010-01-05 10:22:04 +00:00
resource.rst
Switch more function arguments docs to new-style.
2009-09-02 20:34:52 +00:00
rlcompleter.rst
Switch more function arguments docs to new-style.
2009-09-02 20:34:52 +00:00
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
Merged revisions 78141-78142 via svnmerge from
2010-02-11 02:42:19 +00:00
shlex.rst
Switch more function arguments docs to new-style.
2009-09-02 20:34:52 +00:00
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
Merged revisions 78859-78860 via svnmerge from
2010-03-12 10:06:40 +00:00
smtpd.rst
Implementation for issue 4184
2010-07-24 09:51:40 +00:00
smtplib.rst
Terminology fix: exceptions are raised, except in generator.throw().
2010-08-03 12:06:29 +00:00
sndhdr.rst
Switch more function arguments docs to new-style.
2009-09-02 20:34:52 +00:00
socket.rst
#6774 : explain shutdown() behavior varying with platform.
2010-07-11 09:23:11 +00:00
socketserver.rst
Merged revisions 76259,76326,76376-76377,76430,76471,76517 via svnmerge from
2009-11-25 18:34:42 +00:00
someos.rst
Last round of adapting style of documenting argument default values.
2009-09-16 15:58:14 +00:00
spwd.rst
Last round of adapting style of documenting argument default values.
2009-09-16 15:58:14 +00:00
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
Last round of adapting style of documenting argument default values.
2009-09-16 15:58:14 +00:00
stdtypes.rst
Fix definition of len() and indexing for memoryview objects (part of #7696 ).
2010-07-12 20:01:52 +00:00
string.rst
Terminology fix: exceptions are raised, except in generator.throw().
2010-08-03 12:06:29 +00:00
stringprep.rst
Last round of adapting style of documenting argument default values.
2009-09-16 15:58:14 +00:00
strings.rst
Last round of adapting style of documenting argument default values.
2009-09-16 15:58:14 +00:00
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
Last round of adapting style of documenting argument default values.
2009-09-16 15:58:14 +00:00
symbol.rst
Last round of adapting style of documenting argument default values.
2009-09-16 15:58:14 +00:00
symtable.rst
Merged revisions 81385 via svnmerge from
2010-05-20 22:29:43 +00:00
sys.rst
Terminology fix: exceptions are raised, except in generator.throw().
2010-08-03 12:06:29 +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
Last round of adapting style of documenting argument default values.
2009-09-16 15:58:14 +00:00
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
Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,74896,74901,74903,74908,74912,74930,74933,74943,74946,74952-74955,75015,75019,75032,75068,75076,75095,75098,75102,75129,75139,75230 via svnmerge from
2009-10-04 14:49:41 +00:00
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
Last round of adapting style of documenting argument default values.
2009-09-16 15:58:14 +00:00
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
Last round of adapting style of documenting argument default values.
2009-09-16 15:58:14 +00:00
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
#7057 : fix several errors.
2010-03-14 09:51:37 +00:00
tkinter.ttk.rst
#7057 : fix several errors.
2010-03-14 09:51:37 +00:00
token.rst
Last round of adapting style of documenting argument default values.
2009-09-16 15:58:14 +00:00
tokenize.rst
show a common usage of detect_encoding
2010-03-18 22:43:41 +00:00
trace.rst
Last round of adapting style of documenting argument default values.
2009-09-16 15:58:14 +00:00
traceback.rst
Merged revisions 78895 via svnmerge from
2010-03-13 01:28:34 +00:00
tty.rst
Last round of adapting style of documenting argument default values.
2009-09-16 15:58:14 +00:00
turtle.rst
#7057 : fix several errors.
2010-03-14 09:51:37 +00:00
types.rst
Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from
2009-10-27 15:28:25 +00:00
undoc.rst
Last round of adapting style of documenting argument default values.
2009-09-16 15:58:14 +00:00
unicodedata.rst
Merged revisions 79320 via svnmerge from
2010-03-23 00:39:22 +00:00
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
Last round of adapting style of documenting argument default values.
2009-09-16 15:58:14 +00:00
urllib.error.rst
Last round of adapting style of documenting argument default values.
2009-09-16 15:58:14 +00:00
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
Last round of adapting style of documenting argument default values.
2009-09-16 15:58:14 +00:00
uuid.rst
#7380 : Fix some str/bytearray/bytes issues in uuid docs and implementation.
2009-12-19 18:23:28 +00:00
warnings.rst
fix versionchanged
2010-06-28 00:16:12 +00:00
wave.rst
Last round of adapting style of documenting argument default values.
2009-09-16 15:58:14 +00:00
weakref.rst
replace long with int
2010-05-08 15:26:30 +00:00
webbrowser.rst
Merged revisions 77022 via svnmerge from
2009-12-24 03:23:23 +00:00
windows.rst
winreg.rst
reST indentation nit
2010-06-06 02:41:24 +00:00
winsound.rst
Last round of adapting style of documenting argument default values.
2009-09-16 15:58:14 +00:00
wsgiref.rst
#9019 : remove false (in 3k) claim about Headers updates.
2010-08-02 20:30:57 +00:00
xdrlib.rst
Last round of adapting style of documenting argument default values.
2009-09-16 15:58:14 +00:00
xml.dom.minidom.rst
#7637 : fix a grammar error; simplify a sentence
2010-07-26 12:54:02 +00:00
xml.dom.pulldom.rst
Last round of adapting style of documenting argument default values.
2009-09-16 15:58:14 +00:00
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
Update versionadded/changed.
2010-03-21 07:16:43 +00:00
xml.sax.handler.rst
Last round of adapting style of documenting argument default values.
2009-09-16 15:58:14 +00:00
xml.sax.reader.rst
Terminology fix: exceptions are raised, except in generator.throw().
2010-08-03 12:06:29 +00:00
xml.sax.rst
Last round of adapting style of documenting argument default values.
2009-09-16 15:58:14 +00:00
xml.sax.utils.rst
Last round of adapting style of documenting argument default values.
2009-09-16 15:58:14 +00:00
xmlrpc.client.rst
Merged revisions 77484,77487,77561,77570,77593,77603,77608,77667,77702-77703,77739,77858,77887,77889 via svnmerge from
2010-02-03 02:35:45 +00:00
xmlrpc.server.rst
#7814 : fix wrong example function usage.
2010-01-30 17:54:04 +00:00
zipfile.rst
#9238 : zipfile does handle archive comments.
2010-08-02 20:52:10 +00:00
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