summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Ignore hyperref's *.out files (used in building outlines for PDF).Fred Drake1998-02-231-0/+1
|
* Change quoting a little bit to avoid problems building it at CNRI.Fred Drake1998-02-231-3/+3
|
* Clean up some stuff in the {seealso} at the end. This avoids a little nitFred Drake1998-02-232-10/+10
| | | | (which causes processing to fail) when using the LaTeX hyperref package.
* Patches from Jack for new Apple headersGuido van Rossum1998-02-233-6/+36
|
* Marked the unmarked AttributeError. (AMK)Fred Drake1998-02-232-16/+18
| | | | | | | "Protect the class instance" --> "Protect the object" It works for anything with attributes to look up! (AMK) Logical markup.
* "streans" --> "streams" (AMK)Fred Drake1998-02-232-2/+2
|
* Add a period to "Written by James Roskind"Fred Drake1998-02-222-2/+2
|
* Changed way *.ind are forced to exist; the files are now reset to containFred Drake1998-02-221-36/+33
| | | | | | | | an empty index instead of touched. Note that for modindex.ind, this also includes "\label{modindex}" so that the modindex.py script doesn't change the set of labels in the document. Be more consistent in use of $* in commands.
* Fixed and extended the example; the original example contained someGuido van Rossum1998-02-222-6/+12
| | | | bogus code.
* Add slightly more explicit warning about running "make clean" whenGuido van Rossum1998-02-221-1/+2
| | | | | changing the --with-thread option. I'm doubtful this will help though...
* Added two subsections with extra hints and details, even forGuido van Rossum1998-02-222-0/+146
| | | | extensions and embedding programs.
* Adapt to new webchecker structure. Due to better structure ofGuido van Rossum1998-02-211-59/+33
| | | | | getpage(), much less duplicate code is needed -- we only need to override readhtml().
* Major overhaul. Don't use global variable (e.g. verbose); useGuido van Rossum1998-02-211-130/+191
| | | | | | | instance variables. Make all global functions methods, for easy overriding. Restructure getpage() for easy overriding. Add save_pickle() method and load_pickle() global function to make it easier for other programs to emulate the toplevel interface.
* The list of module descriptions should be a {description} environment, notFred Drake1998-02-212-4/+4
| | | | {itemize}!
* Removed two items, correct one spelling error.Fred Drake1998-02-201-5/+1
|
* A bug in PCRE could cause core dumps in patterns such asGuido van Rossum1998-02-201-2/+7
| | | | '((a)*)*'. Andrew Kuchling posted a fix to the string-sig.
* Default button on main window wasn't set correctlyJack Jansen1998-02-201-1/+1
|
* Added some debug prints (if enabled by setting DEBUG)Jack Jansen1998-02-201-2/+34
|
* BuildApplet will now also update old appletsJack Jansen1998-02-202-68/+96
|
* Current ("1.5b4") projects, with new UH toolbox modules and suchJack Jansen1998-02-2022-9902/+10442
|
* USE_PRECOMPILED_HEADERS renamed to MSL_USE_PRECOMPILED_HEADERSJack Jansen1998-02-201-1/+1
|
* - Universal Headers 3 modsJack Jansen1998-02-201-2/+4
| | | | - Started on menubar-restore code (but it still doesn't work 100%)
* Regenerated from Universal Headers 3.0.1. Some new calls areJack Jansen1998-02-2028-1201/+2918
| | | | | | blacklisted, because they are not available in classic 68k programs, and bgen doesn't have a way to put #ifdef/#endif in the generated code. For now we only implement calls that work on all three models.
* Fixed double-dispose of splash() dialogJack Jansen1998-02-201-0/+2
|
* Updated for Waste 1.3Jack Jansen1998-02-202-23/+287
|
* Add fstat() if using GUSIJack Jansen1998-02-201-24/+29
|
* Universal Headers 3Jack Jansen1998-02-201-0/+1
|
* Updated to Universal Headers 3 constant namesJack Jansen1998-02-201-1/+1
|
* Regenerated from Universal Headers 3.0.1 (which are changedJack Jansen1998-02-2016-764/+1393
| | | | substantially from previous releases)
* Updated to Waste 1.3Jack Jansen1998-02-201-1/+9
|
* Break circular reference on menus upon cleanupJack Jansen1998-02-201-0/+1
|
* Added CHECK_IMPORT_CASEJack Jansen1998-02-201-0/+8
| | | | | Added HAVE_HYPOT, except for 68k (where you get 10-byte-float hypot, sigh...)
* Removed incorrect weMonoStyled from initializationJack Jansen1998-02-201-1/+1
|
* Fixed bug in explanation of how to run test.autotest, and warned forJack Jansen1998-02-201-8/+10
| | | | out-of-memory condition
* Tell TeX about a pathological hyphenation case (BaseHTTPRequestHandler).Fred Drake1998-02-201-0/+3
|
* Added \label{}s for logical addressing.Fred Drake1998-02-202-70/+74
| | | | Logical markup.
* Added \label{}s for logical addressing.Fred Drake1998-02-202-0/+10
|
* Fixed typo reported by Vladimir Marangozov <Vladimir.Marangozov@imag.fr>.Fred Drake1998-02-202-2/+2
|
* Don't ignore makeinfo errors.Fred Drake1998-02-191-1/+1
|
* Clean up name->name conversion a little, *make sure it happens in all theFred Drake1998-02-192-24/+36
| | | | right places*!
* Revert to the old (indented) form of @DGUX_IS_BROKEN@.Guido van Rossum1998-02-191-2/+2
|
* Different way to suppores the DGUX ruleGuido van Rossum1998-02-192-5/+5
|
* Change default RCS bin directory to /usr/local/bin/.Guido van Rossum1998-02-191-1/+1
|
* Delete the 'exit' command from the Tcl interpreter -- it would allowGuido van Rossum1998-02-191-0/+3
| | | | | users to exit Python without the normal precautions. (The can do this using os._exit() anyway, but at least that's documented.)
* Fix bug in trace_vdelete(); should use master's delete command.Guido van Rossum1998-02-191-1/+2
|
* Added debug statements to report data actually sent and received onGuido van Rossum1998-02-191-0/+2
| | | | the socket.
* Fix for literal null bytes -- these must be replaced by the fourGuido van Rossum1998-02-191-2/+3
| | | | characters \, 0, 0, 0.
* Fixed a bug in the gauss() function. The bug was reported by MikeGuido van Rossum1998-02-191-5/+6
| | | | | | | | Miller, who complained that its kurtosis was bad, and then fixed by Lambert Meertens (author of the original algorithm) who discovered that the mathematical analysis leading to his solution was wrong, and provided a corrected version. Mike then tested the fix and reported that the kurtosis was now good.
* Add rmd() (remove directory command); fix comment in parse257.Guido van Rossum1998-02-191-2/+8
| | | | | In login(), force passwd and acct to '' when they are None (this can happen in the test program!).
* Faster implementation of normcase (using string.lower(Guido van Rossum1998-02-191-8/+2
| | | | | | | string.replace(...)) instead of a for loop). Don't call normcase() in normpath() -- the filesystem just might be case preserving...