summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* No need to import sys. (Andrew Dalke & kjpylint)Guido van Rossum1999-05-032-2/+1
* Typo. (Andrew Dalke, without kjpylint)Guido van Rossum1999-05-031-1/+1
* No need to import string. (Andrew Dalke & kjpylint)Guido van Rossum1999-05-031-1/+0
* No need to import os in test(). (Andrew Dalke & kjpylint)Guido van Rossum1999-05-031-1/+0
* Get rid of confusing 'global' statement in global code.Guido van Rossum1999-05-031-1/+0
* No need to import sys or string. (Andrew Dalke & kjpylint)Guido van Rossum1999-05-031-1/+1
* Clarify why we define disco. Suggested by Andrew Dalke.Guido van Rossum1999-05-031-1/+1
* Clarify why we define error. Suggested by Andrew Dalke.Guido van Rossum1999-05-031-1/+1
* No need to import sys or linecache. (Andrew Dalke & kjpylint)Guido van Rossum1999-05-031-2/+0
* No need to import gmtime, ctime, asctime.Guido van Rossum1999-05-031-2/+2
* Clarify why there are dynamic imports in AudioDev().Guido van Rossum1999-05-031-0/+1
* The _comp_data() function never worked, it contained a reference toGuido van Rossum1999-05-031-1/+1
* No need to import sys, time, socket or SocketServer. (Andrew Dalke & kjpylint)Guido van Rossum1999-05-031-4/+0
* No need to import sys, time, or socket. (Andrew Dalke & kjpylint)Guido van Rossum1999-05-031-3/+0
* No need to import rfc822. (Andrew Dalke & kjpylint)Guido van Rossum1999-05-031-1/+0
* Tim Peters writes:Guido van Rossum1999-05-034-38/+123
* Tim Peters writes:Guido van Rossum1999-05-031-2/+2
* The case-insensitive _Environ class was lacking a case-insensitive has_key().Guido van Rossum1999-05-031-0/+2
* Make sure latex2html doesn't produce a hard link between foo/foo.htmlFred Drake1999-05-031-0/+3
* Make sure latex2html doesn't produce a hard link from $part/$part.htmlFred Drake1999-05-031-1/+4
* The 'copy_file()' and 'copy_tree()' functions in util.py now haveGreg Ward1999-05-022-20/+38
* Rearranged things so that compilation of .py files is the responsibilityGreg Ward1999-05-025-42/+73
* updates for latest releaseBarry Warsaw1999-05-011-7/+9
* Support for using idle as a package.Guido van Rossum1999-04-301-0/+1
* Revert constraint on the GIF wildcard; we missed a few!Fred Drake1999-04-301-1/+1
* Avoid listing files more than once (e.g. foomodule.so has two hits:Guido van Rossum1999-04-301-1/+2
* Added top navigation bar for consistency and color. There's not a lotFred Drake1999-04-291-0/+20
* make_nav_panel(): Remove the spurious NAME="tex2html\d+" attributesFred Drake1999-04-291-16/+18
* Added wcnew target to run the "wcnew" version of webchecker.Fred Drake1999-04-291-0/+11
* Use the new module-key for the FL module when hyperlinking (the oldFred Drake1999-04-291-1/+2
* For the tutorial, use numeric node names and split by chapter.Fred Drake1999-04-291-6/+6
* Nasty hack to add a --numeric parameter to skip the use of "logical"Fred Drake1999-04-291-3/+14
* Move index.html rules to the end since it wedges font-lock.Fred Drake1999-04-291-13/+19
* Added index entries for operator precedence; suggestion from RandallFred Drake1999-04-291-8/+10
* Make sure the global module index is added to the HTML tarball.Fred Drake1999-04-291-1/+1
* Generate index.html from index.html.in. This avoids having to modify theFred Drake1999-04-294-39/+74
* Constrain a wildcard a little more.Fred Drake1999-04-291-1/+1
* Don't point readers to rand, point to random! And make it a hyperlinkFred Drake1999-04-291-1/+5
* Explain comments at the start of chapter 3. This is needed since theyFred Drake1999-04-291-2/+21
* Minor nits, partly in response to comments from Jonathan BlackFred Drake1999-04-291-3/+3
* Mike Meyer reports a bug in his patch (several months ago) thatGuido van Rossum1999-04-291-0/+1
* Annotate a couple of entries further.Fred Drake1999-04-291-3/+5
* Fill in a few holes in the "Very High Level" chapter.Fred Drake1999-04-291-0/+37
* Always use "section" when referring to sections of a document, not "Section".Fred Drake1999-04-293-5/+5
* Clarify that the Modules/ directory is in an unpacked sourceFred Drake1999-04-291-3/+3
* Update starship URLs.Fred Drake1999-04-293-4/+4
* Message.getheader(): Fixed grammatical error in docstring.Fred Drake1999-04-281-1/+26
* Add a scale widget and command line options to set the output volume.Barry Warsaw1999-04-282-18/+65
* Remove the \date macro; just pick it up from boilerplate.tex.Fred Drake1999-04-281-2/+2
* Use \rfc to mark some remaining RFC references.Fred Drake1999-04-281-12/+10