cpython/Doc/lib
Guido van Rossum 1968ad32cd - Patch 1433928:
- The copy module now "copies" function objects (as atomic objects).
  - dict.__getitem__ now looks for a __missing__ hook before raising
    KeyError.
  - Added a new type, defaultdict, to the collections module.
    This uses the new __missing__ hook behavior added to dict (see above).
2006-02-25 22:38:04 +00:00
..
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
emailheaders.tex
emailiter.tex
emailmessage.tex
emailmimebase.tex
emailparser.tex
emailutil.tex
fileformats.tex
filesys.tex
frameworks.tex
i18n.tex
internet.tex
ipc.tex
language.tex
lib.tex Added the cProfile module. 2006-02-08 12:53:56 +00:00
libaifc.tex
libal.tex
liballos.tex
libamoeba.tex
libanydbm.tex
libarray.tex
libascii.tex
libasynchat.tex
libasyncore.tex
libatexit.tex
libaudioop.tex
libbase64.tex
libbasehttp.tex Patch #1417555: SimpleHTTPServer now returns Last-Modified headers. 2006-02-17 13:34:16 +00:00
libbastion.tex
libbinascii.tex
libbinhex.tex
libbisect.tex
libbltin.tex
libbsddb.tex
libbz2.tex
libcalendar.tex
libcd.tex
libcfgparser.tex
libcgi.tex
libcgihttp.tex
libcgitb.tex
libchunk.tex
libcmath.tex
libcmd.tex
libcmp.tex
libcmpcache.tex
libcode.tex
libcodecs.tex Fix table header. 2006-02-21 18:51:32 +00:00
libcodeop.tex
libcollections.tex - Patch 1433928: 2006-02-25 22:38:04 +00:00
libcolorsys.tex
libcommands.tex
libcompileall.tex
libconsts.tex
libcookie.tex Correct typos and markup errors (Raymond, thanks for texcheck) 2006-01-23 21:33:03 +00:00
libcookielib.tex
libcopy.tex - Patch 1433928: 2006-02-25 22:38:04 +00:00
libcopyreg.tex
libcrypt.tex
libcrypto.tex
libcsv.tex Fix broken example of csv.reader use (it returns an iterator, which isn't 2006-02-16 14:57:05 +00:00
libcurses.tex
libcursespanel.tex
libdatetime.tex
libdbhash.tex
libdbm.tex
libdecimal.tex Correct misspellings. 2006-01-23 22:00:17 +00:00
libdifflib.tex
libdircache.tex
libdis.tex
libdl.tex Correct typos and markup errors (Raymond, thanks for texcheck) 2006-01-23 21:33:03 +00:00
libdoctest.tex
libdocxmlrpc.tex
libdumbdbm.tex
libdummythread.tex
libdummythreading.tex
liberrno.tex
libexcs.tex
libfcntl.tex
libfilecmp.tex
libfileinput.tex Fix typpo. 2006-02-19 20:08:18 +00:00
libfl.tex
libfm.tex
libfnmatch.tex
libformatter.tex
libfpectl.tex
libfpformat.tex
libftplib.tex
libfuncs.tex
libfunctional.tex
libfuture.tex
libgc.tex
libgdbm.tex
libgetopt.tex
libgetpass.tex
libgettext.tex Patch #1349274: gettext.install() now optionally installs additional 2006-02-19 13:26:36 +00:00
libgl.tex
libglob.tex
libgopherlib.tex Add deprecation notices to modules deprecated since 2000. 2006-02-17 11:18:58 +00:00
libgrp.tex
libgzip.tex
libhashlib.tex Correct misspellings. 2006-01-23 22:00:17 +00:00
libheapq.tex
libhmac.tex
libhotshot.tex Added the cProfile module. 2006-02-08 12:53:56 +00:00
libhtmllib.tex
libhtmlparser.tex
libhttplib.tex Move "httpresponses" dict from urllib2 to httplib where it belongs. 2006-02-17 19:17:25 +00:00
libimageop.tex
libimaplib.tex Add versionadded note for new methods 2006-02-07 07:23:26 +00:00
libimgfile.tex
libimghdr.tex
libimp.tex
libinspect.tex
libintro.tex
libitertools.tex
libjpeg.tex
libkeyword.tex
liblinecache.tex
liblocale.tex
liblogging.tex Added some more versionchanged markup. 2006-02-15 21:47:32 +00:00
libmailbox.tex
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 Patch #1407135, bug #1424041, make mmap.mmap(-1, length) work the same 2006-02-05 05:45:43 +00:00
libmodulefinder.tex
libmsvcrt.tex
libmultifile.tex Document "multifile" as deprecated. 2006-02-21 19:23:49 +00:00
libmutex.tex
libnetrc.tex
libnew.tex
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
libobjs.tex
liboperator.tex
liboptparse.tex
libos.tex Patch #1393157: os.startfile() now has an optional argument to specify 2006-02-18 22:29:33 +00:00
libossaudiodev.tex
libpanel.tex
libparser.tex
libpdb.tex
libpickle.tex Bug #1102649: add a note to pickle docs that pickle files should be 2006-02-20 13:12:02 +00:00
libpickletools.tex
libpipes.tex Correct misspellings. 2006-01-23 22:00:17 +00:00
libpkgutil.tex
libplatform.tex
libpopen2.tex
libpoplib.tex
libposix.tex
libposixfile.tex
libposixpath.tex
libpprint.tex
libprofile.tex Added the cProfile module. 2006-02-08 12:53:56 +00:00
libpty.tex
libpwd.tex
libpyclbr.tex
libpycompile.tex
libpydoc.tex
libpyexpat.tex
libpython.tex
libqueue.tex
libquopri.tex
librandom.tex George Yoshida's fix. 2006-02-22 05:51:48 +00:00
libre.tex
libreadline.tex
libreconvert.tex
libregex.tex
libregsub.tex
librepr.tex
libresource.tex
librestricted.tex
librexec.tex
librfc822.tex
librgbimg.tex Add deprecation notices to modules deprecated since 2000. 2006-02-17 11:18:58 +00:00
librlcompleter.tex
librobotparser.tex
libsched.tex
libselect.tex
libsets.tex
libsgi.tex
libsgmllib.tex
libsha.tex
libshelve.tex
libshlex.tex
libshutil.tex
libsignal.tex
libsimplehttp.tex Patch #1417555: SimpleHTTPServer now returns Last-Modified headers. 2006-02-17 13:34:16 +00:00
libsimplexmlrpc.tex
libsite.tex
libsmtpd.tex
libsmtplib.tex
libsndhdr.tex
libsocket.tex
libsocksvr.tex
libsomeos.tex
libspwd.tex
libstat.tex
libstatvfs.tex
libstdtypes.tex - Patch 1433928: 2006-02-25 22:38:04 +00:00
libstdwin.tex
libstring.tex
libstringio.tex
libstringprep.tex
libstrings.tex
libstruct.tex
libsubprocess.tex SF bug 1415455, fix typo in module name 2006-02-04 23:00:48 +00:00
libsun.tex
libsunau.tex
libsunaudio.tex
libsymbol.tex
libsys.tex Bug #1323369: document possible values of sys.getwindowsversion() 2006-02-20 12:15:23 +00:00
libsyslog.tex
libtabnanny.tex
libtarfile.tex
libtelnetlib.tex
libtempfile.tex
libtermios.tex
libtest.tex
libtextwrap.tex
libthread.tex
libthreading.tex
libtime.tex
libtimeit.tex
libtoken.tex
libtokenize.tex
libtraceback.tex
libtty.tex
libturtle.tex
libtypes.tex
libundoc.tex Update "undocumented modules" section. 2006-02-17 11:51:41 +00:00
libunicodedata.tex
libunittest.tex
libunix.tex
liburllib.tex Bug #947571: By default, urllib.urlopen() does not raise IOErrors 2006-02-20 21:26:18 +00:00
liburllib2.tex Move "httpresponses" dict from urllib2 to httplib where it belongs. 2006-02-17 19:17:25 +00:00
liburlparse.tex
libuser.tex
libuserdict.tex
libuu.tex
libwarnings.tex
libwave.tex
libweakref.tex
libwebbrowser.tex
libwhichdb.tex
libwinreg.tex Correct typos and markup errors (Raymond, thanks for texcheck) 2006-01-23 21:33:03 +00:00
libwinsound.tex
libxdrlib.tex
libxmllib.tex
libxmlrpclib.tex
libzipfile.tex Bug #1413790: zipfile now sanitizes absolute archive names that are 2006-02-20 08:40:38 +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 Correct misspellings. 2006-01-23 22:00:17 +00:00
tzinfo-examples.py
windows.tex
xmldom.tex
xmldomminidom.tex
xmldompulldom.tex
xmletree.tex
xmlsax.tex
xmlsaxhandler.tex
xmlsaxreader.tex
xmlsaxutils.tex