| Commit message (Expand) | Author | Age | Files | Lines |
* | __init__(): Removed initialcolor keyword. | Barry Warsaw | 1998-10-22 | 1 | -6/+26 |
|
|
* | sticky should be NSEW to fix pixel weirdness at right edge | Barry Warsaw | 1998-10-22 | 1 | -1/+1 |
|
|
* | Error message goes to stderr | Barry Warsaw | 1998-10-22 | 1 | -4/+8 |
|
|
* | beep => bell | Barry Warsaw | 1998-10-22 | 1 | -3/+6 |
|
|
* | Fixed running of standalone via command line. Also, only do save from | Barry Warsaw | 1998-10-22 | 1 | -3/+5 |
|
|
* | Move 'import sys' to top of module, as noted by Tim Peters. | Guido van Rossum | 1998-10-22 | 1 | -1/+1 |
|
|
* | Jim Fulton writes: | Guido van Rossum | 1998-10-22 | 1 | -0/+1 |
|
|
* | Added {Get,Set}WindowUserData methods. | Jack Jansen | 1998-10-22 | 3 | -6/+44 |
|
|
* | Describe all the new features | Barry Warsaw | 1998-10-22 | 1 | -133/+262 |
|
|
* | Chooser.__init__(): Added `wantspec' keyword to conform exactly to | Barry Warsaw | 1998-10-22 | 1 | -4/+10 |
|
|
* | Many changes to support a second mode of operation. Pynche can now be | Barry Warsaw | 1998-10-22 | 10 | -120/+256 |
|
|
* | Piers Lauder writes: | Guido van Rossum | 1998-10-21 | 1 | -1/+1 |
|
|
* | Add note about compiling FORMS with -Dclear=__GLclear. | Guido van Rossum | 1998-10-21 | 1 | -0/+4 |
|
|
* | Check in the changed version after running the stubber again -- this | Guido van Rossum | 1998-10-21 | 1 | -13/+12 |
|
|
* | Use (f1, f2) as cache key instead of f1 + ' ' + f2. | Guido van Rossum | 1998-10-21 | 1 | -1/+1 |
|
|
* | On a recommendation from Sjoerd Mullender, add -Dclear=__GLclear to | Guido van Rossum | 1998-10-21 | 1 | -3/+4 |
|
|
* | Update the date. | Fred Drake | 1998-10-21 | 1 | -1/+1 |
|
|
* | Bump the release to 1.5.2a2. | Fred Drake | 1998-10-21 | 1 | -1/+1 |
|
|
* | Added --tools option, to package only the framework (no documents). | Fred Drake | 1998-10-21 | 1 | -3/+21 |
|
|
* | Removed debug print | Jack Jansen | 1998-10-21 | 1 | -1/+0 |
|
|
* | Remove a couple of unnecessary "%" characters that cause problems with | Fred Drake | 1998-10-21 | 1 | -2/+2 |
|
|
* | Remove a bunch of unnecessary "%" characters that cause problems with | Fred Drake | 1998-10-21 | 1 | -19/+19 |
|
|
* | Remove an unnecessary "%" character that seems to cause a minor glitch | Fred Drake | 1998-10-21 | 1 | -1/+1 |
|
|
* | Saving/Restoring state into ~/.pynche file | Barry Warsaw | 1998-10-20 | 10 | -27/+160 |
|
|
* | add_link(): Fix to use $section_info instead of $toc_section_info, | Fred Drake | 1998-10-20 | 1 | -1/+3 |
|
|
* | Detlef Lannert lannert@lannert.rz.uni-duesseldorf.de notices: | Guido van Rossum | 1998-10-20 | 1 | -1/+4 |
|
|
* | Adding Fredrik Lundh's demo of the option menu. | Guido van Rossum | 1998-10-20 | 1 | -0/+27 |
|
|
* | Patch by Jim Fulton, who writes: | Guido van Rossum | 1998-10-20 | 1 | -4/+6 |
|
|
* | Reflect new name of index style file. | Fred Drake | 1998-10-19 | 3 | -5/+5 |
|
|
* | Renamed myindex.ist to something more reasonable. | Fred Drake | 1998-10-19 | 1 | -0/+0 |
|
|
* | No longer needed since we have nice, contributed navigation buttons. | Fred Drake | 1998-10-19 | 1 | -35/+0 |
|
|
* | If building HTML and the icons should be served from the same | Fred Drake | 1998-10-19 | 1 | -4/+6 |
|
|
* | Rename 'locals' argument to top-level interact() function to 'local' | Guido van Rossum | 1998-10-19 | 1 | -3/+3 |
|
|
* | ArabictoRoman(): Removed, since it wasn't used anywhere. | Fred Drake | 1998-10-19 | 1 | -23/+0 |
|
|
* | A Py_DECREF(f) is missing in PyFrame_New for the error case when | Guido van Rossum | 1998-10-19 | 1 | -4/+4 |
|
|
* | Add a missing DECREF in an error exit. Submitted by Jonathan Giddy. | Guido van Rossum | 1998-10-19 | 1 | -0/+1 |
|
|
* | Typo: JIFF -> JFIF. | Guido van Rossum | 1998-10-19 | 1 | -1/+1 |
|
|
* | Fixed a problem where xmllib didn't handle the tag | Guido van Rossum | 1998-10-19 | 1 | -55/+60 |
|
|
* | Speed up the search a bit -- don't drag a mark around... | Guido van Rossum | 1998-10-19 | 1 | -13/+17 |
|
|
* | Change our special entries from <console#N> to <pyshell#N>. | Guido van Rossum | 1998-10-19 | 1 | -2/+48 |
|
|
* | Use and pass through the 'force' flag to set_dict() where appropriate. | Guido van Rossum | 1998-10-19 | 1 | -8/+35 |
|
|
* | Raise priority of 'sel' tag so its foreground (on Windows) will take | Guido van Rossum | 1998-10-19 | 1 | -0/+3 |
|
|
* | Disable "Open stack viewer" and "help" commands. | Guido van Rossum | 1998-10-19 | 1 | -3/+3 |
|
|
* | Add optional 'force' argument (default 0) to load_dict(). | Guido van Rossum | 1998-10-19 | 1 | -2/+2 |
|
|
* | This commit was manufactured by cvs2svn to create tag 'r152a2'.v1.5.2a2 | cvs2svn | 1998-10-17 | 1 | -0/+1 |
|
|
* | Time for 1.5.2a2. | Guido van Rossum | 1998-10-17 | 1 | -4/+4 |
|
|
* | All the news that's fit to print. In other words, it's 1.5.2a2 time. | Guido van Rossum | 1998-10-17 | 1 | -3/+270 |
|
|
* | The usual | Guido van Rossum | 1998-10-17 | 2 | -1/+22 |
|
|
* | The driver script on Unix is `pynche'; for Windows `pynche.pyw' | Barry Warsaw | 1998-10-16 | 1 | -2/+2 |
|
|
* | Do nothing when loading the same dict as before. | Guido van Rossum | 1998-10-16 | 1 | -1/+6 |
|
|