cpython/Doc/library
Mark Dickinson 9dd5e16c5d Issue #7117, continued: Remove substitution of %g-style formatting for
%f-style formatting, which used to occur at high precision.  Float formatting
should now be consistent between 2.7 and 3.1.
2009-11-23 20:54:09 +00:00
..
2to3.rst discuss how to use -p 2009-11-09 04:10:53 +00:00
__builtin__.rst Use "impl-detail" directive where applicable. 2009-10-22 11:48:10 +00:00
__future__.rst #6574: list the future features in a table. 2009-09-14 14:08:54 +00:00
__main__.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
_winreg.rst builtin -> built-in. 2009-07-26 14:37:28 +00:00
abc.rst Fix 'the the' duplication 2009-04-03 21:45:29 +00:00
aepack.rst Demote warnings to notices, part 2: stuff that is 2.x-only. 2009-04-27 15:29:26 +00:00
aetools.rst Demote warnings to notices, part 2: stuff that is 2.x-only. 2009-04-27 15:29:26 +00:00
aetypes.rst Demote warnings to notices, part 2: stuff that is 2.x-only. 2009-04-27 15:29:26 +00:00
aifc.rst #6577: fix (hopefully) all links to builtin instead of module/class-specific objects. 2009-07-26 14:19:57 +00:00
al.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
allos.rst Backported io module docs 2008-04-13 02:01:27 +00:00
anydbm.rst #6577: fix (hopefully) all links to builtin instead of module/class-specific objects. 2009-07-26 14:19:57 +00:00
archiving.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
array.rst array.array is actually a class. 2009-07-11 14:23:38 +00:00
ast.rst builtin -> built-in. 2009-07-26 14:37:28 +00:00
asynchat.rst Fix for documentation bug. Fixes issue 3904. 2008-09-19 02:07:22 +00:00
asyncore.rst Fix for failing asyncore tests. 2009-04-01 01:28:11 +00:00
atexit.rst correct email address 2007-12-08 15:26:16 +00:00
audioop.rst #6577: fix (hopefully) all links to builtin instead of module/class-specific objects. 2009-07-26 14:19:57 +00:00
autogil.rst Demote warnings to notices, part 2: stuff that is 2.x-only. 2009-04-27 15:29:26 +00:00
base64.rst #1661108: note that urlsafe encoded string can contain "=". 2009-02-13 10:56:50 +00:00
basehttpserver.rst #1742837: expand HTTP server docs, and fix SocketServer ones to document methods as methods, not functions. 2009-04-05 10:24:20 +00:00
bastion.rst Demote warnings to notices, part 2: stuff that is 2.x-only. 2009-04-27 15:29:26 +00:00
bdb.rst Document 'skip' parameter to constructor 2009-10-05 21:25:03 +00:00
binascii.rst Update doc wording as suggested in issue4903. 2009-02-01 00:16:01 +00:00
binhex.rst Demote warnings to notices, part 2: stuff that is 2.x-only. 2009-04-27 15:29:26 +00:00
bisect.rst Move comment to correct line. 2009-06-11 22:08:10 +00:00
bsddb.rst Minor bsddb documentation glitch 2009-03-05 19:37:37 +00:00
bz2.rst gzip and bz2 are context managers 2009-03-09 20:38:56 +00:00
calendar.rst #7345: fix arguments of formatyear(). 2009-11-23 19:53:19 +00:00
carbon.rst Demote warnings to notices, part 2: stuff that is 2.x-only. 2009-04-27 15:29:26 +00:00
cd.rst #6577: fix (hopefully) all links to builtin instead of module/class-specific objects. 2009-07-26 14:19:57 +00:00
cgi.rst Issue 6685: 'toupper' -> 'upper' in cgi doc example explanation. 2009-08-17 19:26:49 +00:00
cgihttpserver.rst Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. 2008-09-13 17:41:16 +00:00
cgitb.rst At least separate imports from other statements. 2009-02-20 08:22:21 +00:00
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 Remove leading blank line from cmath.rst 2009-07-28 16:45:13 +00:00
cmd.rst #3010: clarification about stdin/use_rawinput. 2008-05-31 14:40:09 +00:00
code.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
codecs.rst #7035: improve docs of the various <method>_errors() functions, and give them docstrings. 2009-10-22 15:42:32 +00:00
codeop.rst Demote warnings to notices where appropriate, following the goal that as few "red box" warnings 2009-04-27 15:29:09 +00:00
collections.rst Show example of how to make a sorted dictionary 2009-11-10 19:35:55 +00:00
colorpicker.rst Demote warnings to notices, part 2: stuff that is 2.x-only. 2009-04-27 15:29:26 +00:00
colorsys.rst Add another link to colorsys docs. 2008-05-09 06:26:54 +00:00
commands.rst Demote warnings to notices, part 2: stuff that is 2.x-only. 2009-04-27 15:29:26 +00:00
compileall.rst document compileall command flags 2008-09-17 21:54:56 +00:00
compiler.rst builtin -> built-in. 2009-07-26 14:37:28 +00:00
configparser.rst Fix markup. 2009-10-24 10:04:19 +00:00
constants.rst Remove leftover text from end of sentence. 2009-08-27 01:04:59 +00:00
contextlib.rst Issue 6288: update the contextlib.nested() docs to explain why it has been deprecated and should generally be avoided 2009-06-17 12:12:15 +00:00
cookie.rst #1638033: add support for httponly on Cookie.Morsel 2008-09-06 19:28:11 +00:00
cookielib.rst revert r69777 since all the experts agree that extra import lines distract from the code 2009-02-20 03:31:23 +00:00
copy.rst Properly document copy and deepcopy as functions. 2009-09-09 16:49:13 +00:00
copy_reg.rst Revert copy_reg -> copyreg rename. 2008-05-20 07:49:57 +00:00
crypt.rst Use the preferred form of raise statements in the docs. 2009-06-03 07:25:35 +00:00
crypto.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
csv.rst Remove redundant sentence. 2009-11-09 14:18:14 +00:00
ctypes.rst Typo fix. 2009-08-27 18:59:02 +00:00
curses.ascii.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
curses.panel.rst Remove period from end of headings. 2009-06-08 07:57:35 +00:00
curses.rst #7156: document curses as Unix-only. 2009-10-22 15:52:15 +00:00
custominterp.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
datatypes.rst Revert the renaming of repr to reprlib. 2008-05-23 05:03:59 +00:00
datetime.rst Fix doc typo reported by Arfrever. 2009-11-03 16:26:14 +00:00
dbhash.rst #6577: fix (hopefully) all links to builtin instead of module/class-specific objects. 2009-07-26 14:19:57 +00:00
dbm.rst Add renaming notices to 2.6 dbm module docs. 2008-05-26 10:22:15 +00:00
debug.rst New documentation page for the bdb module. 2007-09-12 18:03:51 +00:00
decimal.rst Issue #6595: Allow Decimal constructor to accept non-European decimal 2009-08-02 10:59:36 +00:00
development.rst add some documentation for 2to3 2008-07-24 02:45:37 +00:00
difflib.rst Add example to the seealso section. 2009-04-27 21:12:54 +00:00
dircache.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
dis.rst #6577: fix (hopefully) all links to builtin instead of module/class-specific objects. 2009-07-26 14:19:57 +00:00
distutils.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
dl.rst #6577: fix (hopefully) all links to builtin instead of module/class-specific objects. 2009-07-26 14:19:57 +00:00
doctest.rst #5598: document DocFileSuite *args argument. 2009-03-31 21:15:33 +00:00
docxmlrpcserver.rst Add renaming notices to xmlrpc modules. 2008-05-26 10:47:43 +00:00
dumbdbm.rst Add renaming notices to 2.6 dbm module docs. 2008-05-26 10:22:15 +00:00
dummy_thread.rst Add renaming notices to thread and dummy_thread. 2008-05-25 12:34:57 +00:00
dummy_threading.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
easydialogs.rst Fix markup problem. 2009-05-30 10:34:25 +00:00
email-examples.rst #6051: refer to email examples for better way to construct email messages. 2009-05-20 18:35:27 +00:00
email.charset.rst #5745: more linking for identifiers in email docs. 2009-04-13 13:13:25 +00:00
email.encoders.rst #5745: more linking for identifiers in email docs. 2009-04-13 13:13:25 +00:00
email.errors.rst #5745: more linking for identifiers in email docs. 2009-04-13 13:13:25 +00:00
email.generator.rst #5745: more linking for identifiers in email docs. 2009-04-13 13:13:25 +00:00
email.header.rst #5745: more linking for identifiers in email docs. 2009-04-13 13:13:25 +00:00
email.iterators.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
email.message.rst Revert inappropriate doc change. 2009-05-07 01:43:57 +00:00
email.mime.rst #5745: more linking for identifiers in email docs. 2009-04-13 13:13:25 +00:00
email.parser.rst #5745: more linking for identifiers in email docs. 2009-04-13 13:13:25 +00:00
email.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
email.util.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
errno.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
exceptions.rst #6577: fix (hopefully) all links to builtin instead of module/class-specific objects. 2009-07-26 14:19:57 +00:00
fcntl.rst #6194: O_SHLOCK/O_EXLOCK are not really more platform independent than lockf(). 2009-06-08 13:34:52 +00:00
filecmp.rst #5363: fix cmpfiles() docs. Another instance where a prose description is twice as long as the code. 2009-02-27 16:39:26 +00:00
fileformats.rst #1555501: document plistlib and move it to the general library. 2008-01-21 16:34:07 +00:00
fileinput.rst #6577: fix (hopefully) all links to builtin instead of module/class-specific objects. 2009-07-26 14:19:57 +00:00
filesys.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
fl.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
fm.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
fnmatch.rst improved phrasing, markup and example 2009-09-23 21:36:39 +00:00
formatter.rst Fix stray backticks. 2007-08-19 18:43:50 +00:00
fpectl.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
fpformat.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
fractions.rst Documentation fix for change introduced in r71832 2009-07-30 10:00:10 +00:00
framework.rst Demote warnings to notices, part 2: stuff that is 2.x-only. 2009-04-27 15:29:26 +00:00
frameworks.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
ftplib.rst Issue #2054: ftplib now provides an FTP_TLS class to do secure FTP using 2009-11-15 17:22:09 +00:00
functions.rst Fix terminology. 2009-11-14 11:50:51 +00:00
functools.rst Enable doctest running for several other documents. 2008-03-22 22:04:10 +00:00
future_builtins.rst builtin -> built-in. 2009-07-26 14:37:28 +00:00
gc.rst builtin -> built-in. 2009-07-26 14:37:28 +00:00
gdbm.rst Add renaming notices to 2.6 dbm module docs. 2008-05-26 10:22:15 +00:00
gensuitemodule.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
getopt.rst #6977: getopt does not support optional option arguments. 2009-10-22 15:54:35 +00:00
getpass.rst syntax fixup 2008-04-23 01:06:42 +00:00
gettext.rst #6593: fix link targets. 2009-07-29 16:06:31 +00:00
gl.rst Demote warnings to notices, part 2: stuff that is 2.x-only. 2009-04-27 15:29:26 +00:00
glob.rst Add :term:s for iterator. 2007-10-21 12:10:28 +00:00
grp.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
gzip.rst gzip and bz2 are context managers 2009-03-09 20:38:56 +00:00
hashlib.rst #6908: fix association of hashlib hash attributes. 2009-09-14 14:50:47 +00:00
heapq.rst builtin -> built-in. 2009-07-26 14:37:28 +00:00
hmac.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
hotshot.rst Demote warnings to notices, part 2: stuff that is 2.x-only. 2009-04-27 15:29:26 +00:00
htmllib.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
htmlparser.rst Standardize renaming notes. 2008-05-20 07:21:58 +00:00
httplib.rst add a versionadded tag for set_tunnel 2009-05-24 18:00:13 +00:00
i18n.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
ic.rst Demote warnings to notices, part 2: stuff that is 2.x-only. 2009-04-27 15:29:26 +00:00
idle.rst #5276: document IDLESTARTUP and .Idle.py. 2009-03-15 21:51:48 +00:00
imageop.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
imaplib.rst revert r69777 since all the experts agree that extra import lines distract from the code 2009-02-20 03:31:23 +00:00
imgfile.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
imghdr.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
imp.rst #6448: clarify docs for find_module(). 2009-07-11 10:18:10 +00:00
importlib.rst Backport importlib in the form of providing importlib.import_module(). This has 2009-01-26 01:16:50 +00:00
imputil.rst builtin -> built-in. 2009-07-26 14:37:28 +00:00
index.rst Add section numbering to some of the larger subdocuments. 2009-03-28 19:57:36 +00:00
inspect.rst Use "impl-detail" directive where applicable. 2009-10-22 11:48:10 +00:00
internet.rst Remove the ipaddr module per discussion on python-dev 2009-06-23 21:09:09 +00:00
intro.rst #6486: start with built in functions rather than "built in objects". 2009-07-16 07:33:04 +00:00
io.rst clarify buffer arg #7178 2009-10-20 21:55:17 +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 Fix docstrings for itertools combinatoric functions. 2009-11-19 01:22:04 +00:00
jpeg.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
json.rst #5820: fix bug in usage of getreader(). 2009-04-23 08:44:57 +00:00
keyword.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
language.rst add some documentation for symtable 2008-08-16 21:04:16 +00:00
linecache.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
locale.rst #6577: fix (hopefully) all links to builtin instead of module/class-specific objects. 2009-07-26 14:19:57 +00:00
logging.rst Issue 7199: Documentation made slightly more consistent w.r.t. logging level enumeration. 2009-10-28 23:28:16 +00:00
mac.rst Demote warnings to notices, part 2: stuff that is 2.x-only. 2009-04-27 15:29:26 +00:00
macos.rst Demote warnings to notices, part 2: stuff that is 2.x-only. 2009-04-27 15:29:26 +00:00
macosa.rst fix various doc typos #3320 2008-07-12 20:16:19 +00:00
macostools.rst Fixed a backslash that was not supposed to be there 2009-06-30 22:56:16 +00:00
macpath.rst Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. 2008-09-13 17:41:16 +00:00
mailbox.rst Fix broken links found by "make linkcheck". scipy.org seems to be done right now, so I could not verify links going there. 2009-10-11 20:16:16 +00:00
mailcap.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
markup.rst revert creation of the html.entities and html.parser modules 2008-05-20 06:08:38 +00:00
marshal.rst #6757: complete the list of types that marshal can serialize. 2009-09-03 12:31:39 +00:00
math.rst Use "impl-detail" directive where applicable. 2009-10-22 11:48:10 +00:00
md5.rst Enable doctest running for several other documents. 2008-03-22 22:04:10 +00:00
mhlib.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
mimetools.rst deprecated mimetools 2008-06-12 14:23:49 +00:00
mimetypes.rst Issue #4969: The mimetypes module now reads the MIME database from 2009-11-15 14:10:48 +00:00
mimewriter.rst Mark deprecated modules as such. 2007-08-15 18:41:25 +00:00
mimify.rst Mark deprecated modules as such. 2007-08-15 18:41:25 +00:00
miniaeframe.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
misc.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
mm.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
mmap.rst Binary flag is needed on windows. 2009-02-28 15:24:00 +00:00
modulefinder.rst revert r69777 since all the experts agree that extra import lines distract from the code 2009-02-20 03:31:23 +00:00
modules.rst Backport importlib in the form of providing importlib.import_module(). This has 2009-01-26 01:16:50 +00:00
msilib.rst Fix broken links found by "make linkcheck". scipy.org seems to be done right now, so I could not verify links going there. 2009-10-11 20:16:16 +00:00
msvcrt.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
multifile.rst #6577: fix (hopefully) all links to builtin instead of module/class-specific objects. 2009-07-26 14:19:57 +00:00
multiprocessing.rst issue5738: The distribution example was confusing, and out of date. It's too large to include inline in the docs as well. It belongs in an addons module outside the stdlib. Removing. 2009-11-21 14:01:56 +00:00
mutex.rst Remove trailing whitespace. 2009-01-03 20:55:06 +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 Point to types module in new module deprecation notice. 2009-01-01 12:43:33 +00:00
nis.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
nntplib.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
numbers.rst builtin -> built-in. 2009-07-26 14:37:28 +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 #7259: show correct equivalent for operator.i* operations in docstring; fix minor issues in operator docs. 2009-11-04 07:38:12 +00:00
optparse.rst Make the optparse doc style a bit more standard: use standard description units for attrs/methods/etc., and use the correct referencing roles. 2009-09-17 17:14:04 +00:00
os.path.rst Demote warnings to notices where appropriate, following the goal that as few "red box" warnings 2009-04-27 15:29:09 +00:00
os.rst Fix missing word. 2009-10-18 07:58:12 +00:00
ossaudiodev.rst #6577: fix (hopefully) all links to builtin instead of module/class-specific objects. 2009-07-26 14:19:57 +00:00
othergui.rst Fix broken links found by "make linkcheck". scipy.org seems to be done right now, so I could not verify links going there. 2009-10-11 20:16:16 +00:00
parser.rst #4811: fix markup glitches (mostly remains of the conversion), 2009-01-02 20:25:14 +00:00
pdb.rst Wording fix 2009-10-05 21:24:20 +00:00
persistence.rst Revert copy_reg -> copyreg rename. 2008-05-20 07:49:57 +00:00
pickle.rst Demote warnings to notices where appropriate, following the goal that as few "red box" warnings 2009-04-27 15:29:09 +00:00
pickletools.rst Remove period from end of headings. 2009-06-08 07:57:35 +00:00
pipes.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
pkgutil.rst Wording changes 2008-04-21 02:08:13 +00:00
platform.rst Use "impl-detail" directive where applicable. 2009-10-22 11:48:10 +00:00
plistlib.rst Fix markup for external links. 2009-09-20 20:44:13 +00:00
popen2.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
poplib.rst revert r69777 since all the experts agree that extra import lines distract from the code 2009-02-20 03:31:23 +00:00
posix.rst Move OSError docs to exceptions doc, remove obsolete descriptions 2008-01-12 10:53:29 +00:00
posixfile.rst #6577: fix (hopefully) all links to builtin instead of module/class-specific objects. 2009-07-26 14:19:57 +00:00
pprint.rst builtin -> built-in. 2009-07-26 14:37:28 +00:00
profile.rst Give the profile module a module directive. 2009-11-12 08:29:46 +00:00
pty.rst platform we don't care about 2009-10-12 01:26:07 +00:00
pwd.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
py_compile.rst Correct two versionchanged directives, to improve the 'changes' output 2008-06-21 00:17:22 +00:00
pyclbr.rst #6577: fix (hopefully) all links to builtin instead of module/class-specific objects. 2009-07-26 14:19:57 +00:00
pydoc.rst #4671: document that pydoc imports modules. 2008-12-27 19:11:15 +00:00
pyexpat.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
python.rst Backport docs for abc module to 2.6. 2008-06-07 17:11:00 +00:00
queue.rst use property api 2009-10-20 03:14:10 +00:00
quopri.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
random.rst Issue 6261: Clarify behavior of random.uniform(). 2009-06-11 23:14:53 +00:00
re.rst #6679: Remove mention that sub supports no flags. 2009-08-13 07:48:05 +00:00
readline.rst Issue 6877: this patch makes it possible to link the readline extension 2009-09-20 14:18:15 +00:00
repr.rst #6577: fix (hopefully) all links to builtin instead of module/class-specific objects. 2009-07-26 14:19:57 +00:00
resource.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
restricted.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
rexec.rst Use the preferred form of raise statements in the docs. 2009-06-03 07:25:35 +00:00
rfc822.rst add py3k warnings to rfc822 2008-06-12 22:33:06 +00:00
rlcompleter.rst #6146: fix markup bug. 2009-05-30 07:26:04 +00:00
robotparser.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
runpy.rst Issue #6816: expose the zipfile and directory execution mechanism to Python code via the runpy module. Also consolidated some script execution functionality in the test harness into a helper module and removed some implementation details from the runpy module documentation. 2009-11-15 07:30:34 +00:00
sched.rst #6112: list.remove raises ValueError, not RuntimeError. 2009-05-26 07:50:23 +00:00
scrolledtext.rst Add notes that tkinter modules will be renamed. 2008-05-20 07:20:12 +00:00
select.rst Fix punctuation and one copy-paste error. 2009-08-06 17:23:21 +00:00
sets.rst builtin -> built-in. 2009-07-26 14:37:28 +00:00
sgi.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
sgmllib.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
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 #6932: remove paragraph that advises relying on __del__ being called. 2009-09-17 16:15:53 +00:00
shlex.rst ConfigParser renaming reversal part 3: move module into place and adapt imports. 2008-05-25 07:25:25 +00:00
shutil.rst Use the preferred form of raise statements in the docs. 2009-06-03 07:25:35 +00:00
signal.rst #7088: document new functions in signal as Unix-only. 2009-10-22 15:04:09 +00:00
simplehttpserver.rst Add renaming notices to 3.0 http package members. 2008-05-26 15:01:48 +00:00
simplexmlrpcserver.rst http://bugs.python.org/issue6267 2009-06-28 21:04:17 +00:00
site.rst comment out ugly xxx 2009-09-26 02:57:59 +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 #6051: refer to email examples for better way to construct email messages. 2009-05-20 18:35:27 +00:00
sndhdr.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
socket.rst #6591: add reference to ioctl in fcntl module for platforms other than Windows. 2009-07-29 16:09:17 +00:00
socketserver.rst Issue 7363: fix indentation in socketserver udpserver example. 2009-11-20 13:29:43 +00:00
someos.rst Put threading in front of thread 2008-06-19 20:33:31 +00:00
spwd.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
sqlite3.rst builtin -> built-in. 2009-07-26 14:37:28 +00:00
ssl.rst Rewrap long lines. 2009-09-16 15:57:46 +00:00
stat.rst Issue 6389: add documentation for the 'mode' flags defined in the 2009-07-02 18:19:20 +00:00
statvfs.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
stdtypes.rst Issue #7117, continued: Remove substitution of %g-style formatting for 2009-11-23 20:54:09 +00:00
string.rst Fix markup. 2009-11-18 20:05:15 +00:00
stringio.rst another cStringIO restriction 2009-07-03 14:08:20 +00:00
stringprep.rst Mark deprecated modules as such. 2007-08-15 18:41:25 +00:00
strings.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
struct.rst Fixed a typo. 2009-03-04 21:18:17 +00:00
subprocess.rst #5329: fix os.popen* regression from 2.5: don't execute commands as a sequence 2009-09-29 19:10:15 +00:00
sun.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
sunau.rst #6577: fix (hopefully) all links to builtin instead of module/class-specific objects. 2009-07-26 14:19:57 +00:00
sunaudio.rst #6577: fix (hopefully) all links to builtin instead of module/class-specific objects. 2009-07-26 14:19:57 +00:00
symbol.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
symtable.rst document is_declared_global() 2009-06-26 23:37:06 +00:00
sys.rst Issue #7117 (backport py3k float repr) continued: 2009-10-24 14:01:08 +00:00
syslog.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
tabnanny.rst Demote warnings to notices where appropriate, following the goal that as few "red box" warnings 2009-04-27 15:29:09 +00:00
tarfile.rst Fix narkup 2009-10-05 21:24:35 +00:00
telnetlib.rst Fixed the semantic of timeout for socket.create_connection and 2008-05-29 16:39:26 +00:00
tempfile.rst #6577: fix (hopefully) all links to builtin instead of module/class-specific objects. 2009-07-26 14:19:57 +00:00
termios.rst pep 8 defaults 2009-09-17 03:18:28 +00:00
test.rst Make test.test_support.EnvironmentVarGuard behave like a dictionary. 2009-05-01 17:35:37 +00:00
textwrap.rst #2659: add ``break_on_hyphens`` to TextWrapper. 2008-05-11 10:42:28 +00:00
thread.rst Remove official documentation entry for thread._count() and make the 2009-10-30 22:19:09 +00:00
threading.rst Fix references to threading.enumerate(). 2009-09-19 12:04:16 +00:00
time.rst #5365: add quick look conversion table for different time representations. 2009-02-27 16:59:03 +00:00
timeit.rst Fixed a wrong apostrophe 2009-06-28 00:07:45 +00:00
tix.rst fix various doc typos #3320 2008-07-12 20:16:19 +00:00
tk.rst Added the ttk module. See issue #2983: Ttk support for Tkinter. 2009-01-28 13:09:03 +00:00
tkinter.rst #6577: fix (hopefully) all links to builtin instead of module/class-specific objects. 2009-07-26 14:19:57 +00:00
token.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
tokenize.rst Argh, I read it wrong. Reverted 64036 and added a clarifying remark. 2008-06-08 08:59:38 +00:00
trace.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
traceback.rst Remove spurious 'u'. 2009-04-28 19:02:55 +00:00
ttk.rst Add tabularcolumns directive for tables with bullet lists in them. 2009-06-16 17:41:33 +00:00
tty.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
turtle.rst #7271: fix typo. 2009-11-07 08:26:07 +00:00
types.rst Use "impl-detail" directive where applicable. 2009-10-22 11:48:10 +00:00
undoc.rst builtin -> built-in. 2009-07-26 14:37:28 +00:00
unicodedata.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
unittest.rst #7031: Add TestCase.assertIsInstance and negated method. 2009-10-01 20:59:31 +00:00
unix.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
urllib.rst Fix for Issue7155 - urllib do not document default use of system proxy configuration 2009-10-18 01:24:41 +00:00
urllib2.rst Fix a typo. 2009-10-18 01:58:45 +00:00
urlparse.rst #7256: add versionadded tags for functions copied from cgi. 2009-11-03 18:34:27 +00:00
user.rst Fix up markup in the deprecation notice. 2008-05-11 01:06:54 +00:00
userdict.rst Note that UserList and UserString were moved to 'collections' in 3.0. 2008-05-29 21:28:55 +00:00
uu.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
uuid.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
warnings.rst #6843: add link from filterwarnings to where the meaning of the arguments is covered. 2009-09-05 16:47:17 +00:00
wave.rst #6577: fix (hopefully) all links to builtin instead of module/class-specific objects. 2009-07-26 14:19:57 +00:00
weakref.rst Add a new directive marking up implementation details and start using it. 2009-10-22 08:05:04 +00:00
webbrowser.rst #6577: fix (hopefully) all links to builtin instead of module/class-specific objects. 2009-07-26 14:19:57 +00:00
whichdb.rst Add renaming notices to 2.6 dbm module docs. 2008-05-26 10:22:15 +00:00
windows.rst Add "Using Python on Windows" document, by Robert Lehmann. 2007-12-01 23:12:45 +00:00
winsound.rst #4754: improve winsound documentation. 2008-12-27 18:49:19 +00:00
wsgiref.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
xdrlib.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
xml.dom.minidom.rst #6025: fix signature of parse(). 2009-05-16 11:14:46 +00:00
xml.dom.pulldom.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
xml.dom.rst #7302: fix link. 2009-11-16 16:44:05 +00:00
xml.etree.elementtree.rst #6489: fix an ambiguity in getiterator() documentation. 2009-07-18 09:43:40 +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 Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
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 builtin -> built-in. 2009-07-26 14:37:28 +00:00
zipfile.rst upcase Python 2009-11-18 19:39:14 +00:00
zipimport.rst builtin -> built-in. 2009-07-26 14:37:28 +00:00
zlib.rst wording for for issue4903. 2009-02-01 00:24:21 +00:00