summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* AMK's latestGuido van Rossum1997-12-172-58/+86
|
* Fix mysterious undetected error -- call to non-existant Py_Err_SetStr()Guido van Rossum1997-12-161-1/+1
| | | | which shoulda coulda woulda oughta been PyErr_SetString().
* Don't list which files to add, since the ones that *were* missing haveGuido van Rossum1997-12-161-3/+1
| | | | now been added.
* New VC++ 4.2 makefile, contributed by Gregor Schmid,Guido van Rossum1997-12-161-0/+157
| | | | which adds the three missing files.
* Up the version.Guido van Rossum1997-12-162-3/+3
|
* do_cmd_refbimodindex(), do_cmd_refstmodindex(): New functions, handle theFred Drake1997-12-161-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 ofGuido van Rossum1997-12-161-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 Rossum1997-12-161-0/+2
|
* 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
|