| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved some #ifdefs around that got put in the wrong place by the | Guido van Rossum | 1997-12-29 | 1 | -16/+22 |
|
|
* | Added Greg Stein's docs for BaseHTTPServer.py. | Guido van Rossum | 1997-12-29 | 5 | -12/+447 |
|
|
* | Make "{" and "}" in code sample visible instead of a group (it's supposed to | Fred Drake | 1997-12-29 | 2 | -2/+2 |
|
|
* | Fixed several bugs reported by Greg McFarmane: | Guido van Rossum | 1997-12-29 | 1 | -42/+31 |
|
|
* | Minor editing corrections. | Guido van Rossum | 1997-12-29 | 3 | -31/+32 |
|
|
* | Added doc string, provided by Charles Waldman (with some reformatting | Guido van Rossum | 1997-12-29 | 1 | -29/+162 |
|
|
* | Added missing "\" to "\var{address}, var{length}" in buffer_info() description. | Fred Drake | 1997-12-29 | 2 | -2/+2 |
|
|
* | Added doc string, provided by Charles Waldman (with some reformatting | Guido van Rossum | 1997-12-29 | 2 | -0/+446 |
|
|
* | Reduce warning count from partparse.py. | Fred Drake | 1997-12-29 | 2 | -4/+2 |
|
|
* | Use tableii environment for the table instead of tabular. This makes it | Fred Drake | 1997-12-29 | 2 | -38/+36 |
|
|
* | Reduce warning count from partparse.py. | Fred Drake | 1997-12-29 | 4 | -32/+28 |
|
|
* | Nit adjustments to remove warnings when processed with partparse.py. | Fred Drake | 1997-12-29 | 2 | -4/+2 |
|
|
* | Normalized the word "Unix" to "\UNIX{}". | Fred Drake | 1997-12-29 | 2 | -6/+6 |
|
|
* | A bunch of minor stuff. | Fred Drake | 1997-12-29 | 2 | -18/+230 |
|
|
* | Added back info generation. Still buggy in the final phase (makeinfo run). | Fred Drake | 1997-12-29 | 1 | -0/+26 |
|
|
* | Added missing "\" to "var{P}.\var{M}" in load_module() description. | Fred Drake | 1997-12-29 | 2 | -2/+2 |
|
|
* | Remove unneeded "{}" that confused makeinfo. | Fred Drake | 1997-12-29 | 2 | -2/+2 |
|
|
* | Change name of temporary file to avoid possible filesystem issues; matches | Fred Drake | 1997-12-29 | 2 | -2/+2 |
|
|
* | Changed all \verb\...\ markup to either \code{...} or \samp{...}. | Fred Drake | 1997-12-29 | 2 | -12/+12 |
|
|
* | Removed "-*-texinfo-*-" from first line; this can cause emacs/xemacs to stop | Fred Drake | 1997-12-29 | 2 | -4/+4 |
|
|
* | Normalized the \seetext markup to match the only other instance: should be | Fred Drake | 1997-12-29 | 2 | -4/+4 |
|
|
* | Changed some \verb\...\ markup to the more common \code{...}. \verb\...\ is | Fred Drake | 1997-12-29 | 2 | -4/+4 |
|
|
* | Solve two annoying problems with ftp URLs for Jack: when repeated | Guido van Rossum | 1997-12-28 | 1 | -0/+14 |
|
|
* | Do a better job of keeping the dialog visible when the master window | Guido van Rossum | 1997-12-28 | 1 | -0/+8 |
|
|
* | do_env_tableii(), do_env_tableiii(): Align the table in the center, just | Fred Drake | 1997-12-28 | 1 | -2/+2 |
|
|
* | Typo: Widht instead of Width... | Guido van Rossum | 1997-12-27 | 1 | -1/+1 |
|
|
* | Plug the most annoying recursive printing problem -- reset '_' to None | Guido van Rossum | 1997-12-26 | 1 | -3/+8 |
|
|
* | Just for fun, add a static module, "xyzzy" -- show that calling its | Guido van Rossum | 1997-12-25 | 1 | -0/+30 |
|
|
* | Add setsockopt...SO_REUSEADDR to avoid stupid waiting when killing and | Guido van Rossum | 1997-12-25 | 1 | -1/+5 |
|
|
* | Added expect() method which takes a list of regular expressions and an | Guido van Rossum | 1997-12-24 | 1 | -2/+52 |
|
|
* | Use string.replace instead of regsub.[g]sub. | Guido van Rossum | 1997-12-24 | 5 | -17/+13 |
|
|
* | Decided to add the telnet library that I wrote long ago (it's still in | Guido van Rossum | 1997-12-24 | 1 | -0/+424 |
|
|
* | Checking in fixed PS, with A4 capability. | Guido van Rossum | 1997-12-24 | 1 | -1/+1 |
|
|
* | Script to edit one line in the PS to allow A4 printing. | Guido van Rossum | 1997-12-24 | 1 | -0/+26 |
|
|
* | Upped tcl/tk instructions for 8.0p2 | Jack Jansen | 1997-12-23 | 1 | -1/+1 |
|
|
* | Added Jack Jansen's versioncheck to the README file. | Guido van Rossum | 1997-12-23 | 1 | -0/+3 |
|
|
* | Adding Jack Jansen's version checking utility. | Guido van Rossum | 1997-12-23 | 4 | -0/+212 |
|
|
* | Convert a couple of three-column tables with an empty third column to | Fred Drake | 1997-12-23 | 2 | -22/+22 |
|
|
* | Removed unnecessary \small{} block; latex2html got it wrong and its no | Fred Drake | 1997-12-23 | 2 | -4/+0 |
|
|
* | Removed unnecessary \small{} block; latex2html got it wrong and its no | Fred Drake | 1997-12-23 | 2 | -4/+0 |
|
|
* | AMK's latest -- synchronized with PCRE 1.04. | Guido van Rossum | 1997-12-22 | 4 | -125/+179 |
|
|
* | AMK's latest | Guido van Rossum | 1997-12-22 | 2 | -4/+30 |
|
|
* | do_env_tableii(), do_cmd_lineii(), | Fred Drake | 1997-12-22 | 1 | -6/+86 |
|
|
* | Converted to use re instead of regex; version 0.9.0. | Guido van Rossum | 1997-12-21 | 3 | -55/+52 |
|
|
* | Oops, left in a non-standard multi-line doc string that GCC finds okay | Guido van Rossum | 1997-12-21 | 1 | -4/+4 |
|
|
* | Oops, tiny fix for the DGUX rule when installing -- don't fail when | Guido van Rossum | 1997-12-19 | 1 | -1/+4 |
|
|
* | Added bsddb project | Guido van Rossum | 1997-12-19 | 2 | -0/+112 |
|
|
* | Add new optional parameter 'suffix' (default ''), which is appended to | Guido van Rossum | 1997-12-19 | 1 | -10/+11 |
|
|
* | Oops -- '(' is also a legal start character of a new format... | Guido van Rossum | 1997-12-19 | 1 | -0/+1 |
|
|
* | Added doc strings, suggested by Charles G. Waldman (but massaged quite a bit). | Guido van Rossum | 1997-12-19 | 1 | -7/+41 |
|
|