summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added docstringBarry Warsaw1998-10-021-0/+15
* Functionality completeBarry Warsaw1998-10-021-5/+45
* all_names(): Return just the unique names of rgb colorsBarry Warsaw1998-10-021-0/+11
* The usualGuido van Rossum1998-10-022-230/+333
* Added BEOS_THREADS, HAVE_LONG_LONG, and SIZEOF_VOID_P templates.Guido van Rossum1998-10-021-0/+9
* Added tweak for SET_CCC (which I don't even know what it is!) for Linux.Guido van Rossum1998-10-021-2/+7
* Got click on working. Dragging is disabled for nowBarry Warsaw1998-10-021-35/+17
* resolve(): Improved use of a/an, suggested by Tino WildenhainBarry Warsaw1998-10-021-1/+5
* Eh, better error message for the previous change. It now saysGuido van Rossum1998-10-021-1/+1
* Treat def f(a, b=1, c): ... as an error (missing default for c)Guido van Rossum1998-10-021-7/+4
* Up version to 1.5a2 -- we're close enough (even though I'm stillGuido van Rossum1998-10-021-1/+1
* ST_MODE should be ST_MTIME in utime call in copystat. Thanks to Mike Orr.Guido van Rossum1998-10-021-1/+1
* Some new blood and some updated versions.Guido van Rossum1998-10-027-14/+1105
* A few new ones...Guido van Rossum1998-10-021-0/+4
* New test_long.py from Tim Peters.Guido van Rossum1998-10-022-12/+126
* Lots of good UI working, but not yet update-while-draggingBarry Warsaw1998-10-011-13/+31
* *** empty log message ***Barry Warsaw1998-10-011-0/+98
* Renamed thread.h to pythread.h.Guido van Rossum1998-10-011-90/+0
* Renamed thread.h to pythread.h.Guido van Rossum1998-10-011-15/+15
* Remove extra } at end of method description parameters.Fred Drake1998-10-011-6/+7
* Renamed thread.h to pythread.h.Guido van Rossum1998-10-0110-10/+14
* Fix encoding of \ in some string literals in the discussion of "raw"Fred Drake1998-10-011-2/+2
* Fix some confusion in the __repr__() and __str__() descriptions.Fred Drake1998-10-011-82/+85
* Fix encoding of \n in a couple of places (reported by LorenzoFred Drake1998-10-011-11/+11
* Believe it or not, Solaris 2.6 strtod() can move the end pointerGuido van Rossum1998-10-011-1/+6
* Change some init orderBarry Warsaw1998-10-011-5/+10
* update_views_current(): New methodBarry Warsaw1998-10-011-0/+9
* Added View button and popup of text widgetBarry Warsaw1998-10-011-1/+22
* *** empty log message ***Barry Warsaw1998-10-011-0/+95
* Correctly add dependencies and build rules for Modules/python.o.Guido van Rossum1998-10-011-1/+4
* On second though, NEXITFUNCS should be defined in pythonrun.c and notGuido van Rossum1998-10-011-2/+0
* On second though, NEXITFUNCS should be defined here and not inGuido van Rossum1998-10-011-1/+1
* Typo reported by Greg Stein: "modifiable" is the correct spelling.Guido van Rossum1998-10-011-1/+1
* NSEW is also valid for -stickyBarry Warsaw1998-10-011-0/+1
* 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