summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't \input boilerplate.tex, fill in the real stuff. 3rd partyFred Drake1999-05-171-1/+18
* Attempted to clarify usage of the \declaremodule macro somewhat;Fred Drake1999-05-171-7/+25
* define_module(): Check the module type for validity before using.Fred Drake1999-05-171-0/+6
* \declaremodule: Typo.Fred Drake1999-05-171-1/+1
* \declaremodule: Make this more robust. Only attempt to add an indexFred Drake1999-05-171-1/+6
* The conversion temporary files should not be ignored here anymore,Fred Drake1999-05-131-13/+0
* POP3.uidl(): Update description based on comments from Piers LauderFred Drake1999-05-131-3/+3
* POP3.uidl(): Update docstring based on comments from Piers LauderFred Drake1999-05-131-2/+3
* PyCObject_FromVoidPtr(): Clarify that the destr function will only beFred Drake1999-05-131-1/+2
* Small nits around some of the index entries.Fred Drake1999-05-131-72/+68
* make_index_entry(): Remove. Not only did this override theFred Drake1999-05-131-88/+111
* make_index_entry(): Remove. This is overridden in python.perl andFred Drake1999-05-131-12/+0
* Removed old comments.Fred Drake1999-05-131-14/+0
* Change the look of \seemodule output to fit in better.Fred Drake1999-05-112-14/+24
* Move the "See also:" section so it appears are part of the top HTMLFred Drake1999-05-111-10/+8
* Added module references; minor grammatical fixes.Fred Drake1999-05-113-4/+20
* Added missing comma, reported by Eric Raymond.Fred Drake1999-05-111-3/+2
* Lots of adjustments to deal with the document content now being storedFred Drake1999-05-101-91/+94
* Some more fixes.Fred Drake1999-05-101-11/+16
* Fixed some index entries.Fred Drake1999-05-101-36/+36
* ExtendedEsisBuilder.push(): Override inherited definition. We don'tFred Drake1999-05-071-3/+17
* Fix some bugs introduced in the previous checkin.Fred Drake1999-05-071-9/+13
* Define & use a Conversion object. It's still really ugly, but atFred Drake1999-05-071-227/+255
* Updated connect_ex() documentation based on comments in the newgroupFred Drake1999-05-061-1/+3
* Make it work for "manual" documents as well as "howto" documents.Fred Drake1999-05-061-17/+53
* Reflect recent patch for float % and divmod() by Tim Peters. ContentFred Drake1999-05-062-5/+16
* Tim Peters writes:Guido van Rossum1999-05-061-7/+19
* Nathan Paul Simons noticed that the grid_remove() method was missing.Guido van Rossum1999-05-051-0/+2
* Regression test for date format code, by Mike Meyer.Guido van Rossum1999-05-031-0/+21
* No need to import find(). (Andrew Dalke & kjpylint)Guido van Rossum1999-05-031-1/+1
* No need to import os or string. (Andrew Dalke & kjpylint)Guido van Rossum1999-05-031-1/+1
* 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