cpython/Doc/lib
Thomas Wouters 9fe394c1be Merged revisions 53538-53622 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r53545 | andrew.kuchling | 2007-01-24 21:06:41 +0100 (Wed, 24 Jan 2007) | 1 line

  Strengthen warning about using lock()
........
  r53556 | thomas.heller | 2007-01-25 19:34:14 +0100 (Thu, 25 Jan 2007) | 3 lines

  Fix for #1643874: When calling SysAllocString, create a PyCObject
  which will eventually call SysFreeString to free the BSTR resource.
........
  r53563 | andrew.kuchling | 2007-01-25 21:02:13 +0100 (Thu, 25 Jan 2007) | 1 line

  Add item
........
  r53564 | brett.cannon | 2007-01-25 21:22:02 +0100 (Thu, 25 Jan 2007) | 8 lines

  Fix time.strptime's %U support.  Basically rewrote the algorithm to be more
  generic so that one only has to shift certain values based on whether the week
  was specified to start on Monday or Sunday.  Cut out a lot of edge case code
  compared to the previous version.  Also broke algorithm out into its own
  function (that is private to the module).

  Fixes bug #1643943 (thanks Biran Nahas for the report).
........
  r53570 | brett.cannon | 2007-01-26 00:30:39 +0100 (Fri, 26 Jan 2007) | 4 lines

  Remove specific mention of my name and email address from modules.  Not really
  needed and all bug reports should go to the bug tracker, not directly to me.
  Plus I am not the only person to have edited these files at this point.
........
  r53573 | fred.drake | 2007-01-26 17:28:44 +0100 (Fri, 26 Jan 2007) | 1 line

  fix typo (extraneous ")")
........
  r53575 | georg.brandl | 2007-01-27 18:43:02 +0100 (Sat, 27 Jan 2007) | 4 lines

  Patch #1638243: the compiler package is now able to correctly compile
  a with statement; previously, executing code containing a with statement
  compiled by the compiler package crashed the interpreter.
........
  r53578 | georg.brandl | 2007-01-27 18:59:42 +0100 (Sat, 27 Jan 2007) | 3 lines

  Patch #1634778: add missing encoding aliases for iso8859_15 and
  iso8859_16.
........
  r53579 | georg.brandl | 2007-01-27 20:38:50 +0100 (Sat, 27 Jan 2007) | 2 lines

  Bug #1645944: os.access now returns bool but docstring is not updated
........
  r53590 | brett.cannon | 2007-01-28 21:58:00 +0100 (Sun, 28 Jan 2007) | 2 lines

  Use the thread lock's context manager instead of a try/finally statement.
........
  r53591 | brett.cannon | 2007-01-29 05:41:44 +0100 (Mon, 29 Jan 2007) | 2 lines

  Add a test for slicing an exception.
........
  r53594 | andrew.kuchling | 2007-01-29 21:21:43 +0100 (Mon, 29 Jan 2007) | 1 line

  Minor edits to the curses HOWTO
........
  r53596 | andrew.kuchling | 2007-01-29 21:55:40 +0100 (Mon, 29 Jan 2007) | 1 line

  Various minor edits
........
  r53597 | andrew.kuchling | 2007-01-29 22:28:48 +0100 (Mon, 29 Jan 2007) | 1 line

  More edits
........
  r53601 | tim.peters | 2007-01-30 04:03:46 +0100 (Tue, 30 Jan 2007) | 2 lines

  Whitespace normalization.
........
  r53603 | georg.brandl | 2007-01-30 21:21:30 +0100 (Tue, 30 Jan 2007) | 2 lines

  Bug #1648191: typo in docs.
........
  r53605 | brett.cannon | 2007-01-30 22:34:36 +0100 (Tue, 30 Jan 2007) | 8 lines

  No more raising of string exceptions!

  The next step of PEP 352 (for 2.6) causes raising a string exception to trigger
  a TypeError.  Trying to catch a string exception raises a DeprecationWarning.
  References to string exceptions has been removed from the docs since they are
  now just an error.
........
  r53618 | raymond.hettinger | 2007-02-01 22:02:59 +0100 (Thu, 01 Feb 2007) | 1 line

  Bug #1648179:  set.update() not recognizing __iter__ overrides in dict subclasses.
........
2007-02-05 01:24:16 +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 46753-51188 via svnmerge from 2006-08-11 14:57:12 +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 Fix typos: despatcher -> dispatcher. 2002-09-17 15:19:12 +00:00
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 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 2006-05-27 19:21:47 +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 Patch #1550800: make exec a function. 2006-09-06 06:51:57 +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 Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +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 Part of SF patch #1513870 (the still relevant part) -- add reduce() to 2006-08-26 20:49:04 +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 Remove mention of deprecated xreadlines method. 2002-08-06 17:03:25 +00:00
libhashlib.tex Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
libheapq.tex Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +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 Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +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 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 2006-05-27 19:21:47 +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 Add deprecation notices to the documentation to reflect recent additions to 2002-09-25 22:13:27 +00:00
libmimify.tex Add deprecation notices to the documentation to reflect recent additions to 2002-09-25 22:13:27 +00:00
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 Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +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 SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +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 Excise the sets module. SF #1500611 by Collin Winter. 2007-01-10 01:28:32 +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 53451-53537 via svnmerge from 2007-02-01 18:02:27 +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 53005-53303 via svnmerge from 2007-01-09 23:18:33 +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 46753-51188 via svnmerge from 2006-08-11 14:57:12 +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 Point to the PyXML package as an extended version of the "xml" package 2002-10-23 20:58:32 +00:00
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