summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Correct spelling of length, discovered by Christian Tismer.Guido van Rossum1999-04-211-2/+2
* Oops; minor nit in example: none of the other interactive examplesFred Drake1999-04-211-1/+0
* do_cmd_funcline(): Remove some bogus generated stuff from the outputFred Drake1999-04-211-4/+5
* Added link to xdrlib module in "See also" section.Fred Drake1999-04-211-1/+2
* Patch by Tim Peters to speed up colorizing of big multiline strings.Guido van Rossum1999-04-211-4/+4
* Patch by Christian Tismer for Win32, to use FormatMessage() instead ofGuido van Rossum1999-04-211-2/+29
* Fix some remaining index & consistency nits. (Many data memberFred Drake1999-04-211-8/+8
* Added index entry for "file objects"; this is appearantly referencedFred Drake1999-04-211-4/+5
* improved scrollbar delay behavior -- jvrJust van Rossum1999-04-211-2/+5
* Added doc for the "module" attribute on the class descriptor objects;Fred Drake1999-04-201-2/+7
* For an event 'foo-bar', the corresponding method must be calledGuido van Rossum1999-04-201-2/+2
* Restored the original IDLE color scheme.Guido van Rossum1999-04-201-61/+15
* Color preferences code by Loren Luke (massaged by me somewhat)Guido van Rossum1999-04-204-17/+106
* Patch by Mark Favas: it fixes the search engine behaviour where anGuido van Rossum1999-04-201-3/+10
* Added example use of pack_list() to help explain the pack_itemFred Drake1999-04-201-0/+9
* Calling _cleanup() does not guarantee that all processes haveGuido van Rossum1999-04-201-1/+2
* Updated to reflect additions.Fred Drake1999-04-193-7/+4
* colorsys docs from David Ascher.Fred Drake1999-04-191-0/+54
* bsddb docs from Skip Montanaro; added interesting links.Fred Drake1999-04-193-2/+146
* Utility function that yields a properly formatted time string.Guido van Rossum1999-04-191-0/+10
* Relocating file to Lib/lib-tk.Fred Drake1999-04-191-343/+0
* Jim Fulton writes:Guido van Rossum1999-04-191-13/+41
* Patch from Tim Peters to repare a the problem that tracebacks are offGuido van Rossum1999-04-191-2/+9
* Improve text of some error messages, as suggested by Sean Reifschneider.Guido van Rossum1999-04-191-2/+3
* Daniel Neri: OpenBSD is just as BSD'ish as the other BSD's ;-)Guido van Rossum1999-04-191-1/+2
* Patch by Drew Csillag for FreeBSD's sh, which doesn't automaticallyGuido van Rossum1999-04-191-0/+8
* Avoid triggering Alpha OSF/1 specific code on Alpha NT or Linux.Guido van Rossum1999-04-191-1/+1
* A few wishes are now fulfilled.Guido van Rossum1999-04-191-4/+0
* Tim Peters implements some of my wishes:Guido van Rossum1999-04-191-11/+60
* Remove superfluous index entry for posix.popen(); no longerFred Drake1999-04-161-1/+0
* Added link to Fredrik Lundh's online Tkinter reference material.Fred Drake1999-04-161-1/+4
* Minor nits, include author info.Fred Drake1999-04-161-2/+2
* In list of sequence comparison examples, "=" should be "==". ReportedFred Drake1999-04-161-1/+1
* 'warn()' method now takes an optional line number.Greg Ward1999-04-151-4/+6
* Removed dbhash from the undocumented list.Fred Drake1999-04-151-4/+1
* Add libdbhash.tex.Fred Drake1999-04-151-0/+1
* Document the dbhash module, and link to it from appropriate places.Fred Drake1999-04-154-3/+94
* Correct documentation for <file>.read(); Python makes a seriousFred Drake1999-04-141-6/+8
* Use the standard stylesheet here as well.Fred Drake1999-04-141-0/+1
* Use the tools/mkdvi.sh script to generate DVI and PDF output for theFred Drake1999-04-141-24/+11
* Further refinement, to allow this to handle the library reference asFred Drake1999-04-141-5/+5
* Typo: "Otherwose" --> "Otherwise" (reported by Joakim SernbrantFred Drake1999-04-141-29/+29
* Add some support for the module index, so this can be used to buildFred Drake1999-04-141-0/+13
* For now, comment out the \ignorePlatformAnnotation; the global indexFred Drake1999-04-131-1/+1
* Don't include the verbatim style; the default handling is better.Fred Drake1999-04-132-2/+2
* Fix problem of LaTeX leakage in the module synopsis tables at theFred Drake1999-04-131-1/+1
* Fix availability declaration for popen2 module; report by Barry ScottFred Drake1999-04-131-1/+1
* Minor cleanup.Fred Drake1999-04-131-6/+7
* Fix availability declaration for stat module; report by Barry ScottFred Drake1999-04-131-1/+1
* Work around problems with HTML conversion by making the break andFred Drake1999-04-131-6/+2