cpython/Doc/lib
Guido van Rossum 7eaf8223a0 Merged revisions 55962-56019 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/p3yk

................
  r55985 | neal.norwitz | 2007-06-14 20:14:38 -0700 (Thu, 14 Jun 2007) | 2 lines

  All these tests have been flaky wrt reporting leaks.  Disable them.
................
  r56003 | neal.norwitz | 2007-06-15 19:41:09 -0700 (Fri, 15 Jun 2007) | 1 line

  Fix typo (certain).
................
  r56004 | neal.norwitz | 2007-06-15 20:54:18 -0700 (Fri, 15 Jun 2007) | 4 lines

  Fix it so test_os no longer reports ref leaks by clearing all the caches
  the ABCMeta stores on the class.  Apply this to all the ABC collections
  as well as the class of os.environ which inherits from an ABC collection.
................
  r56013 | neal.norwitz | 2007-06-17 19:56:31 -0700 (Sun, 17 Jun 2007) | 4 lines

  This should make it a little easier when adding new collections which use ABCs.
  The new subclass won't need to be listed in regrtest.
  It will be even better when Guido adds weakrefs. :-)
................
  r56014 | martin.v.loewis | 2007-06-17 20:15:51 -0700 (Sun, 17 Jun 2007) | 1 line

  Drop inline, as it's not support by VS 2003.
................
  r56015 | martin.v.loewis | 2007-06-17 20:17:19 -0700 (Sun, 17 Jun 2007) | 1 line

  Expect long objects for DWORD values.
................
  r56016 | martin.v.loewis | 2007-06-17 20:18:01 -0700 (Sun, 17 Jun 2007) | 1 line

  Drop modules that have been deleted.
................
  r56017 | martin.v.loewis | 2007-06-17 20:18:55 -0700 (Sun, 17 Jun 2007) | 1 line

  Bump DLL version number to 30.
................
  r56018 | neal.norwitz | 2007-06-17 20:55:43 -0700 (Sun, 17 Jun 2007) | 62 lines

  Merged revisions 55951-56013 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r55956 | thomas.heller | 2007-06-13 00:07:03 -0700 (Wed, 13 Jun 2007) | 2 lines

    Do not hardcode the buildbot's directory name.
  ........
    r55957 | thomas.heller | 2007-06-13 00:07:41 -0700 (Wed, 13 Jun 2007) | 2 lines

    Notes about building tcl/tk for windows/AMD64.
  ........
    r55958 | thomas.heller | 2007-06-13 00:54:57 -0700 (Wed, 13 Jun 2007) | 2 lines

    Build bzip2.
  ........
    r55962 | walter.doerwald | 2007-06-13 09:57:12 -0700 (Wed, 13 Jun 2007) | 8 lines

    Add T_PYSSIZET in structmember.h: This can be used for
    Py_ssize_t members.

    Simplify the implementation of UnicodeError objects:
    start and end attributes are now stored directly as
    Py_ssize_t members, which simplifies various get and
    set functions.
  ........
    r55975 | martin.v.loewis | 2007-06-14 13:46:25 -0700 (Thu, 14 Jun 2007) | 3 lines

    Patch #1734014: Use _I64_MAX instead of LLONG_MAX.
    Will backport to 2.5.
  ........
    r55984 | neal.norwitz | 2007-06-14 20:11:41 -0700 (Thu, 14 Jun 2007) | 4 lines

    urllib2_localnet says it leaks probably due to threads. So ignore it.
    popen2 is also complaining probably for similar reasons.
    make install always reports failure, so don't mail in this case.
  ........
    r56001 | andrew.kuchling | 2007-06-15 15:43:03 -0700 (Fri, 15 Jun 2007) | 1 line

    Add a word
  ........
    r56005 | martin.v.loewis | 2007-06-16 03:08:43 -0700 (Sat, 16 Jun 2007) | 2 lines

    Mention Senthil Kumaran.
  ........
    r56006 | georg.brandl | 2007-06-16 10:10:12 -0700 (Sat, 16 Jun 2007) | 2 lines

    Add missing \versionadded.
  ........
    r56009 | neal.norwitz | 2007-06-17 11:48:32 -0700 (Sun, 17 Jun 2007) | 1 line

    SF #1738670, make example in doc work
  ........
    r56011 | neal.norwitz | 2007-06-17 19:46:36 -0700 (Sun, 17 Jun 2007) | 1 line

    SF #1738754, remove extra backslash in string
  ........
    r56012 | neal.norwitz | 2007-06-17 19:50:15 -0700 (Sun, 17 Jun 2007) | 1 line

    Revert last change for SF #1738754, there's no print in there.
  ........
