summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Took out some disclaiming text (even from the title!). RewrittenGuido van Rossum1997-12-302-82/+70
* A whole bunch of typos fixed by Andrew Kuchling.Guido van Rossum1997-12-302-44/+66
* Refine note about strftime test failure (it's fixed in Linux glibc 6).Guido van Rossum1997-12-301-3/+4
* New blood.Guido van Rossum1997-12-301-0/+5
* Set the patch level to 1.5.Guido van Rossum1997-12-301-1/+1
* Set the release date for 1.5 (final).Guido van Rossum1997-12-302-2/+2
* the usualGuido van Rossum1997-12-302-4/+6
* Two critical fixes to the changes that I made for Greg McFarlane --Guido van Rossum1997-12-301-3/+3
* Added .PHONY annotation for lib.info target; the real target isFred Drake1997-12-291-0/+4
* Remove more commented-out text that is no longer needed.Guido van Rossum1997-12-292-42/+0
* Remove the commented-out warning at the top. It shouldn't be thereGuido van Rossum1997-12-292-12/+0
* Getting uglier. But it doesn't completely bomb except for some table stuff.Fred Drake1997-12-292-80/+146
* Lots of minor nits that allow this file to get processed without failures byFred Drake1997-12-292-50/+54
* Ignore generated info files.Fred Drake1997-12-291-0/+1
* Reduce warning count from partparse.py.Fred Drake1997-12-292-8/+2
* Revised lib1.texi target to deal with some conversion nastiness. See comment.Fred Drake1997-12-291-0/+7
* Reduce warning count from partparse.py.Fred Drake1997-12-292-4/+2
* Moved things around a bit in interact(), so outout is processed beforeGuido van Rossum1997-12-291-4/+5
* Ignore another intermediate file from the info generation.Fred Drake1997-12-291-0/+1
* At Jeff Rush' request, add Py_BEGIN/END_ALLOW_THREADS around call toGuido van Rossum1997-12-291-0/+3
* Reduce warning count from partparse.py.Fred Drake1997-12-292-2/+2
* Moved some #ifdefs around that got put in the wrong place by theGuido van Rossum1997-12-291-16/+22
* Added Greg Stein's docs for BaseHTTPServer.py.Guido van Rossum1997-12-295-12/+447
* Make "{" and "}" in code sample visible instead of a group (it's supposed toFred Drake1997-12-292-2/+2
* Fixed several bugs reported by Greg McFarmane:Guido van Rossum1997-12-291-42/+31
* Minor editing corrections.Guido van Rossum1997-12-293-31/+32
* Added doc string, provided by Charles Waldman (with some reformattingGuido van Rossum1997-12-291-29/+162
* Added missing "\" to "\var{address}, var{length}" in buffer_info() description.Fred Drake1997-12-292-2/+2
* Added doc string, provided by Charles Waldman (with some reformattingGuido van Rossum1997-12-292-0/+446
* Reduce warning count from partparse.py.Fred Drake1997-12-292-4/+2
* Use tableii environment for the table instead of tabular. This makes itFred Drake1997-12-292-38/+36
* Reduce warning count from partparse.py.Fred Drake1997-12-294-32/+28
* Nit adjustments to remove warnings when processed with partparse.py.Fred Drake1997-12-292-4/+2
* Normalized the word "Unix" to "\UNIX{}".Fred Drake1997-12-292-6/+6
* A bunch of minor stuff.Fred Drake1997-12-292-18/+230
* Added back info generation. Still buggy in the final phase (makeinfo run).Fred Drake1997-12-291-0/+26
* Added missing "\" to "var{P}.\var{M}" in load_module() description.Fred Drake1997-12-292-2/+2
* Remove unneeded "{}" that confused makeinfo.Fred Drake1997-12-292-2/+2
* Change name of temporary file to avoid possible filesystem issues; matchesFred Drake1997-12-292-2/+2
* Changed all \verb\...\ markup to either \code{...} or \samp{...}.Fred Drake1997-12-292-12/+12
* Removed "-*-texinfo-*-" from first line; this can cause emacs/xemacs to stopFred Drake1997-12-292-4/+4
* Normalized the \seetext markup to match the only other instance: should beFred Drake1997-12-292-4/+4
* Changed some \verb\...\ markup to the more common \code{...}. \verb\...\ isFred Drake1997-12-292-4/+4
* Solve two annoying problems with ftp URLs for Jack: when repeatedGuido van Rossum1997-12-281-0/+14
* Do a better job of keeping the dialog visible when the master windowGuido van Rossum1997-12-281-0/+8
* do_env_tableii(), do_env_tableiii(): Align the table in the center, justFred Drake1997-12-281-2/+2
* Typo: Widht instead of Width...Guido van Rossum1997-12-271-1/+1
* Plug the most annoying recursive printing problem -- reset '_' to NoneGuido van Rossum1997-12-261-3/+8
* Just for fun, add a static module, "xyzzy" -- show that calling itsGuido van Rossum1997-12-251-0/+30
* Add setsockopt...SO_REUSEADDR to avoid stupid waiting when killing andGuido van Rossum1997-12-251-1/+5