.. |
sqlite3
|
|
|
archiving.tex
|
|
|
asttable.tex
|
|
|
caseless.py
|
|
|
compiler.tex
|
|
|
custominterp.tex
|
|
|
datatypes.tex
|
|
|
development.tex
|
|
|
distutils.tex
|
|
|
email-dir.py
|
|
|
email-mime.py
|
|
|
email-simple.py
|
|
|
email-unpack.py
|
|
|
email.tex
|
|
|
emailcharsets.tex
|
|
|
emailencoders.tex
|
|
|
emailexc.tex
|
|
|
emailgenerator.tex
|
Update broken link. Will backport to 2.5.
|
2007-02-09 12:58:49 +00:00 |
emailheaders.tex
|
|
|
emailiter.tex
|
|
|
emailmessage.tex
|
|
|
emailmimebase.tex
|
|
|
emailparser.tex
|
|
|
emailutil.tex
|
Bug #1629566: clarify the docs on the return values of parsedate() and parsedate_tz() in email.utils and rfc822.
|
2007-03-09 18:09:10 +00:00 |
fileformats.tex
|
|
|
filesys.tex
|
|
|
frameworks.tex
|
|
|
i18n.tex
|
|
|
internet.tex
|
|
|
ipc.tex
|
|
|
language.tex
|
|
|
lib.tex
|
|
|
libaifc.tex
|
|
|
libal.tex
|
|
|
liballos.tex
|
|
|
libamoeba.tex
|
|
|
libanydbm.tex
|
|
|
libarray.tex
|
|
|
libascii.tex
|
|
|
libast.tex
|
|
|
libasynchat.tex
|
|
|
libasyncore.tex
|
|
|
libatexit.tex
|
Bug #1597824: return the registered function from atexit.register()
|
2006-11-16 16:50:59 +00:00 |
libaudioop.tex
|
|
|
libbase64.tex
|
Bug #1597576: mention that the new base64 api has been introduced in py2.4.
|
2006-11-16 15:05:14 +00:00 |
libbasehttp.tex
|
|
|
libbastion.tex
|
|
|
libbinascii.tex
|
|
|
libbinhex.tex
|
|
|
libbisect.tex
|
|
|
libbltin.tex
|
|
|
libbsddb.tex
|
Support linking of the bsddb module against BerkeleyDB 4.5.x
|
2007-01-05 01:59:42 +00:00 |
libbz2.tex
|
Mention the os.SEEK_* constants
|
2006-12-21 13:40:29 +00:00 |
libcalendar.tex
|
|
|
libcd.tex
|
|
|
libcfgparser.tex
|
Fix a typo
|
2006-12-11 01:01:06 +00:00 |
libcgi.tex
|
|
|
libcgihttp.tex
|
|
|
libcgitb.tex
|
|
|
libchunk.tex
|
|
|
libcmath.tex
|
|
|
libcmd.tex
|
|
|
libcmp.tex
|
|
|
libcmpcache.tex
|
|
|
libcode.tex
|
|
|
libcodecs.tex
|
|
|
libcodeop.tex
|
|
|
libcollections.tex
|
Add collections.NamedTuple
|
2007-03-01 06:16:43 +00:00 |
libcolorsys.tex
|
|
|
libcommands.tex
|
Deprecate commands.getstatus().
|
2007-03-13 21:32:01 +00:00 |
libcompileall.tex
|
|
|
libconsts.tex
|
|
|
libcontextlib.tex
|
|
|
libcookie.tex
|
|
|
libcookielib.tex
|
|
|
libcopy.tex
|
|
|
libcopyreg.tex
|
|
|
libcrypt.tex
|
|
|
libcrypto.tex
|
|
|
libcsv.tex
|
|
|
libctypes.tex
|
Add versionadded marker for ctypes.c_bool.
|
2007-03-13 21:01:39 +00:00 |
libcurses.tex
|
|
|
libcursespanel.tex
|
|
|
libdatetime.tex
|
|
|
libdbhash.tex
|
|
|
libdbm.tex
|
|
|
libdecimal.tex
|
|
|
libdifflib.tex
|
|
|
libdircache.tex
|
|
|
libdis.tex
|
|
|
libdl.tex
|
|
|
libdoctest.tex
|
Patch #1663234: you can now run doctest on test files and modules
|
2007-03-06 13:37:45 +00:00 |
libdocxmlrpc.tex
|
Patch #1599845: Add an option to disable the implicit calls to server_bind() and server_activate() in the constructors for TCPServer, SimpleXMLRPCServer and DocXMLRPCServer.
|
2007-03-10 14:41:48 +00:00 |
libdumbdbm.tex
|
|
|
libdummythread.tex
|
|
|
libdummythreading.tex
|
|
|
liberrno.tex
|
|
|
libetree.tex
|
- SF patch #1657613: add documentation for the Element interface
|
2007-02-25 17:56:27 +00:00 |
libexcs.tex
|
No more raising of string exceptions!
|
2007-01-30 21:34:36 +00:00 |
libfcntl.tex
|
|
|
libfilecmp.tex
|
|
|
libfileinput.tex
|
|
|
libfl.tex
|
|
|
libfm.tex
|
|
|
libfnmatch.tex
|
Patch #1679379: add documentation for fnmatch.translate().
|
2007-03-13 07:50:57 +00:00 |
libformatter.tex
|
|
|
libfpectl.tex
|
|
|
libfpformat.tex
|
|
|
libftplib.tex
|
|
|
libfuncs.tex
|
Patch #1444529: the builtin compile() now accepts keyword arguments.
|
2007-03-13 20:46:32 +00:00 |
libfunctools.tex
|
Make functools.wraps() docs a bit clearer.
|
2007-02-15 10:37:59 +00:00 |
libfuture.tex
|
|
|
libgc.tex
|
|
|
libgdbm.tex
|
|
|
libgetopt.tex
|
Bug #1601630: little improvement to getopt docs
|
2006-11-23 09:55:07 +00:00 |
libgetpass.tex
|
|
|
libgettext.tex
|
Markup fix
|
2007-02-26 23:02:47 +00:00 |
libgl.tex
|
|
|
libglob.tex
|
|
|
libgopherlib.tex
|
|
|
libgrp.tex
|
|
|
libgzip.tex
|
|
|
libhashlib.tex
|
|
|
libheapq.tex
|
Fixup docstrings for merge().
|
2007-02-19 18:15:04 +00:00 |
libhmac.tex
|
|
|
libhotshot.tex
|
|
|
libhtmllib.tex
|
|
|
libhtmlparser.tex
|
Patch #912410: Replace HTML entity references for attribute values
|
2007-03-06 14:43:00 +00:00 |
libhttplib.tex
|
Patch #1065257: Support passing open files as body in
|
2006-11-12 10:32:47 +00:00 |
libimageop.tex
|
Bug #1648191: typo in docs.
|
2007-01-30 20:21:30 +00:00 |
libimaplib.tex
|
|
|
libimgfile.tex
|
|
|
libimghdr.tex
|
|
|
libimp.tex
|
|
|
libinspect.tex
|
|
|
libintro.tex
|
|
|
libitertools.tex
|
Add itertools.izip_longest().
|
2007-02-21 05:20:38 +00:00 |
libjpeg.tex
|
|
|
libkeyword.tex
|
|
|
liblinecache.tex
|
|
|
liblocale.tex
|
Bug #1658794: Remove extraneous 'this'.
|
2007-02-13 12:08:24 +00:00 |
liblogging.tex
|
Added documentation for WatchedFileHandler (based on SF patch #1598415)
|
2007-01-14 21:50:50 +00:00 |
libmailbox.tex
|
Strengthen warning about using lock()
|
2007-01-24 20:06:41 +00:00 |
libmailcap.tex
|
|
|
libmain.tex
|
|
|
libmarshal.tex
|
|
|
libmath.tex
|
|
|
libmd5.tex
|
|
|
libmhlib.tex
|
|
|
libmimetools.tex
|
|
|
libmimetypes.tex
|
|
|
libmimewriter.tex
|
|
|
libmimify.tex
|
|
|
libmisc.tex
|
|
|
libmm.tex
|
|
|
libmmap.tex
|
Mention the os.SEEK_* constants
|
2006-12-21 13:40:29 +00:00 |
libmodulefinder.tex
|
|
|
libmsilib.tex
|
- Fix the build of the library reference in info format.
|
2006-12-09 12:15:27 +00:00 |
libmsvcrt.tex
|
|
|
libmultifile.tex
|
|
|
libmutex.tex
|
|
|
libnetrc.tex
|
|
|
libnew.tex
|
|
|
libni.tex
|
|
|
libnis.tex
|
|
|
libnntplib.tex
|
|
|
libobjs.tex
|
|
|
liboperator.tex
|
|
|
liboptparse.tex
|
|
|
libos.tex
|
Patch #1490190: posixmodule now includes os.chflags() and os.lchflags()
|
2007-02-19 10:55:19 +00:00 |
libossaudiodev.tex
|
|
|
libpanel.tex
|
|
|
libparser.tex
|
|
|
libpdb.tex
|
Patch #1393667: pdb now has a "run" command which restarts the debugged
|
2007-03-13 21:08:15 +00:00 |
libpickle.tex
|
Fix pickle doc typo
|
2006-12-05 05:39:50 +00:00 |
libpickletools.tex
|
|
|
libpipes.tex
|
|
|
libpkgutil.tex
|
|
|
libplatform.tex
|
|
|
libpopen2.tex
|
|
|
libpoplib.tex
|
|
|
libposix.tex
|
|
|
libposixfile.tex
|
|
|
libposixpath.tex
|
Patch #957650: "%var%" environment variable references are now properly
|
2007-03-13 22:07:36 +00:00 |
libpprint.tex
|
|
|
libprofile.tex
|
Bug #1656078: typo in in profile docs.
|
2007-02-09 18:48:41 +00:00 |
libpty.tex
|
|
|
libpwd.tex
|
|
|
libpyclbr.tex
|
|
|
libpycompile.tex
|
|
|
libpydoc.tex
|
|
|
libpyexpat.tex
|
|
|
libpython.tex
|
|
|
libqueue.tex
|
|
|
libquopri.tex
|
|
|
librandom.tex
|
SF# 1635892: Fix docs for betavariate's input parameters .
|
2007-01-19 18:07:18 +00:00 |
libre.tex
|
|
|
libreadline.tex
|
|
|
librepr.tex
|
|
|
libresource.tex
|
|
|
librestricted.tex
|
|
|
librexec.tex
|
|
|
librfc822.tex
|
Bug #1629566: clarify the docs on the return values of parsedate() and parsedate_tz() in email.utils and rfc822.
|
2007-03-09 18:09:10 +00:00 |
librgbimg.tex
|
|
|
librlcompleter.tex
|
|
|
librobotparser.tex
|
|
|
librunpy.tex
|
|
|
libsched.tex
|
|
|
libselect.tex
|
|
|
libsets.tex
|
Fix typo.
|
2007-01-13 12:31:51 +00:00 |
libsgi.tex
|
|
|
libsgmllib.tex
|
|
|
libsha.tex
|
|
|
libshelve.tex
|
|
|
libshlex.tex
|
|
|
libshutil.tex
|
Patch #1669331: clarify shutil.copyfileobj() behavior wrt. file position.
|
2007-03-07 09:34:45 +00:00 |
libsignal.tex
|
|
|
libsimplehttp.tex
|
|
|
libsimplexmlrpc.tex
|
Patch #1599845: Add an option to disable the implicit calls to server_bind() and server_activate() in the constructors for TCPServer, SimpleXMLRPCServer and DocXMLRPCServer.
|
2007-03-10 14:41:48 +00:00 |
libsite.tex
|
Patch #1677862: Require a space or tab after import in .pth files.
|
2007-03-12 11:01:10 +00:00 |
libsmtpd.tex
|
|
|
libsmtplib.tex
|
Patch #957003: Implement smtplib.LMTP.
|
2007-03-09 15:35:55 +00:00 |
libsndhdr.tex
|
|
|
libsocket.tex
|
Doc patch matching r53434 (htonl etc. now always take/return positive ints).
|
2007-01-15 00:02:35 +00:00 |
libsocksvr.tex
|
|
|
libsomeos.tex
|
|
|
libspwd.tex
|
|
|
libsqlite3.tex
|
[Bug #1618083] Add missing word; make a few grammar fixes
|
2006-12-18 17:12:31 +00:00 |
libstat.tex
|
|
|
libstatvfs.tex
|
|
|
libstdtypes.tex
|
SF: 1397711 Set docs conflated immutable and hashable
|
2007-02-07 21:04:20 +00:00 |
libstdwin.tex
|
|
|
libstring.tex
|
RFE #1592899: mention string.maketrans() in docs for str.translate,
|
2006-12-07 09:30:06 +00:00 |
libstringio.tex
|
|
|
libstringprep.tex
|
|
|
libstrings.tex
|
|
|
libstruct.tex
|
Add missing \versionadded.
|
2007-02-15 11:29:55 +00:00 |
libsubprocess.tex
|
|
|
libsun.tex
|
|
|
libsunau.tex
|
|
|
libsunaudio.tex
|
|
|
libsymbol.tex
|
|
|
libsys.tex
|
|
|
libsyslog.tex
|
|
|
libtabnanny.tex
|
|
|
libtarfile.tex
|
This is the implementation of POSIX.1-2001 (pax) format read/write
|
2007-03-13 10:47:19 +00:00 |
libtelnetlib.tex
|
|
|
libtempfile.tex
|
Patch #1537850: tempfile.NamedTemporaryFile now has a "delete" parameter
|
2007-03-13 18:31:49 +00:00 |
libtermios.tex
|
|
|
libtest.tex
|
Introduce test.test_support.TransientResource. It's a context manager to
|
2007-03-08 23:58:11 +00:00 |
libtextwrap.tex
|
Patch #1581073: add a flag to textwrap that prevents the dropping of
|
2007-03-13 18:15:41 +00:00 |
libthread.tex
|
|
|
libthreading.tex
|
|
|
libtime.tex
|
Add a note for strptime that just because strftime supports some extra
|
2007-01-15 19:12:08 +00:00 |
libtimeit.tex
|
Patch #1533909: the timeit module now accepts callables in addition to
|
2007-03-13 19:32:21 +00:00 |
libtoken.tex
|
|
|
libtokenize.tex
|
|
|
libtrace.tex
|
|
|
libtraceback.tex
|
|
|
libtty.tex
|
|
|
libturtle.tex
|
|
|
libtypes.tex
|
|
|
libundoc.tex
|
|
|
libunicodedata.tex
|
|
|
libunittest.tex
|
Patch #787789: allow to pass custom TestRunner instances to unittest's
|
2007-03-07 09:21:06 +00:00 |
libunix.tex
|
|
|
liburllib.tex
|
|
|
liburllib2.tex
|
|
|
liburlparse.tex
|
Fix #1676656: \em is different from \emph...
|
2007-03-08 17:49:06 +00:00 |
libuser.tex
|
|
|
libuserdict.tex
|
|
|
libuu.tex
|
|
|
libuuid.tex
|
|
|
libwarnings.tex
|
|
|
libwave.tex
|
|
|
libweakref.tex
|
|
|
libwebbrowser.tex
|
|
|
libwhichdb.tex
|
|
|
libwinreg.tex
|
|
|
libwinsound.tex
|
|
|
libwsgiref.tex
|
[Feature request #1542920] Link to wsgi.org
|
2006-11-10 14:39:01 +00:00 |
libxdrlib.tex
|
|
|
libxmllib.tex
|
|
|
libxmlrpclib.tex
|
Further markup fix.
|
2006-11-20 07:12:58 +00:00 |
libzipfile.tex
|
add versionadded info
|
2007-03-07 04:21:18 +00:00 |
libzipimport.tex
|
|
|
libzlib.tex
|
|
|
markup.tex
|
|
|
mimelib.tex
|
|
|
minidom-example.py
|
|
|
modules.tex
|
|
|
netdata.tex
|
|
|
numeric.tex
|
|
|
persistence.tex
|
|
|
required_1.py
|
|
|
required_2.py
|
|
|
tkinter.tex
|
Bug #1603789: grammatical error in Tkinter docs.
|
2006-11-27 18:46:21 +00:00 |
tzinfo-examples.py
|
|
|
windows.tex
|
|
|
xmldom.tex
|
|
|
xmldomminidom.tex
|
|
|
xmldompulldom.tex
|
|
|
xmletree.tex
|
|
|
xmlsax.tex
|
|
|
xmlsaxhandler.tex
|
|
|
xmlsaxreader.tex
|
|
|
xmlsaxutils.tex
|
|
|