summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Say a bit more about .pyc and .pyo files.Guido van Rossum1998-05-291-5/+35
* Document missing functions: xor, not, truth, countOf, indexOf, andGuido van Rossum1998-05-221-0/+28
* Minor grammatical correction: "This module perform ..." --> "This moduleFred Drake1998-05-221-1/+1
* Added support for AMK's {definitions} environment; thanks for the reminder!Fred Drake1998-05-201-0/+20
* Added {definitions} environment, which has \term to define indivual terms.Fred Drake1998-05-201-0/+11
* Don't use a separate node for footnotes; see if people scream. ;-)Fred Drake1998-05-191-0/+1
* Fix definition of release_version (global).Fred Drake1998-05-191-1/+1
* Added entry for mimetypes.Fred Drake1998-05-191-0/+3
* webcheck target in this Makefile wasn't used.Fred Drake1998-05-191-3/+0
* Fix the webcheck target so it checks the right files....Fred Drake1998-05-191-6/+6
* Add mimetypes documentation to library reference dependencies.Fred Drake1998-05-191-1/+2
* Add section documenting mimetypes module.Fred Drake1998-05-192-0/+95
* Fix another oldie (item (b) only):Guido van Rossum1998-05-161-1/+1
* Small change to the l2h target allowing the output dir, $(HTMLDIR), to beFred Drake1998-05-151-1/+3
* Update to use latex2html 98.1p5.Fred Drake1998-05-152-36/+32
* Update to use latex2html 98.1p5.Fred Drake1998-05-151-1/+2
* Update note about latex2html version required.Fred Drake1998-05-151-2/+3
* Add support for the Macintosh Library Modules document.Fred Drake1998-05-152-8/+22
* Revise comment about \let support a little to more accurately reflect theFred Drake1998-05-151-1/+1
* Ignore the mac/ directory....Fred Drake1998-05-151-0/+1
* Update to use the output names used by latex2html for the Python ReferenceFred Drake1998-05-151-1/+1
* Extend handling for \let a bit, to also allow \let\something=<character>. WeFred Drake1998-05-151-1/+12
* Remove debugging echo.Fred Drake1998-05-151-1/+0
* do_cmd_let(): Simple implementation to allow \let to be used to establishFred Drake1998-05-151-3/+21
* Added support for \developer, \developers, \developersaddress.Fred Drake1998-05-141-4/+8