Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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! | ||||
* | Believe it or not, some people have an empty group database. | Guido van Rossum | 1997-12-15 | 1 | -7/+10 |
| | | | | Prevent the test from failing there. | ||||
* | Changed \indexsubitem from ({\tt HTMLParser} method) to just | Fred Drake | 1997-12-12 | 2 | -2/+2 |
| | | | | | | | (HTMLParser method). This makes it more consistent with other modules. All three *mllib modules need this change. | ||||
* | Changed \indexsubitem from ({\tt SGMLParser} method) to just | Fred Drake | 1997-12-12 | 2 | -2/+2 |
| | | | | | | | (SGMLParser method). This makes it more consistent with other modules. All three *mllib modules need this change. | ||||
* | Changed \indexsubitem from ({\tt XMLParser} method) to just (XMLParser method). | Fred Drake | 1997-12-12 | 2 | -2/+2 |
| | | | | | This makes it more consistent with other modules. All three *mllib modules need this change. | ||||
* | This commit was manufactured by cvs2svn to create tag 'r15b2'.v1.5b2 | cvs2svn | 1997-12-12 | 1 | -0/+1 |
| | |||||
* | Change _nametowidget to nametowidget -- it is a public interface. | Guido van Rossum | 1997-12-12 | 1 | -1/+2 |
| | |||||
* | add_idx(): Don't add unnecessary markup around the little markers stuck in the | Fred Drake | 1997-12-11 | 1 | -27/+27 |
| | | | | index to cross-references; an image doesn't benefit by being bold! | ||||
* | Remove unneeded "import re". | Guido van Rossum | 1997-12-11 | 1 | -1/+0 |
| | |||||
* | Typed in the relevant changes since 1.5b1. | Guido van Rossum | 1997-12-11 | 1 | -2/+172 |
| | |||||
* | Doug Marien. | Guido van Rossum | 1997-12-11 | 1 | -0/+1 |
| | |||||
* | AMK's latest version. | Guido van Rossum | 1997-12-11 | 2 | -162/+186 |
| | |||||
* | Prepared the README for 1.5b2. | Guido van Rossum | 1997-12-11 | 1 | -17/+50 |
| | |||||
* | Update to the Big Comment at the top of the file. It should better | Barry Warsaw | 1997-12-11 | 1 | -24/+43 |
| | | | | | explain what the users of the various Emacsen have to do to get this all working. | ||||
* | Last minute fix to Text.window_cget(), which should properly Tcl-ify | Guido van Rossum | 1997-12-11 | 1 | -0/+4 |
| | | | | the option name (prepend '-', strip trailing '_'). | ||||
* | Move the dbm module around and add an introductory paragraph for dbm, | Guido van Rossum | 1997-12-11 | 1 | -3/+12 |
| | | | | gdbm and bsddb, as suggested by Skip Montanaro. | ||||
* | Copy the change from ../getpathp.c here. | Guido van Rossum | 1997-12-11 | 1 | -1/+1 |
| |