summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Slight rearrangement of code in lookdict() by Vladimir Marangozov, toGuido van Rossum1998-10-061-4/+3
| | | | make a common case slightly faster.
* hexp() => hexp_var()Barry Warsaw1998-10-061-2/+2
|
* hexp(): New functionBarry Warsaw1998-10-061-0/+3
|
* __normalize(): Preserve the location of the icursor and restore it soBarry Warsaw1998-10-061-0/+3
| | | | that Left/Right arrow keys and C-a C-e all work.
* Changed the grey/magenta/cyan/yellow label text slightly.Barry Warsaw1998-10-061-5/+5
| | | | Changed Color Ties label to Color Variation Ties
* usage(): Print msg at end of docstringBarry Warsaw1998-10-061-3/+4
| | | | | main(): Fixed logic error and reporting when no colordb was found. Given by GvR.
* TitleBarry Warsaw1998-10-053-8/+6
|
* Finished implementation + docstringBarry Warsaw1998-10-051-0/+262
|
* Added Alt-w bindingsBarry Warsaw1998-10-052-0/+5
|
* Added details windowBarry Warsaw1998-10-051-1/+11
|
* current_rgb(): New methodBarry Warsaw1998-10-051-0/+3
|
* *** empty log message ***Barry Warsaw1998-10-051-0/+0
|
* These were never under CVS, but now that I use cvs to communicateJack Jansen1998-10-0515-0/+807
| | | | between the various macs it's better if they are.
* Newer versions of projects.Jack Jansen1998-10-059-0/+0
|
* Added SIZEOF_VOID_P and HAVE_LONG_LONGJack Jansen1998-10-051-0/+2
|
* No need for (char *) cast from gdbm_strerror().Guido van Rossum1998-10-031-5/+3
|
* Win32 port. Patches by Milton L. Hankins.Guido van Rossum1998-10-031-1/+7
|
* DocstringBarry Warsaw1998-10-021-0/+14
|
* DocstringBarry Warsaw1998-10-023-1/+58
|
* DocstringBarry Warsaw1998-10-022-0/+20
|
* Added the ListViewerBarry Warsaw1998-10-021-0/+11
|
* Updated docstring.Barry Warsaw1998-10-021-5/+12
|
* all_names(): => unique_names()Barry Warsaw1998-10-021-2/+12
| | | | aliases_of(): New method
* 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
| | | | | | Added AC_CHECK_SIZEOF(void *). Added yet another test for pthreads (pthread_create may be in libc). Added pthread_init to list of functions whose existence is checked.
* 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
| | | | <cdtv@amigager.de>.
* Eh, better error message for the previous change. It now saysGuido van Rossum1998-10-021-1/+1
| | | | "non-default argument follows default argument".
* Treat def f(a, b=1, c): ... as an error (missing default for c)Guido van Rossum1998-10-021-7/+4
| | | | instead of silently supplying a default of None fore c.
* Up version to 1.5a2 -- we're close enough (even though I'm stillGuido van Rossum1998-10-021-1/+1
| | | | expecting some contributions).
* 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
| | | | (Also removed whitespace after # in some BEOS related cpp directives.)
* 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
| | | | strings. Reported by Lorenzo M. Catucci <lorenzo@argon.roma2.infn.it>.
* Fix some confusion in the __repr__() and __str__() descriptions.Fred Drake1998-10-011-82/+85
| | | | Reported by Lorenzo M. Catucci <lorenzo@argon.roma2.infn.it>.
* Fix encoding of \n in a couple of places (reported by LorenzoFred Drake1998-10-011-11/+11
| | | | M. Catucci <lorenzo@argon.roma2.infn.it>).
* Believe it or not, Solaris 2.6 strtod() can move the end pointerGuido van Rossum1998-10-011-1/+6
| | | | | *beyond* the null byte at the end of the input string, when the input is inf(inity). Discovered by Greg Ward.
* Change some init orderBarry Warsaw1998-10-011-5/+10
|
* update_views_current(): New methodBarry Warsaw1998-10-011-0/+9
|