summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Details for debugger interface.Guido van Rossum1998-10-161-3/+1
* Restructured and more consistent. Save checkboxes across instantiations.Guido van Rossum1998-10-161-36/+78
* Get rid of conflicting ^X binding. Use ^W.Guido van Rossum1998-10-163-8/+7
* Debugger can now show local and global variables.Guido van Rossum1998-10-162-38/+92
* PyMapping_SetItemString() returns int, not an object.Guido van Rossum1998-10-161-1/+1
* In build_html(), strip off leading "./" from filename, added byFred Drake1998-10-161-0/+1
* OopsGuido van Rossum1998-10-161-1/+3
* Better debugger support (show stack etc).Guido van Rossum1998-10-162-11/+88