Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New script to drive HTML generation. | Fred Drake | 1998-05-07 | 1 | -0/+27 |
| | |||||
* | Ignore subdirectories if your name is "cvs". | Fred Drake | 1998-05-07 | 1 | -0/+6 |
| | |||||
* | Sub-makefile that can be used to drive the HTML conversion from this subdir. | Fred Drake | 1998-05-07 | 1 | -0/+34 |
| | | | | | Most of the logic is still in the primary Makefile and a new script in Doc/tools/. | ||||
* | Support HPUX 10.20 DCE threads. | Guido van Rossum | 1998-05-07 | 1 | -0/+6 |
| | |||||
* | support hpux pthreads | Guido van Rossum | 1998-05-07 | 2 | -107/+161 |
| | |||||
* | Get rid of test for -lsun (very old IRIX); add test for -lm (needed on | Guido van Rossum | 1998-05-07 | 2 | -4/+7 |
| | | | | enough platforms). | ||||
* | An applet with Popt and GUSI preferences but without alis resource | Jack Jansen | 1998-05-07 | 1 | -2/+3 |
| | | | | | didn't work, because the resource file chain was incomplete when we tried to open the preference file. Fixed. | ||||
* | Relocating file to mac. | Fred Drake | 1998-05-07 | 2 | -357/+0 |
| | |||||
* | Relocating file to Doc/ext. | Fred Drake | 1998-05-07 | 1 | -1502/+0 |
| | |||||
* | Relocating file to Doc/lib/ | Fred Drake | 1998-05-07 | 142 | -21211/+0 |
| | |||||
* | More changes to support the new directory structure. | Fred Drake | 1998-05-07 | 1 | -34/+50 |
| | |||||
* | New helper script to build the .dvi for a Python manual; usable for the | Fred Drake | 1998-05-07 | 1 | -0/+26 |
| | | | | | | api, ext, ref, and tut manuals. The Library Reference requires too much special index processing to make it beneficial to extend this to support it. | ||||
* | Relocating file to Doc/ref. | Fred Drake | 1998-05-07 | 9 | -3364/+0 |
| | |||||
* | Relocating file to Doc/mac. | Fred Drake | 1998-05-06 | 12 | -1468/+0 |
| | |||||
* | Relocating file to Doc/api. | Fred Drake | 1998-05-06 | 1 | -3016/+0 |
| | |||||
* | Relocating file to Doc/tut. | Fred Drake | 1998-05-06 | 1 | -3495/+0 |
| | |||||
* | Change the set of subdirectories to ignore. | Fred Drake | 1998-05-06 | 1 | -5/+1 |
| | |||||
* | Ignore intermediate files. | Fred Drake | 1998-05-06 | 1 | -0/+11 |
| | |||||
* | Ignore temporary files. | Fred Drake | 1998-05-06 | 1 | -0/+11 |
| | |||||
* | Modified version of ../texinputs/pypaper.sty that specifies A4 paper. | Fred Drake | 1998-05-06 | 1 | -0/+5 |
| | |||||
* | Fix a bogus \code@...@ to be \code{...}. | Fred Drake | 1998-05-06 | 2 | -48/+46 |
| | | | | Normalize some other markup. | ||||
* | Relocating file to Doc/texinputs. | Fred Drake | 1998-05-06 | 2 | -39/+0 |
| | |||||
* | The Python Reference Manual. | Fred Drake | 1998-05-06 | 18 | -0/+6730 |
| | |||||
* | First cut at welcoming the Python Reference Manual back to the fold. | Fred Drake | 1998-05-06 | 1 | -14/+23 |
| | |||||
* | \itembreak, | Fred Drake | 1998-05-06 | 1 | -0/+14 |
| | | | | | \itemjoin, \kwindex: Revived definitions to support the Python Reference Manual. | ||||
* | Adding Tim Peters' ndiff utility. | Guido van Rossum | 1998-05-06 | 1 | -0/+667 |
| | | | | | This is handy for comparing plain-text documentation files, since it displays intra-line differences. | ||||
* | When a file name is selected ("OK" button, <Return> in the filename entry), | Fred Drake | 1998-05-06 | 1 | -1/+5 |
| | | | | | | | | and the "key" keyword parameter was used to invoke .go(), use the directory of the selected file as the stored directory to return to when the same key is used again. This is useful since the user may well entry at least part of the path in the filename box instead of doing a lot of clicking around in the listboxes. | ||||
* | Added a PopupMenu class. | Jack Jansen | 1998-05-06 | 1 | -4/+26 |
| | |||||
* | New files from Thomas Gellekum | Guido van Rossum | 1998-05-06 | 10 | -5/+1202 |
| | |||||
* | After variable expansion, what was formerly a single word can now | Guido van Rossum | 1998-05-06 | 1 | -7/+8 |
| | | | | | | contain multiple words, all of which may have to be joined with the path of the extension directory. (Sjoerd) | ||||
* | Remove Emacs cruft at end. | Guido van Rossum | 1998-05-06 | 1 | -4/+0 |
| | |||||
* | Added table of WSA error codes. | Guido van Rossum | 1998-05-06 | 1 | -0/+19 |
| | |||||
* | Version for 1.5.1 | Jack Jansen | 1998-05-06 | 1 | -1/+1 |
| | |||||
* | Final projects for 1.5.1 | Jack Jansen | 1998-05-06 | 9 | -1052/+953 |
| | |||||
* | Mods by Just | Jack Jansen | 1998-05-06 | 1 | -5/+5 |
| | |||||
* | Fix typo in example found by Anthony Starks <anthony_starks@merck.com>, | Fred Drake | 1998-05-06 | 2 | -2/+2 |
| | | | | reported to me by Piers Lauder <piers@cs.su.oz.au>. | ||||
* | Ugly band-aid to work around a bug in Linux ftell(). | Guido van Rossum | 1998-05-05 | 1 | -1/+3 |
| | |||||
* | Avoid using cut; sed can do this just as well... | Guido van Rossum | 1998-05-05 | 1 | -1/+1 |
| | |||||
* | Avoid using dirname; sed can do this just as well... | Guido van Rossum | 1998-05-05 | 1 | -1/+2 |
| | |||||
* | Patches to make the proxy code work again. (Why does that always break | Guido van Rossum | 1998-05-05 | 1 | -2/+3 |
| | | | | | | as soon as I change things even just a little bit? :-) Even works when accessing a password-protected page through the proxy. Prompted by complaints from, and correct operation verified by, Nigel O'Brian. | ||||
* | Take out the check for AUTH-LOGIN or AUTH=LOGIN in login() -- some | Guido van Rossum | 1998-05-05 | 1 | -3/+0 |
| | | | | | servers support LOGIN but don't advertise it. If it's not supported the protocol will respond NO. Approved by Piers Lauder. | ||||
* | REMOVE samefile(), sameopenfile(), samestat() -- these cannot be made | Guido van Rossum | 1998-05-02 | 2 | -56/+0 |
| | | | | to work reliably (at least I wouldn't know how). | ||||
* | Change the names of all methods in the Wm class: they are now | Guido van Rossum | 1998-05-01 | 1 | -27/+56 |
| | | | | | | | | | | | | | | | | | | wm_title(), etc. The old names (title() etc.) are still defined as aliases. This brings all methods up to use the same naming convention: whether the Tcl syntax is .window.path.name command subcommand [options] or command subcommand .window.path.name [optins] the Python equivalent is always windowobject.command_subcommand(options) | ||||
* | Use (void) to throw away a function result, not (void *) ! | Guido van Rossum | 1998-05-01 | 1 | -1/+1 |
| | |||||
* | Another optimization, probably of negligeable effect: instead of | Guido van Rossum | 1998-04-30 | 1 | -82/+78 |
| | | | | | | | | | | | | | | calling self.tk.getint() and self.tk.getdouble(), call the globals getint() and getdouble(), which in turn are just names for the Python builtins int() and double(). (Making them globals actually save a dict lookup compared to using the built-in.) The corresponding methods of class Misc have been changed similarly. (Note that getboolean() hasn't been changed because there's no Python equivalent.) The use of int() and float() has another advantage: if/when Tcl calls can actually return Tcl objects with other types than string, use of int() and float() is essential. | ||||
* | Add some help for AIX. (Konrad Hinsen) | Guido van Rossum | 1998-04-30 | 1 | -0/+4 |
| | |||||
* | In _bind(), found a way to test for break without a temp variable. | Guido van Rossum | 1998-04-29 | 1 | -5/+5 |
| | |||||
* | Save a tiny bit of time: self.tk.call takes a tuple argument so it's | Guido van Rossum | 1998-04-29 | 1 | -70/+62 |
| | | | | | | | not needed to say apply(self.tk.call, t); self.tk.call(t) has the same effect. This cuts down tremendously on the number of apply() calls made. No measurable effect, but at the very least it saves the lookup of apply() in the globals! | ||||
* | Import MacOS at the top instead of insize Tk.__init__() -- the latter | Guido van Rossum | 1998-04-29 | 1 | -10/+7 |
| | | | | repeats the I/O for the failed import on each interpreter creation. | ||||
* | cleanup(): Remove *all* the temp files related to index generation! | Fred Drake | 1998-04-29 | 1 | -1/+3 |
| |