Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Decided to add the telnet library that I wrote long ago (it's still in | Guido van Rossum | 1997-12-24 | 1 | -0/+424 |
| | | | | | the Demos/cwilib directory). Converted comments to doc strings and used default arguments instead of *args. Updated the example. | ||||
* | 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 |
| | | | | | two-column tables. This improves the rendering of the HTML version on (at least) some browsers. | ||||
* | Removed unnecessary \small{} block; latex2html got it wrong and its no | Fred Drake | 1997-12-23 | 2 | -4/+0 |
| | | | | longer needed for printed output. | ||||
* | Removed unnecessary \small{} block; latex2html got it wrong and its no | Fred Drake | 1997-12-23 | 2 | -4/+0 |
| | | | | longer needed for printed output. | ||||
* | 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 |
| | | | | | | | | do_env_tableiii(), do_cmd_lineiii(): New functions to handle tableii and tableiii environments. Small changes to not add a superfluous space between a function name and the comma in the index. | ||||
* | 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 |
| | | | | but other compilers don't like. | ||||
* | Oops, tiny fix for the DGUX rule when installing -- don't fail when | Guido van Rossum | 1997-12-19 | 1 | -1/+4 |
| | | | | libpython$(VERSION).so doesn't exist. | ||||
* | 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 |
| | | | | the temporary file name. Also some minor formatting of Jim F's code. | ||||
* | 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 |
| | |||||
* | Patch by Brian Gallew for DG/UX. I'm not quite sure what it does but | Guido van Rossum | 1997-12-18 | 4 | -198/+238 |
| | | | | | | | | | | | | it seems harmless for other platforms. It plays tricks with the name of the library used to link with. Apparently DG/UX really wants a shared library to link with if it wants shared modules to use symbols from the library. I'm not sure why this wasn't an issue with 1.4; DG/UX seems to be the only platform where moving to a single library made things harder! BTW This adds a target to create libpython$(VERSION).so; however this target is *only* for DG/UX. | ||||
* | Two unrelated changes: | Guido van Rossum | 1997-12-18 | 3 | -134/+151 |
| | | | | | | | | - add test for strptime (not used by the core but needed by Marc Lemburg's Date object). - Test for GNU ld on Solaris; need to add an extra linker option to export symbols in that case. | ||||
* | Moved toolbox to lib-toolbox, Sjoerd-style. | Jack Jansen | 1997-12-18 | 21 | -1/+1 |
| | |||||
* | Moved scripting to lib-scripting (did it the Sjoerd-way this time) | Jack Jansen | 1997-12-18 | 14 | -0/+0 |
| | |||||
* | Replace unprotected tilders by \~ -- an unprotected tilde is a | Guido van Rossum | 1997-12-18 | 8 | -8/+8 |
| | | | | non-breaking space! | ||||
* | Change {\em ...} to \emph{...}; this seems to be the developing preference | Fred Drake | 1997-12-18 | 2 | -6/+6 |
| | | | | throughout the manuals, and seems easier to read. | ||||
* | img_tag(), top_navigation_panel(): Generate markup the same case as other | Fred Drake | 1997-12-18 | 1 | -7/+7 |
| | | | | functions in this file. | ||||
* | make_mod_index_entry(): Generate markup the same case as other functions in | Fred Drake | 1997-12-18 | 1 | -1/+1 |
| | | | | this file. | ||||
* | Oops, the output file really should be called zlib.pyd here! | Guido van Rossum | 1997-12-18 | 1 | -2/+2 |
| | |||||
* | Added project for zlib | Guido van Rossum | 1997-12-18 | 2 | -0/+108 |
| | |||||
* | Win32 treatment. | Guido van Rossum | 1997-12-18 | 1 | -2/+7 |
| | |||||
* | Make this test succeed even when using "import test.test_zlib". | Guido van Rossum | 1997-12-18 | 1 | -2/+5 |
| | |||||
* | Changes for older Win platforms by Jim Ahlstrom | Guido van Rossum | 1997-12-17 | 5 | -2638/+2863 |
| | |||||
* | Tiny doc patch for QNS | Guido van Rossum | 1997-12-17 | 1 | -2/+2 |
| | |||||
* | Oops! Should've renamed dos_8x3 to dos-8x3 here, too. | Guido van Rossum | 1997-12-17 | 1 | -3/+3 |
| | |||||
* | Make the word "Module" in the section header start with an upper-case "M". | Fred Drake | 1997-12-17 | 2 | -52/+58 |
| | | | | | | | | Include "()" when naming functions in the text. Fixed reference to the built-in str() function. Format constant names using \code{}. | ||||
* | Make the word "Module" in the section header start with an upper-case "M". | Fred Drake | 1997-12-17 | 2 | -2/+4 |
| | | | | Added index entry for RFC 1014. | ||||
* | Make the word "Module" in the section header start with an upper-case "M" | Fred Drake | 1997-12-17 | 2 | -6/+10 |
| | | | | | | for all three modules described here. Added a \label{} for each of the two modules missing it. | ||||
* | Make the word "Module" in the section header start with an upper-case "M". | Fred Drake | 1997-12-17 | 2 | -10/+12 |
| | | | | | | | | | Added a \label{} for the module. Fixed one minor grammatical nit: use plural pronoun to refer to a pair of referents. Include "()" when naming functions in the text. | ||||
* | Make the word "Module" in the section header start with an upper-case "M". | Fred Drake | 1997-12-17 | 2 | -2/+2 |
| | |||||
* | Make the word "Module" in the section header start with an upper-case "M". | Fred Drake | 1997-12-17 | 2 | -4/+6 |
| | | | | | | Added a \label{} for the module. Changed one \code{} to a \samp{}. | ||||
* | Make the word "Module" in the section header start with an upper-case "M". | Fred Drake | 1997-12-17 | 2 | -2/+2 |
| | |||||
* | Make the word "Module" in the section header start with an upper-case "M" | Fred Drake | 1997-12-17 | 2 | -4/+4 |
| | | | | for both modules documented here. | ||||
* | Make the word "Module" in the section header start with an upper-case "M". | Fred Drake | 1997-12-17 | 2 | -2/+2 |
| | |||||
* | Make the word "Module" in the section header start with an upper-case "M". | Fred Drake | 1997-12-17 | 2 | -6/+6 |
| | | | | Minor grammatical nit. | ||||
* | Make the word "Module" in the section header start with an upper-case "M". | Fred Drake | 1997-12-17 | 2 | -6/+2 |
| | | | | | Remove the leading comment declaring this to be a template for module documentation. | ||||
* | Make the word "Module" in the section header start with an upper-case "M" | Fred Drake | 1997-12-17 | 2 | -4/+4 |
| | | | | for both modules documented here. | ||||
* | Make the word "Module" in the section header start with an upper-case "M" | Fred Drake | 1997-12-17 | 3 | -3/+3 |
| | | | | for both built-in and standard modules. They were different. | ||||
* | gen_index_id(): New function. Construct an index key such that the sort | Fred Drake | 1997-12-17 | 1 | -18/+30 |
| | | | | | | | | | | | | | | | | | | | | is stable and the form is only defined in one place, since we do some fancy footwork with the keys to separate the defining instance of a module reference from other references in the HTML index. make_index_entry(): Override the standard definition to use get_index_id(). make_str_index_entry(): Moved to myformat.perl; only needed there. index_key_eq(): Override the standard definition. Add key transforms to remove extra junk from the end of the keys; it was only there to maintain ordering. clean_key(): Remove key transform no longer needed at this stage, because keeping it makes the sort unstable. add_idx(): Add key transforms to undo the mess we do to separate a module's defining and reference entries. Don't make the text bold. | ||||
* | make_mod_index_entry(): New function. Create the index entry for a module. | Fred Drake | 1997-12-17 | 1 | -4/+37 |
| | | | | | | | | my_module_index_helper(): Do the actual work for \*modindex{}, including both the defining and reference forms. make_str_index_entry(): Moved from .latex2html-init; it's really specific to the presentation. | ||||
* | AMK's latest; plus three null bytes that I added for purify | Guido van Rossum | 1997-12-17 | 4 | -167/+157 |
| |