summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* More reasonable section titles.Fred Drake1999-02-225-11/+13
* Shorten section title.Fred Drake1999-02-201-2/+2
* Added descriptions for BabylMailbox and Maildir (Qmail) mailboxFred Drake1999-02-201-5/+15
* Shorten section title.Fred Drake1999-02-206-12/+12
* Shorten a few section titles.Fred Drake1999-02-2015-66/+72
* Give subsections reasonable file names in the HTML.Fred Drake1999-02-191-6/+6
* Added an index entry.Fred Drake1999-02-191-3/+6
* do_cmd_arabic(): Override the l2h-provided version to remove thatFred Drake1999-02-191-0/+7
* Specify the sizes of H? relative to the normal font size asFred Drake1999-02-191-2/+3
* Shortened the short synopsis -- too long.Fred Drake1999-02-191-3/+2
* Use more current approach to recording authors.Fred Drake1999-02-191-6/+3
* Shortened the short synopsis -- way too long.Fred Drake1999-02-191-1/+1
* Fix an amazing number of typos & malformed sentences reported by DetlefFred Drake1999-02-197-18/+18
* Noted that the module was added in 1.5.2.Fred Drake1999-02-191-0/+1
* Update description of what modules "look like" when printed.Fred Drake1999-02-191-2/+7
* Use current approach to record documentation author.Fred Drake1999-02-181-4/+2
* Record module & documentation author.Fred Drake1999-02-181-3/+3
* Documentation for pyclbr and tokenize modules.Fred Drake1999-02-182-0/+102
* Bow to font-lock at the end of the docstring, since it throws stuffFred Drake1999-02-181-2/+2
* Added sections for pyclbr and tokenize.Fred Drake1999-02-181-0/+2
* Remove the "Parsing Python" section. Hurray!Fred Drake1999-02-181-15/+0
* More files.Fred Drake1999-02-181-0/+2
* Mark <verbatim> elements that represent interactive sessions; theseFred Drake1999-02-181-0/+11
* Minor adjustments to reflect esis2sgml.py changes.Fred Drake1999-02-181-1/+2
* Some adjustments, mostly to make it more general.Fred Drake1999-02-181-21/+97
* Make the _rmtt regular expression deal with the new CSS-friendlyFred Drake1999-02-181-1/+2
* Add notes to __builtin__.float() and string.atof() that the NaN and InfFred Drake1999-02-182-12/+20
* This commit was manufactured by cvs2svn to create tag 'r152b2'.v1.5.2b2cvs2svn1999-02-181-0/+1
* Updated for 1.5.2b2 release.Guido van Rossum1999-02-181-2/+2
* New in 1.5.2b2.Guido van Rossum1999-02-181-0/+232
* Couple of new names.Guido van Rossum1999-02-181-1/+8
* Comment out confusing write call.Guido van Rossum1999-02-181-1/+1
* Update note about the (...) format specifier for PyArg_ParseTuple().Fred Drake1999-02-181-4/+10
* atof() description: Add information about accepting 'NaN' to produceFred Drake1999-02-182-9/+12
* Some new stuff. Get the HTML docs via a new variable.Guido van Rossum1999-02-171-93/+100
* Patch by Tommy Burnette to accept an arbitrary sequence when "(...)"Guido van Rossum1999-02-171-7/+10
* Updated list of standard exceptions in section 4.1.Fred Drake1999-02-171-0/+3
* News in 0.3.Guido van Rossum1999-02-171-0/+38
* Small updates and grammatical adjustments.Fred Drake1999-02-171-24/+28
* Bump version to 0.3.Guido van Rossum1999-02-172-4/+5
* When the parameter to PyInt_AsLong() has already been checked withFred Drake1999-02-171-2/+2
* After all, we don't need to call the callbacks ourselves!Guido van Rossum1999-02-171-1/+0
* When deleting, call the callbacks *after* deleting the window from our list!Guido van Rossum1999-02-171-2/+1
* _safe_repr(): Simplify the condition tests in the first possibleFred Drake1999-02-171-7/+2
* Fix up the Windows menu via the new callback mechanism instead ofGuido van Rossum1999-02-171-2/+4
* Support callbacks to patch up Windows menus everywhere.Guido van Rossum1999-02-171-2/+25
* Oh, why not. Checking in the Emacs-generated change log.Guido van Rossum1999-02-171-0/+373
* (py-shell): Added optional argprompt, which will prompt for additionalBarry Warsaw1999-02-161-12/+30
* (py-default-interpreter): New variable which selects whether CPythonBarry Warsaw1999-02-161-2/+32
* Removed old dynamic linking chapter.Fred Drake1999-02-161-213/+148