summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* Clarify the + and b mode characters for open() a bit.Guido van Rossum1998-07-291-6/+8
* Update to use a separate page for front matter.Fred Drake1998-07-281-0/+4
* Fixed the gzip synopsis.Fred Drake1998-07-271-1/+2
* Added the popen2 synopsis.Fred Drake1998-07-271-1/+1
* Added the calendar synopsis.Fred Drake1998-07-271-2/+2
* Added the bisect synopsis.Fred Drake1998-07-271-1/+1
* Added the dumbdbm synopsis.Fred Drake1998-07-271-1/+1
* Added a synopsis.Fred Drake1998-07-271-2/+3
* Fix the synopsis.Fred Drake1998-07-271-5/+4
* Mark the new & changed items.Fred Drake1998-07-272-10/+19
* Document getsize(), getmtime(), getatime().Guido van Rossum1998-07-241-0/+19
* Document makedirs(), removedirs(), renames() -- ESR-inspired super-versionsGuido van Rossum1998-07-241-1/+30
* Document Ellipsis (not much of a documentation snippet, but at leastGuido van Rossum1998-07-241-0/+9
* Added 3 missing types: ComplexType, SliceType, EllipsisType.Guido van Rossum1998-07-241-0/+13
* Move files around in a different way, so CVS picks up all the changes. ;-)Fred Drake1998-07-241-861/+119
* Move files around to get the names to match the module names except forFred Drake1998-07-245-133/+875
* Document the 'p' format character.Fred Drake1998-07-231-7/+16
* Fix up Barry's markup, which didn't pass the latex test. ;-)Fred Drake1998-07-231-8/+7
* Added descriptions of EnvironmentError and OSError; updated IOError toBarry Warsaw1998-07-231-18/+51
* Updated the description of os.error to reflect the fact that it is nowBarry Warsaw1998-07-231-6/+11
* Logical markup.Fred Drake1998-07-231-42/+42
* Use the new module synopsis syntax, even though we don't need a synopsis tableFred Drake1998-07-231-2/+3
* Adjusted to use the new module synopsis support macros.Fred Drake1998-07-23138-693/+616
* # Oops, correct Latex errors.Guido van Rossum1998-07-221-2/+2
* Document how to make a POST request with urlopen().Guido van Rossum1998-07-221-6/+25
* Add new syntax for specifying filenames on break and clear commands.Guido van Rossum1998-07-201-3/+12
* Complete the addition of libthreading.tex. (Isn't it annoying thatGuido van Rossum1998-07-202-0/+5
* Added libthreading.tex ; this is mostly the contents of threading_api.py,Andrew M. Kuchling1998-07-201-0/+561
* Eric Raymond documents two already-existing functions (bmp, png).Guido van Rossum1998-07-171-0/+2
* Rewritten a bit to address some criticism in the newsgroup.Guido van Rossum1998-07-061-31/+44
* Normalize markup.Fred Drake1998-07-021-68/+78
* Normalize the markup.Fred Drake1998-07-021-38/+42
* Added index entry.Fred Drake1998-07-021-0/+1
* Added \deprecated to exit_thread() function.Fred Drake1998-07-021-0/+1
* Mark the actual SMTP commands (HELO, etc.) the same way FTP & NNTP commandsFred Drake1998-07-011-29/+36
* Document __copy__() and __deepcopy__() methods.Guido van Rossum1998-06-301-1/+14
* Use the real name of the module: "smtplib", not "smtp".Fred Drake1998-06-301-56/+73
* Note that readline returns '' on EOF, not "EOF" (whatever that may be).Guido van Rossum1998-06-301-1/+1
* Clearly I was to quick with the previous commit...Guido van Rossum1998-06-301-3/+6
* Documented the pop() method for lists.Guido van Rossum1998-06-301-4/+9
* Documented os.linesep (line separator).Guido van Rossum1998-06-301-0/+7
* As suggested by pson@pson.pp.se, correct the docs for head(), body(),Guido van Rossum1998-06-301-8/+6
* Changed URL to crypto page.Andrew M. Kuchling1998-06-301-1/+1
* Document new default arg to groups() and new functions/methodsGuido van Rossum1998-06-291-6/+25
* Now cmd is documented too.Guido van Rossum1998-06-281-0/+4
* Documented smtplib, multifileGuido van Rossum1998-06-281-0/+6
* Documented cmd, smtplib, multifileGuido van Rossum1998-06-281-9/+0
* Contributions by Eric Raymond: documentation for modulesGuido van Rossum1998-06-284-0/+428
* Document optional kwargs argument to start_new_thread(). AlsoGuido van Rossum1998-06-271-6/+12
* Mark the 'whence' parameter of the file object's seek() method as optional;Fred Drake1998-06-251-1/+1