Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Documentation for Lib/commands.py, from Sue Williams. | Fred Drake | 1997-06-12 | 1 | -1/+2 |
| | |||||
* | Added libmailbox, obsolete libstdwin | Guido van Rossum | 1997-06-02 | 1 | -1/+2 |
| | |||||
* | Added AMK's SocketServer docs. | Guido van Rossum | 1997-05-19 | 1 | -0/+1 |
| | |||||
* | Add zlib | Guido van Rossum | 1997-04-30 | 1 | -0/+1 |
| | |||||
* | Added fnmatch, base64 and quopri, received from Andrew Kuchling. | Guido van Rossum | 1997-04-27 | 1 | -0/+3 |
| | |||||
* | New stuff by AMK. | Guido van Rossum | 1997-04-03 | 1 | -1/+5 |
| | |||||
* | Added docs for UserDict,UserList | Guido van Rossum | 1997-03-27 | 1 | -0/+1 |
| | |||||
* | Added docs for glob and mailcap | Guido van Rossum | 1997-03-25 | 1 | -0/+2 |
| | |||||
* | Add a rough list of undocumented stuff at the end. | Guido van Rossum | 1997-03-14 | 1 | -0/+2 |
| | |||||
* | Added (minimal) StringIO docs. | Guido van Rossum | 1997-03-03 | 1 | -0/+1 |
| | |||||
* | Added libstat.tex | Guido van Rossum | 1996-12-31 | 1 | -0/+1 |
| | |||||
* | Added docs for Jeremy's resource module. | Guido van Rossum | 1996-12-18 | 1 | -0/+1 |
| | |||||
* | Added soundex (sigh) | Guido van Rossum | 1996-12-12 | 1 | -0/+1 |
| | |||||
* | Added section for operator module (compiled Skip Montanaro). | Guido van Rossum | 1996-12-06 | 1 | -0/+1 |
| | |||||
* | Start new chapter on restricted execution. | Guido van Rossum | 1996-10-22 | 1 | -2/+4 |
| | |||||
* | (lib.tex, libwww.tex): Include the sgmlib chapter before the htmllib | Fred Drake | 1996-10-09 | 1 | -1/+1 |
| | | | | chapter to better reflect the relationship between the modules. | ||||
* | (lib.tex): Added entry for formatter module. | Fred Drake | 1996-10-08 | 1 | -0/+1 |
| | |||||
* | Added bastion and (dummy) rexec docs | Guido van Rossum | 1996-09-10 | 1 | -0/+2 |
| | |||||
* | Added imghdr,xdrlib; reformatted Makefile somewhat | Guido van Rossum | 1996-08-19 | 1 | -0/+2 |
| | |||||
* | Added liberrno | Guido van Rossum | 1996-07-30 | 1 | -0/+1 |
| | |||||
* | Added lost docs for crypt module. | Guido van Rossum | 1996-04-10 | 1 | -0/+1 |
| | |||||
* | add libparser.tex | Guido van Rossum | 1995-10-11 | 1 | -0/+1 |
| | |||||
* | Documented MACFS, macostools, EasyDialogs and FrameWork modules. | Jack Jansen | 1995-10-10 | 1 | -0/+2 |
| | |||||
* | syslog docs by steve clift | Guido van Rossum | 1995-10-09 | 1 | -0/+1 |
| | |||||
* | Documented binascii, binhex and uu modules. Put them in the | Jack Jansen | 1995-08-29 | 1 | -0/+1 |
| | | | | Internet/WWW section, for lack of a better place. | ||||
* | Documented MacOS module. | Jack Jansen | 1995-08-14 | 1 | -0/+1 |
| | |||||
* | rewritten Abstract | Guido van Rossum | 1995-03-30 | 1 | -6/+29 |
| | |||||
* | restructured library manual accordiung to functional group | Guido van Rossum | 1995-03-28 | 1 | -35/+42 |
| | |||||
* | New documentation on the CD module. | Sjoerd Mullender | 1995-03-28 | 1 | -0/+1 |
| | |||||
* | some new material | Guido van Rossum | 1995-03-22 | 1 | -6/+6 |
| | |||||
* | added macdnr | Guido van Rossum | 1995-03-07 | 1 | -0/+1 |
| | |||||
* | converted docs for Jim Roskind's profiler | Guido van Rossum | 1995-03-02 | 1 | -1/+4 |
| | |||||
* | small nits and new files | Guido van Rossum | 1995-03-01 | 1 | -0/+8 |
| | |||||
* | a few typographical changes (e.g. -- => ---) and lots of new stuff in the ↵ | Guido van Rossum | 1995-02-28 | 1 | -1/+5 |
| | | | | WWW chapter | ||||
* | added WWW sections | Guido van Rossum | 1995-02-27 | 1 | -0/+2 |
| | |||||
* | added www chapters | Guido van Rossum | 1995-02-16 | 1 | -0/+12 |
| | |||||
* | added docs for pickle, shelve and copy | Guido van Rossum | 1995-02-15 | 1 | -0/+3 |
| | |||||
* | added libsignal.tex | Guido van Rossum | 1995-02-07 | 1 | -0/+1 |
| | |||||
* | copyright.tex: Add 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | lib.tex: add libimp; remove bogus warning about lineii. libmath.tex: document hypot(). libmd5.tex: rename md5.md5() to md5.new(). libposix.tex: document chown(). libposixfile.tex: openfile() instead of fileopen(). libsocket.tex: document gethostbyaddr(). libtypes.tex: add footnote explaining why readline() keeps the newline. ref3.tex: correct typos, add back*quotes to index. ref4.tex: don't use \verb inside footnote. ref5.tex: explain repr() and str() and add them + back*quotes to index. ref6.tex: correct typo, don't use \verb in footnote. ref7.tex: don't use \verb in footnote. | ||||
* | Moved author and date to boilerplate.tex. | Guido van Rossum | 1994-10-06 | 1 | -8/+3 |
| | | | | | | | Added copyright.tex to all files. Added descr of check_interval to libsys.tex. Corrected lotsa typos in tut.tex (thanks to George M. Sipe). Corrected mktuple (should be newtupleobject) example in ext.tex. | ||||
* | Added documentation on the aifc module. | Sjoerd Mullender | 1994-09-29 | 1 | -0/+1 |
| | |||||
* | Lots of small corrections by Andrew Kuchling (plus all new rotor docs) | Guido van Rossum | 1994-08-08 | 1 | -1/+1 |
| | |||||
* | Added gdbm docs | Guido van Rossum | 1994-08-08 | 1 | -0/+1 |
| | |||||
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -15/+74 |
| | |||||
* | * {lib,ref,ext,tut}.tex: added explicit \date{<date> \\ <release>}. | Guido van Rossum | 1993-11-23 | 1 | -0/+2 |
| | | | | * lib2.tex: change bogus \\var to \var. | ||||
* | * ext.tex: did most of the tedious changes from plain ASCII text to LaTeX. | Guido van Rossum | 1993-11-05 | 1 | -2/+2 |
| | | | | | | * text2latex.py: automatically put function names in \code{}. * lib.tex, ref.tex, ext.tex, qua.tex, tut.tex: use new P.O.Box number in address. | ||||
* | Incorporated Jan-Hein's changes and texinfo conversion. | Guido van Rossum | 1992-12-08 | 1 | -2/+3 |
| | |||||
* | Documented new contents of lib5.tex | Guido van Rossum | 1992-06-03 | 1 | -1/+1 |
| | |||||
* | Moved a4wide option to myformat.sty | Guido van Rossum | 1992-04-06 | 1 | -6/+1 |
| | |||||
* | Added style options twoside,a4wide,11pt | Guido van Rossum | 1992-03-31 | 1 | -1/+6 |
| |