summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Cope with destruction of the windowGuido van Rossum1998-10-241-7/+24
* The last two example functions in the section about default argumentGuido van Rossum1998-10-241-2/+2
* Turtle graphicsGuido van Rossum1998-10-241-0/+324
* The TemporaryFile() function has a security leak -- because theGuido van Rossum1998-10-241-5/+6
* Use of Breakpoint class should be bdb.Breakpoint.Guido van Rossum1998-10-241-1/+1
* Moved compile_command() to a file of its own (codeop.py).Guido van Rossum1998-10-221-82/+3
* Moved compile_command() here from code.py, so JPython can provide itsGuido van Rossum1998-10-221-0/+86
* Jim Fulton writes:Guido van Rossum1998-10-221-13/+16
* Brief update on the slightly changed API of pyColorChooser.askcolor().Barry Warsaw1998-10-221-11/+41
* __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