cpython/Doc/lib
George Yoshida 0a286d0b53 Fix pickle doc typo
Patch #1608758
2006-12-05 05:39:50 +00:00
..
sqlite3 Fix typo in example 2006-09-08 14:05:10 +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 lots of markup nits, most commonly Unix/unix --> \UNIX 2006-07-30 03:03:43 +00:00
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 [Bug #1514540] Instead of putting the standard types in a section, put them in a chapter of their own. This means string methods will now show up in the ToC. (Should the types come before or after the functions+exceptions+constants chapter? I've put them after, for now.) 2006-07-31 16:10:24 +00:00
libaifc.tex
libal.tex
liballos.tex
libamoeba.tex
libanydbm.tex
libarray.tex
libascii.tex
libast.tex
libasynchat.tex
libasyncore.tex [Bug #1562583] Mention the set_reuse_addr() method 2006-10-27 13:06:25 +00:00
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 Case fix 2006-10-06 10:41:01 +00:00
libbz2.tex
libcalendar.tex
libcd.tex
libcfgparser.tex fix a versionchanged tag 2006-12-04 11:41:54 +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
libcolorsys.tex
libcommands.tex Point users to the subprocess module in the docs for os.system, os.spawn*, os.popen2, and the popen2 and commands modules 2006-10-27 14:53:41 +00:00
libcompileall.tex
libconsts.tex
libcontextlib.tex
libcookie.tex
libcookielib.tex
libcopy.tex
libcopyreg.tex
libcrypt.tex
libcrypto.tex
libcsv.tex [Bug #1585690] Note that line_num was added in Python 2.5 2006-10-27 12:18:38 +00:00
libctypes.tex Fix grammatical error as well. 2006-11-07 18:20:47 +00:00
libcurses.tex
libcursespanel.tex
libdatetime.tex Bug #1566663: remove obsolete example from datetime docs. 2006-09-30 09:06:45 +00:00
libdbhash.tex
libdbm.tex
libdecimal.tex Typo fix for decimal docs 2006-09-03 01:06:07 +00:00
libdifflib.tex
libdircache.tex
libdis.tex
libdl.tex
libdoctest.tex
libdocxmlrpc.tex
libdumbdbm.tex
libdummythread.tex
libdummythreading.tex
liberrno.tex
libetree.tex - fix module name in links in formatted documentation 2006-09-15 15:18:04 +00:00
libexcs.tex Slightly revised version of patch #1538956: 2006-08-14 10:55:19 +00:00
libfcntl.tex
libfilecmp.tex
libfileinput.tex
libfl.tex
libfm.tex
libfnmatch.tex
libformatter.tex
libfpectl.tex Small grammar fix, thanks Sjoerd. 2006-10-12 11:59:27 +00:00
libfpformat.tex
libftplib.tex
libfuncs.tex Bug #1575746: fix typo in property() docs. 2006-10-12 07:38:04 +00:00
libfunctools.tex
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
libgl.tex
libglob.tex
libgopherlib.tex
libgrp.tex
libgzip.tex
libhashlib.tex Doc fix: hashlib objects don't always return a digest of 16 bytes. 2006-08-31 08:51:06 +00:00
libheapq.tex Bug #1592533: rename variable in heapq doc example, to avoid shadowing 2006-11-08 10:04:29 +00:00
libhmac.tex
libhotshot.tex
libhtmllib.tex
libhtmlparser.tex
libhttplib.tex Patch #1065257: Support passing open files as body in 2006-11-12 10:32:47 +00:00
libimageop.tex
libimaplib.tex
libimgfile.tex
libimghdr.tex
libimp.tex Clarify what "re-initialization" means for init_builtin() and init_dynamic(). 2006-10-05 22:02:31 +00:00
libinspect.tex fix typos 2006-08-04 05:17:47 +00:00
libintro.tex
libitertools.tex Fix nth() itertool recipe. 2006-10-28 16:04:04 +00:00
libjpeg.tex
libkeyword.tex
liblinecache.tex Fix mangled sentence 2006-08-04 21:10:03 +00:00
liblocale.tex
liblogging.tex Added relativeCreated to Formatter doc (has been in the system for a long time - was unaccountably left out of the docs and not noticed until now). 2006-10-31 17:34:31 +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
libmodulefinder.tex
libmsilib.tex
libmsvcrt.tex
libmultifile.tex
libmutex.tex
libnetrc.tex
libnew.tex
libni.tex
libnis.tex
libnntplib.tex
libobjs.tex
liboperator.tex
liboptparse.tex
libos.tex Point users to the subprocess module in the docs for os.system, os.spawn*, os.popen2, and the popen2 and commands modules 2006-10-27 14:53:41 +00:00
libossaudiodev.tex lots of markup nits, most commonly Unix/unix --> \UNIX 2006-07-30 03:03:43 +00:00
libpanel.tex
libparser.tex
libpdb.tex
libpickle.tex Fix pickle doc typo 2006-12-05 05:39:50 +00:00
libpickletools.tex
libpipes.tex
libpkgutil.tex
libplatform.tex
libpopen2.tex Point users to the subprocess module in the docs for os.system, os.spawn*, os.popen2, and the popen2 and commands modules 2006-10-27 14:53:41 +00:00
libpoplib.tex
libposix.tex
libposixfile.tex
libposixpath.tex Bug #1002398: The documentation for os.path.sameopenfile now correctly 2006-07-30 11:07:23 +00:00
libpprint.tex
libprofile.tex
libpty.tex
libpwd.tex
libpyclbr.tex
libpycompile.tex
libpydoc.tex
libpyexpat.tex revise explanation of returns_unicode to reflect bool values 2006-09-15 16:11:27 +00:00
libpython.tex
libqueue.tex
libquopri.tex
librandom.tex
libre.tex [Bug #848556] Remove \d* from second alternative to avoid exponential case when repeating match 2006-07-31 16:22:05 +00:00
libreadline.tex
librepr.tex
libresource.tex
librestricted.tex
librexec.tex
librfc822.tex
librgbimg.tex
librlcompleter.tex
librobotparser.tex
librunpy.tex
libsched.tex
libselect.tex
libsets.tex
libsgi.tex
libsgmllib.tex
libsha.tex
libshelve.tex
libshlex.tex
libshutil.tex
libsignal.tex
libsimplehttp.tex
libsimplexmlrpc.tex
libsite.tex
libsmtpd.tex
libsmtplib.tex Some wording changes and markup fixes 2006-10-27 11:37:01 +00:00
libsndhdr.tex
libsocket.tex Fix SF #1599879, socket.gethostname should ref getfqdn directly. 2006-11-21 06:23:44 +00:00
libsocksvr.tex lots of markup nits, most commonly Unix/unix --> \UNIX 2006-07-30 03:03:43 +00:00
libsomeos.tex
libspwd.tex
libsqlite3.tex Clean up the language of a sentence relating to the connect() function and 2006-10-14 06:36:45 +00:00
libstat.tex
libstatvfs.tex
libstdtypes.tex Bug #1067760: Deprecate passing floats to file.seek. 2006-11-12 18:24:26 +00:00
libstdwin.tex
libstring.tex
libstringio.tex
libstringprep.tex
libstrings.tex
libstruct.tex
libsubprocess.tex Point users to the subprocess module in the docs for os.system, os.spawn*, os.popen2, and the popen2 and commands modules 2006-10-27 14:53:41 +00:00
libsun.tex
libsunau.tex
libsunaudio.tex
libsymbol.tex
libsys.tex lots of markup nits, most commonly Unix/unix --> \UNIX 2006-07-30 03:03:43 +00:00
libsyslog.tex
libtabnanny.tex
libtarfile.tex
libtelnetlib.tex
libtempfile.tex note that user can control directory location even if default dir is used 2006-11-06 14:34:52 +00:00
libtermios.tex
libtest.tex
libtextwrap.tex
libthread.tex
libthreading.tex
libtime.tex lots of markup nits, most commonly Unix/unix --> \UNIX 2006-07-30 03:03:43 +00:00
libtimeit.tex
libtoken.tex
libtokenize.tex
libtrace.tex
libtraceback.tex
libtty.tex
libturtle.tex Reword paragraph to clarify 2006-08-08 18:50:14 +00:00
libtypes.tex
libundoc.tex lots of markup nits, most commonly Unix/unix --> \UNIX 2006-07-30 03:03:43 +00:00
libunicodedata.tex
libunittest.tex - SF patch #1550263: Enhance and correct unittest docs 2006-09-01 03:57:19 +00:00
libunix.tex
liburllib.tex [Bug #793553] Correct description of keyword arguments for SSL authentication 2006-07-30 00:37:56 +00:00
liburllib2.tex
liburlparse.tex Bug #1546628: add a note about urlparse.urljoin() and absolute paths. 2006-10-12 11:14:40 +00:00
libuser.tex
libuserdict.tex
libuu.tex
libuuid.tex Fix grammar errors and improve clarity. 2006-09-15 00:34:19 +00:00
libwarnings.tex Slightly revised version of patch #1538956: 2006-08-14 10:55:19 +00:00
libwave.tex
libweakref.tex SF bug #1193966: Weakref types documentation misplaced 2006-07-29 20:04:42 +00:00
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 lots of markup nits, most commonly Unix/unix --> \UNIX 2006-07-30 03:03:43 +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