summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* In the example iterating over sys.argv and opening each argument,Guido van Rossum1998-07-071-1/+1
* Rewritten a bit to address some criticism in the newsgroup.Guido van Rossum1998-07-061-31/+44
* Added back the description of the exec statement. It appears that IGuido van Rossum1998-07-061-0/+38
* 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
* Fix the \kbd definition so it didn't leave the courier face on.Fred Drake1998-07-011-1/+1
* Mark the actual SMTP commands (HELO, etc.) the same way FTP & NNTP commandsFred Drake1998-07-011-29/+36
* Added a section to the chapter on modules, describing the package system.Andrew M. Kuchling1998-07-011-0/+202
* 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
* Note that no .pyc/.pyo files are created for script files.Guido van Rossum1998-06-281-0/+7
* 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
* Added cmd, smtplib, multifileGuido van Rossum1998-06-281-1/+2
* 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
* Removed loading of shared font stuff from howto.cls and manual.cls, moving itFred Drake1998-06-223-10/+13
* Make the large letter at the top of each section use the sans-serif font,Fred Drake1998-06-221-1/+1
* Added texinputs/pypaper.sty to the list of manual style files, so that theFred Drake1998-06-221-1/+1
* Fix unclear wording pointed out by Tim Peters, about the interaction betweenAndrew M. Kuchling1998-06-222-4/+6
* There's no point in mentioning F6 as an alternate EOF on DOS -- itGuido van Rossum1998-06-221-1/+1
* Revert the change of revision 1.30. While it's in general a laudableGuido van Rossum1998-06-221-1/+1
* eval() example: Removed final interpreter prompt; other examples don't haveFred Drake1998-06-191-1/+0
* Somewhat updated, but not checked for everything (just the stuff I was using).Fred Drake1998-06-191-14/+15
* Added a stronger warning about changing the dictionary returned byGuido van Rossum1998-06-181-2/+3
* # Untabified the example :-(Guido van Rossum1998-06-171-2/+2
* Documented that by default the output goes to stderr, and that a fileGuido van Rossum1998-06-171-12/+111
* Change the description of input() -- it is exactly equivalent toGuido van Rossum1998-06-171-5/+1
* Some extra notes, and describe a new class (AddressList), all by ESR.Guido van Rossum1998-06-161-2/+44
* Lots of changes to get this in sync with the Frame version.Guido van Rossum1998-06-151-50/+217
* Two small additions to make it identical to the obsolete Frame version.Guido van Rossum1998-06-151-1/+5
* NewNew abstract, copied from the obsolete Frame version.Guido van Rossum1998-06-151-20/+20
* Add warning about use of lowercase/uppercase with maketrans().Guido van Rossum1998-06-111-0/+5
* Eric Raymond: added doc for isheader(); improved docs for constructor.Guido van Rossum1998-06-111-7/+18
* Document the changes I just checked in.Guido van Rossum1998-06-101-8/+39
* Document several variables that were previously undocumented,Guido van Rossum1998-06-101-9/+35
* Added notes about epochs, the year 2038, and a small Y2K disclaimerGuido van Rossum1998-06-091-4/+19
* Added docs for strptime().Guido van Rossum1998-06-091-0/+12
* Clarify the type of the signal handler.Guido van Rossum1998-06-091-1/+2