summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Document that apply() can now take any sequence in argument 2.Barry Warsaw1998-10-011-2/+3
* builtin_apply(): Second argument type check is relaxed to allow any sequence.Barry Warsaw1998-10-011-6/+18
* While scalling sys.modules, skip entries that don't have string keys,Guido van Rossum1998-10-011-4/+4
* Gridify this widgetBarry Warsaw1998-10-011-2/+2
* Make sure the menubar is stretchedBarry Warsaw1998-10-011-1/+1
* Add a nice dividerBarry Warsaw1998-10-012-4/+14
* Added NS and EW constants, which are meaningful values for grid'sBarry Warsaw1998-10-011-1/+3
* Fixed toggle b/w hex and decimalBarry Warsaw1998-10-011-4/+21
* Added options to visible windowBarry Warsaw1998-10-011-11/+16
* Groove for debuggingBarry Warsaw1998-10-011-2/+2
* Get rid of Edit menuBarry Warsaw1998-10-011-14/+0
* Added options to visible windowBarry Warsaw1998-10-011-9/+19
* In FreeBSD when using ELF, an underscore is needed in front of theGuido van Rossum1998-09-301-1/+1
* Disable python event handling in mainloop (discovered by Tasselli Marco)Jack Jansen1998-09-301-0/+2
* Added interface to get/set colordbBarry Warsaw1998-09-291-1/+5
* Removed old cruft, added raw about dialogBarry Warsaw1998-09-291-44/+13
* Changed interface for nearest() method to take individual red, green,Barry Warsaw1998-09-291-2/+1
* Got updating with Return/Tab workingBarry Warsaw1998-09-291-9/+7
* Un PMW-ifiedBarry Warsaw1998-09-291-115/+81
* Added an extra frame in widget heirarchy in case I want to addBarry Warsaw1998-09-292-4/+7
* Fix suggested by Sjoerd (long ago!) to get a better error message whenGuido van Rossum1998-09-291-1/+9
* Un PMW-ifiedBarry Warsaw1998-09-291-71/+84
* Rework startupBarry Warsaw1998-09-281-26/+10
* simplifyBarry Warsaw1998-09-281-9/+3
* triplet_to_brightness(): New functionBarry Warsaw1998-09-281-0/+9
* De PMW-ifyBarry Warsaw1998-09-281-201/+110
* Fixed the brightness calculationBarry Warsaw1998-09-281-1/+1
* Updated to new post-PMW framework. Moved generators to here and addedBarry Warsaw1998-09-281-36/+74
* Remove redundant definition of NEXITFUNCS.Guido van Rossum1998-09-281-1/+1
* Fixes for OS/2 by Jeff Rush.Guido van Rossum1998-09-281-9/+9
* Move the #include of <sys/select> to *after* mytime.h (or <time.h>),Guido van Rossum1998-09-281-2/+2
* New set of files for the OS/2 port by Jeff Rush.Guido van Rossum1998-09-286-1061/+757
* Removed some OS/2 #defines (now in the OS/2 specific config.h).Guido van Rossum1998-09-281-15/+0
* formattingBarry Warsaw1998-09-281-6/+6
* Un PMW-ifiedBarry Warsaw1998-09-281-41/+24
* Un PMW-ifiedBarry Warsaw1998-09-281-27/+41
* Initial revisionBarry Warsaw1998-09-281-0/+16
* New version from Piers Lauder, who writes:Guido van Rossum1998-09-281-88/+115
* Don't set a local variable named __args__; this feature no longerGuido van Rossum1998-09-281-1/+1
* Add warning that on Windows it only works on sockets.Guido van Rossum1998-09-281-1/+7
* Document new urllib features by Eric Raymond.Guido van Rossum1998-09-281-5/+22
* Changes by Eric Raymond:Guido van Rossum1998-09-281-14/+32
* Truncate messages if they are longer than 255 characters. Note that this isJack Jansen1998-09-281-0/+2
* Fixed unit testBarry Warsaw1998-09-251-6/+6
* Updated the docstring and class hierarchy diagramBarry Warsaw1998-09-251-12/+20
* (py-comint-output-filter-function): Horrible kludgearound for makingBarry Warsaw1998-09-251-1/+4
* In PyFrame_New(), don't set extras to something derived from codeGuido van Rossum1998-09-251-1/+2
* (py-guess-indent-offset): Only print message about py-indent-offsetBarry Warsaw1998-09-251-3/+4
* (py-execute-file, py-execute-import-or-reload): Use a Python `raw'Barry Warsaw1998-09-241-2/+2
* Add two constants (with the same value) to specify the on-board CD input.Guido van Rossum1998-09-241-0/+2