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