Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | AMK's latest | Guido van Rossum | 1997-12-17 | 2 | -58/+86 |
| | |||||
* | Fix mysterious undetected error -- call to non-existant Py_Err_SetStr() | Guido van Rossum | 1997-12-16 | 1 | -1/+1 |
| | | | | which shoulda coulda woulda oughta been PyErr_SetString(). | ||||
* | Don't list which files to add, since the ones that *were* missing have | Guido van Rossum | 1997-12-16 | 1 | -3/+1 |
| | | | | now been added. | ||||
* | New VC++ 4.2 makefile, contributed by Gregor Schmid, | Guido van Rossum | 1997-12-16 | 1 | -0/+157 |
| | | | | which adds the three missing files. | ||||
* | Up the version. | Guido van Rossum | 1997-12-16 | 2 | -3/+3 |
| | |||||
* | do_cmd_refbimodindex(), do_cmd_refstmodindex(): New functions, handle the | Fred Drake | 1997-12-16 | 1 | -4/+6 |
| | | | | | | reference form of \bimodindex{} and \stmodindex{}. my_parword_index_helper(): Fixed to include proper anchor in result text. | ||||
* | Fix a bug in translate(): the pointer was incremented by the length of | Guido van Rossum | 1997-12-16 | 1 | -2/+2 |
| | | | | | the *escaped* url. Also added new special characters that are not part of the url when found at the end: ( < > . | ||||
* | Add -lld option for AIX to _tkinter rules. | Guido van Rossum | 1997-12-16 | 1 | -0/+2 |
| | |||||
* | Added SOLID definition. | Guido van Rossum | 1997-12-16 | 1 | -0/+2 |
| | |||||
* | Index the RFC822 reference (some other RFC references were alreaddy indexed). | Fred Drake | 1997-12-16 | 2 | -4/+8 |
| | | | | | Add index reference to mailbox module; also remove comment that it's undocumented (it has been). | ||||
* | PhotoImage.put(): Fixed -to handling, including backward compatibility hack. | Fred Drake | 1997-12-16 | 1 | -1/+3 |
| | | | | Guido, please take a look at this. | ||||
* | The \indexsubitem definition for the actual exceptions did not actually | Fred Drake | 1997-12-16 | 2 | -4/+4 |
| | | | | change the \indexsubitem value; fixed. | ||||
* | Oops, ".pythonrc.py" should *always* be marked with \file{}; one occurrance | Fred Drake | 1997-12-16 | 2 | -2/+2 |
| | | | | escaped with \var{}. | ||||
* | Module names should be in \code{}. | Fred Drake | 1997-12-16 | 2 | -4/+6 |
| | | | | Added index reference to site module. | ||||
* | Descriptions for delitem(), __delitem__(): These delete a value, not set it. | Fred Drake | 1997-12-16 | 2 | -92/+100 |
| | | | | Lots of little nits: parameter names in text should be \var{}, etc. | ||||
* | Fixed index module reference. | Fred Drake | 1997-12-16 | 10 | -10/+14 |
| | |||||
* | Added a named target for referencing. | Fred Drake | 1997-12-16 | 2 | -0/+2 |
| | |||||
* | Used a named target to form the reference to the Built-in Functions section. | Fred Drake | 1997-12-16 | 2 | -4/+4 |
| | |||||
* | Fixed index module reference. | Fred Drake | 1997-12-16 | 2 | -8/+8 |
| | | | | Changed references to regex/regsub modules to point to re. | ||||
* | Fixed index references to modules. (This is *not* the spam module!) | Fred Drake | 1997-12-16 | 2 | -2/+2 |
| | |||||
* | Fixed index references to modules. | Fred Drake | 1997-12-15 | 4 | -12/+14 |
| | |||||
* | Fixed index references to modules. | Fred Drake | 1997-12-15 | 2 | -10/+10 |
| | | | | Made references to files use \file{} instead of \code{}. | ||||
* | Fixed index references to modules. | Fred Drake | 1997-12-15 | 2 | -2/+2 |
| | |||||
* | Fixed index references to modules. | Fred Drake | 1997-12-15 | 2 | -12/+14 |
| | | | | Changed regex reference to re. | ||||
* | Fixed index references to modules. | Fred Drake | 1997-12-15 | 2 | -16/+18 |
| | | | | Added new index entry for mimetools module. | ||||
* | Fixed index references to modules. | Fred Drake | 1997-12-15 | 2 | -2/+2 |
| | |||||
* | \refmodindex{}: New macro, used to make an index reference to a module which | Fred Drake | 1997-12-15 | 1 | -0/+1 |
| | | | | is neither standard nor built-in. (Used for sitecustomize entry.) | ||||
* | Fixed index references to modules. | Fred Drake | 1997-12-15 | 2 | -14/+16 |
| | | | | Placed references closer to usage. | ||||
* | Fixed index references to modules. | Fred Drake | 1997-12-15 | 14 | -42/+44 |
| | |||||
* | Changed illegal \stmodindex{} to \refstmodindex{}, added index reference | Fred Drake | 1997-12-15 | 2 | -4/+6 |
| | | | | to the stat module. | ||||
* | Added some module references to the index. | Fred Drake | 1997-12-15 | 2 | -6/+14 |
| | |||||
* | Added definitions of \refbimodindex{} and \refstmodindex{}, which should be | Fred Drake | 1997-12-15 | 1 | -3/+8 |
| | | | | | | | | | | | used to add index references for built-in and standard modules, respectively. Modified \bimodindex{} and \stmodindex{} to make the page number bold, to allow the defining instance of a module to stand out in the index. Check-ins which fix improper use of \bimodindex{} and \stmodindex{} will be made as fixes are applied. Misc. indexing updates will occur as a side effect in some cases. | ||||
* | At the top, made it clear that the \bimodindex{} and \stmodindex{} are only | Fred Drake | 1997-12-15 | 3 | -3/+12 |
| | | | | used for the defining entry for the module, not every index reference. | ||||
* | On NT, use a better template, ~XXX- where XXX is os.getpid(). | Guido van Rossum | 1997-12-15 | 1 | -0/+2 |
| | |||||
* | Add note about having to add some files to the VC 4.2 files. | Guido van Rossum | 1997-12-15 | 1 | -0/+5 |
| | |||||
* | Patch by Oliver Andrich for Lunix using glibc. | Guido van Rossum | 1997-12-15 | 1 | -0/+4 |
| | |||||
* | Move %x test to nonstandard section because it appears to be locale specific. | Guido van Rossum | 1997-12-15 | 1 | -2/+3 |
| | |||||
* | Untested change to include gmp-mparam.h instead of gmp-impl.h. | Guido van Rossum | 1997-12-15 | 1 | -1/+1 |
| | | | | Chris Lawrence <quango@ix.netcom.com> | ||||
* | regex -> re | Guido van Rossum | 1997-12-15 | 2 | -2/+2 |
| | |||||
* | Patch (by Andrew Kuchling of course) to prevent named back references | Guido van Rossum | 1997-12-15 | 1 | -1/+1 |
| | | | | in the pattern to wear out the reference count on small integers. | ||||
* | Added tag_prevrange analogous to rag_nextrange. | Guido van Rossum | 1997-12-15 | 1 | -0/+3 |
| | |||||
* | For base 10, cast unsigned long to long before testing overflow. | Guido van Rossum | 1997-12-15 | 1 | -2/+8 |
| | | | | This prevents 4294967296 from being an acceptable way to spell zero! |