cpython/Doc/library
Georg Brandl 27fa482afd Note default values for namedtuple extra args. 2010-10-17 06:24:10 +00: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
_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
argparse.rst Merged revisions 85274 via svnmerge from 2010-10-06 10:41:31 +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 Fixes issue 8543 (asynchat documentation issues) 2010-04-29 20:31:17 +00:00
asyncore.rst Issue #7733: add explicit reference in asyncore docs. 2010-02-24 04:00:52 +00:00
atexit.rst
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 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
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 Merged revisions 84945 via svnmerge from 2010-10-06 09:32:48 +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 Fix typos 2010-04-30 01:02:15 +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
cmath.rst Clarify that the rect, phase and polar functions work with radians. 2010-01-02 14:29:52 +00:00
cmd.rst Merged revisions 83536,83546-83548,83550,83554-83555,83558,83563,83565,83571,83574-83575 via svnmerge from 2010-08-02 21:44:25 +00:00
code.rst
codecs.rst #8016: add the CP858 codec (approved by Benjamin). (Also add CP720 to the tests, it was missing there.) 2010-05-24 21:29:07 +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 Note default values for namedtuple extra args. 2010-10-17 06:24:10 +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
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 Fix typo. 2010-09-25 13:31:21 +00:00
configparser.rst Merged revisions 83226-83227,83229-83230,83232 via svnmerge from 2010-08-01 21:06:46 +00:00
constants.rst Merged revisions 83552 via svnmerge from 2010-08-02 20:32:03 +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 Update the cookie documentation. Use SimpleCookie instead of SmartCookie/SerialCookie. 2010-09-22 05:45:14 +00:00
cookielib.rst Merged revisions 82785 via svnmerge from 2010-07-11 05:11:10 +00:00
copy.rst Properly document copy and deepcopy as functions. 2009-09-09 16:49:13 +00:00
copy_reg.rst
crypt.rst Use the preferred form of raise statements in the docs. 2009-06-03 07:25:35 +00:00
crypto.rst
csv.rst Make sure all files are opened in binary mode. 2010-07-30 02:04:10 +00:00
ctypes.rst Adds c_ssize_t to ctypes. issue 6729. 2010-03-01 04:56:12 +00:00
curses.ascii.rst
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
datatypes.rst
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
debug.rst
decimal.rst Fix typo 2010-05-29 12:54:35 +00:00
development.rst
difflib.rst Issue #7585: use tab between components in unified and context diff headers. 2010-04-12 16:35:19 +00:00
dircache.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
dis.rst Backport r82456. 2010-07-21 09:52:10 +00:00
distutils.rst
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 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
docxmlrpcserver.rst
dumbdbm.rst
dummy_thread.rst
dummy_threading.rst
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 #5745: more linking for identifiers in email docs. 2009-04-13 13:13:25 +00:00
email.iterators.rst
email.message.rst #1368247: make set_charset/MIMEText automatically encode unicode _payload. 2010-06-02 22:03:15 +00: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
email.util.rst Explicitly mention the default value for formatdate's usegmt parameter. 2010-02-03 13:36:23 +00:00
errno.rst
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 Remove LaTeXy index entry syntax. 2010-04-25 10:29:17 +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
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
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 Merged revisions 82879,82958-82959,83109,83127,83224,83747,84162 via svnmerge from 2010-10-06 09:47:17 +00:00
formatter.rst
fpectl.rst
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
ftplib.rst Merged revisions 83259,83261,83264-83265,83268-83269,83271-83272,83281 via svnmerge from 2010-08-01 19:33:15 +00:00
functions.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
functools.rst Merged revisions 83872 via svnmerge from 2010-08-09 02:17:24 +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
gensuitemodule.rst
getopt.rst argparse documentation updates (including updates to optparse and getopt documentation that were promised in the PEP) 2010-05-24 02:38:00 +00:00
getpass.rst
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
grp.rst
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 85328 via svnmerge from 2010-10-09 02:04:15 +00:00
hmac.rst #7388: "python".capitalize() in the Doc 2009-12-19 22:41:49 +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 Merged revisions 83223 via svnmerge from 2010-08-01 21:10:57 +00:00
httplib.rst Merged revisions 85101 via svnmerge from 2010-09-29 11:30:52 +00:00
i18n.rst
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
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 add inspect.getcallargs, which binds function arguments like a normal call #3135 2010-03-30 17:58:13 +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 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
ipc.rst
itertools.rst Merged revisions 85008,85011,85240 via svnmerge from 2010-10-06 09:33:55 +00:00
jpeg.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
json.rst Recorded merge of revisions 85543 via svnmerge from 2010-10-15 17:04:45 +00:00
keyword.rst
language.rst move distutils.rst to different toc 2010-01-31 18:09:34 +00:00
linecache.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
locale.rst Merged revisions 83226-83227,83229-83230,83232 via svnmerge from 2010-08-01 21:06:46 +00:00
logging.rst Merged revisions 84945 via svnmerge from 2010-10-06 09:32:48 +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
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
mhlib.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
mimetools.rst
mimetypes.rst Issue #4969: The mimetypes module now reads the MIME database from 2009-11-15 14:10:48 +00:00
mimewriter.rst
mimify.rst
miniaeframe.rst
misc.rst
mm.rst
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 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 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 Note that maxtasksperchild is new in 2.7. 2010-10-17 06:21:30 +00: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
netrc.rst
new.rst Point to types module in new module deprecation notice. 2009-01-01 12:43:33 +00:00
nis.rst
nntplib.rst Merged revisions 84592 via svnmerge from 2010-09-07 18:46:41 +00:00
numbers.rst Issue 8628: fix incorrect documentation for numbers.Complex.imag. 2010-05-05 21:52:39 +00:00
numeric.rst
operator.rst Merged revisions 84242-84244 via svnmerge from 2010-08-21 20:12:19 +00:00
optparse.rst Merged revisions 85274 via svnmerge from 2010-10-06 10:41:31 +00:00
os.path.rst Merged revisions 84701,84784 via svnmerge from 2010-09-13 20:31:34 +00:00
os.rst Merged revisions 84945 via svnmerge from 2010-10-06 09:32:48 +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 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
pdb.rst Fix some issues found by Jacques Ducasse on the docs list. 2010-03-21 09:01:27 +00:00
persistence.rst
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
pkgutil.rst Doc: replace PEP xxx by :pep:`xxx` to create a link on the PEP 2010-05-14 14:20:07 +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
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 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
py_compile.rst
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 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
python.rst first version of the sysconfig module documentation 2010-02-02 22:27:58 +00:00
queue.rst #7407: specify default maxsize value; patch by Floris Bruynooghe 2010-02-26 13:22:50 +00:00
quopri.rst
random.rst #7076: mention SystemRandom class near start of the module docs; reword change description for clarity. Noted by Shawn Ligocki. 2010-02-22 02:29:10 +00:00
re.rst Merged revisions 82832,82834 via svnmerge from 2010-08-01 21:44:38 +00:00
readline.rst Merged revisions 85008,85011,85240 via svnmerge from 2010-10-06 09:33:55 +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
restricted.rst
rexec.rst Use the preferred form of raise statements in the docs. 2009-06-03 07:25:35 +00:00
rfc822.rst
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 Doc: replace PEP xxx by :pep:`xxx` to create a link on the PEP 2010-05-14 14:20:07 +00:00
sched.rst #6112: list.remove raises ValueError, not RuntimeError. 2009-05-26 07:50:23 +00:00
scrolledtext.rst
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 builtin -> built-in. 2009-07-26 14:37:28 +00:00
sgi.rst
sgmllib.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
sha.rst
shelve.rst Issue 5754: tweak shelve doc wording to make it clearer that even when 2010-02-11 01:38:42 +00:00
shlex.rst
shutil.rst removed ztar support in shutil.make_archive 2010-04-20 21:09:06 +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
smtplib.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
sndhdr.rst
socket.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
socketserver.rst Issue 7363: fix indentation in socketserver udpserver example. 2009-11-20 13:29:43 +00:00
someos.rst
spwd.rst
sqlite3.rst Merged revisions 82757-82758,82760-82764 via svnmerge from 2010-10-06 09:17:24 +00:00
ssl.rst Document that SSL v2 is insecure. 2010-05-16 14:16:56 +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 Merged revisions 85008,85011,85240 via svnmerge from 2010-10-06 09:33:55 +00:00
string.rst Merged revisions 85395 via svnmerge from 2010-10-12 23:12:45 +00:00
stringio.rst group cStringIO docs under its factory function 2010-06-29 15:18:02 +00:00
stringprep.rst
strings.rst
struct.rst Merged revisions 82757-82758,82760-82764 via svnmerge from 2010-10-06 09:17:24 +00:00
subprocess.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
sun.rst
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
symtable.rst fix extra 't' #8778 2010-05-20 22:23:37 +00:00
sys.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
sysconfig.rst Reword paragraph; fix filename, which should be pyconfig.h 2010-05-06 01:09:47 +00:00
syslog.rst Markup fixes. 2010-04-24 08:56:58 +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 Punctuation fix 2010-04-11 01:40:06 +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 83072 via svnmerge from 2010-07-23 12:07:27 +00:00
textwrap.rst
thread.rst Remove official documentation entry for thread._count() and make the 2009-10-30 22:19:09 +00:00
threading.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
time.rst Issue #8899: time.struct_time now has class and atribute docstrings. 2010-06-05 14:54:26 +00:00
timeit.rst Fixed a wrong apostrophe 2009-06-28 00:07:45 +00:00
tix.rst
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
tokenize.rst
trace.rst Remove trailing whitespace. 2009-01-03 20:55:06 +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
turtle.rst Merged revisions 84945 via svnmerge from 2010-10-06 09:32:48 +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 Link specifically to the UCD version 5.2.0. 2010-03-23 00:38:12 +00:00
unittest.rst Merged revisions 84945 via svnmerge from 2010-10-06 09:32:48 +00:00
unix.rst
urllib.rst Merged revisions 85101 via svnmerge from 2010-09-29 11:30:52 +00:00
urllib2.rst Merged revisions 85232 via svnmerge from 2010-10-05 18:45:00 +00:00
urlparse.rst Merged revisions 83900 via svnmerge from 2010-08-09 20:14:11 +00:00
user.rst
userdict.rst
uu.rst
uuid.rst
warnings.rst #6647: add note to two examples 2010-04-02 17:54:26 +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 Backport of weakref.WeakSet and tests from Python 3. 2010-03-29 20:04:23 +00:00
webbrowser.rst Added markup and default arg, fixed example 2009-12-24 02:54:53 +00:00
whichdb.rst
windows.rst
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
xml.dom.minidom.rst #7637: update discussion of minidom.unlink() and garbage collection 2010-03-01 19:45:21 +00:00
xml.dom.pulldom.rst
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
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
xml.sax.utils.rst
xmllib.rst
xmlrpclib.rst #7802: fix invalid example (heh). 2010-01-30 17:57:48 +00:00
zipfile.rst Merged revisions 83536,83546-83548,83550,83554-83555,83558,83563,83565,83571,83574-83575 via svnmerge from 2010-08-02 21:44:25 +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