| Commit message (Expand) | Author | Age | Files | Lines |
* | Added SIZEOF_VOID_P and HAVE_LONG_LONG | Jack Jansen | 1998-10-05 | 1 | -0/+2 |
|
|
* | No need for (char *) cast from gdbm_strerror(). | Guido van Rossum | 1998-10-03 | 1 | -5/+3 |
|
|
* | Win32 port. Patches by Milton L. Hankins. | Guido van Rossum | 1998-10-03 | 1 | -1/+7 |
|
|
* | Docstring | Barry Warsaw | 1998-10-02 | 1 | -0/+14 |
|
|
* | Docstring | Barry Warsaw | 1998-10-02 | 3 | -1/+58 |
|
|
* | Docstring | Barry Warsaw | 1998-10-02 | 2 | -0/+20 |
|
|
* | Added the ListViewer | Barry Warsaw | 1998-10-02 | 1 | -0/+11 |
|
|
* | Updated docstring. | Barry Warsaw | 1998-10-02 | 1 | -5/+12 |
|
|
* | all_names(): => unique_names() | Barry Warsaw | 1998-10-02 | 1 | -2/+12 |
|
|
* | Added docstring | Barry Warsaw | 1998-10-02 | 1 | -0/+15 |
|
|
* | Functionality complete | Barry Warsaw | 1998-10-02 | 1 | -5/+45 |
|
|
* | all_names(): Return just the unique names of rgb colors | Barry Warsaw | 1998-10-02 | 1 | -0/+11 |
|
|
* | The usual | Guido van Rossum | 1998-10-02 | 2 | -230/+333 |
|
|
* | Added BEOS_THREADS, HAVE_LONG_LONG, and SIZEOF_VOID_P templates. | Guido van Rossum | 1998-10-02 | 1 | -0/+9 |
|
|
* | Added tweak for SET_CCC (which I don't even know what it is!) for Linux. | Guido van Rossum | 1998-10-02 | 1 | -2/+7 |
|
|
* | Got click on working. Dragging is disabled for now | Barry Warsaw | 1998-10-02 | 1 | -35/+17 |
|
|
* | resolve(): Improved use of a/an, suggested by Tino Wildenhain | Barry Warsaw | 1998-10-02 | 1 | -1/+5 |
|
|
* | Eh, better error message for the previous change. It now says | Guido van Rossum | 1998-10-02 | 1 | -1/+1 |
|
|
* | Treat def f(a, b=1, c): ... as an error (missing default for c) | Guido van Rossum | 1998-10-02 | 1 | -7/+4 |
|
|
* | Up version to 1.5a2 -- we're close enough (even though I'm still | Guido van Rossum | 1998-10-02 | 1 | -1/+1 |
|
|
* | ST_MODE should be ST_MTIME in utime call in copystat. Thanks to Mike Orr. | Guido van Rossum | 1998-10-02 | 1 | -1/+1 |
|
|
* | Some new blood and some updated versions. | Guido van Rossum | 1998-10-02 | 7 | -14/+1105 |
|
|
* | A few new ones... | Guido van Rossum | 1998-10-02 | 1 | -0/+4 |
|
|
* | New test_long.py from Tim Peters. | Guido van Rossum | 1998-10-02 | 2 | -12/+126 |
|
|
* | Lots of good UI working, but not yet update-while-dragging | Barry Warsaw | 1998-10-01 | 1 | -13/+31 |
|
|
* | *** empty log message *** | Barry Warsaw | 1998-10-01 | 1 | -0/+98 |
|
|
* | Renamed thread.h to pythread.h. | Guido van Rossum | 1998-10-01 | 1 | -90/+0 |
|
|
* | Renamed thread.h to pythread.h. | Guido van Rossum | 1998-10-01 | 1 | -15/+15 |
|
|
* | Remove extra } at end of method description parameters. | Fred Drake | 1998-10-01 | 1 | -6/+7 |
|
|
* | Renamed thread.h to pythread.h. | Guido van Rossum | 1998-10-01 | 10 | -10/+14 |
|
|
* | Fix encoding of \ in some string literals in the discussion of "raw" | Fred Drake | 1998-10-01 | 1 | -2/+2 |
|
|
* | Fix some confusion in the __repr__() and __str__() descriptions. | Fred Drake | 1998-10-01 | 1 | -82/+85 |
|
|
* | Fix encoding of \n in a couple of places (reported by Lorenzo | Fred Drake | 1998-10-01 | 1 | -11/+11 |
|
|
* | Believe it or not, Solaris 2.6 strtod() can move the end pointer | Guido van Rossum | 1998-10-01 | 1 | -1/+6 |
|
|
* | Change some init order | Barry Warsaw | 1998-10-01 | 1 | -5/+10 |
|
|
* | update_views_current(): New method | Barry Warsaw | 1998-10-01 | 1 | -0/+9 |
|
|
* | Added View button and popup of text widget | Barry Warsaw | 1998-10-01 | 1 | -1/+22 |
|
|
* | *** empty log message *** | Barry Warsaw | 1998-10-01 | 1 | -0/+95 |
|
|
* | Correctly add dependencies and build rules for Modules/python.o. | Guido van Rossum | 1998-10-01 | 1 | -1/+4 |
|
|
* | On second though, NEXITFUNCS should be defined in pythonrun.c and not | Guido van Rossum | 1998-10-01 | 1 | -2/+0 |
|
|
* | On second though, NEXITFUNCS should be defined here and not in | Guido van Rossum | 1998-10-01 | 1 | -1/+1 |
|
|
* | Typo reported by Greg Stein: "modifiable" is the correct spelling. | Guido van Rossum | 1998-10-01 | 1 | -1/+1 |
|
|
* | NSEW is also valid for -sticky | Barry Warsaw | 1998-10-01 | 1 | -0/+1 |
|
|
* | Document that apply() can now take any sequence in argument 2. | Barry Warsaw | 1998-10-01 | 1 | -2/+3 |
|
|
* | builtin_apply(): Second argument type check is relaxed to allow any sequence. | Barry Warsaw | 1998-10-01 | 1 | -6/+18 |
|
|
* | While scalling sys.modules, skip entries that don't have string keys, | Guido van Rossum | 1998-10-01 | 1 | -4/+4 |
|
|
* | Gridify this widget | Barry Warsaw | 1998-10-01 | 1 | -2/+2 |
|
|
* | Make sure the menubar is stretched | Barry Warsaw | 1998-10-01 | 1 | -1/+1 |
|
|
* | Add a nice divider | Barry Warsaw | 1998-10-01 | 2 | -4/+14 |
|
|
* | Added NS and EW constants, which are meaningful values for grid's | Barry Warsaw | 1998-10-01 | 1 | -1/+3 |
|
|