summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added SOLID definition.Guido van Rossum1997-12-161-0/+2
|
* Index the RFC822 reference (some other RFC references were alreaddy indexed).Fred Drake1997-12-162-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 Drake1997-12-161-1/+3
| | | | Guido, please take a look at this.
* The \indexsubitem definition for the actual exceptions did not actuallyFred Drake1997-12-162-4/+4
| | | | change the \indexsubitem value; fixed.
* Oops, ".pythonrc.py" should *always* be marked with \file{}; one occurranceFred Drake1997-12-162-2/+2
| | | | escaped with \var{}.
* Module names should be in \code{}.Fred Drake1997-12-162-4/+6
| | | | Added index reference to site module.
* Descriptions for delitem(), __delitem__(): These delete a value, not set it.Fred Drake1997-12-162-92/+100
| | | | Lots of little nits: parameter names in text should be \var{}, etc.
* Fixed index module reference.Fred Drake1997-12-1610-10/+14
|
* Added a named target for referencing.Fred Drake1997-12-162-0/+2
|
* Used a named target to form the reference to the Built-in Functions section.Fred Drake1997-12-162-4/+4
|
* Fixed index module reference.Fred Drake1997-12-162-8/+8
| | | | Changed references to regex/regsub modules to point to re.
* Fixed index references to modules. (This is *not* the spam module!)Fred Drake1997-12-162-2/+2
|
* Fixed index references to modules.Fred Drake1997-12-154-12/+14
|
* Fixed index references to modules.Fred Drake1997-12-152-10/+10
| | | | Made references to files use \file{} instead of \code{}.
* Fixed index references to modules.Fred Drake1997-12-152-2/+2
|
* Fixed index references to modules.Fred Drake1997-12-152-12/+14
| | | | Changed regex reference to re.
* Fixed index references to modules.Fred Drake1997-12-152-16/+18
| | | | Added new index entry for mimetools module.
* Fixed index references to modules.Fred Drake1997-12-152-2/+2
|
* \refmodindex{}: New macro, used to make an index reference to a module whichFred Drake1997-12-151-0/+1
| | | | is neither standard nor built-in. (Used for sitecustomize entry.)
* Fixed index references to modules.Fred Drake1997-12-152-14/+16
| | | | Placed references closer to usage.
* Fixed index references to modules.Fred Drake1997-12-1514-42/+44
|
* Changed illegal \stmodindex{} to \refstmodindex{}, added index referenceFred Drake1997-12-152-4/+6
| | | | to the stat module.
* Added some module references to the index.Fred Drake1997-12-152-6/+14
|
* Added definitions of \refbimodindex{} and \refstmodindex{}, which should beFred Drake1997-12-151-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 onlyFred Drake1997-12-153-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 Rossum1997-12-151-0/+2
|
* Add note about having to add some files to the VC 4.2 files.Guido van Rossum1997-12-151-0/+5
|
* Patch by Oliver Andrich for Lunix using glibc.Guido van Rossum1997-12-151-0/+4
|
* Move %x test to nonstandard section because it appears to be locale specific.Guido van Rossum1997-12-151-2/+3
|
* Untested change to include gmp-mparam.h instead of gmp-impl.h.Guido van Rossum1997-12-151-1/+1
| | | | Chris Lawrence <quango@ix.netcom.com>
* regex -> reGuido van Rossum1997-12-152-2/+2
|
* Patch (by Andrew Kuchling of course) to prevent named back referencesGuido van Rossum1997-12-151-1/+1
| | | | in the pattern to wear out the reference count on small integers.
* Added tag_prevrange analogous to rag_nextrange.Guido van Rossum1997-12-151-0/+3
|
* For base 10, cast unsigned long to long before testing overflow.Guido van Rossum1997-12-151-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 Rossum1997-12-151-7/+10
| | | | Prevent the test from failing there.
* Changed \indexsubitem from ({\tt HTMLParser} method) to justFred Drake1997-12-122-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 justFred Drake1997-12-122-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 Drake1997-12-122-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.5b2cvs2svn1997-12-121-0/+1
|
* Change _nametowidget to nametowidget -- it is a public interface.Guido van Rossum1997-12-121-1/+2
|
* add_idx(): Don't add unnecessary markup around the little markers stuck in theFred Drake1997-12-111-27/+27
| | | | index to cross-references; an image doesn't benefit by being bold!
* Remove unneeded "import re".Guido van Rossum1997-12-111-1/+0
|
* Typed in the relevant changes since 1.5b1.Guido van Rossum1997-12-111-2/+172
|
* Doug Marien.Guido van Rossum1997-12-111-0/+1
|
* AMK's latest version.Guido van Rossum1997-12-112-162/+186
|
* Prepared the README for 1.5b2.Guido van Rossum1997-12-111-17/+50
|
* Update to the Big Comment at the top of the file. It should betterBarry Warsaw1997-12-111-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-ifyGuido van Rossum1997-12-111-0/+4
| | | | the option name (prepend '-', strip trailing '_').
* Move the dbm module around and add an introductory paragraph for dbm,Guido van Rossum1997-12-111-3/+12
| | | | gdbm and bsddb, as suggested by Skip Montanaro.
* Copy the change from ../getpathp.c here.Guido van Rossum1997-12-111-1/+1
|