| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Take out the check for AUTH-LOGIN or AUTH=LOGIN in login() -- some | Guido van Rossum | 1998-05-05 | 1 | -3/+0 |
|
|
* | REMOVE samefile(), sameopenfile(), samestat() -- these cannot be made | Guido van Rossum | 1998-05-02 | 2 | -56/+0 |
|
|
* | Change the names of all methods in the Wm class: they are now | Guido van Rossum | 1998-05-01 | 1 | -27/+56 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Import MacOS at the top instead of insize Tk.__init__() -- the latter | Guido van Rossum | 1998-04-29 | 1 | -10/+7 |
|
|
* | cleanup(): Remove *all* the temp files related to index generation! | Fred Drake | 1998-04-29 | 1 | -1/+3 |
|
|
* | When following symlinks to the real executable, use a loop so a | Guido van Rossum | 1998-04-29 | 1 | -1/+2 |
|
|
* | Work around lack of support for \if... in latex2html. | Fred Drake | 1998-04-29 | 2 | -0/+16 |
|
|
* | Set $TEXINPUTS='' to make l2h pick up the right thing from the environment. | Fred Drake | 1998-04-29 | 1 | -0/+2 |
|
|
* | Still somewhat experimental speedup. This appears to speed up the | Guido van Rossum | 1998-04-29 | 1 | -9/+110 |
|
|
* | Add a new method of interpreter objects, interpaddr(). This returns | Guido van Rossum | 1998-04-29 | 1 | -0/+13 |
|
|
* | Fix documentation based on comments from Sean Reifschneider | Fred Drake | 1998-04-29 | 2 | -60/+64 |
|
|
* | Replace all calls to acquire_lock() and release_lock() with acquire() | Guido van Rossum | 1998-04-29 | 1 | -25/+25 |
|
|
* | Made lint a bit happier. | Fred Drake | 1998-04-29 | 1 | -54/+80 |
|
|
* | Move a bit closer to HTML generation without depending on the temp files | Fred Drake | 1998-04-28 | 1 | -19/+23 |
|
|
* | do_cmd_sectcode(): Obsolete; removed. | Fred Drake | 1998-04-28 | 1 | -5/+0 |
|
|
* | Remove extra cruft for texi processing. | Fred Drake | 1998-04-28 | 2 | -10/+0 |
|
|
* | Do better hiding of internal names. | Fred Drake | 1998-04-28 | 2 | -25/+25 |
|
|
* | do_cmd_key(): Obsolete; removed. | Fred Drake | 1998-04-28 | 1 | -1/+0 |
|
|
* | Fixed \code so word wrapping is allowed. | Fred Drake | 1998-04-28 | 1 | -142/+141 |
|
|
* | Section for bisect module. | Fred Drake | 1998-04-28 | 2 | -0/+110 |
|
|
* | Moved popen2 entry to make more sense. | Fred Drake | 1998-04-28 | 2 | -2/+4 |
|
|
* | Updated. | Fred Drake | 1998-04-28 | 2 | -26/+0 |
|
|
* | Get rid of the unused ifdefed-out old sort code. | Guido van Rossum | 1998-04-28 | 1 | -76/+0 |
|
|
* | On the Mac a call to TkMacInitMenus is needed. Also, we pass | Guido van Rossum | 1998-04-28 | 1 | -2/+31 |
|
|
* | Add a declaration for strdup() for the Mac. | Guido van Rossum | 1998-04-28 | 1 | -0/+3 |
|
|
* | Generate the clear() method manually (calling __GLclear(), another | Guido van Rossum | 1998-04-28 | 1 | -1/+12 |
|
|
* | Type casts, and added a strdup() declaration for the Mac. | Guido van Rossum | 1998-04-28 | 1 | -4/+7 |
|
|
* | If USE_STACKCHECK is defined use PyOS_CheckStack() in the repr and str | Guido van Rossum | 1998-04-28 | 1 | -0/+12 |
|
|
* | Enable ftruncate() on the Mac. | Guido van Rossum | 1998-04-28 | 1 | -0/+6 |
|
|
* | accept * in return value type and convert it to _ptr after the | Guido van Rossum | 1998-04-28 | 1 | -1/+2 |
|
|
* | Style and StyleParameter are two different types. | Guido van Rossum | 1998-04-28 | 1 | -1/+1 |
|
|
* | class ByAddressType, a simple Type but passed by address even on | Guido van Rossum | 1998-04-28 | 1 | -0/+7 |
|
|