................
2007-06-18 17:58:50 +00:00
..
sqlite3 PEP 3114: rename .next() to .__next__() and add next() builtin. 2007-04-21 15:47:16 +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
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 53952-54987 via svnmerge from 2007-04-27 19:54:29 +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 Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +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 Minor changes to match the style guide. 2001-07-14 02:50:55 +00:00
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 Merged revisions 55631-55794 via svnmerge from 2007-06-06 23:52:48 +00:00
libaifc.tex Fix up a few style nits -- avoid "e.g." and "i.e." -- these make 2001-07-06 19:28:48 +00:00
liballos.tex Rob W. W. Hooft's spelling fixes for the Library Reference. I hope 2000-07-16 19:01:10 +00:00
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 Work around limitations of the module synopsis table generation to avoid 2001-05-09 15:50:17 +00:00
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 Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libatexit.tex Patch #1680961: remove sys.exitfunc and replace it with a private C API. Also, reimplement atexit in C so it can take advantage of this private API. 2007-03-21 02:57:17 +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 fix some markup errors 2007-04-26 04:43:39 +00:00
libbasehttp.tex Patch #1417555: SimpleHTTPServer now returns Last-Modified headers. 2006-02-17 13:34:16 +00:00
libbinascii.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
libbinhex.tex Added description of binhex.Error. 2002-03-25 16:37:56 +00:00
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 55225-55227,55229-55269 via svnmerge from 2007-05-11 16:50:42 +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
libcfgparser.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +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 Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libchunk.tex Update docs for bool changes by Guido around April 6 2002-04-09 18:15:00 +00:00
libcmath.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libcmd.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libcmp.tex Removed references to Python 1.5.3; that was a "tentative" number I used 2001-01-25 17:29:18 +00:00
libcmpcache.tex Use the \note and \warning macros where appropriate. 2001-10-20 04:24:09 +00:00
libcode.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libcodecs.tex Rip out all codecs that can't work in a unicode/bytes world: 2007-06-12 16:40:17 +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 55407-55513 via svnmerge from 2007-05-22 18:11:13 +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 Merged revisions 55225-55227,55229-55269 via svnmerge from 2007-05-11 16:50:42 +00:00
libcompileall.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
libconsts.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libcontextlib.tex Merged revisions 55407-55513 via svnmerge from 2007-05-22 18:11:13 +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 53952-54987 via svnmerge from 2007-04-27 19:54:29 +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 PEP 3114: rename .next() to .__next__() and add next() builtin. 2007-04-21 15:47:16 +00:00
libctypes.tex Merged revisions 55817-55961 via svnmerge from 2007-06-13 18:07:49 +00:00
libcurses.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libcursespanel.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libdatetime.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libdbhash.tex Merged revisions 55007-55179 via svnmerge from 2007-05-07 22:24:25 +00:00
libdbm.tex Add some comments on the available implementations that this module can 2000-09-15 21:31:31 +00:00
libdecimal.tex Merged revisions 55817-55961 via svnmerge from 2007-06-13 18:07:49 +00:00
libdifflib.tex Merged revisions 55325-55327 via svnmerge from 2007-05-14 22:51:27 +00:00
libdircache.tex describe reset() 2005-01-05 07:03:53 +00:00
libdis.tex PEP 3114: rename .next() to .__next__() and add next() builtin. 2007-04-21 15:47:16 +00:00
libdl.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libdoctest.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libdocxmlrpc.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libdumbdbm.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +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 Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>. 2000-10-10 17:03:45 +00:00
libetree.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libexcs.tex Merged revisions 55817-55961 via svnmerge from 2007-06-13 18:07:49 +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
libfnmatch.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libformatter.tex "boolean" --> "Boolean" (per the style guide). 2001-10-01 17:04:10 +00:00
libfpectl.tex Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
libfpformat.tex Use the \note and \warning macros where appropriate. 2001-10-20 04:24:09 +00:00
libftplib.tex Merged revisions 55817-55961 via svnmerge from 2007-06-13 18:07:49 +00:00
libfuncs.tex Merged revisions 55817-55961 via svnmerge from 2007-06-13 18:07:49 +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 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libglob.tex Patch #943206: 2005-01-08 13:13:19 +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 Merged revisions 53623-53858 via svnmerge from 2007-02-23 15:07:44 +00:00
libhmac.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libhotshot.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libhtmllib.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libhtmlparser.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libhttplib.tex Merged revisions 55817-55961 via svnmerge from 2007-06-13 18:07:49 +00:00
libimaplib.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libimghdr.tex SF #75103: imghdr -- identify JPEGs in EXIF format 2005-01-07 08:15:41 +00:00
libimp.tex Merged revisions 55631-55794 via svnmerge from 2007-06-06 23:52:48 +00:00
libinspect.tex Change all the function attributes from func_* -> __*__. This gets rid 2007-02-25 20:55:47 +00:00
libintro.tex Minor changes to match the style guide. 2001-07-14 02:50:55 +00:00
libitertools.tex Merged revisions 55631-55794 via svnmerge from 2007-06-06 23:52:48 +00:00
libkeyword.tex Add keyword.kwlist to the public API. 2002-01-24 16:38:53 +00:00
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 55631-55794 via svnmerge from 2007-06-06 23:52:48 +00:00
libmailbox.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libmailcap.tex Clean up some of the markup here -- be more consistent in the use of 2001-08-08 05:39:29 +00:00
libmain.tex A little more text, and some really minor cleanups. 2000-08-17 22:31:23 +00:00
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
libmhlib.tex Merged changes from the 1.5.2p2 release. 2000-04-03 20:13:55 +00:00
libmimetools.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libmimetypes.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libmisc.tex Adjusted to use the new module synopsis support macros. 1998-07-23 17:59:49 +00:00
libmm.tex Adjusted to use the new module synopsis support macros. 1998-07-23 17:59:49 +00:00
libmmap.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libmodulefinder.tex added a few missing \versionadded{2.3} tags 2006-01-11 00:14:29 +00:00
libmsilib.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libmsvcrt.tex minor markup adjustment 2003-12-18 20:58:34 +00:00
libmultifile.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libmutex.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libnetrc.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libnew.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
libni.tex New section header style. 1998-08-10 19:42:37 +00:00
libnis.tex Patch #1422385: Changes to nis module to support multiple NIS domains 2006-02-04 19:12:37 +00:00
libnntplib.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +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 55407-55513 via svnmerge from 2007-05-22 18:11:13 +00:00
libos.tex Merged revisions 55328-55341 via svnmerge from 2007-05-15 18:46:22 +00:00
libossaudiodev.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
libparser.tex Patch #1550800: make exec a function. 2006-09-06 06:51:57 +00:00
libpdb.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libpickle.tex Merged revisions 55631-55794 via svnmerge from 2007-06-06 23:52:48 +00:00
libpickletools.tex added a few missing \versionadded{2.3} tags 2006-01-11 00:14:29 +00:00
libpipes.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libpkgutil.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
libplatform.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libpoplib.tex Merged revisions 55817-55961 via svnmerge from 2007-06-13 18:07:49 +00:00
libposix.tex Clean up some markup cruft. A number of the macros that take no 2001-11-28 07:26:15 +00:00
libposixpath.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libpprint.tex Merged revisions 55325-55327 via svnmerge from 2007-05-14 22:51:27 +00:00
libprofile.tex Patch #1550800: make exec a function. 2006-09-06 06:51:57 +00:00
libpty.tex Add missing right-parenthesis. 2002-05-01 03:23:03 +00:00
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 Break the "Python Services" chapter into two: "Python Runtime Services" 2000-08-03 21:18:18 +00:00
libqueue.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libquopri.tex Patch #462190, patch #464070: Support quoted printable in the binascii module. 2001-09-30 20:32:11 +00:00
librandom.tex Merged revisions 55007-55179 via svnmerge from 2007-05-07 22:24:25 +00:00
libre.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libreadline.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
librepr.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libresource.tex SF Patch #1093896: miscellaneous doc typos 2005-01-01 00:28:46 +00:00
librfc822.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +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 Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libselect.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libsgmllib.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
libshelve.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
libshlex.tex Merged revisions 55631-55794 via svnmerge from 2007-06-06 23:52:48 +00:00
libshutil.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +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 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libsite.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libsmtpd.tex Added documentation for the "smtpd" module. 2004-07-11 16:25:25 +00:00
libsmtplib.tex Merged revisions 55817-55961 via svnmerge from 2007-06-13 18:07:49 +00:00
libsndhdr.tex Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>. 2000-10-10 17:03:45 +00:00
libsocket.tex Merged revisions 55817-55961 via svnmerge from 2007-06-13 18:07:49 +00:00
libsocksvr.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
libsomeos.tex Rob W. W. Hooft's spelling fixes for the Library Reference. I hope 2000-07-16 19:01:10 +00:00
libspwd.tex patch [ 1274630 ] documentation fixes 2005-08-27 17:04:58 +00:00
libsqlite3.tex Merged revisions 55962-56019 via svnmerge from 2007-06-18 17:58:50 +00:00
libstat.tex fix various descriptions of "ctime" 2004-05-12 03:51:40 +00:00
libstatvfs.tex Update Moshe Zadka's email address to one works and might last a while. 2000-12-01 15:25:23 +00:00
libstdtypes.tex Merged revisions 55007-55179 via svnmerge from 2007-05-07 22:24:25 +00:00
libstring.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +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 Add reference to the "String Methods" section to make that information 2001-12-02 15:10:46 +00:00
libstruct.tex Merged revisions 53623-53858 via svnmerge from 2007-02-23 15:07:44 +00:00
libsubprocess.tex Merged revisions 55631-55794 via svnmerge from 2007-06-06 23:52:48 +00:00
libsun.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libsunau.tex Update Moshe Zadka's email address to one works and might last a while. 2000-12-01 15:25:23 +00:00
libsunaudio.tex Separate documentation of SUNAUDIODEV from sunaudiodev; this mirrors 1999-06-27 14:53:11 +00:00
libsymbol.tex Make all the \seemodule explanations consistent: start with a capitalized 2000-10-18 17:43:06 +00:00
libsys.tex Merged revisions 55631-55794 via svnmerge from 2007-06-06 23:52:48 +00:00
libsyslog.tex Work around limitations of the module synopsis table generation to avoid 2001-05-09 15:50:17 +00:00
libtabnanny.tex use consistent email address for Tim 2003-12-30 16:15:35 +00:00
libtarfile.tex Merged revisions 55631-55794 via svnmerge from 2007-06-06 23:52:48 +00:00
libtelnetlib.tex Merged revisions 55817-55961 via svnmerge from 2007-06-13 18:07:49 +00:00
libtempfile.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +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 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libtextwrap.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libthread.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
libthreading.tex Merged revisions 55817-55961 via svnmerge from 2007-06-13 18:07:49 +00:00
libtime.tex Merged revisions 53451-53537 via svnmerge from 2007-02-01 18:02:27 +00:00
libtimeit.tex Merged revisions 55007-55179 via svnmerge from 2007-05-07 22:24:25 +00:00
libtoken.tex Make all the \seemodule explanations consistent: start with a capitalized 2000-10-18 17:43:06 +00:00
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 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libtypes.tex Merged revisions 55631-55794 via svnmerge from 2007-06-06 23:52:48 +00:00
libundoc.tex Merged revisions 55631-55794 via svnmerge from 2007-06-06 23:52:48 +00:00
libunicodedata.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
libunittest.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libunix.tex Adjusted to use the new module synopsis support macros. 1998-07-23 17:59:49 +00:00
liburllib.tex Merged revisions 55407-55513 via svnmerge from 2007-05-22 18:11:13 +00:00
liburllib2.tex Merged revisions 55817-55961 via svnmerge from 2007-06-13 18:07:49 +00:00
liburlparse.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +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 Update Moshe Zadka's email address to one works and might last a while. 2000-12-01 15:25:23 +00:00
libweakref.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
libwebbrowser.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libwhichdb.tex Make the names of the referenced modules hyperlinks; they had not been 1999-04-21 18:10:08 +00:00
libwinreg.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +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
libxmlrpclib.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libzipfile.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libzipimport.tex Merged revisions 55631-55794 via svnmerge from 2007-06-06 23:52:48 +00:00
libzlib.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +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 Remove comments about XML and HTML; those sections are no 2001-07-14 02:44:43 +00:00
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 Other chapter titles refer to collections of modules as "Services"; do 1999-02-22 14:48:00 +00:00
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