cpython/Doc/lib
Thomas Wouters 27d517b21b Merged revisions 53875-53911 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r53899 | neal.norwitz | 2007-02-25 16:52:27 +0100 (Sun, 25 Feb 2007) | 1 line

  Add more details when releasing interned strings
........
  r53900 | neal.norwitz | 2007-02-25 16:53:36 +0100 (Sun, 25 Feb 2007) | 1 line

  Whitespace only changes
........
  r53901 | jeremy.hylton | 2007-02-25 16:57:45 +0100 (Sun, 25 Feb 2007) | 8 lines

  Fix crash in exec when unicode filename can't be decoded.

  I can't think of an easy way to test this behavior.  It only occurs
  when the file system default encoding and the interpreter default
  encoding are different, such that you can open the file but not decode
  its name.
........
  r53902 | jeremy.hylton | 2007-02-25 17:01:58 +0100 (Sun, 25 Feb 2007) | 2 lines

  Put declarations before code.
........
  r53910 | fred.drake | 2007-02-25 18:56:27 +0100 (Sun, 25 Feb 2007) | 3 lines

  - SF patch #1657613: add documentation for the Element interface
  - clean up bogus use of the {datadescni} environment everywhere
........
  r53911 | neal.norwitz | 2007-02-25 20:44:48 +0100 (Sun, 25 Feb 2007) | 17 lines

  Variation of patch # 1624059 to speed up checking if an object is a subclass
  of some of the common builtin types.

  Use a bit in tp_flags for each common builtin type.  Check the bit
  to determine if any instance is a subclass of these common types.
  The check avoids a function call and O(n) search of the base classes.
  The check is done in the various Py*_Check macros rather than calling
  PyType_IsSubtype().

  All the bits are set in tp_flags when the type is declared
  in the Objects/*object.c files because PyType_Ready() is not called
  for all the types.  Should PyType_Ready() be called for all types?
  If so and the change is made, the changes to the Objects/*object.c files
  can be reverted (remove setting the tp_flags).  Objects/typeobject.c
  would also have to be modified to add conditions
  for Py*_CheckExact() in addition to each the PyType_IsSubtype check.
........
2007-02-25 20:39:11 +00:00
..
sqlite3 SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00
archiving.tex Add some chapter introductions (not linked into the LibRef yet) 2005-12-22 20:12:39 +00:00
asttable.tex Get rid of some more cases of backquotes. parsermodule.c doesn't compile 2006-08-29 04:40:24 +00:00
caseless.py Whitespace normalization, via reindent.py. 2004-07-18 06:25:50 +00:00
compiler.tex Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
custominterp.tex Add more chapter intros 2005-12-22 20:27:43 +00:00
datatypes.tex Add some chapter introductions (not linked into the LibRef yet) 2005-12-22 20:12:39 +00:00
development.tex Add more chapter intros 2005-12-22 20:27:43 +00:00
distutils.tex fix typo 2004-03-25 16:14:17 +00:00
email-dir.py Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
email-mime.py Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
email-simple.py Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
email-unpack.py SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00
email.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
emailcharsets.tex Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
emailencoders.tex Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
emailexc.tex Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
emailgenerator.tex Merged revisions 53623-53858 via svnmerge from 2007-02-23 15:07:44 +00:00
emailheaders.tex Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
emailiter.tex Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
emailmessage.tex Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
emailmimebase.tex Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
emailparser.tex Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
emailutil.tex Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
fileformats.tex Add some chapter introductions (not linked into the LibRef yet) 2005-12-22 20:12:39 +00:00
filesys.tex Add some chapter introductions (not linked into the LibRef yet) 2005-12-22 20:12:39 +00:00
frameworks.tex Add more chapter intros 2005-12-22 20:27:43 +00:00
i18n.tex Add some chapter introductions (not linked into the LibRef yet) 2005-12-22 20:12:39 +00:00
internet.tex
ipc.tex Add some chapter introductions (not linked into the LibRef yet) 2005-12-22 20:12:39 +00:00
language.tex Typo fix 2005-12-22 18:55:43 +00:00
lib.tex Excise the sets module. SF #1500611 by Collin Winter. 2007-01-10 01:28:32 +00:00
libaifc.tex
libal.tex Fix unbalanced parenthesis in text. 2003-07-14 18:36:47 +00:00
liballos.tex
libamoeba.tex
libanydbm.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
libarray.tex Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
libascii.tex
libast.tex Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
libasynchat.tex
libasyncore.tex Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
libatexit.tex Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
libaudioop.tex Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
libbase64.tex Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
libbasehttp.tex Patch #1417555: SimpleHTTPServer now returns Last-Modified headers. 2006-02-17 13:34:16 +00:00
libbastion.tex [Bug #729817] Document the rexec and Bastion modules as dead 2003-05-13 14:16:18 +00:00
libbinascii.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
libbinhex.tex
libbisect.tex * Move collections.deque() in from the sandbox 2004-01-29 06:37:52 +00:00
libbltin.tex discuss how the __builtin__ module is normally used, and try to clarify the 2004-12-23 16:50:36 +00:00
libbsddb.tex Merged revisions 53005-53303 via svnmerge from 2007-01-09 23:18:33 +00:00
libbz2.tex Merged revisions 53005-53303 via svnmerge from 2007-01-09 23:18:33 +00:00
libcalendar.tex Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
libcd.tex SF Patch #1093896: miscellaneous doc typos 2005-01-01 00:28:46 +00:00
libcfgparser.tex Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
libcgi.tex Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
libcgihttp.tex SF patch #1055159 via Titus Brown: Document redirect limitation. 2004-12-22 14:19:09 +00:00
libcgitb.tex Correct incorrect "it's" to "its". 2004-08-26 10:40:12 +00:00
libchunk.tex
libcmath.tex SF Patch #1093896: miscellaneous doc typos 2005-01-01 00:28:46 +00:00
libcmd.tex Get rid of a bunch more raw_input references 2006-03-17 06:49:51 +00:00
libcmp.tex
libcmpcache.tex
libcode.tex Get rid of a bunch more raw_input references 2006-03-17 06:49:51 +00:00
libcodecs.tex Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 2006-05-27 19:21:47 +00:00
libcodeop.tex Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 2006-05-27 19:21:47 +00:00
libcollections.tex Merged revisions 53623-53858 via svnmerge from 2007-02-23 15:07:44 +00:00
libcolorsys.tex Fix broken link (closes bug #852236). Thanks to Fedor Baart for bug file and 2003-12-11 04:37:24 +00:00
libcommands.tex Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
libcompileall.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
libconsts.tex Patch #1550786: ellipsis literal. 2006-09-06 07:06:08 +00:00
libcontextlib.tex Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 2006-05-27 19:21:47 +00:00
libcookie.tex Correct typos and markup errors (Raymond, thanks for texcheck) 2006-01-23 21:33:03 +00:00
libcookielib.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
libcopy.tex - Patch 1433928: 2006-02-25 22:38:04 +00:00
libcopyreg.tex work around whitespace bugs in the HTML version 2003-12-30 22:17:16 +00:00
libcrypt.tex Get rid of a bunch more raw_input references 2006-03-17 06:49:51 +00:00
libcrypto.tex Update text 2005-12-22 19:38:57 +00:00
libcsv.tex SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00
libctypes.tex Merged revisions 53005-53303 via svnmerge from 2007-01-09 23:18:33 +00:00
libcurses.tex [Bug #1219862] Document correct argument range for pair_content() 2005-06-14 14:45:24 +00:00
libcursespanel.tex Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 2006-05-27 19:21:47 +00:00
libdatetime.tex Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
libdbhash.tex Minor fixups 2003-09-16 21:45:22 +00:00
libdbm.tex
libdecimal.tex Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
libdifflib.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
libdircache.tex describe reset() 2005-01-05 07:03:53 +00:00
libdis.tex * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. 2007-02-09 21:28:07 +00:00
libdl.tex Correct typos and markup errors (Raymond, thanks for texcheck) 2006-01-23 21:33:03 +00:00
libdoctest.tex Merge the rest of the trunk. 2006-06-08 15:35:45 +00:00
libdocxmlrpc.tex Correct methoddesc environments. 2003-04-18 21:48:13 +00:00
libdumbdbm.tex Merge the old dumbdbm documetation into the new docs that have been added. 2003-07-21 15:30:15 +00:00
libdummythread.tex - fix use of \refmodule markup 2002-12-30 23:00:36 +00:00
libdummythreading.tex - fix use of \refmodule markup 2002-12-30 23:00:36 +00:00
liberrno.tex
libetree.tex Merged revisions 53875-53911 via svnmerge from 2007-02-25 20:39:11 +00:00
libexcs.tex Merged revisions 53538-53622 via svnmerge from 2007-02-05 01:24:16 +00:00
libfcntl.tex Tweak note about using os.open to lock files if O_SHLOCK and O_EXLOCK are 2005-06-08 02:28:11 +00:00
libfilecmp.tex SF Patch #1093896: miscellaneous doc typos 2005-01-01 00:28:46 +00:00
libfileinput.tex Fix typpo. 2006-02-19 20:08:18 +00:00
libfl.tex
libfm.tex
libfnmatch.tex
libformatter.tex
libfpectl.tex Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
libfpformat.tex
libftplib.tex Fixed spacing and unbalanced brackets or parenthesis. 2003-05-10 03:35:37 +00:00
libfuncs.tex Merged revisions 53005-53303 via svnmerge from 2007-01-09 23:18:33 +00:00
libfunctools.tex Merged revisions 53623-53858 via svnmerge from 2007-02-23 15:07:44 +00:00
libfuture.tex Typo 2006-01-22 16:11:01 +00:00
libgc.tex Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
libgdbm.tex SF Patch #1093896: miscellaneous doc typos 2005-01-01 00:28:46 +00:00
libgetopt.tex SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00
libgetpass.tex Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 2006-05-27 19:21:47 +00:00
libgettext.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
libgl.tex
libglob.tex Patch #943206: 2005-01-08 13:13:19 +00:00
libgopherlib.tex Add deprecation notices to modules deprecated since 2000. 2006-02-17 11:18:58 +00:00
libgrp.tex patch [ 1274630 ] documentation fixes 2005-08-27 17:04:58 +00:00
libgzip.tex
libhashlib.tex Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
libheapq.tex Merged revisions 53623-53858 via svnmerge from 2007-02-23 15:07:44 +00:00
libhmac.tex [ sf.net patch # 1121611 ] 2005-08-21 18:45:59 +00:00
libhotshot.tex Patch #1550800: make exec a function. 2006-09-06 06:51:57 +00:00
libhtmllib.tex document the exceptions raised by sgmllib, htmllib, and HTMLParser 2004-09-10 01:20:21 +00:00
libhtmlparser.tex Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 2006-05-27 19:21:47 +00:00
libhttplib.tex Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
libimageop.tex Merged revisions 53538-53622 via svnmerge from 2007-02-05 01:24:16 +00:00
libimaplib.tex Add versionadded note for new methods 2006-02-07 07:23:26 +00:00
libimgfile.tex SF Patch #1093896: miscellaneous doc typos 2005-01-01 00:28:46 +00:00
libimghdr.tex SF #75103: imghdr -- identify JPEGs in EXIF format 2005-01-07 08:15:41 +00:00
libimp.tex Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
libinspect.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
libintro.tex
libitertools.tex Merged revisions 53623-53858 via svnmerge from 2007-02-23 15:07:44 +00:00
libjpeg.tex
libkeyword.tex
liblinecache.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
liblocale.tex Merged revisions 53623-53858 via svnmerge from 2007-02-23 15:07:44 +00:00
liblogging.tex Merged revisions 53304-53433,53435-53450 via svnmerge from 2007-01-15 15:49:28 +00:00
libmailbox.tex Merged revisions 53538-53622 via svnmerge from 2007-02-05 01:24:16 +00:00
libmailcap.tex
libmain.tex
libmarshal.tex Missed this documentation change about my marshal-floats-binarywise 2005-06-15 11:38:01 +00:00
libmath.tex Explain that most floats are actually integers. This is a common confusion 2004-07-26 05:12:01 +00:00
libmd5.tex [ 1388141 ] Minor error in md5 docs 2005-12-22 16:15:00 +00:00
libmhlib.tex
libmimetools.tex SF Patch #1093896: miscellaneous doc typos 2005-01-01 00:28:46 +00:00
libmimetypes.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
libmimewriter.tex
libmimify.tex
libmisc.tex
libmm.tex
libmmap.tex Merged revisions 53005-53303 via svnmerge from 2007-01-09 23:18:33 +00:00
libmodulefinder.tex added a few missing \versionadded{2.3} tags 2006-01-11 00:14:29 +00:00
libmsilib.tex Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
libmsvcrt.tex minor markup adjustment 2003-12-18 20:58:34 +00:00
libmultifile.tex Document "multifile" as deprecated. 2006-02-21 19:23:49 +00:00
libmutex.tex
libnetrc.tex clarify - restrict version mention to the trunk version 2003-04-23 20:35:14 +00:00
libnew.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
libni.tex
libnis.tex Patch #1422385: Changes to nis module to support multiple NIS domains 2006-02-04 19:12:37 +00:00
libnntplib.tex Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
libobjs.tex fix weird capitalization of "built-in" 2004-12-23 16:22:45 +00:00
liboperator.tex - patch #1600346 submitted by Tomer Filiba 2006-11-28 19:15:13 +00:00
liboptparse.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
libos.tex Merged revisions 53623-53858 via svnmerge from 2007-02-23 15:07:44 +00:00
libossaudiodev.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
libpanel.tex
libparser.tex Patch #1550800: make exec a function. 2006-09-06 06:51:57 +00:00
libpdb.tex Patch #1550800: make exec a function. 2006-09-06 06:51:57 +00:00
libpickle.tex Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
libpickletools.tex added a few missing \versionadded{2.3} tags 2006-01-11 00:14:29 +00:00
libpipes.tex Correct misspellings. 2006-01-23 22:00:17 +00:00
libpkgutil.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
libplatform.tex SF Patch #1093896: miscellaneous doc typos 2005-01-01 00:28:46 +00:00
libpopen2.tex Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
libpoplib.tex bug [ 1252706 ] poplib list() docstring fix (and docs too) 2005-08-05 21:01:58 +00:00
libposix.tex
libposixfile.tex
libposixpath.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
libpprint.tex Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn 2006-06-08 14:42:34 +00:00
libprofile.tex Patch #1550800: make exec a function. 2006-09-06 06:51:57 +00:00
libpty.tex
libpwd.tex Improve (?) description of system dependence of access to the pw_passwd 2005-03-02 04:29:23 +00:00
libpyclbr.tex fix typo in markup 2003-11-10 14:50:54 +00:00
libpycompile.tex Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
libpydoc.tex mention new module doc display feature of pydoc in libref and NEWS 2003-09-10 19:04:13 +00:00
libpyexpat.tex Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
libpython.tex
libqueue.tex Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
libquopri.tex
librandom.tex Merged revisions 53451-53537 via svnmerge from 2007-02-01 18:02:27 +00:00
libre.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
libreadline.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
librepr.tex Updated to reflect new types. 2004-05-22 16:38:11 +00:00
libresource.tex SF Patch #1093896: miscellaneous doc typos 2005-01-01 00:28:46 +00:00
librestricted.tex [Bug #729817] Document the rexec and Bastion modules as dead 2003-05-13 14:16:18 +00:00
librexec.tex Patch #1550800: make exec a function. 2006-09-06 06:51:57 +00:00
librfc822.tex SF Patch #1093896: miscellaneous doc typos 2005-01-01 00:28:46 +00:00
librgbimg.tex Add deprecation notices to modules deprecated since 2000. 2006-02-17 11:18:58 +00:00
librlcompleter.tex Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 2006-05-27 19:21:47 +00:00
librobotparser.tex update norobots link 2003-07-14 17:04:50 +00:00
librunpy.tex Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 2006-05-27 19:21:47 +00:00
libsched.tex
libselect.tex SF Patch #1093896: miscellaneous doc typos 2005-01-01 00:28:46 +00:00
libsets.tex Excise the sets module. SF #1500611 by Collin Winter. 2007-01-10 01:28:32 +00:00
libsgi.tex
libsgmllib.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
libsha.tex [ sf.net patch # 1121611 ] 2005-08-21 18:45:59 +00:00
libshelve.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
libshlex.tex bug [ 1298120 ] shlex does not support unicode 2005-09-29 20:24:06 +00:00
libshutil.tex Merged revisions 53623-53858 via svnmerge from 2007-02-23 15:07:44 +00:00
libsignal.tex Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
libsimplehttp.tex Patch #1417555: SimpleHTTPServer now returns Last-Modified headers. 2006-02-17 13:34:16 +00:00
libsimplexmlrpc.tex Merged revisions 53005-53303 via svnmerge from 2007-01-09 23:18:33 +00:00
libsite.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
libsmtpd.tex Added documentation for the "smtpd" module. 2004-07-11 16:25:25 +00:00
libsmtplib.tex Merged revisions 53304-53433,53435-53450 via svnmerge from 2007-01-15 15:49:28 +00:00
libsndhdr.tex
libsocket.tex Merged revisions 53304-53433,53435-53450 via svnmerge from 2007-01-15 15:49:28 +00:00
libsocksvr.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
libsomeos.tex
libspwd.tex patch [ 1274630 ] documentation fixes 2005-08-27 17:04:58 +00:00
libsqlite3.tex Merged revisions 53005-53303 via svnmerge from 2007-01-09 23:18:33 +00:00
libstat.tex fix various descriptions of "ctime" 2004-05-12 03:51:40 +00:00
libstatvfs.tex
libstdtypes.tex Merged revisions 53623-53858 via svnmerge from 2007-02-23 15:07:44 +00:00
libstdwin.tex Get rid of most of the remaining uses of <>. There's still Tools/* thogh. 2006-08-29 04:39:12 +00:00
libstring.tex Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
libstringio.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
libstringprep.tex added a few missing \versionadded{2.3} tags 2006-01-11 00:14:29 +00:00
libstrings.tex
libstruct.tex Merged revisions 53623-53858 via svnmerge from 2007-02-23 15:07:44 +00:00
libsubprocess.tex SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00
libsun.tex a couple other sunos4 support items removed 2004-02-07 12:50:19 +00:00
libsunau.tex
libsunaudio.tex
libsymbol.tex
libsys.tex Patch #1601678: move intern() to sys.intern(). 2006-12-19 20:50:34 +00:00
libsyslog.tex
libtabnanny.tex use consistent email address for Tim 2003-12-30 16:15:35 +00:00
libtarfile.tex Merged revisions 53623-53858 via svnmerge from 2007-02-23 15:07:44 +00:00
libtelnetlib.tex Get rid of a bunch more raw_input references 2006-03-17 06:49:51 +00:00
libtempfile.tex Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
libtermios.tex Get rid of a bunch more raw_input references 2006-03-17 06:49:51 +00:00
libtest.tex Merged revisions 53304-53433,53435-53450 via svnmerge from 2007-01-15 15:49:28 +00:00
libtextwrap.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
libthread.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
libthreading.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
libtime.tex Merged revisions 53451-53537 via svnmerge from 2007-02-01 18:02:27 +00:00
libtimeit.tex - patch #1600346 submitted by Tomer Filiba 2006-11-28 19:15:13 +00:00
libtoken.tex
libtokenize.tex Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 2006-05-27 19:21:47 +00:00
libtrace.tex Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 2006-05-27 19:21:47 +00:00
libtraceback.tex Patch #1550800: make exec a function. 2006-09-06 06:51:57 +00:00
libtty.tex Use correct constant; remove reference to TERMIOS.py 2004-08-31 13:05:36 +00:00
libturtle.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
libtypes.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
libundoc.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
libunicodedata.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
libunittest.tex Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
libunix.tex
liburllib.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
liburllib2.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
liburlparse.tex Merged revisions 53005-53303 via svnmerge from 2007-01-09 23:18:33 +00:00
libuser.tex minor cleanup of example 2003-12-30 23:01:19 +00:00
libuserdict.tex bug [ 1166582 ] IterableUserDict not in docs 2005-06-25 21:03:52 +00:00
libuu.tex minor edits: 2005-03-03 17:25:04 +00:00
libuuid.tex Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
libwarnings.tex Merge current trunk into p3yk. This includes the PyNumber_Index API change, 2006-08-21 19:07:27 +00:00
libwave.tex
libweakref.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
libwebbrowser.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
libwhichdb.tex
libwinreg.tex - patch #1600346 submitted by Tomer Filiba 2006-11-28 19:15:13 +00:00
libwinsound.tex remove out-of-date count of the functions in winsound 2004-04-28 03:57:47 +00:00
libwsgiref.tex Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
libxdrlib.tex SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00
libxmllib.tex
libxmlrpclib.tex SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00
libzipfile.tex Merged revisions 53623-53858 via svnmerge from 2007-02-23 15:07:44 +00:00
libzipimport.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
libzlib.tex Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 2006-05-27 19:21:47 +00:00
markup.tex
mimelib.tex Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
minidom-example.py Whitespace normalization, via reindent.py. 2004-07-18 06:25:50 +00:00
modules.tex Add more chapter intros 2005-12-22 20:27:43 +00:00
netdata.tex
numeric.tex Add some chapter introductions (not linked into the LibRef yet) 2005-12-22 20:12:39 +00:00
persistence.tex Add some chapter introductions (not linked into the LibRef yet) 2005-12-22 20:12:39 +00:00
required_1.py Whitespace normalization, via reindent.py. 2004-07-18 06:25:50 +00:00
required_2.py SF #642236, optparse LaTeX docs by Johannes Gijsbers 2003-01-06 16:51:37 +00:00
tkinter.tex Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
tzinfo-examples.py "Premature" doc changes, for new astimezone() rules, and the new 2003-01-22 04:45:50 +00:00
windows.tex
xmldom.tex Patch #1051321 (fixes bugs 1010196, 1013525), by Mike Brown: 2005-01-09 00:36:53 +00:00
xmldomminidom.tex Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
xmldompulldom.tex typo 2006-01-09 22:01:18 +00:00
xmletree.tex r1076@spiff: Fredrik | 2005-12-12 22:32:28 +0100 2005-12-12 21:59:44 +00:00
xmlsax.tex Change email address. 2003-04-18 22:04:34 +00:00
xmlsaxhandler.tex Bug #1397205: doc typo 2006-01-10 21:37:26 +00:00
xmlsaxreader.tex Change email address. 2003-04-18 22:04:34 +00:00
xmlsaxutils.tex fix various typos; thanks, George Yoshida! 2004-05-12 03:07:27 +00:00