cpython/Doc/library
Ezio Melotti d113512ed5 #10617: add class directives to collections ABCs. 2011-03-28 13:46:28 +03:00
..
2to3.rst Merged revisions 84945 via svnmerge from 2010-10-06 09:32:48 +00:00
__builtin__.rst Remove link to objects.rst (gone in r79179). 2010-03-23 00:25:19 +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 #8575 - Update and reorganize some _winreg contents. 2010-05-11 19:13:13 +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 Initial commit of the argparse library, based on argparse 1.1. 2010-03-02 08:38:09 +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
argparse.rst Issue #9343: Document that argparse parent parsers must be configured before their children. (Merge from 3.2.) 2011-03-26 21:50:38 +01:00
array.rst array.array is actually a class. 2009-07-11 14:23:38 +00:00
ast.rst Issue #11000 ast.parse doc fix (r88172) 2011-01-24 21:48:11 +00:00
asynchat.rst Fixes issue 8543 (asynchat documentation issues) 2010-04-29 20:31:17 +00:00
asyncore.rst Merged revisions 88581 via svnmerge from 2011-02-25 14:55:52 +00:00
atexit.rst Merged revisions 85253,85452-85454 via svnmerge from 2010-11-26 07:21:01 +00:00
audioop.rst Merged revisions 85548,85572-85573,85606,85609-85612,85614-85616 via svnmerge from 2010-11-26 07:42:15 +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 Merged revisions 85617-85622,85624,85626-85627,85629,85631,85635-85636,85638-85639,85641-85642 via svnmerge from 2010-11-26 07:53: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 Merged revisions 86794,86798,86801 via svnmerge from 2010-11-26 18:26:04 +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 Add more links to Python sources where the code is short, readable and an informative adjunct to the docs. 2010-11-06 07:10:31 +00:00
bsddb.rst Minor bsddb documentation glitch 2009-03-05 19:37:37 +00:00
bz2.rst fix broken links 2010-03-13 00:15:36 +00:00
calendar.rst Merged revisions 85728 via svnmerge from 2010-11-26 07:57:57 +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 Merged revisions 83999,84001 via svnmerge from 2010-08-14 05:07:46 +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 Clarify that the rect, phase and polar functions work with radians. 2010-01-02 14:29:52 +00:00
cmd.rst Add more links to Python sources where the code is short, readable and an informative adjunct to the docs. 2010-11-06 07:10:31 +00:00
code.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
codecs.rst Merged revisions 86521,86632,86823-86824,87294,87296,87300,87302 via svnmerge from 2010-12-16 03:53:53 +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 #10617: add class directives to collections ABCs. 2011-03-28 13:46:28 +03: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 Merged revisions 88402 via svnmerge from 2011-02-11 22:54:34 +00:00
compiler.rst Fix typo. 2010-09-25 13:31:21 +00:00
configparser.rst fix typo: spection -> section 2010-11-09 13:33:21 +00:00
constants.rst Merged revisions 83552 via svnmerge from 2010-08-02 20:32:03 +00:00
contextlib.rst Add more links to Python sources where the code is short, readable and an informative adjunct to the docs. 2010-11-06 07:10:31 +00:00
cookie.rst Update the cookie documentation. Use SimpleCookie instead of SmartCookie/SerialCookie. 2010-09-22 05:45:14 +00:00
cookielib.rst Use universal construct os.path.expanduser('~') instead of os.environ['HOME'] 2011-03-26 01:24:47 +01: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 Issue #11426: use 'with' statements on open files in CSV examples 2011-03-13 08:45:19 +02:00
ctypes.rst Markup backport fix. 2011-02-25 11:27:48 +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 #11292: add missing A_REVERSE to curses attribute table. 2011-03-06 11:08:35 +01: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 Merged revisions 85274 via svnmerge from 2010-10-06 10:41:31 +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 Merged revisions 86286 via svnmerge from 2010-11-07 11:29:03 +00:00
development.rst add some documentation for 2to3 2008-07-24 02:45:37 +00:00
difflib.rst Merged revisions 86881,86887,86913-86915,86933,86943,86960,86964,86974,86980,86996,87008 via svnmerge from 2011-02-25 10:39:23 +00:00
dircache.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
dis.rst Merged revisions 85617-85622,85624,85626-85627,85629,85631,85635-85636,85638-85639,85641-85642 via svnmerge from 2010-11-26 07:53:50 +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 Merged revisions 86542,87136,87216,87221,87228,87256,87337-87338,87372,87516,87571,88164 via svnmerge from 2011-02-11 17:25:54 +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 Adding an example of reproducing the rfc822.Message() parsing. 2010-03-19 23:19:55 +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 Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,84480,84482,84484,84530-84531,84553,84619,84915-84916 via svnmerge from 2010-10-06 09:28:45 +00:00
email.generator.rst Issue #7119: document that a program-generated Message object 2010-01-10 17:41:28 +00:00
email.header.rst Merged revisions 86542,87136,87216,87221,87228,87256,87337-87338,87372,87516,87571,88164 via svnmerge from 2011-02-11 17:25:54 +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 Merge #11216: document all possible set_charset execution paths. 2011-03-15 18:01:04 -04:00
email.mime.rst #1368247: make set_charset/MIMEText automatically encode unicode _payload. 2010-06-02 22:03:15 +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 Explicitly mention the default value for formatdate's usegmt parameter. 2010-02-03 13:36:23 +00:00
errno.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
exceptions.rst #11484: remove paragraph about with_traceback from 2.7 doc. 2011-03-13 22:55:41 +02:00
fcntl.rst Remove LaTeXy index entry syntax. 2010-04-25 10:29:17 +00:00
filecmp.rst Add more links to Python sources where the code is short, readable and an informative adjunct to the docs. 2010-11-06 07:10:31 +00:00
fileformats.rst #1555501: document plistlib and move it to the general library. 2008-01-21 16:34:07 +00:00
fileinput.rst Add more links to Python sources where the code is short, readable and an informative adjunct to the docs. 2010-11-06 07:10:31 +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 Add more links to Python sources where the code is short, readable and an informative adjunct to the docs. 2010-11-06 07:10:31 +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 Issue #8294: Allow float and Decimal arguments in Fraction constructor. 2010-04-02 22:27:36 +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 Merged revisions 85548,85572-85573,85606,85609-85612,85614-85616 via svnmerge from 2010-11-26 07:42:15 +00:00
functions.rst Merged revisions 85548,85572-85573,85606,85609-85612,85614-85616 via svnmerge from 2010-11-26 07:42:15 +00:00
functools.rst Add more links to Python sources where the code is short, readable and an informative adjunct to the docs. 2010-11-06 07:10:31 +00:00
future_builtins.rst builtin-ins -> builtins 2009-12-20 15:23:22 +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 Merged revisions 86521,86632,86823-86824,87294,87296,87300,87302 via svnmerge from 2010-12-16 03:53:53 +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 more links to Python sources where the code is short, readable and an informative adjunct to the docs. 2010-11-06 07:10:31 +00:00
grp.rst Merged revisions 87238 via svnmerge from 2010-12-14 16:26:30 +00:00
gzip.rst Document that GzipFile supports iteration. 2010-03-21 09:09:38 +00:00
hashlib.rst #8783: replace link to now dead hash collision FAQ. 2010-05-21 20:24:45 +00:00
heapq.rst Merged revisions 86561-86562,86564-86565,86705,86708,86713 via svnmerge from 2010-11-26 08:28:05 +00:00
hmac.rst Merged revisions 85617-85622,85624,85626-85627,85629,85631,85635-85636,85638-85639,85641-85642 via svnmerge from 2010-11-26 07:53:50 +00:00
hotshot.rst #7388: "python".capitalize() in the Doc 2009-12-19 22:41:49 +00:00
htmllib.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
htmlparser.rst Fix duplicate word. 2011-03-21 08:55:16 +01:00
httplib.rst Merged revisions 85101 via svnmerge from 2010-09-29 11:30:52 +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 Merged revisions 86521,86632,86823-86824,87294,87296,87300,87302 via svnmerge from 2010-12-16 03:53:53 +00:00
imageop.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
imaplib.rst #11565: Fix several typos. Patch by Piotr Kasprzyk. 2011-03-16 12:34:31 +02: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 Merged revisions 84754 via svnmerge from 2010-09-13 01:48:02 +00:00
importlib.rst Merged revisions 84945 via svnmerge from 2010-10-06 09:32:48 +00:00
imputil.rst builtin -> built-in. 2009-07-26 14:37:28 +00:00
index.rst Remove the "built-in objects" file. It only contained two paragraphs of which only one contained useful information, which belongs in the ref manual however. 2010-03-21 09:02:01 +00:00
inspect.rst Hand-port parts of r87789. 2011-01-09 08:04:37 +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 Merged revisions 88334 via svnmerge from 2011-02-04 20:17:53 +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 example for itertools.count(). 2011-02-14 06:03:41 +00:00
jpeg.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
json.rst Merged revisions 88668 via svnmerge from 2011-02-27 15:09:14 +00:00
keyword.rst Add more links to Python sources where the code is short, readable and an informative adjunct to the docs. 2010-11-06 07:10:31 +00:00
language.rst move distutils.rst to different toc 2010-01-31 18:09:34 +00:00
linecache.rst Add more links to Python sources where the code is short, readable and an informative adjunct to the docs. 2010-11-06 07:10:31 +00:00
locale.rst #11294: add missing ERA_T_FMT to locale docs. 2011-03-06 11:09:51 +01:00
logging.rst Fixes issue #11476: StreamHandler parameter name change documented. 2011-03-12 22:43:23 +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 for issue 81275: don't say that the MacPython OSA modules will get new development 2010-09-28 15:46:28 +00:00
macostools.rst A number of APIs in macostools cannot work in 64-bit mode because they 2010-02-07 11:38:28 +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 #7967: PyXML is no more. 2010-02-19 19:36:08 +00:00
marshal.rst #6757: complete the list of types that marshal can serialize. 2009-09-03 12:31:39 +00:00
math.rst trunc does use the special method, though 2010-07-01 23:35:37 +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 Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,84480,84482,84484,84530-84531,84553,84619,84915-84916 via svnmerge from 2010-10-06 09:28:45 +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 Merged revisions 87489 via svnmerge from 2010-12-26 02:39:48 +00:00
msvcrt.rst We only support Windows NT derivatives now. 2009-12-30 19:03:00 +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 Issue #10885: Fix multiprocessing docs typo 2011-03-14 10:43:36 +02:00
mutex.rst #8000: fix deprecated directive. What a shame to lose that glorious issue number to such a minor bug :) 2010-02-23 21:33:17 +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 Merged revisions 84592 via svnmerge from 2010-09-07 18:46:41 +00:00
numbers.rst trunc -> math.trunc (closes #11475) 2011-03-12 11:58:15 -06:00
numeric.rst Restore fractions.rst to the document tree. 2008-02-12 00:15:32 +00:00
operator.rst Merged revisions 84242-84244 via svnmerge from 2010-08-21 20:12:19 +00:00
optparse.rst Merged revisions 87627,87638,87760,87986,88108,88115,88165,88263,88329,88364-88365,88423-88424 via svnmerge from 2011-02-25 11:01:04 +00:00
os.path.rst Merged revisions 85253,85452-85454 via svnmerge from 2010-11-26 07:21:01 +00:00
os.rst #10999: Add missing documentation for chflags constants to stat module docs 2011-03-10 17:57:35 -05: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 Merged revisions 86892 via svnmerge from 2010-11-30 17:53:45 +00:00
pdb.rst Issue #10902: Fix reference to run* methods 2011-01-14 07:50:27 +00:00
persistence.rst Revert copy_reg -> copyreg rename. 2008-05-20 07:49:57 +00:00
pickle.rst Merged revisions 86881,86887,86913-86915,86933,86943,86960,86964,86974,86980,86996,87008 via svnmerge from 2011-02-25 10:39:23 +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 Merged revisions 87289 via svnmerge from 2010-12-15 22:39:29 +00:00
platform.rst Merged revisions 87421 via svnmerge from 2010-12-21 18:56:45 +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 Add more links to Python sources where the code is short, readable and an informative adjunct to the docs. 2010-11-06 07:10:31 +00:00
profile.rst Merged revisions 84945 via svnmerge from 2010-10-06 09:32:48 +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 Add missing doc from r79533 2010-12-16 06:25:57 +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 Merged revisions 86521,86632,86823-86824,87294,87296,87300,87302 via svnmerge from 2010-12-16 03:53:53 +00:00
pyexpat.rst Merged revisions 87762 via svnmerge from 2011-01-05 18:41:13 +00:00
python.rst first version of the sysconfig module documentation 2010-02-02 22:27:58 +00:00
queue.rst #10658: Fix link. 2010-12-09 12:13:38 +00:00
quopri.rst Add more links to Python sources where the code is short, readable and an informative adjunct to the docs. 2010-11-06 07:10:31 +00:00
random.rst Provide links to Python source in a handful of 2010-11-05 23:58:42 +00:00
re.rst Remove 3.1 from versionchanged 2010-11-26 09:30:44 +00:00
readline.rst Use universal construct os.path.expanduser('~') instead of os.environ['HOME'] 2011-03-26 01:24:47 +01:00
repr.rst Add more links to Python sources where the code is short, readable and an informative adjunct to the docs. 2010-11-06 07:10:31 +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 Merged revisions 85731,85735 via svnmerge from 2010-11-26 07:58:55 +00:00
sched.rst Add more links to Python sources where the code is short, readable and an informative adjunct to the docs. 2010-11-06 07:10:31 +00:00
scrolledtext.rst Add notes that tkinter modules will be renamed. 2008-05-20 07:20:12 +00:00
select.rst Merged revisions 82879,82958-82959,83109,83127,83224,83747,84162 via svnmerge from 2010-10-06 09:47:17 +00:00
sets.rst Link from deprecated sets module to builtins set and frozenset (#11238) 2011-02-18 17:47:23 +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 Merged revisions 85548,85572-85573,85606,85609-85612,85614-85616 via svnmerge from 2010-11-26 07:42:15 +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 Add more links to Python sources where the code is short, readable and an informative adjunct to the docs. 2010-11-06 07:10:31 +00:00
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 Fix warnings from "make check". 2010-03-12 10:02:03 +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 #10315: Fix version tag. 2010-11-05 07:37:51 +00:00
sndhdr.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
socket.rst Merged revisions 87050,87101,87146,87156,87172,87175,87371,87378,87522-87524,87526,87530-87535 via svnmerge from 2011-02-25 10:50:32 +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 Merged revisions 85548,85572-85573,85606,85609-85612,85614-85616 via svnmerge from 2010-11-26 07:42:15 +00:00
ssl.rst Merged revisions 87627,87638,87760,87986,88108,88115,88165,88263,88329,88364-88365,88423-88424 via svnmerge from 2011-02-25 11:01:04 +00:00
stat.rst #10999: Add missing documentation for chflags constants to stat module docs 2011-03-10 17:57:35 -05:00
statvfs.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
stdtypes.rst the name of the option is a bit too low-level 2011-03-20 12:24:20 -05:00
string.rst Merged revisions 87627,87638,87760,87986,88108,88115,88165,88263,88329,88364-88365,88423-88424 via svnmerge from 2011-02-25 11:01:04 +00:00
stringio.rst group cStringIO docs under its factory function 2010-06-29 15:18:02 +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 Merged revisions 82757-82758,82760-82764 via svnmerge from 2010-10-06 09:17:24 +00:00
subprocess.rst Merged revisions 88352 via svnmerge from 2011-02-05 21:49:56 +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 fix extra 't' #8778 2010-05-20 22:23:37 +00:00
sys.rst Tweaks to sys.flags description table. 2011-03-26 02:09:14 +01:00
sysconfig.rst Reword paragraph; fix filename, which should be pyconfig.h 2010-05-06 01:09:47 +00:00
syslog.rst Fix mismerges of version directives. 2010-11-26 08:58:14 +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 Add note advising that 'filter' be used as a keyword-argument. 2011-01-26 20:40:32 +00:00
telnetlib.rst Merged revisions 84945 via svnmerge from 2010-10-06 09:32:48 +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 Merged revisions 86521,86632,86823-86824,87294,87296,87300,87302 via svnmerge from 2010-12-16 03:53:53 +00:00
textwrap.rst Issue 1859: Document that textwrap does not break on \n 2010-11-23 20:28:34 +00:00
thread.rst Remove official documentation entry for thread._count() and make the 2009-10-30 22:19:09 +00:00
threading.rst Merged revisions 88281 via svnmerge from 2011-01-31 19:55:14 +00:00
time.rst Merged revisions 85530,85534,85538,85540-85542 via svnmerge from 2010-11-26 07:34:20 +00:00
timeit.rst Merged revisions 86521,86632,86823-86824,87294,87296,87300,87302 via svnmerge from 2010-12-16 03:53:53 +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 Merged revisions 85548,85572-85573,85606,85609-85612,85614-85616 via svnmerge from 2010-11-26 07:42:15 +00:00
tokenize.rst Add more links to Python sources where the code is short, readable and an informative adjunct to the docs. 2010-11-06 07:10:31 +00:00
trace.rst Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-03 00:12:18 +00:00
traceback.rst #8011: use exc.tb_lineno instead of traceback.tb_lineno() and pep8ify variable names. 2010-03-13 01:21:34 +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 #11392: you can trust the computer, but you have to know what it does. 2011-03-06 10:53:55 +01: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 Link specifically to the UCD version 5.2.0. 2010-03-23 00:38:12 +00:00
unittest.rst Fix typo. 2011-03-12 22:21:37 +02:00
unix.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
urllib.rst Fix typo in class name 2011-03-20 18:34:24 +01:00
urllib2.rst Merged revisions 85232 via svnmerge from 2010-10-05 18:45:00 +00:00
urlparse.rst Merged revisions 86296 via svnmerge from 2010-11-07 13:10:02 +00:00
user.rst Fix up markup in the deprecation notice. 2008-05-11 01:06:54 +00:00
userdict.rst Provide links to Python source in a handful of 2010-11-05 23:58:42 +00:00
uu.rst Add more links to Python sources where the code is short, readable and an informative adjunct to the docs. 2010-11-06 07:10:31 +00:00
uuid.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
warnings.rst Fix mismerges of version directives. 2010-11-26 08:58:14 +00:00
wave.rst Merged revisions 87807,87820,87831,87859 via svnmerge from 2011-01-09 07:58:45 +00:00
weakref.rst Backport of weakref.WeakSet and tests from Python 3. 2010-03-29 20:04:23 +00:00
webbrowser.rst Merged revisions 86521,86632,86823-86824,87294,87296,87300,87302 via svnmerge from 2010-12-16 03:53:53 +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 Merged revisions 85274 via svnmerge from 2010-10-06 10:41:31 +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 Merged revisions 87050,87101,87146,87156,87172,87175,87371,87378,87522-87524,87526,87530-87535 via svnmerge from 2011-02-25 10:50:32 +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 - clarify Attr.name comment on the presence of colons in namespace mode 2010-05-12 02:24:50 +00:00
xml.etree.elementtree.rst Minor documentation updates for xml.etree. 2010-03-14 01:22:09 +00:00
xml.sax.handler.rst Merged revisions 85843,85849-85850,85867,85907,85914,86134,86187,86315-86316,86390,86424-86425,86428 via svnmerge from 2010-11-26 08:20:18 +00:00
xml.sax.reader.rst Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,84480,84482,84484,84530-84531,84553,84619,84915-84916 via svnmerge from 2010-10-06 09:28:45 +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 #7802: fix invalid example (heh). 2010-01-30 17:57:48 +00:00
zipfile.rst Merged revisions 86881,86887,86913-86915,86933,86943,86960,86964,86974,86980,86996,87008 via svnmerge from 2011-02-25 10:39:23 +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